Port details |
- cl-md5 Native MD5 implementation in Common Lisp
- 2.0.5 security
=2 2.0.5Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2010-01-16 11:28:50
- Last Update: 2024-12-28 23:29:18
- Commit Hash: f6833bb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/cl-md5/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cl-md5
- pkg install cl-md5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-md5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735173357
SHA256 (pmai-md5-release-2.0.5_GH0.tar.gz) = f4264f895d004a1234c68bb4569b2f05f33eb3b19b0a6bd693db394052223de4
SIZE (pmai-md5-release-2.0.5_GH0.tar.gz) = 16196
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:
-
- flexi-streams.asd : devel/cl-flexi-streams
- Runtime dependencies:
-
- flexi-streams.asd : devel/cl-flexi-streams
- This port is required by:
- for Build
-
- security/cl-md5-ccl
- security/cl-md5-clisp
- security/cl-md5-sbcl
- for Run
-
- security/cl-md5-ccl
- security/cl-md5-clisp
- security/cl-md5-sbcl
Configuration Options:
- No options to configure
- Options name:
- security_cl-md5
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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_2 20 Dec 2024 02:31:49
    |
Joseph Mingrone (jrm)  |
*/cl-*: Pet portclippy/portfmt
Sponsored by: The FreeBSD Foundation |
1.8.5_2 20 Dec 2024 02:31:49
    |
Joseph Mingrone (jrm)  |
Common Lisp ports: Add missing license information
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48090 |
1.8.5_2 20 Dec 2024 02:31:48
    |
Joseph Mingrone (jrm)  |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.5_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.5_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.5_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.8.5_1 13 Nov 2014 09:02:57
  |
antoine  |
Cleanup plist |
1.8.5_1 15 Feb 2014 17:40:42
  |
antoine  |
Stage support |
1.8.5_1 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_1 29 Mar 2013 19:33:42
  |
cs  |
- Remove A/An in COMMENT
- Trim Header where applicable |
1.8.5_1 26 Jan 2013 14:50:30
  |
olgeni  |
Convert Makefile headers to the new format in my ports. |
1.8.5_1 16 Aug 2011 20:59:36
 |
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
1.8.5 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
1.8.5 02 Oct 2010 11:05:18
 |
olgeni  |
Master site disappeared. Unbreak by using a repackaged tarball
from a Debian mirror.
Reported by: pointyhat via Erwin |
1.8.5 16 Jan 2010 18:40:15
 |
olgeni  |
Fix Makefile header. |
1.8.5 16 Jan 2010 11:28:18
 |
olgeni  |
Add cl-md5, a native MD5 implementation in Common Lisp. |