ports/52462: New Port: lml, a Common Lisp HTML generator

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


>Number:         52462
>Category:       ports
>Synopsis:       New Port: lml, a Common Lisp HTML generator
>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:15 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:
	A HTML-Generation library for Common Lisp.
	Depends on ASDF (ports/52358)
>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
#	cl-lml/distinfo
#	cl-lml/Makefile
#	cl-lml/pkg-descr
#	cl-lml/pkg-plist
#
echo c - cl-lml
mkdir -p cl-lml > /dev/null 2>&1
echo x - cl-lml/distinfo
sed 's/^X//' >cl-lml/distinfo << 'END-of-cl-lml/distinfo'
XMD5 (lml-2.3.4.tar.gz) = 23252c08dda3628191945052c5309e2b
END-of-cl-lml/distinfo
echo x - cl-lml/Makefile
sed 's/^X//' >cl-lml/Makefile << 'END-of-cl-lml/Makefile'
X# New ports collection Makefile for:	cl-lml
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-
X
XMAINTAINER=		henrik.motakef at web.de
XCOMMENT=		Lisp Markup Language
X
XBUILD_DEPENDS=		${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
XRUN_DEPENDS=		${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
X
XNO_BUILD=		yes # installs the sources only
XCL_LIBDIR=		${PREFIX}/lib/common-lisp
XDOCSDIR=		${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
X
Xdo-install:
X	${MKDIR} ${CL_LIBDIR}/lml
X	${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/lml
X	${INSTALL_DATA} ${WRKSRC}/lml.asd ${CL_LIBDIR}/lml
X	${LN} -s ${CL_LIBDIR}/lml/lml.asd ${CL_LIBDIR}/system-registry/lml.asd
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-cl-lml/Makefile
echo x - cl-lml/pkg-descr
sed 's/^X//' >cl-lml/pkg-descr << 'END-of-cl-lml/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/pkg-descr
echo x - cl-lml/pkg-plist
sed 's/^X//' >cl-lml/pkg-plist << 'END-of-cl-lml/pkg-plist'
Xlib/common-lisp/lml/api.lisp
Xlib/common-lisp/lml/base.lisp
Xlib/common-lisp/lml/downloads.lisp
Xlib/common-lisp/lml/files.lisp
Xlib/common-lisp/lml/package.lisp
Xlib/common-lisp/lml/stdsite.lisp
Xlib/common-lisp/lml/utils.lisp
Xlib/common-lisp/lml/lml.asd
Xlib/common-lisp/system-registry/lml.asd
X at dirrm lib/common-lisp/lml/
X%%PORTDOCS%%share/doc/cl-lml/Makefile
X%%PORTDOCS%%share/doc/cl-lml/make.lisp
X%%PORTDOCS%%share/doc/cl-lml/readme.html
X%%PORTDOCS%%share/doc/cl-lml/readme.lml
X%%PORTDOCS%%@dirrm share/doc/cl-lml/
END-of-cl-lml/pkg-plist
exit

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



More information about the freebsd-ports-bugs mailing list