diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-08 07:32:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-08 07:32:53 +0000 |
commit | a606d0fcd04a2deec527964341ecc2931100578e (patch) | |
tree | cb114e500046ec4afc83ac49a994403dfccc786b /lang/elk | |
parent | 439fe1d7cd14c78da69c3f5ede879edff41ec51c (diff) | |
download | ports-a606d0fcd04a2deec527964341ecc2931100578e.tar.gz ports-a606d0fcd04a2deec527964341ecc2931100578e.zip |
Notes
Diffstat (limited to 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 16 | ||||
-rw-r--r-- | lang/elk/distinfo | 3 | ||||
-rw-r--r-- | lang/elk/pkg-descr | 2 |
3 files changed, 7 insertions, 14 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 9906716c78cf..2af84cc0d727 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,29 +1,25 @@ # New ports collection makefile for: elk -# Version required: 3.0 +# Version required: 3.0pl2 # Date created: 08 March 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1995/12/20 08:40:58 tg Exp $ +# $Id: Makefile,v 1.10 1996/03/06 08:20:07 asami Exp $ # -DISTNAME= elk-3.0 +DISTNAME= elk-3.0 +PKGNAME= elk-3.0.2 CATEGORIES+= lang MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ \ ftp://crl.dec.com/pub/X11/contrib/devel_tools/ \ ftp://ftp.th-darmstadt.de/pub/X11/contrib/devel_tools/ -PATCHFILES= elk-3.0-patch-1 -PATCH_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ - -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= tg@freebsd.org PATCH_STRIP= -p1 ALL_TARGET= default # -# /usr/local/lib/elk is built into the port. -# change it in ${WRKSRC}/config/site if you change it here and vice versa. -# i also renamed /usr/local/bin/scheme to /usr/local/bin/elk +# we install the scheme binary as ${PREFIX}/bin/elk # to avoid a clash with mit-scheme. # diff --git a/lang/elk/distinfo b/lang/elk/distinfo index 8512d34e3eab..d9ed109b1b13 100644 --- a/lang/elk/distinfo +++ b/lang/elk/distinfo @@ -1,2 +1 @@ -MD5 (elk-3.0.tar.gz) = dc123d0ee1360d11cb6e87ea1e33a410 -MD5 (elk-3.0-patch-1) = 9ecbfba09f026900cc111b0b5fa016fa +MD5 (elk-3.0.tar.gz) = bbe018f9ba0fb77eb5477b8b992b595a diff --git a/lang/elk/pkg-descr b/lang/elk/pkg-descr index 7ff477a1ed4e..50e4f9a7916d 100644 --- a/lang/elk/pkg-descr +++ b/lang/elk/pkg-descr @@ -1,5 +1,3 @@ -This is release 2.2 of Elk, the Extension Language Kit. - Elk is a Scheme interpreter intended to be used as a general, reusable extension language subsystem for integration into existing and future applications. Elk can also be used as a stand-alone implementation of |