mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add cl-lml-clisp 2.3.4.
PR: 52465 Submitted by: Henrik Motakef <henrik.motakef@web.de>
This commit is contained in:
parent
e7684d7ddb
commit
05fd9d46ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82125
4 changed files with 50 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
SUBDIR += chimera2
|
||||
SUBDIR += chtml
|
||||
SUBDIR += cl-lml
|
||||
SUBDIR += cl-lml-clisp
|
||||
SUBDIR += comclear
|
||||
SUBDIR += crawl
|
||||
SUBDIR += css-mode.el
|
||||
|
|
36
www/cl-lml-clisp/Makefile
Normal file
36
www/cl-lml-clisp/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection Makefile for: cl-lml-clisp
|
||||
# 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= -clisp
|
||||
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/clispfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-clisp \
|
||||
clisp:${PORTSDIR}/lang/clisp
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \
|
||||
${LOCALBASE}/lib/common-lisp/asdf/clispfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-clisp \
|
||||
clisp:${PORTSDIR}/lang/clisp
|
||||
|
||||
do-build:
|
||||
WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
|
||||
clisp -q -ansi -norc \
|
||||
-i ${LOCALBASE}/etc/asdf-init \
|
||||
-x "(asdf:oos 'asdf:compile-op :lml)"
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/common-lisp/lml/clispfasl
|
||||
${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/lml/clispfasl/
|
||||
|
||||
.include <bsd.port.mk>
|
6
www/cl-lml-clisp/pkg-descr
Normal file
6
www/cl-lml-clisp/pkg-descr
Normal file
|
@ -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>
|
7
www/cl-lml-clisp/pkg-plist
Normal file
7
www/cl-lml-clisp/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
lib/common-lisp/lml/clispfasl/base.fasl
|
||||
lib/common-lisp/lml/clispfasl/downloads.fasl
|
||||
lib/common-lisp/lml/clispfasl/files.fasl
|
||||
lib/common-lisp/lml/clispfasl/package.fasl
|
||||
lib/common-lisp/lml/clispfasl/stdsite.fasl
|
||||
lib/common-lisp/lml/clispfasl/utils.fasl
|
||||
@dirrm lib/common-lisp/lml/clispfasl
|
Loading…
Add table
Reference in a new issue