aboutsummaryrefslogtreecommitdiff
path: root/lang/slib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-24 08:15:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-24 08:15:29 +0000
commit04eda6dcee76a0f57ed095e9caccfe6c0291ef9d (patch)
treea900bc0b3bc99c311edf0425b97eb804a23a9048 /lang/slib
parent07d6bbe0f9a541da0de74af38203ab49d695554f (diff)
downloadports-04eda6dcee76a0f57ed095e9caccfe6c0291ef9d.tar.gz
ports-04eda6dcee76a0f57ed095e9caccfe6c0291ef9d.zip
Upgrade to version 2c5.
Notes
Notes: svn path=/head/; revision=20920
Diffstat (limited to 'lang/slib')
-rw-r--r--lang/slib/Makefile11
-rw-r--r--lang/slib/distinfo2
-rw-r--r--lang/slib/files/patch-0124
-rw-r--r--lang/slib/pkg-plist13
4 files changed, 43 insertions, 7 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile
index 95ccf618e86d..287e6c60628a 100644
--- a/lang/slib/Makefile
+++ b/lang/slib/Makefile
@@ -3,13 +3,14 @@
# Date created: 01 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.2 1998/10/26 13:15:54 vanilla Exp $
+# $Id: Makefile,v 1.3 1999/01/12 16:51:06 vanilla Exp $
#
-DISTNAME= slib2c0
-PKGNAME= slib-2c0
+DISTNAME= slib2c5
+PKGNAME= slib-2c5
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/extra-src/
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= scm
MAINTAINER= nacai@iname.com
@@ -21,6 +22,8 @@ ALL_TARGET= slib48
INSTALL_TARGET= install48
post-install:
+ # moved here from author's makefile
+ ${TOUCH} -r ${WRKSRC}/slibcat ${PREFIX}/lib/scheme48/slibcat
${MKDIR} ${PREFIX}/share/slib
${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/slib
diff --git a/lang/slib/distinfo b/lang/slib/distinfo
index 179705cf4a45..e45b904cab19 100644
--- a/lang/slib/distinfo
+++ b/lang/slib/distinfo
@@ -1 +1 @@
-MD5 (slib2c0.tar.gz) = b9be52852932abfb183bf057cbe975be
+MD5 (slib2c5.tar.gz) = 003e3d59065bdd4d4f6112136a09e8ff
diff --git a/lang/slib/files/patch-01 b/lang/slib/files/patch-01
new file mode 100644
index 000000000000..c3a1ac1f86f3
--- /dev/null
+++ b/lang/slib/files/patch-01
@@ -0,0 +1,24 @@
+--- Makefile.orig Sun Jan 17 11:25:23 1999
++++ Makefile Tue Aug 24 01:02:48 1999
+@@ -55,10 +55,10 @@
+ > $(bindir)/slib48
+ chmod +x $(bindir)/slib48
+
+-$(LIB)/slibcat:
+- touch $(LIB)/slibcat
++./slibcat:
++ touch ./slibcat
+
+-slib48: $(LIB)/slibcat Makefile
++slib48: ./slibcat Makefile
+ (echo ",batch on"; \
+ echo ",config"; \
+ echo ",load =scheme48/misc/packages.scm"; \
+@@ -92,6 +92,7 @@
+ echo ",batch off"; \
+ echo ",dump $(IMAGE) \"(slib $(VERSION))\""; \
+ echo ",exit") | scheme48
++ touch slib48
+
+ install48: slib48
+ $(INSTALL_DATA) $(IMAGE) $(LIB)
diff --git a/lang/slib/pkg-plist b/lang/slib/pkg-plist
index e56044d21d34..9f950f1b4a58 100644
--- a/lang/slib/pkg-plist
+++ b/lang/slib/pkg-plist
@@ -1,5 +1,7 @@
bin/slib48
+lib/scheme48/slibcat
lib/scheme48/slib.image
+share/slib/Bev2slib.scm
share/slib/Template.scm
share/slib/alist.scm
share/slib/alistab.scm
@@ -23,14 +25,18 @@ share/slib/determ.scm
share/slib/dwindtst.scm
share/slib/dynamic.scm
share/slib/dynwind.scm
+share/slib/eval.scm
share/slib/factor.scm
share/slib/fluidlet.scm
share/slib/format.scm
share/slib/formatst.scm
share/slib/genwrite.scm
share/slib/getopt.scm
+share/slib/getparam.scm
+share/slib/glob.scm
share/slib/hash.scm
share/slib/hashtab.scm
+share/slib/htmlform.scm
share/slib/lineio.scm
share/slib/logical.scm
share/slib/macrotst.scm
@@ -44,13 +50,14 @@ share/slib/mularg.scm
share/slib/mwdenote.scm
share/slib/mwexpand.scm
share/slib/mwsynrul.scm
+share/slib/nclients.scm
share/slib/obj2str.scm
+share/slib/object.scm
share/slib/paramlst.scm
share/slib/plottest.scm
share/slib/pp.scm
share/slib/ppfile.scm
share/slib/prec.scm
-share/slib/primes.scm
share/slib/printf.scm
share/slib/priorque.scm
share/slib/process.scm
@@ -63,6 +70,7 @@ share/slib/randinex.scm
share/slib/random.scm
share/slib/ratize.scm
share/slib/rdms.scm
+share/slib/recobj.scm
share/slib/record.scm
share/slib/repl.scm
share/slib/report.scm
@@ -77,6 +85,7 @@ share/slib/scainit.scm
share/slib/scamacr.scm
share/slib/scanf.scm
share/slib/scaoutp.scm
+share/slib/schmooz.scm
share/slib/scmacro.scm
share/slib/scmactst.scm
share/slib/selfset.scm
@@ -102,8 +111,8 @@ share/slib/trnscrpt.scm
share/slib/tsort.scm
share/slib/tzfile.scm
share/slib/values.scm
+share/slib/yasyn.scm
share/slib/withfile.scm
share/slib/wttest.scm
share/slib/wttree.scm
-share/slib/yasos.scm
@dirrm share/slib