cvs commit: ports/security Makefile ports/security/p5-Crypt-CFB
Makefile distinfo pkg-descr pkg-plist
Erwin Lansing
erwin at FreeBSD.org
Sun Dec 18 13:55:19 PST 2005
erwin 2005-12-18 21:55:15 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/p5-Crypt-CFB Makefile distinfo pkg-descr pkg-plist
Log:
Generic CFB implementation in pure Perl. The Cipher Feedback Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports the
add method.
WWW: http://search.cpan.org/dist/Crypt-CFB
PR: ports/90611
Submitted by: Gabor Kovesdan
Revision Changes Path
1.689 +1 -0 ports/security/Makefile
1.1 +24 -0 ports/security/p5-Crypt-CFB/Makefile (new)
1.1 +3 -0 ports/security/p5-Crypt-CFB/distinfo (new)
1.1 +8 -0 ports/security/p5-Crypt-CFB/pkg-descr (new)
1.1 +5 -0 ports/security/p5-Crypt-CFB/pkg-plist (new)
More information about the cvs-all
mailing list