Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv20497

Added Files:
        slib-gu16.info slib-gu14.info slib.info 
Log Message:
New versions

--- NEW FILE: slib-gu16.info ---
Package: slib-gu16
Version: 2d6
Revision: 1
Type: nosource
Depends: guile16, slib (= %v-%r)
CompileScript: <<
echo
<<
InstallScript: <<
install -d -m 755 %i/share/guile/1.6
install -d -m 755 %i/share/doc/%n
ln -s %p/share/slib %i/share/guile/1.6/slib
echo "Placed in the Public Domain" > %i/share/doc/%n/COPYING
<<
Description: Portable scheme library for guile16
PostInstScript: <<
case "$1" in
  configure)
     ## Generate slibcat
     guile-1.6 -c '(use-modules (ice-9 slib))(load "%p/share/slib/mklibcat.scm")'
     ;;
esac
<<
PostRmScript: <<
case "$1" in
 remove|purge)
     ## remove slibcat
     if test -f %p/share/guile/1.6/slibcat; then
       rm %p/share/guile/1.6/slibcat
     fi
     ;;
esac
<<
License: Public Domain
Maintainer: Peter O'Gorman <[EMAIL PROTECTED]>
Homepage: http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
--- NEW FILE: slib-gu14.info ---
Package: slib-gu14
Version: 2d6
Revision: 1
Type: nosource
Depends: guile, slib (= %v-%r)
CompileScript: <<
echo
<<
InstallScript: <<
install -d -m 755 %i/share/guile/1.4
install -d -m 755 %i/share/doc/%n
ln -s %p/share/slib %i/share/guile/1.4/slib
echo "Placed in the Public Domain" > %i/share/doc/%n/COPYING
<<
Description: Portable scheme library for guile
PostInstScript: <<
case "$1" in
  configure)
     ## Generate slibcat
    guile -c '(use-modules (ice-9 slib))(load "%p/share/slib/mklibcat.scm")'
     ;;
esac
<<
PostRmScript: <<
case "$1" in
 remove|purge)
     ## remove slibcat
     if test -f %p/share/guile/1.4/slibcat; then
       rm %p/share/guile/1.4/slibcat
     fi
     ;;
esac
<<
License: Public Domain
Maintainer: Peter O'Gorman <[EMAIL PROTECTED]>
Homepage: http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
--- NEW FILE: slib.info ---
Package: slib
Version: 2d6
Revision: 1
Source: mirror:gnu:slib/%n%v.zip
SourceDirectory: slib
CompileScript: <<
gzip -f slib.info
<<
InstallScript: <<
install -d -m 755 %i/share/slib
install -c -p -m 644 *.scm *.init  %i/share/slib
install -d -m 755 %i/share/info
install -c -m 644 slib.info.gz %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/slib.
<<
DocFiles: README FAQ ANNOUNCE COPYING ChangeLog
PostInstScript: <<
if [ -f %p/share/info/dir ]; then
  install-info --infodir=%p/share/info \
    --section "The Algorithmic Language Scheme" \
    "The Algorithmic Language Scheme" \
    --description="The SLIB portable Scheme library" \
    %p/share/info/slib.info.gz
fi
<<
PreRmScript: <<
if [ -f %p/share/info/dir ]; then
   install-info --infodir=%p/share/info --remove slib.info.gz
fi
<<
DescPort: <<
Revision 3:
Moved files to share/slib.
20020116: Changed the description to comply with policy.
Revision 2:
Added DocFiles.Changed Source to gnu. modified scripts - added case
Installed and gzipped the info files.
<<
License: BSD
Maintainer: Peter O'Gorman <[EMAIL PROTECTED]>
Homepage: http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
Source-MD5: 317ad1db777981afa6ece517bdd3a7ca




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to