aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_PP
Commit message (Collapse)AuthorAgeFilesLines
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - remove IGNORE on old perlYen-Ming Lee2005-12-301-5/+1
| | | | | | | | Submitted by: leeym Approved by: maintainer via email Notes: svn path=/head/; revision=152445
* The Data Encryption Standard (DES), also known as DataErwin Lansing2005-12-204-0/+55
Encryption Algorithm (DEA) is a semi-strong encryption and decryption algorithm. The module is 100 % compatible to Crypt::DES but is implemented entirely in Perl. That means that you do not need a C compiler to build and install this extension. WWW: http://search.cpan.org/dist/Crypt-DES_PP PR: ports/90682 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151639