diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-16 11:30:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-16 11:30:03 +0000 |
commit | b7a12c91eaaa80c90b06a74598da9e62d85fd5a3 (patch) | |
tree | 1106d0b9c0e8a8bcd72d9670c45db061c708409c /security/cl-md5-sbcl | |
parent | 4f34d13437e8865d7a01d20b6ceafce5a6ed5bb0 (diff) | |
download | ports-b7a12c91eaaa80c90b06a74598da9e62d85fd5a3.tar.gz ports-b7a12c91eaaa80c90b06a74598da9e62d85fd5a3.zip |
Notes
Diffstat (limited to 'security/cl-md5-sbcl')
-rw-r--r-- | security/cl-md5-sbcl/Makefile | 24 | ||||
-rw-r--r-- | security/cl-md5-sbcl/pkg-descr | 5 | ||||
-rw-r--r-- | security/cl-md5-sbcl/pkg-plist | 2 |
3 files changed, 31 insertions, 0 deletions
diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile new file mode 100644 index 000000000000..67df102688fd --- /dev/null +++ b/security/cl-md5-sbcl/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: cl-md5-sbcl +# Date created: 16 January 2010 +# Whom: Giacomo Olgeni +# +# $FreeBSD$ + +PORTNAME= md5 +PORTVERSION= 1.8.5 +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= sbcl +FASL_BUILD= yes + +.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" +.include <bsd.port.mk> diff --git a/security/cl-md5-sbcl/pkg-descr b/security/cl-md5-sbcl/pkg-descr new file mode 100644 index 000000000000..4879bdbd2565 --- /dev/null +++ b/security/cl-md5-sbcl/pkg-descr @@ -0,0 +1,5 @@ +A native MD5 implementation in Common Lisp. + +This package is compiled with SBCL. + +WWW: http://www.cliki.net/MD5 diff --git a/security/cl-md5-sbcl/pkg-plist b/security/cl-md5-sbcl/pkg-plist new file mode 100644 index 000000000000..874c7b23ac33 --- /dev/null +++ b/security/cl-md5-sbcl/pkg-plist @@ -0,0 +1,2 @@ +%%LIB32DIR%%/common-lisp/md5/sbclfasl/md5.fasl +@dirrm %%LIB32DIR%%/common-lisp/md5/sbclfasl |