Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv23696
Added Files:
slib3.info slib3-gu18.info
Log Message:
add to 10.7
--- NEW FILE: slib3-gu18.info ---
Package: slib3-gu18
Version: 3b2
Revision: 1
Type: nosource
Depends: guile18, slib3 (>= %v-1)
CompileScript: <<
echo
<<
InstallScript: <<
install -d -m 755 %i/share/guile/1.8
install -d -m 755 %i/share/doc/%n
ln -s %p/share/slib3 %i/share/guile/1.8/slib
echo "Placed in the Public Domain" > %i/share/doc/%n/COPYING
<<
Description: Portable scheme library for guile18
PostInstScript: <<
case "$1" in
configure)
## Generate slibcat
guile-1.8 -c '(use-modules (ice-9 slib))(load
"%p/share/slib3/mklibcat.scm")'
;;
esac
<<
PostRmScript: <<
case "$1" in
remove|purge)
## remove slibcat
if test -f %p/share/guile/1.8/slibcat; then
rm %p/share/guile/1.8/slibcat
fi
;;
esac
<<
License: Public Domain
Maintainer: Dave Reiser <[email protected]>
Homepage: http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
--- NEW FILE: slib3.info ---
Package: slib3
Version: 3b2
Revision: 1
Source: http://groups.csail.mit.edu/mac/ftpdir/scm/slib-%v.zip
#mirror:gnu:slib/slib%v.zip
SourceDirectory: slib
CompileScript: echo "nothing to compile"
PatchScript: <<
perl -pi -e 's/SLIB: \(slib\)/SLIB3: \(slib3\)/' slib.info
perl -pi -e 's/File: slib.info/File: slib3.info/g' slib.info
<<
InstallScript: <<
install -d -m 755 %i/share/slib3
install -c -p -m 644 *.scm *.init %i/share/slib3
install -d -m 755 %i/share/info
mv slib.info slib3.info
install -c -m 644 slib3.info %i/share/info
<<
Description: Portable scheme library
DescDetail: <<
"SLIB" is a portable library for the programming language Scheme.
It provides a platform independent framework for using "packages" of
Scheme procedures and syntax. As distributed, SLIB contains useful
packages for all Scheme implementations. Its catalog can be
transparently extended to accomodate packages specific to a site,
implementation, user, or directory.
<<
DescPackaging: <<
Copies the source code to %p/share/slib3.
Allows slib 2d6 to be available for g-wrap.
<<
DocFiles: README FAQ ANNOUNCE COPYING ChangeLog
InfoDocs: slib3.info
License: BSD
Maintainer: Dave Reiser <[email protected]>
Homepage: http://people.csail.mit.edu/jaffer/SLIB.html
Source-MD5: 2f3a6ece49afb1e7db3bce7af039eaaa
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs