aboutsummaryrefslogtreecommitdiff
path: root/security/cl-md5-clisp
Commit message (Collapse)AuthorAgeFilesLines
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Convert Makefile headers to the new format in my ports.Jimmy Olgeni2013-01-261-4/+0
| | | | Notes: svn path=/head/; revision=311016
* Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.Jimmy Olgeni2011-08-161-1/+1
| | | | Notes: svn path=/head/; revision=279847
* When building ASDF modules with the previous cl-asdf port version,Jimmy Olgeni2010-01-202-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=248207
* Fix Makefile header.Jimmy Olgeni2010-01-161-1/+1
| | | | Notes: svn path=/head/; revision=247983
* Add cl-md5-clisp, a native MD5 implementation in Common Lisp (CLISPJimmy Olgeni2010-01-163-0/+29
binaries). Notes: svn path=/head/; revision=247973