summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-25 09:58:58 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-25 09:58:58 +0000
commit81396a5fab681ab5cb83aa8f361adba137608599 (patch)
treeea7f507f5844424e0a2987aea38167b1e448f929 /lang/ecl
parentAdd formication 1.0.b1, formular processing tool written in perl. (diff)
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455 Submitted by: Julian Stecklina
Notes
Notes: svn path=/head/; revision=114633
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile33
-rw-r--r--lang/ecl/distinfo2
-rw-r--r--lang/ecl/pkg-descr6
-rw-r--r--lang/ecl/pkg-plist29
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