summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* - update to 2.15Yen-Ming Lee2005-09-032-4/+5
| | | | | | | | PR: 85550 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> Notes: svn path=/head/; revision=141845
* Update to 2.12Erwin Lansing2004-06-182-3/+3
| | | | Notes: svn path=/head/; revision=111711
* Update to 2.10Erwin Lansing2004-05-312-3/+3
| | | | Notes: svn path=/head/; revision=110511
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* utilize SITE_PERLYing-Chieh Liao2003-10-242-6/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* conditionalize dependencies on modules included in perl 5.8Edwin Groothuis2003-05-091-4/+6
| | | | | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. PR: ports/50589 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=80500
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-171-2/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=75713
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 2.08 and Maintainer hopes to change MAINTAINER to ports@.Norikatsu Shigemura2002-09-202-5/+6
| | | | | | | | | PR: ports/42587 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: maintainer Notes: svn path=/head/; revision=66924
* Remove empty directories on uninstall.Steve Price2001-04-141-0/+2
| | | | Notes: svn path=/head/; revision=41387
* Fix dependency path.Jun Kuriyama2001-03-231-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=40254
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* 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