Port details |
- cl-md5-clisp Native MD5 implementation in Common Lisp
- 2.0.5 security
=0 1.8.5_2Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2010-01-16 11:32:27
- Last Update: 2024-12-28 23:29:18
- Commit Hash: f6833bb
- Also Listed In: lisp
- License: PD
- WWW:
- https://www.cliki.net/MD5
- Description:
- This package implements the MD5 Message-Digest Algorithm, as defined in RFC
1321, in Common Lisp.
Warning: The MD5 Message-Digest Algorithm has been compromised as a
cryptographically secure hash for a long time, with known theoretical and
practical attacks. Therefore, use of this implementation is recommended only
for legacy purposes or cases where a cryptographically secure hash is not
required. For all other uses, consider one of the newer SHA-2 or SHA-3 secure
hash standards, or whatever is currently deemed cryptographically secure.
This package is compiled with CLISP.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-md5-clisp>0:security/cl-md5-clisp
- To install the port:
- cd /usr/ports/security/cl-md5-clisp/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cl-md5-clisp
- pkg install cl-md5-clisp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-md5-clisp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- stream.fas : devel/cl-flexi-streams-clisp
- md5.asd : security/cl-md5
- clisp : lang/clisp
- Runtime dependencies:
-
- stream.fas : devel/cl-flexi-streams-clisp
- md5.asd : security/cl-md5
- clisp : lang/clisp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_cl-md5-clisp
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.5 28 Dec 2024 23:29:18
    |
Joseph Mingrone (jrm)  |
security/cl-md5{,-*}: Update to 2.0.5
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation |
1.8.5 20 Dec 2024 02:31:48
    |
Joseph Mingrone (jrm)  |
*/*-clisp: Add CLISP fasl ports
Differential Revision: https://reviews.freebsd.org/D48089
Sponsored by: The FreeBSD Foundation |
1.8.5_2 28 Jul 2014 16:38:08
  |
rene  |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged |
1.8.5_2 05 Jun 2014 18:27:36
  |
antoine  |
Fix typo |
1.8.5_2 05 Jun 2014 18:20:50
  |
antoine  |
Chase lang/clisp expiration date
With hat: portmgr |
1.8.5_2 15 Feb 2014 17:37:23
  |
antoine  |
Stage support |
1.8.5_2 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.8.5_2 29 Mar 2013 19:33:42
  |
cs  |
- Remove A/An in COMMENT
- Trim Header where applicable |
1.8.5_2 26 Jan 2013 14:50:30
  |
olgeni  |
Convert Makefile headers to the new format in my ports. |
1.8.5_2 16 Aug 2011 20:59:36
 |
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
1.8.5_1 20 Jan 2010 12:40:13
 |
olgeni  |
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). |
1.8.5 16 Jan 2010 18:40:15
 |
olgeni  |
Fix Makefile header. |
1.8.5 16 Jan 2010 11:31:56
 |
olgeni  |
Add cl-md5-clisp, a native MD5 implementation in Common Lisp (CLISP
binaries). |