From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 19 14:00:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6952D106567A for ; Wed, 19 Jan 2011 14:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2CC888FC1C for ; Wed, 19 Jan 2011 14:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0JE0Ipl090474 for ; Wed, 19 Jan 2011 14:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0JE0IYj090473; Wed, 19 Jan 2011 14:00:18 GMT (envelope-from gnats) Resent-Date: Wed, 19 Jan 2011 14:00:18 GMT Resent-Message-Id: <201101191400.p0JE0IYj090473@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Konstantin Menshikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB6A7106566B for ; Wed, 19 Jan 2011 13:58:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AB2AA8FC17 for ; Wed, 19 Jan 2011 13:58:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0JDw4gV061100 for ; Wed, 19 Jan 2011 13:58:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p0JDw47P061099; Wed, 19 Jan 2011 13:58:04 GMT (envelope-from nobody) Message-Id: <201101191358.p0JDw47P061099@red.freebsd.org> Date: Wed, 19 Jan 2011 13:58:04 GMT From: Konstantin Menshikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/154142: [NEW PORT] p5-Crypt-Twofish_PP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 14:00:18 -0000 >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 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 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: