Add cl-md5-clisp, a native MD5 implementation in Common Lisp (CLISP

binaries).
This commit is contained in:
Jimmy Olgeni 2010-01-16 11:31:56 +00:00
parent b7a12c91ea
commit 36b0fe4b82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247973
4 changed files with 30 additions and 0 deletions

View file

@ -65,6 +65,7 @@
SUBDIR += chrootuid SUBDIR += chrootuid
SUBDIR += cksfv SUBDIR += cksfv
SUBDIR += cl-md5 SUBDIR += cl-md5
SUBDIR += cl-md5-clisp
SUBDIR += cl-md5-sbcl SUBDIR += cl-md5-sbcl
SUBDIR += clamassassin SUBDIR += clamassassin
SUBDIR += clamav SUBDIR += clamav

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: cl-md5-clisp
# 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= clisp
FASL_BUILD= yes
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,5 @@
A native MD5 implementation in Common Lisp.
This package is compiled with CLISP.
WWW: http://www.cliki.net/MD5

View file