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.2
	RELEASE_7_3_0:1.2;
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.10.02.11.05.18;	author olgeni;	state Exp;
branches;
next	1.2;

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

1.1
date	2010.01.16.11.28.18;	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/Makefile 311016 2013-01-26 14:50:30Z olgeni $

PORTNAME=	md5
PORTVERSION=	1.8.5
PORTREVISION=	1
CATEGORIES=	security lisp
MASTER_SITES=	http://ftp.de.debian.org/debian/pool/main/c/cl-md5/
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig
PKGNAMEPREFIX=	cl-

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

WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION}
NO_BUILD=	yes

USE_ASDF=	yes

do-install:
	@@${MKDIR} ${ASDF_PATHNAME}
	@@${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME}
	@@${INSTALL_DATA} ${WRKSRC}/*.asd ${ASDF_PATHNAME}
	@@${LN} -sf ${ASDF_PATHNAME}/*.asd ${ASDF_REGISTRY}

.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
# Date created:				16 January 2010
# Whom:					Jimmy Olgeni <olgeni@@FreeBSD.org>
#
# $FreeBSD: head/security/cl-md5/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
@Master site disappeared. Unbreak by using a repackaged tarball
from a Debian mirror.

Reported by:	pointyhat via Erwin
@
text
@d9 1
@


1.2
log
@Fix Makefile header.
@
text
@d10 2
a11 1
MASTER_SITES=	http://files.b9.com/md5/
d17 1
a17 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
@


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

