diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-02-24 10:36:13 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-02-24 10:36:13 +0000 |
commit | 34ee89518020357f8039444be77849dc33e824d4 (patch) | |
tree | 0084e08a9043291cfa14a511a710f34db5c96c6f /lang/STk | |
parent | Make sure that the xlock binary gets installed suid-root, even if it (diff) |
Updated port for version 2.1.6, now supports dynamic loading
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
Notes
Notes:
svn path=/head/; revision=1028
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 7 | ||||
-rw-r--r-- | lang/STk/distinfo | 2 | ||||
-rw-r--r-- | lang/STk/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 01a4688ffa6d..dde9c80528d5 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -3,12 +3,13 @@ # Date created: 28 Dec 1994 # Whom: jmacd@uclink.berkeley.edu # -# $Id: Makefile,v 1.2 1994/12/31 03:48:02 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 09:54:37 swallace Exp $ # -DISTNAME= STk-2.1 -MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/scheme-repository/imp/ +DISTNAME= STk-2.1.6 +MASTER_SITES= ftp://kaolin.unice.fr/pub/ GNU_CONFIGURE= yes +PATCH_STRIP= -p1 MAKE_FLAGS= "prefix = ${PREFIX}" diff --git a/lang/STk/distinfo b/lang/STk/distinfo index 74666f5b4f46..e2b9656a8036 100644 --- a/lang/STk/distinfo +++ b/lang/STk/distinfo @@ -1 +1 @@ -MD5 (STk-2.1.tar.gz) = edae72388bb6cb26860627cadc80af31 +MD5 (STk-2.1.6.tar.gz) = 2c22beccf6cba7dbbadef3dc984fda05 diff --git a/lang/STk/pkg-descr b/lang/STk/pkg-descr index 5cfbc23409e9..382bb3adb30e 100644 --- a/lang/STk/pkg-descr +++ b/lang/STk/pkg-descr @@ -7,5 +7,3 @@ The Scheme interpreter is now R4RS conformant. This release provides an efficient object oriented system called STklos. STklos is a full OO system with multi-inheritance, generic functions, multi-methods and a true meta object protocol). - -Ported to FreeBSD by Josh MacDonald, <jmacd@uclink.berkeley.edu> |