Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Crypt-Twofish/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1 Mar 2001 06:37:15 -0000 1.2 +++ Makefile 10 Sep 2002 01:22:50 -0000 @@ -5,8 +5,8 @@ # $FreeBSD: ports/security/p5-Crypt-Twofish/Makefile,v 1.2 2001/03/01 06:37:15 vanilla Exp $ # -PORTNAME= Twofish -PORTVERSION= 1.0 +PORTNAME= Crypt-Twofish +PORTVERSION= 2.12 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/Crypt/Twofish PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/p5-Crypt-Twofish/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 3 Jan 2001 23:27:24 -0000 1.1 +++ distinfo 10 Sep 2002 01:22:50 -0000 @@ -1 +1 @@ -MD5 (Twofish-1.0.tar.gz) = 0c4d916aee5f0978bca2314a84b23b2c +MD5 (Crypt-Twofish-2.12.tar.gz) = 39937a00e4d5e6a5d700d1cd9991517c Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/security/p5-Crypt-Twofish/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 3 Jan 2001 23:27:24 -0000 1.1 +++ pkg-descr 10 Sep 2002 01:22:50 -0000 @@ -1,5 +1,8 @@ -Crypt::Twofish is a perl module implementing the Twofish cipher. +This module implements Twofish encryption. It supports the Crypt::CBC +interface. It also provides an interface that is call- compatible +with Crypt::Twofish 1.0, but its use in new code is strongly +discouraged. -Author: Nishant Kakani +WWW: http://search.cpan.org/search?dist=Crypt-Twofish --will Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/p5-Crypt-Twofish/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 14 Apr 2001 22:31:28 -0000 1.2 +++ pkg-plist 10 Sep 2002 01:22:50 -0000 @@ -1,9 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/autosplit.ix @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true