summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UpdateVanilla I. Shu2000-07-223-4/+4
| | | | | | | | | | | | | | | p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07 Notes: svn path=/head/; revision=30963
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-3/+3
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Upgrade to 1.23.Vanilla I. Shu2000-04-223-4/+5
| | | | Notes: svn path=/head/; revision=27902
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26938
* This is Crypt::CBC, a Perl-only implementation of the cryptographicMark Murray2000-02-185-0/+38
cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by B<SSLeay>. Notes: svn path=/head/; revision=25980