head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2013.01.26.15.07.28;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.16.20.59.34;	author olgeni;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.20.12.40.10;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.16.18.40.15;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.16.11.31.56;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311016
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/cl-md5-clisp/Makefile 311016 2013-01-26 14:50:30Z olgeni $

PORTNAME=	md5
PORTVERSION=	1.8.5
PORTREVISION=	2
CATEGORIES=	security lisp
PKGNAMEPREFIX=	cl-
DISTFILES=	# none

MAINTAINER=	olgeni@@FreeBSD.org
COMMENT=	A native MD5 implementation in Common Lisp

BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5
RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5

USE_ASDF_FASL=	yes
FASL_TARGET=	clisp
FASL_BUILD=	yes

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


1.5
log
@Switch exporter over
@
text
@d1 1
a1 5
# New ports collection makefile for:	cl-md5-clisp
# Date created:				16 January 2010
# Whom:					Jimmy Olgeni <olgeni@@FreeBSD.org>
#
# $FreeBSD: head/security/cl-md5-clisp/Makefile 300897 2012-07-14 14:29:18Z beat $
@


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


1.3
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=	1
@


1.2
log
@Fix Makefile header.
@
text
@d9 1
@


1.1
log
@Add cl-md5-clisp, a native MD5 implementation in Common Lisp (CLISP
binaries).
@
text
@d3 1
a3 1
# Whom:					Giacomo Olgeni
@

