From 81396a5fab681ab5cb83aa8f361adba137608599 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Sun, 25 Jul 2004 09:58:58 +0000 Subject: Add ecl 0.9d.040206, an ANSI Common Lisp implementation. PR: ports/62455 Submitted by: Julian Stecklina --- lang/ecl/Makefile | 33 +++++++++++++++++++++++++++++++++ lang/ecl/distinfo | 2 ++ lang/ecl/pkg-descr | 6 ++++++ lang/ecl/pkg-plist | 29 +++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 lang/ecl/Makefile create mode 100644 lang/ecl/distinfo create mode 100644 lang/ecl/pkg-descr create mode 100644 lang/ecl/pkg-plist (limited to 'lang/ecl') 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 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 -- cgit v1.2.3