Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2007 21:15:07 +0900 (JST)
From:      Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114525: [NEW PORT] security/p5-Crypt-Camellia_PP: Perl extension for Camellia Encryption Algorithm in pure Perl
Message-ID:  <200707121215.l6CCF7id085816@mana.csg.is.titech.ac.jp>
Resent-Message-ID: <200707121220.l6CCK5Ds036573@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114525
>Category:       ports
>Synopsis:       [NEW PORT] security/p5-Crypt-Camellia_PP: Perl extension for Camellia Encryption Algorithm in pure Perl
>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:   Thu Jul 12 12:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yoshisato YANAGISAWA
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD mana.csg.is.titech.ac.jp 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007
>Description:
Crypt::Camellia_PP is a pure perl implementation of Camellia, a 128-bit 
symmetrical block cipher with 128-bit, 192-bit, and 256-bit key from
NTT and Mitsubishi Electric Corporation.  It is one of the approved
encryption methods to be used by European Union as well as specified
in several Internet RFCs.

See also: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
WWW: http://search.cpan.org/dist/Crypt-Camellia_PP/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Crypt-Camellia_PP-0.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-Camellia_PP
#	p5-Crypt-Camellia_PP/Makefile
#	p5-Crypt-Camellia_PP/distinfo
#	p5-Crypt-Camellia_PP/pkg-descr
#	p5-Crypt-Camellia_PP/pkg-plist
#
echo c - p5-Crypt-Camellia_PP
mkdir -p p5-Crypt-Camellia_PP > /dev/null 2>&1
echo x - p5-Crypt-Camellia_PP/Makefile
sed 's/^X//' >p5-Crypt-Camellia_PP/Makefile << 'END-of-p5-Crypt-Camellia_PP/Makefile'
X# New ports collection Makefile for:	p5-Crypt-Camellia_PP
X# Date created:				Thu Jul 12 16:35:39 JST 2007
X# Whom:	      				Yoshisato YANAGISAWA
X# $FreeBSD$
X
XPORTNAME=	Crypt-Camellia_PP
XPORTVERSION=	0.02
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Crypt
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	yanagisawa@csg.is.titech.ac.jp
XCOMMENT=	Perl extension for Camellia Encryption Algorithm in pure Perl
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Crypt::Camellia_PP.3
X
X.include <bsd.port.mk>
END-of-p5-Crypt-Camellia_PP/Makefile
echo x - p5-Crypt-Camellia_PP/distinfo
sed 's/^X//' >p5-Crypt-Camellia_PP/distinfo << 'END-of-p5-Crypt-Camellia_PP/distinfo'
XMD5 (Crypt-Camellia_PP-0.02.tar.gz) = 93db29df8fcc3502d3e37628f283ed68
XSHA256 (Crypt-Camellia_PP-0.02.tar.gz) = 731c5832dd02761ba058dffead18ca0db4bf068367fc378f8239dc19c7e386bc
XSIZE (Crypt-Camellia_PP-0.02.tar.gz) = 112477
END-of-p5-Crypt-Camellia_PP/distinfo
echo x - p5-Crypt-Camellia_PP/pkg-descr
sed 's/^X//' >p5-Crypt-Camellia_PP/pkg-descr << 'END-of-p5-Crypt-Camellia_PP/pkg-descr'
XCrypt::Camellia_PP is a pure perl implementation of Camellia, a 128-bit 
Xsymmetrical block cipher with 128-bit, 192-bit, and 256-bit key from
XNTT and Mitsubishi Electric Corporation.  It is one of the approved
Xencryption methods to be used by European Union as well as specified
Xin several Internet RFCs.
X
XSee also: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
XWWW: http://search.cpan.org/dist/Crypt-Camellia_PP/
END-of-p5-Crypt-Camellia_PP/pkg-descr
echo x - p5-Crypt-Camellia_PP/pkg-plist
sed 's/^X//' >p5-Crypt-Camellia_PP/pkg-plist << 'END-of-p5-Crypt-Camellia_PP/pkg-plist'
X%%SITE_PERL%%/Crypt/Camellia_PP.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Camellia_PP/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Camellia_PP/
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
X@dirrmtry %%SITE_PERL%%/Crypt
END-of-p5-Crypt-Camellia_PP/pkg-plist
exit
--- p5-Crypt-Camellia_PP-0.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?200707121215.l6CCF7id085816>