Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 10:38:28 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100262: [NEW PORT] security/p5-Crypt-Rijndael_PP: Perl implementation of Rijndael
Message-ID:  <20060714023828.BF6FC693@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607140240.k6E2eECB040613@freefall.freebsd.org>

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

>Number:         100262
>Category:       ports
>Synopsis:       [NEW PORT] security/p5-Crypt-Rijndael_PP: Perl implementation of Rijndael
>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:   Fri Jul 14 02:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Tinderbox log:

  http://tb.gslin.org/logs/4.11-FreeBSD/p5-Crypt-Rijndael_PP-0.04.log
  http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-Crypt-Rijndael_PP-0.04.log
  http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-Crypt-Rijndael_PP-0.04.log
  http://tb.gslin.org/logs/5.5-FreeBSD/p5-Crypt-Rijndael_PP-0.04.log
  http://tb.gslin.org/logs/6-STABLE/p5-Crypt-Rijndael_PP-0.04.log

This is a pure perl implementation of the new AES Rijndael. You want
to use Crypt::Rijndael where available. This implementation is really
slow, but I am working on it.

WWW:	http://search.cpan.org/dist/Crypt-Rijndael_PP/

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

--- p5-Crypt-Rijndael_PP-0.04.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-Rijndael_PP
#	p5-Crypt-Rijndael_PP/pkg-descr
#	p5-Crypt-Rijndael_PP/Makefile
#	p5-Crypt-Rijndael_PP/pkg-plist
#	p5-Crypt-Rijndael_PP/distinfo
#
echo c - p5-Crypt-Rijndael_PP
mkdir -p p5-Crypt-Rijndael_PP > /dev/null 2>&1
echo x - p5-Crypt-Rijndael_PP/pkg-descr
sed 's/^X//' >p5-Crypt-Rijndael_PP/pkg-descr << 'END-of-p5-Crypt-Rijndael_PP/pkg-descr'
XThis is a pure perl implementation of the new AES Rijndael. You want
Xto use Crypt::Rijndael where available. This implementation is really
Xslow, but I am working on it.
X
XWWW:	http://search.cpan.org/dist/Crypt-Rijndael_PP/
END-of-p5-Crypt-Rijndael_PP/pkg-descr
echo x - p5-Crypt-Rijndael_PP/Makefile
sed 's/^X//' >p5-Crypt-Rijndael_PP/Makefile << 'END-of-p5-Crypt-Rijndael_PP/Makefile'
X# New ports collection makefile for:	p5-Crypt-Rijndael_PP
X# Date created:		2006-07-14
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Crypt-Rijndael_PP
XPORTVERSION=	0.04
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Crypt
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Perl implementation of Rijndael
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Crypt::Rijndael_PP.3
X
X.include <bsd.port.mk>
END-of-p5-Crypt-Rijndael_PP/Makefile
echo x - p5-Crypt-Rijndael_PP/pkg-plist
sed 's/^X//' >p5-Crypt-Rijndael_PP/pkg-plist << 'END-of-p5-Crypt-Rijndael_PP/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rijndael_PP/.packlist
X%%SITE_PERL%%/Crypt/Rijndael_PP.pm
X%%SITE_PERL%%/Crypt/comp.pl
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rijndael_PP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
X@dirrmtry %%SITE_PERL%%/Crypt
END-of-p5-Crypt-Rijndael_PP/pkg-plist
echo x - p5-Crypt-Rijndael_PP/distinfo
sed 's/^X//' >p5-Crypt-Rijndael_PP/distinfo << 'END-of-p5-Crypt-Rijndael_PP/distinfo'
XMD5 (Crypt-Rijndael_PP-0.04.tar.gz) = db8e06273eb49358ea2e7aa87dcdd319
XSHA256 (Crypt-Rijndael_PP-0.04.tar.gz) = c33c0d018622b6a171b3985c846751bbf9370df2bbeeb7014af6f3eb3490180e
XSIZE (Crypt-Rijndael_PP-0.04.tar.gz) = 31000
END-of-p5-Crypt-Rijndael_PP/distinfo
exit
--- p5-Crypt-Rijndael_PP-0.04.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?20060714023828.BF6FC693>