Date: Sun, 7 Aug 2005 05:22:53 +0900 (JST) From: TAKAHASHI Kaoru <kaoru@kaisei.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84629: [NEW PORT] security/p5-Crypt-NULL: Perl implementation of the NULL encryption algorithm Message-ID: <20050806202253.99D81523DA@rave.kaoru.trans-nt.com> Resent-Message-ID: <200508062030.j76KUHiR008482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84629 >Category: ports >Synopsis: [NEW PORT] security/p5-Crypt-NULL: Perl implementation of the NULL encryption algorithm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 20:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD rave.kaoru.trans-nt.com 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Tue Aug 2 11:53:36 JST >Description: This is Crypt::NULL. Perl module for NULL Encryption Algorithm. The NULL Encryption Algorithm is a symmetric block cipher described in RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL encryption. It supports the Crypt::CBC. WWW: http://search.cpan.org/~ams/Crypt-NULL/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Crypt-NULL-1.02.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Crypt-NULL # p5-Crypt-NULL/pkg-descr # p5-Crypt-NULL/Makefile # p5-Crypt-NULL/pkg-plist # p5-Crypt-NULL/distinfo # echo c - p5-Crypt-NULL mkdir -p p5-Crypt-NULL > /dev/null 2>&1 echo x - p5-Crypt-NULL/pkg-descr sed 's/^X//' >p5-Crypt-NULL/pkg-descr << 'END-of-p5-Crypt-NULL/pkg-descr' XThis is Crypt::NULL. Perl module for NULL Encryption Algorithm. X XThe NULL Encryption Algorithm is a symmetric block cipher described in XRFC 2410 by Rob Glenn and Stephen Kent. X XThis module implements NULL encryption. It supports the Crypt::CBC. X XWWW: http://search.cpan.org/~ams/Crypt-NULL/ END-of-p5-Crypt-NULL/pkg-descr echo x - p5-Crypt-NULL/Makefile sed 's/^X//' >p5-Crypt-NULL/Makefile << 'END-of-p5-Crypt-NULL/Makefile' X# New ports collection makefile for: p5-Crypt-NULL X# Date created: 2005-08-06 X# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> X# X# $FreeBSD$ X# X XPORTNAME= Crypt-NULL XPORTVERSION= 1.02 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Crypt XPKGNAMEPREFIX= p5- X XMAINTAINER= kaoru@kaisei.org XCOMMENT= Perl implementation of the NULL encryption algorithm X XPERL_CONFIGURE= yes X XMAN3= Crypt::NULL.3 X X.include <bsd.port.mk> END-of-p5-Crypt-NULL/Makefile echo x - p5-Crypt-NULL/pkg-plist sed 's/^X//' >p5-Crypt-NULL/pkg-plist << 'END-of-p5-Crypt-NULL/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/Crypt/NULL.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true END-of-p5-Crypt-NULL/pkg-plist echo x - p5-Crypt-NULL/distinfo sed 's/^X//' >p5-Crypt-NULL/distinfo << 'END-of-p5-Crypt-NULL/distinfo' XMD5 (Crypt-NULL-1.02.tar.gz) = 86918bc7d084be0600a26279304ed395 XSIZE (Crypt-NULL-1.02.tar.gz) = 2043 END-of-p5-Crypt-NULL/distinfo exit --- p5-Crypt-NULL-1.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050806202253.99D81523DA>