Add cl-md5-clisp, a native MD5 implementation in Common Lisp (CLISP
binaries).
This commit is contained in:
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
|
@ -65,6 +65,7 @@
|
|||
SUBDIR += chrootuid
|
||||
SUBDIR += cksfv
|
||||
SUBDIR += cl-md5
|
||||
SUBDIR += cl-md5-clisp
|
||||
SUBDIR += cl-md5-sbcl
|
||||
SUBDIR += clamassassin
|
||||
SUBDIR += clamav
|
||||
|
|
24
security/cl-md5-clisp/Makefile
Normal file
24
security/cl-md5-clisp/Makefile
Normal 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>
|
5
security/cl-md5-clisp/pkg-descr
Normal file
5
security/cl-md5-clisp/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
A native MD5 implementation in Common Lisp.
|
||||
|
||||
This package is compiled with CLISP.
|
||||
|
||||
WWW: http://www.cliki.net/MD5
|
0
security/cl-md5-clisp/pkg-plist
Normal file
0
security/cl-md5-clisp/pkg-plist
Normal file
Loading…
Reference in a new issue