diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-03 09:08:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-03 09:08:37 +0000 |
commit | 9168868b3f6befa64b46ac0bbcb6a264adf77232 (patch) | |
tree | 15f173401028be3209dcaddde801ee87fb5e8bf9 /devel/guile-slib | |
parent | 1b942a21774e56122ae99924ac0310ffc3e0fe8b (diff) | |
download | pkgsrc-9168868b3f6befa64b46ac0bbcb6a264adf77232.tar.gz |
Update guile-slib and slib to version 2.4.2 (slib-2d2). Changes from
version 2c8 include:
New initialization files for DrScheme, Guile, and Scheme48-0.57.
New modules: coerce.scm (implementation of Common Lisp coerce and type-of),
differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP
and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric
interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions
from db2html.scm and some new ones).
scmactst.scm, struct.scm, and structst.scm were removed due to lack
of license.
Package update provided by Eric Gillespie Jr. <epg@trantor.pretzelnet.org>
in pkg/14008.
Diffstat (limited to 'devel/guile-slib')
-rw-r--r-- | devel/guile-slib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/guile-slib/Makefile b/devel/guile-slib/Makefile index a1e2d1b4303..d6f5e31bfde 100644 --- a/devel/guile-slib/Makefile +++ b/devel/guile-slib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 14:38:30 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/03 09:08:37 jlam Exp $ -DISTNAME= guile-slib-2c8 +DISTNAME= guile-slib-2.4.2 CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # empty @@ -10,11 +10,10 @@ HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html COMMENT= SLIB installation for guile Scheme interpreter DEPENDS+= guile>=1.3.2:../../lang/guile -DEPENDS+= slib-2c8:../../devel/slib +DEPENDS+= slib-${PKGVERSION}:../../devel/slib EXTRACT_ONLY= # empty NO_CHECKSUM= yes -NO_CONFIGURE= yes NO_BUILD= yes do-install: |