diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-25 09:58:58 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-25 09:58:58 +0000 |
commit | 81396a5fab681ab5cb83aa8f361adba137608599 (patch) | |
tree | ea7f507f5844424e0a2987aea38167b1e448f929 /lang | |
parent | d06983b147a40086a48f81d925e5a4171c31f90c (diff) | |
download | freebsd-ports-81396a5fab681ab5cb83aa8f361adba137608599.zip |
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-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 |
5 files changed, 71 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5ee3b6a9a3b2..0b1215e44fde 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -33,6 +33,7 @@ SUBDIR += diveintopython SUBDIR += drscheme SUBDIR += dylan + SUBDIR += ecl SUBDIR += egcs SUBDIR += eiffel SUBDIR += elisp-manual 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 |