head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2013.02.18.14.40.04;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2010.01.15.12.13.44;	author olgeni;	state Exp;
branches;
next	1.8;

1.8
date	2010.01.13.12.48.17;	author olgeni;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.12.21.32.04;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2010.01.11.23.50.01;	author olgeni;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.06.14.06.49;	author edwin;	state Exp;
branches;
next	1.4;

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

1.3
date	2004.02.04.05.09.25;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.04.02.43.15;	author foxfair;	state Exp;
branches;
next	1.1;

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


desc
@@


1.13
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-clisp/Makefile 312502 2013-02-18 12:34:39Z olgeni $

PORTNAME=	lml
PORTVERSION=	2.5.7
PORTREVISION=	3
CATEGORIES=	www textproc
PKGNAMEPREFIX=	cl-
DISTFILES=	# none

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

BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml
RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml

USE_ASDF_FASL=	yes
FASL_TARGET=	clisp
FASL_BUILD=	yes

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


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


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


1.10
log
@When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).

Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.

Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.

All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped).
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.9
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
@d9 1
a9 1
PORTREVISION=	1
@


1.8
log
@Sync versions.
@
text
@d9 1
a10 1
MASTER_SITES=	http://files.b9.com/lml/
d12 1
a12 3
PKGNAMESUFFIX=	-clisp
DISTFILES=	# use installed sources from CL_LIBDIR
EXTRACT_ONLY=	# use installed sources from CL_LIBDIR
d17 2
a18 6
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
d20 3
a22 9
do-build:
	@@FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \
	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/
d24 1
@


1.7
log
@Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
@
text
@d8 1
a8 2
PORTVERSION=	2.5.2
PORTREVISION=	2
@


1.6
log
@Take over a few unmaintained ports.
@
text
@d7 2
a8 2
PORTNAME=		lml
PORTVERSION=		2.5.2
d10 6
a15 6
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
d17 2
a18 2
MAINTAINER=		olgeni@@FreeBSD.org
COMMENT=		Lisp Markup Language
d20 6
a25 6
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
d28 1
a28 1
	WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
d34 2
a35 2
	${MKDIR} ${PREFIX}/lib/common-lisp/lml/clispfasl
	${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/lml/clispfasl/
@


1.5
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d17 1
a17 1
MAINTAINER=		ports@@FreeBSD.org
@


1.4
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
@d9 1
a9 1
PORTREVISION=	1
@


1.3
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d17 1
a17 1
MAINTAINER=		henrik.motakef@@web.de
@


1.2
log
@PR:		56327
Submitted by:	Volker Stolz <stolz@@i2.informatik.rwth-aachen.de>
Update to 2.5.2. This port depends on www/cl-lml which got already updated.
@
text
@d9 1
@


1.1
log
@Add cl-lml-clisp 2.3.4.

PR:		52465
Submitted by:	Henrik Motakef <henrik.motakef@@web.de>
@
text
@d8 1
a8 1
PORTVERSION=		2.3.4
@

