summaryrefslogtreecommitdiff
path: root/www/cl-lml-cmucl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:40:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 10:40:42 +0000
commit08770587a88a76f685e49fd7db8144a30d739a22 (patch)
tree009a837de2892900569ef9b4c27dad10a0f68593 /www/cl-lml-cmucl
parentfix a typo (diff)
New Port: lml, a Common Lisp HTML generator (CMUCL)
CMUCL binaries for lml PR: ports/52464 Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes: svn path=/head/; revision=89647
Diffstat (limited to 'www/cl-lml-cmucl')
-rw-r--r--www/cl-lml-cmucl/Makefile37
-rw-r--r--www/cl-lml-cmucl/pkg-descr6
-rw-r--r--www/cl-lml-cmucl/pkg-plist8
3 files changed, 51 insertions, 0 deletions
diff --git a/www/cl-lml-cmucl/Makefile b/www/cl-lml-cmucl/Makefile
new file mode 100644
index 000000000000..11b52f8bc7c4
--- /dev/null
+++ b/www/cl-lml-cmucl/Makefile
@@ -0,0 +1,37 @@
+# New ports collection Makefile for: cl-lml-cmucl
+# Date created: 18 May 2003
+# Whom: Henrik Motakef <henrik.motakef@web.de>
+#
+# $FreeBSD$
+
+PORTNAME= lml
+PORTVERSION= 2.3.4
+CATEGORIES= www textproc
+MASTER_SITES= http://files.b9.com/lml/
+PKGNAMEPREFIX= cl-
+PKGNAMESUFFIX= -cmucl
+DISTFILES= # use installed sources from CL_LIBDIR
+EXTRACT_ONLY= # use installed sources from CL_LIBDIR
+
+MAINTAINER= henrik.motakef@web.de
+COMMENT= Lisp Markup Language
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \
+ ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
+ lisp:${PORTSDIR}/lang/cmucl
+RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \
+ ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
+ lisp:${PORTSDIR}/lang/cmucl
+
+do-build:
+ WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
+ lisp -nositeinit -noinit \
+ -load ${LOCALBASE}/etc/asdf-init.lisp \
+ -eval "(asdf:oos 'asdf:compile-op :lml)" \
+ -eval "(quit)"
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/common-lisp/lml/cmuclfasl
+ ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/lml/cmuclfasl/
+
+.include <bsd.port.mk>
diff --git a/www/cl-lml-cmucl/pkg-descr b/www/cl-lml-cmucl/pkg-descr
new file mode 100644
index 000000000000..576ffc570084
--- /dev/null
+++ b/www/cl-lml-cmucl/pkg-descr
@@ -0,0 +1,6 @@
+A Common Lisp package for generating HTML and XHTML documents.
+
+WWW: http://lml.b9.com/
+
+-- Henrik Motakef
+ <henrik.motakef@web.de>
diff --git a/www/cl-lml-cmucl/pkg-plist b/www/cl-lml-cmucl/pkg-plist
new file mode 100644
index 000000000000..a7339267319d
--- /dev/null
+++ b/www/cl-lml-cmucl/pkg-plist
@@ -0,0 +1,8 @@
+lib/common-lisp/lml/cmuclfasl/base.fasl
+lib/common-lisp/lml/cmuclfasl/downloads.fasl
+lib/common-lisp/lml/cmuclfasl/files.fasl
+lib/common-lisp/lml/cmuclfasl/package.fasl
+lib/common-lisp/lml/cmuclfasl/stdsite.fasl
+lib/common-lisp/lml/cmuclfasl/utils.fasl
+lib/common-lisp/lml/cmuclfasl/read-macro.fasl
+@dirrm lib/common-lisp/lml/cmuclfasl