Update of /cvsroot/fink/experimental/jessealama/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1277

Added Files:
        sbcl-i386.info sbcl-x86_64.info 
Log Message:
SBCL 1.0.33 for x86 (both 32- and 64-bit versions).

I didn't test the 32-bit version; the 64-bit version seems to work
just fine.  Hopefully, the 32-bit version works as well: on 10.6 I
couldn't get 32-bit version of the previous release, 1.0.32, to pass
all the tests, so the build process failed near the end.


--- 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.
<<

--- NEW FILE: sbcl-i386.info ---
Package: sbcl
Architecture: i386
Type: -32bit
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-darwin-binary-r2.tar.bz2
Source-MD5: ccaf6a4a59649e902e01afc3ed69d10a
Source2-MD5: 6e6b027a5fd05ef0c8faee30d89ffe54

SourceDirectory: %n-%v

CompileScript: <<
  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
<<

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.
<<


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to