ports/52463: New Port: lml, a Common Lisp HTML generator (SBCL)

Henrik Motakef henrik.motakef at web.de
Tue May 20 10:40:22 UTC 2003


>Number:         52463
>Category:       ports
>Synopsis:       New Port: lml, a Common Lisp HTML generator (SBCL)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 03:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Motakef
>Release:        FreeBSD 5.1-BETA i386
>Organization:
>Environment:
System: FreeBSD interim.henrik-motakef.de 5.1-BETA FreeBSD 5.1-BETA #0: Wed May 7 14:59:01 CEST 2003 henrik at interim.henrik-motakef.de:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	lml binaries for SBCL
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cl-lml-sbcl
#	cl-lml-sbcl/pkg-plist
#	cl-lml-sbcl/pkg-descr
#	cl-lml-sbcl/Makefile
#
echo c - cl-lml-sbcl
mkdir -p cl-lml-sbcl > /dev/null 2>&1
echo x - cl-lml-sbcl/pkg-plist
sed 's/^X//' >cl-lml-sbcl/pkg-plist << 'END-of-cl-lml-sbcl/pkg-plist'
Xlib/common-lisp/lml/sbclfasl/base.fasl
Xlib/common-lisp/lml/sbclfasl/downloads.fasl
Xlib/common-lisp/lml/sbclfasl/files.fasl
Xlib/common-lisp/lml/sbclfasl/package.fasl
Xlib/common-lisp/lml/sbclfasl/stdsite.fasl
Xlib/common-lisp/lml/sbclfasl/utils.fasl
X at dirrm lib/common-lisp/lml/sbclfasl
END-of-cl-lml-sbcl/pkg-plist
echo x - cl-lml-sbcl/pkg-descr
sed 's/^X//' >cl-lml-sbcl/pkg-descr << 'END-of-cl-lml-sbcl/pkg-descr'
XA Common Lisp package for generating HTML and XHTML documents.
X
XWWW: http://lml.b9.com/
X
X-- Henrik Motakef
X   <henrik.motakef at web.de>
END-of-cl-lml-sbcl/pkg-descr
echo x - cl-lml-sbcl/Makefile
sed 's/^X//' >cl-lml-sbcl/Makefile << 'END-of-cl-lml-sbcl/Makefile'
X# New ports collection Makefile for:	cl-lml-sbcl
X# Date created:				18 May 2003
X# Whom:					Henrik Motakef <henrik.motakef at web.de>
X#
X# $FreeBSD$
X
XPORTNAME=		lml
XPORTVERSION=		2.3.4
XCATEGORIES=		www textproc
XMASTER_SITES=		http://files.b9.com/lml/
XPKGNAMEPREFIX=		cl-
XPKGNAMESUFFIX=		-sbcl
XDISTFILES=		# use installed sources from CL_LIBDIR
XEXTRACT_ONLY=		# use installed sources from CL_LIBDIR
X
XMAINTAINER=		henrik.motakef at web.de
XCOMMENT=		Lisp Markup Language
X
XBUILD_DEPENDS=		${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \
X			${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \
X			sbcl:${PORTSDIR}/lang/sbcl
XRUN_DEPENDS=		${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \
X			${LOCALBASE}/lib/common-lisp/asdf/sbclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-sbcl \
X			sbcl:${PORTSDIR}/lang/sbcl
X
Xdo-build:
X	WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
X	sbcl	--noinform --userinit /dev/null \
X		--eval '#.(load "${LOCALBASE}/etc/asdf-init")' \
X		--eval "(asdf:oos 'asdf:compile-op :lml)" \
X		--eval "(quit)"
X
Xdo-install:
X	${MKDIR} ${PREFIX}/lib/common-lisp/lml/sbclfasl
X	${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/lml/sbclfasl/
X
X.include <bsd.port.mk>
END-of-cl-lml-sbcl/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list