Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25820/main/finkinfo/languages

Modified Files:
        sbcl-i386.info 
Added Files:
        sbcl-x86_64.info 
Log Message:
New SBCL for Intels.
Update maxima for Intels.

--- NEW FILE: sbcl-x86_64.info ---
Package: sbcl
Architecture: x86_64
Version: 1.0.33
Revision: 1
License: BSD
Description: ANSI Common Lisp implementation
Maintainer: Jesse Alama <jesse.al...@gmail.com>

# NOTE: The version of the bootstrap binary does not automatically
# change when the version field is updated.  CompileScript and Source2
# need to be updated by hand when moving to a new version of the
# bootstap binary

BuildDepends: texinfo (>= 4.6)

Recommends: gnupg | gnupg-idea | gnupg-testing

Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
Source2: mirror:sourceforge:sbcl/sbcl-1.0.29-x86_64-darwin-binary-r2.tar.bz2
Source-MD5: ccaf6a4a59649e902e01afc3ed69d10a
Source2-MD5: 47c99c60ec44e57070807c0890ba1c90

SourceDirectory: %n-%v

CompileScript: <<
  sh make.sh "../sbcl-1.0.29-x86_64-darwin/src/runtime/sbcl \
              --core ../sbcl-1.0.29-x86_64-darwin/output/sbcl.core \
              --disable-debugger --sysinit /dev/null --userinit /dev/null"
  cd doc/manual ; make html info
<<

InstallScript: <<
  find %b -type d -name CVS -depth -exec rm -rf {} \;
  find %b -type f -name .cvsignore -depth -exec rm -f {} \;
  find %b -type f -name a.out -depth -exec rm -f {} \;
  unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh

  mv %i/bin/sbcl %i/lib/sbcl/sbcl
  echo '#! /bin/sh' > %i/bin/sbcl
  echo 'SBCL_HOME=%p/lib/sbcl/ exec %p/lib/sbcl/sbcl "$@"' >> %i/bin/sbcl
  chmod 755 %i/bin/sbcl
<<

InfoDocs: sbcl.info asdf.info

Homepage: http://www.sbcl.org/

DescDetail: <<
Steel Bank Common Lisp is an open source development system for ANSI
Common Lisp.  It provides an interactive environment including an
integrated native compiler, interpreter, and debugger.  Several
extensions, such as a foreign function interface, and support for Unix
(POSIX) system calls are also included.  SBCL is derived from CMU CL.
<<

DescPort: <<
Uses a pre-compiled SBCL binary for bootstrapping.
<<

Index: sbcl-i386.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl-i386.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sbcl-i386.info      7 Dec 2009 16:26:31 -0000       1.16
+++ sbcl-i386.info      8 Dec 2009 03:20:49 -0000       1.17
@@ -1,11 +1,11 @@
 Package: sbcl
 Architecture: i386
-Version: 1.0.29
-Distribution: 10.4, 10.5
+Type: -32bit
+Version: 1.0.33
 Revision: 1
 License: BSD
 Description: ANSI Common Lisp implementation
-Maintainer: Jesse Alama <al...@stanford.edu>
+Maintainer: Jesse Alama <jesse.al...@gmail.com>
 
 # NOTE: The version of the bootstrap binary does not automatically
 # change when the version field is updated.  CompileScript and Source2
@@ -17,16 +17,16 @@
 Recommends: gnupg | gnupg-idea | gnupg-testing
 
 Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
-Source2: mirror:sourceforge:sbcl/sbcl-1.0.2-x86-darwin-binary.tar.bz2
-Source-MD5: eb4d8ff56f19dc760e756d7c001d4229
-Source2-MD5: 3b222a1f945ca462a2884fc378362c33
+Source2: mirror:sourceforge:sbcl/sbcl-1.0.29-x86-darwin-binary-r2.tar.bz2
+Source-MD5: ccaf6a4a59649e902e01afc3ed69d10a
+Source2-MD5: 6e6b027a5fd05ef0c8faee30d89ffe54
 
 SourceDirectory: %n-%v
 
 CompileScript: <<
-  sh make.sh "../sbcl-1.0.2-x86-darwin/src/runtime/sbcl \
-             --core ../sbcl-1.0.2-x86-darwin/output/sbcl.core \
-              --disable-debugger --no-sysinit --no-userinit"
+  SBCL_ARCH="x86" sh make.sh "../sbcl-1.0.29-x86-darwin/src/runtime/sbcl \
+             --core ../sbcl-1.0.29-x86-darwin/output/sbcl.core \
+              --disable-debugger --sysinit /dev/null --userinit /dev/null"
   cd doc/manual ; make html info
 <<
 


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to