head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4;
locks; strict;
comment	@# @;


1.17
date	2013.02.18.14.40.04;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2011.08.16.20.59.34;	author olgeni;	state Exp;
branches;
next	1.14;

1.14
date	2010.01.17.20.41.46;	author olgeni;	state Exp;
branches;
next	1.13;

1.13
date	2010.01.15.12.13.44;	author olgeni;	state Exp;
branches;
next	1.12;

1.12
date	2010.01.13.12.52.21;	author olgeni;	state Exp;
branches;
next	1.11;

1.11
date	2010.01.12.21.32.04;	author olgeni;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.12.15.09.47;	author olgeni;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.13.09.08.50;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2006.12.01.21.28.10;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.12.21.11.06;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.04.10.20.42.18;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.06.07.19.28;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.09.01.13.15.09;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.08.04.40.45;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.07.09.00.36;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.03.03.01.57;	author will;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312502
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Henrik Motakef <henrik.motakef@@web.de>
# $FreeBSD: head/www/cl-lml/Makefile 312502 2013-02-18 12:34:39Z olgeni $

PORTNAME=	lml
PORTVERSION=	2.5.7
PORTREVISION=	2
CATEGORIES=	www textproc
MASTER_SITES=	http://files.b9.com/lml/ \
		http://people.bsdgroup.de/~as/freebsd/distfiles/
PKGNAMEPREFIX=	cl-

MAINTAINER=	olgeni@@FreeBSD.org
COMMENT=	Lisp Markup Language

NO_BUILD=	yes

USE_ASDF=	yes

.if !defined(NOPORTDOCS)
PORTDOCS=	Makefile make.lisp readme.html readme.lml
.endif

do-install:
	@@${MKDIR} ${ASDF_PATHNAME}
	@@${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME}
	@@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${ASDF_PATHNAME}
	@@${LN} -sf ${ASDF_PATHNAME}/*.asd ${ASDF_REGISTRY}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR}
.endfor
.endif

.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>
@


1.16
log
@Switch exporter over
@
text
@d1 2
a2 5
# New ports collection Makefile for:	cl-lml
# Date created:				18 May 2003
# Whom:					Henrik Motakef <henrik.motakef@@web.de>
#
# $FreeBSD: head/www/cl-lml/Makefile 300897 2012-07-14 14:29:18Z beat $
@


1.15
log
@Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Use PORTNAME.
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.13
log
@Remove redundant code and variables from the cl-* ports.

Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.

Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.

This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication.
@
text
@d29 1
a29 1
	@@${INSTALL_DATA} ${WRKSRC}/lml.asd ${ASDF_PATHNAME}
@


1.12
log
@Always use " -sf".
@
text
@d9 1
d18 1
a18 2
BUILD_DEPENDS=	${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
RUN_DEPENDS=	${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
d20 1
a20 3
NO_BUILD=	yes # installs the sources only
CL_LIBDIR=	${PREFIX}/lib/common-lisp
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
d27 4
a30 4
	@@${MKDIR} ${CL_LIBDIR}/lml
	@@${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/lml
	@@${INSTALL_DATA} ${WRKSRC}/lml.asd ${CL_LIBDIR}/lml
	@@${LN} -sf ${CL_LIBDIR}/lml/lml.asd ${CL_LIBDIR}/system-registry/lml.asd
d38 1
@


1.11
log
@Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
@
text
@d32 1
a32 1
	@@${LN} -s ${CL_LIBDIR}/lml/lml.asd ${CL_LIBDIR}/system-registry/lml.asd
@


1.10
log
@Take over maintainership.

Approved by:	maintainer
@
text
@d7 16
a22 16
PORTNAME=		lml
PORTVERSION=		2.5.7
CATEGORIES=		www textproc
MASTER_SITES=		http://files.b9.com/lml/ \
					http://people.bsdgroup.de/~as/freebsd/distfiles/
PKGNAMEPREFIX=		cl-

MAINTAINER=		olgeni@@FreeBSD.org
COMMENT=		Lisp Markup Language

BUILD_DEPENDS=		${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
RUN_DEPENDS=		${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf

NO_BUILD=		yes # installs the sources only
CL_LIBDIR=		${PREFIX}/lib/common-lisp
DOCSDIR=		${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
d29 4
a32 4
	${MKDIR} ${CL_LIBDIR}/lml
	${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/lml
	${INSTALL_DATA} ${WRKSRC}/lml.asd ${CL_LIBDIR}/lml
	${LN} -s ${CL_LIBDIR}/lml/lml.asd ${CL_LIBDIR}/system-registry/lml.asd
d34 1
a34 1
	${MKDIR} ${DOCSDIR}
d36 1
a36 1
	${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR}
@


1.9
log
@- Update to 2.5.7
- Pass maintainership to submitter

Submitted by:	Aron Schlesinger (as@@bsdgroup.de) via irc
@
text
@d14 1
a14 1
MAINTAINER=		as@@bsdgroup.de
@


1.8
log
@Update to 2.5.4

PR:		106067
Submitted by:	gabor
@
text
@d8 1
a8 1
PORTVERSION=		2.5.4
d10 2
a11 1
MASTER_SITES=		http://files.b9.com/lml/
d14 1
a14 1
MAINTAINER=		ports@@FreeBSD.org
d24 4
d35 3
a37 1
	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
@


1.7
log
@- Update to 2.5.3, unbreak

PR:		ports/79819
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@d8 1
a8 1
PORTVERSION=		2.5.3
@


1.6
log
@BROKEN: Unfetchable
@
text
@d8 1
a8 1
PORTVERSION=		2.5.2
a18 2
BROKEN=			Unfetchable

@


1.5
log
@Reset bouncing maintainer address:

<henrik.motakef@@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
    <henrik.motakef@@web.de> Benutzer nicht bekannt/User unknown (in reply to
    RCPT TO command)
@
text
@d19 2
@


1.4
log
@PR:		56037
Submitted by:	Volker Stolz <stolz@@i2.informatik.rwth-aachen.de>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update to 2.5.2 and unbreak it.

Silent by:	maintainer.
@
text
@d13 1
a13 1
MAINTAINER=		henrik.motakef@@web.de
@


1.3
log
@This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
@
text
@d8 1
a8 1
PORTVERSION=		2.3.4
a14 2

BROKEN=			Does not fetch
@


1.2
log
@BROKEN: Does not fetch
@
text
@@


1.1
log
@Add cl-lml 2.3.4, the Lisp Markup Language.

PR:		52462
Submitted by:	Henrik Motakef <henrik.motakef@@web.de>
@
text
@d16 2
@

