Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2011 13:58:04 GMT
From:      Konstantin Menshikov <kostjnspb@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154142: [NEW PORT] p5-Crypt-Twofish_PP
Message-ID:  <201101191358.p0JDw47P061099@red.freebsd.org>
Resent-Message-ID: <201101191400.p0JE0IYj090473@freefall.freebsd.org>

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

>Number:         154142
>Category:       ports
>Synopsis:       [NEW PORT] p5-Crypt-Twofish_PP
>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:   Wed Jan 19 14:00:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Menshikov
>Release:        8.1-STABLE
>Organization:
>Environment:
FreeBSD hc.dev.kostjn.pht 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Aug 13 16:42:11 MSD 2010     root@kostjn.pht:/usr/obj/usr/src/sys/DTRACE  i386
>Description:
Twofish is a 128-bit symmetric block cipher with a variable key length (128, 192, or 256 bits) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. It has been one of the five finalists for AES.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	/usr/ports/security/p5-Crypt-Twofish_PP/
#	/usr/ports/security/p5-Crypt-Twofish_PP/Makefile
#	/usr/ports/security/p5-Crypt-Twofish_PP/distinfo
#	/usr/ports/security/p5-Crypt-Twofish_PP/pkg-descr
#	/usr/ports/security/p5-Crypt-Twofish_PP/pkg-plist
#
echo c - /usr/ports/security/p5-Crypt-Twofish_PP/
mkdir -p /usr/ports/security/p5-Crypt-Twofish_PP/ > /dev/null 2>&1
echo x - /usr/ports/security/p5-Crypt-Twofish_PP/Makefile
sed 's/^X//' >/usr/ports/security/p5-Crypt-Twofish_PP/Makefile << '567ade2a8272c79d793913b8f0483517'
X# New ports collection makefile for:  p5-Crypt-Twofish_PP
X# Date created:                19 January 2010
X# Whom:                        Konstantin Menshikov <kostjnspb@yandex.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Crypt-Twofish_PP
XPORTVERSION=	0.17
XCATEGORIES=	security perl5
XMASTER_SITES=	CPAN \
X		http://kostjn.spb.ru/freebsd/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	kostjnspb@yandex.ru
XCOMMENT=	The Twofish Algorithm in Pure Perl
X
XPERL_CONFIGURE=	YES
X
XMAN3=	Crypt::Twofish_PP.3 \
X	Crypt::Twofish_PP::Key16.3 \
X	Crypt::Twofish_PP::Key24.3 \
X	Crypt::Twofish_PP::Key32.3
X
X.include <bsd.port.mk>
567ade2a8272c79d793913b8f0483517
echo x - /usr/ports/security/p5-Crypt-Twofish_PP/distinfo
sed 's/^X//' >/usr/ports/security/p5-Crypt-Twofish_PP/distinfo << '7d82bc79633ef94cc7672262574cff03'
XSHA256 (Crypt-Twofish_PP-0.17.tar.gz) = e7e2736cd7f379227f818ea2e8e586594773eb4c2fd8ec5c8c4d9662003b8bab
XSIZE (Crypt-Twofish_PP-0.17.tar.gz) = 46306
7d82bc79633ef94cc7672262574cff03
echo x - /usr/ports/security/p5-Crypt-Twofish_PP/pkg-descr
sed 's/^X//' >/usr/ports/security/p5-Crypt-Twofish_PP/pkg-descr << '5897eb4ec520bbe26fbb3b43a60f888f'
XTwofish is a 128-bit symmetric block cipher with a
Xvariable key length (128, 192, or 256 bits) key,
Xdeveloped by Counterpane Labs.
XIt is unpatented and free for all uses,
Xas described at http://www.counterpane.com/twofish.html.
XIt has been one of the five finalists for AES.
X
XThis module is written in pure Perl, it should run everywhere where Perl runs
X
XWWW:	http://search.cpan.org/dist/Crypt-Twofish_PP/
5897eb4ec520bbe26fbb3b43a60f888f
echo x - /usr/ports/security/p5-Crypt-Twofish_PP/pkg-plist
sed 's/^X//' >/usr/ports/security/p5-Crypt-Twofish_PP/pkg-plist << '1b70d5a05efdac9ce8a9ead35b46660c'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt-Twofish_PP/.packlist
X%%SITE_PERL%%/Crypt/Twofish_PP.pm
X%%SITE_PERL%%/Crypt/Twofish_PP/Key16.pm
X%%SITE_PERL%%/Crypt/Twofish_PP/Key24.pm
X%%SITE_PERL%%/Crypt/Twofish_PP/Key32.pm
X%%SITE_PERL%%/LocaleData/de/LC_MESSAGES/Crypt-Twofish_PP.mo
X
X@dirrmtry %%SITE_PERL%%/Crypt/Twofish_PP
X@dirrmtry %%SITE_PERL%%/Crypt
X@dirrmtry %%SITE_PERL%%/LocaleData/de/LC_MESSAGES
X@dirrmtry %%SITE_PERL%%/LocaleData/de
1b70d5a05efdac9ce8a9ead35b46660c
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101191358.p0JDw47P061099>