diff options
author | vs <vs@FreeBSD.org> | 2004-07-25 17:58:58 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-25 17:58:58 +0800 |
commit | 66ff4e6bf8d49c1d598dc7614791e743f4d7e997 (patch) | |
tree | 3bf4641a44d8a5e4223dbaa5aaa95906fe4ea764 /lang/ecl | |
parent | 7dee106265d8073b08eaf7d4381eee7848f4703c (diff) | |
download | freebsd-ports-gnome-66ff4e6bf8d49c1d598dc7614791e743f4d7e997.tar.gz freebsd-ports-gnome-66ff4e6bf8d49c1d598dc7614791e743f4d7e997.tar.zst freebsd-ports-gnome-66ff4e6bf8d49c1d598dc7614791e743f4d7e997.zip |
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 33 | ||||
-rw-r--r-- | lang/ecl/distinfo | 2 | ||||
-rw-r--r-- | lang/ecl/pkg-descr | 6 | ||||
-rw-r--r-- | lang/ecl/pkg-plist | 29 |
4 files changed, 70 insertions, 0 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile new file mode 100644 index 000000000000..293a6a97464f --- /dev/null +++ b/lang/ecl/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ecl +# Date created: 29 Januar 2004 +# Whom: Julian Stecklina +# +# $FreeBSD$ +# + +PORTNAME= ecl +PORTVERSION= 0.9d.040206 +CATEGORIES= lang +MASTER_SITES= http://www.inf.tu-dresden.de/~s1054849/ +EXTRACT_SUFX= .tbz + +MAINTAINER= der_julian@web.de +COMMENT= An ANSI Common Lisp implementation + +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 + +WRKSRC= ${WRKDIR}/ecls +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/ecl + +MAN1= ecl.1 +INFO= ecl ecldev + +USE_BZIP2= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_LIBTOOL_VER= 13 +CONFIGURE_ARGS= --with-tcp --enable-threads --with-clos-streams --enable-local-gmp +CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib CFLAGS=-I${PREFIX}/include + +.include <bsd.port.mk> diff --git a/lang/ecl/distinfo b/lang/ecl/distinfo new file mode 100644 index 000000000000..635485938472 --- /dev/null +++ b/lang/ecl/distinfo @@ -0,0 +1,2 @@ +MD5 (ecl-0.9d.040206.tbz) = f9339bcb1d1f63c4b5770d2de0f81ed3 +SIZE (ecl-0.9d.040206.tbz) = 4983908 diff --git a/lang/ecl/pkg-descr b/lang/ecl/pkg-descr new file mode 100644 index 000000000000..81c5c1148b05 --- /dev/null +++ b/lang/ecl/pkg-descr @@ -0,0 +1,6 @@ +ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp +language as described in the X3J13 Ansi specification, featuring CLOS +(Common-Lisp Object System), conditions, loops, etc, plus a translator +to C, which can produce standalone executables. + +WWW: http://sourceforge.net/projects/ecls/ diff --git a/lang/ecl/pkg-plist b/lang/ecl/pkg-plist new file mode 100644 index 000000000000..b0f63d8774ef --- /dev/null +++ b/lang/ecl/pkg-plist @@ -0,0 +1,29 @@ +bin/ecl +bin/ecl-config +lib/ecl/BUILD-STAMP +lib/ecl/cmp.fas +lib/ecl/dpp +lib/ecl/h/config.h +lib/ecl/h/cs.h +lib/ecl/h/ecl-cmp.h +lib/ecl/h/ecl.h +lib/ecl/h/eval.h +lib/ecl/h/external.h +lib/ecl/h/lwp.h +lib/ecl/h/number.h +lib/ecl/h/object.h +lib/ecl/h/page.h +lib/ecl/h/stacks.h +lib/ecl/h/unify.h +lib/ecl/h/gc.h +lib/ecl/h/gc_local_alloc.h +lib/ecl/h/gc_typed.h +lib/ecl/h/gc_config_macros.h +lib/ecl/h/gc_pthread_redirects.h +lib/ecl/h/leak_detector.h +lib/ecl/help.doc +lib/ecl/libecl.a +lib/ecl/libecl.so +lib/ecl/sysfun.lsp +@dirrm lib/ecl/h +@dirrm lib/ecl |