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


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

1.11
date	2008.09.03.02.57.44;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2007.05.26.00.59.44;	author alepulver;	state Exp;
branches;
next	1.9;

1.9
date	2006.06.04.23.49.56;	author mnag;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.27.04.54.27;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2005.10.16.14.48.07;	author vs;	state Exp;
branches;
next	1.6;

1.6
date	2004.09.02.22.36.06;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.13.15.23.43;	author mich;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.26.01.07.31;	author naddy;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.19.13.06.12;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.12.34.59;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.18.05.11.46;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	cmucl-extra
# Date created:				13 June 2002
# Whom:					Scott Flatman <sf@@dsinw.com>
#
# $FreeBSD: head/lang/cmucl-extra/Makefile 300896 2012-07-14 13:54:48Z beat $

PORTNAME=	cmucl-extra
PORTVERSION=	19c
CATEGORIES=	lang lisp
MASTER_SITES=	ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \
		http://www.pmsf.de/pub/cmucl/release/${PORTVERSION}/ \
		ftp://ftp.averillpark.net/cmucl/release/${PORTVERSION}/ \
		ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/${PORTVERSION}/ \
		ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/
DISTNAME=	cmucl-${PORTVERSION}-x86-FreeBSD.extra

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Optional extras for the CMU implementation of Common Lisp

BUILD_DEPENDS=	lisp:${PORTSDIR}/lang/cmucl
RUN_DEPENDS=	lisp:${PORTSDIR}/lang/cmucl

USE_BZIP2=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-install:
	cd ${WRKDIR} && ${FIND} lib | \
		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}

.include <bsd.port.mk>
@


1.11
log
@Reset sf@@slappy.org due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Depend on lang/cmucl for running (also avoids @@dirrmtry in pkg-plist and
  creating the installation directories).
- Remove ONLY_FOR_ARCHS=i386 and dependency on misc/compat5x since they are in
  lang/cmucl.
- Use SHAREOWN/SHAREGRP for (not binaries) installed files.

PR:		ports/112362
Submitted by:	alepulver (myself)
Approved by:	maintainer timeout
@
text
@d17 1
a17 1
MAINTAINER=	sf@@slappy.org
@


1.9
log
@- Update to 19c

PR:		97562
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
Approved by:	maintainer timeout (14 days)
@
text
@d21 1
a22 1
ONLY_FOR_ARCHS=	i386
a26 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
LIB_DEPENDS+=	c.4:${PORTSDIR}/misc/compat4x
.endif

a27 1
	@@${MKDIR} ${PREFIX}/lib/cmucl
d29 1
a29 1
		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}
d31 1
a31 1
.include <bsd.port.post.mk>
@


1.8
log
@- Update to 19b

PR:		ports/90945
Submitted by:	Scott Flatman <sf@@slappy.org> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	19b
d10 6
a15 6
MASTER_SITES=	ftp://ftp.common-lisp.net/pub/project/cmucl/release/19b/ \
		http://www.pmsf.de/pub/cmucl/release/19b/ \
		ftp://ftp.averillpark.net/cmucl/release/19b/ \
		ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19b/ \
		ftp://ftp.tepus.com/pub/project/cmucl/release/19b/
DISTNAME=	cmucl-19b-x86-FreeBSD.extra
d34 1
a34 1
	-${MKDIR} ${PREFIX}/lib/cmucl
@


1.7
log
@Populate virtual category "lisp"

PR:		ports/86370
Submitted by:	Julian Stecklina
Approved by:	portmgr (linimon)
@
text
@d8 1
a8 1
PORTVERSION=	19a
d10 6
a15 7
MASTER_SITES=	ftp://ftp.common-lisp.net/pub/project/cmucl/release/19a/ \
		http://www.pmsf.de/pub/cmucl/release/19a/ \
		ftp://ftp.averillpark.net/cmucl/release/19a/ \
		ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19a/ \
		ftp://ftp.tepus.com/pub/project/cmucl/release/19a/
DISTNAME=	cmucl-19a-x86-FreeBSD.extra
EXTRACT_SUFX=	.tar.bz2
@


1.6
log
@Update to version 19a.

PR:		ports/71162
Submitted by:	MOROHOSHI Akihiko <moro at remus dot dti dot ne dot jp>
Approved by:	maintainer
@
text
@d9 1
a9 1
CATEGORIES=	lang
@


1.5
log
@- Update to 18e.
- Fix spaces -> tabs, so portlint doesn't complain.

PR:		ports/51260
Submitted by:	maintainer
Approved by:	roberto(mentor)
@
text
@d8 1
a8 1
PORTVERSION=	18e
d10 6
a15 3
MASTER_SITES=	ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \
		${MASTER_SITE_LOCAL}
DISTNAME=	cmucl-18e-x86-freebsd.extra
d36 2
a37 1
	(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
@


1.4
log
@Fix typo in maintainer address, mark as i386-only.
@
text
@d7 4
a10 4
PORTNAME=       cmucl-extra
PORTVERSION=    18d
CATEGORIES=     lang
MASTER_SITES=   ftp://cvs2.cons.org/pub/lisp/cmucl/release/18d/ \
d12 2
a13 2
MASTER_SITE_SUBDIR=     cracauer
DISTNAME=       cmucl-18d-x86-FreeBSD.extra
d18 2
d22 8
a29 2
NO_WRKSUBDIR=   yes
NO_BUILD=       yes
d35 1
a35 1
.include <bsd.port.mk>
@


1.3
log
@Change MAINTAINER to new address.

PR:		ports/51141, ports/51142, ports/51143, ports/51144
Submitted by:	Scott Flatman <sf@@slappy.org> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	f@@slappy.org
d18 1
@


1.2
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=     sf@@dsinw.com
@


1.1
log
@New port: lang/cmucl-extra

	Optional extras for the CMU implementation of Common Lisp.

PR:		ports/39250
Submitted by:	Scott Flatman <sf@@dsinw.com>
@
text
@d16 1
@

