From owner-freebsd-ports Sun Sep 17 23: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0664337B42C for ; Sun, 17 Sep 2000 23:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA63730; Sun, 17 Sep 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from modemcable101.200-201-24.mtl.mc.videotron.ca (modemcable101.200-201-24.mtl.mc.videotron.ca [24.201.200.101]) by hub.freebsd.org (Postfix) with SMTP id 4147637B422 for ; Sun, 17 Sep 2000 22:50:52 -0700 (PDT) Received: (qmail 9121 invoked by alias); 18 Sep 2000 05:50:50 -0000 Received: (qmail 9116 invoked by uid 0); 18 Sep 2000 05:50:49 -0000 Message-Id: <20000918055049.9115.qmail@modemcable101.200-201-24.mtl.mc.videotron.ca> Date: 18 Sep 2000 05:50:49 -0000 From: patrick@mindstep.com Reply-To: patrick@mindstep.com To: freefall-gnats@mindstep.com X-Send-Pr-Version: 3.2 Subject: ports/21340: new port for the Crypt::Blowfish perl module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21340 >Category: ports >Synopsis: new port for the Crypt::Blowfish perl module >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 17 23:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Bihan-Faou >Release: FreeBSD 3.5-STABLE i386 >Organization: MindStep Corporation >Environment: Port collection as of September 17, 2000 >Description: The perl module for blowfish encryption (which is required for the OpenSRS application) is not present in the ports collection. >How-To-Repeat: >Fix: This shell archive contains the port for the Crypt::Blowfish perl module. # 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-Blowfish # p5-Crypt-Blowfish/files # p5-Crypt-Blowfish/files/md5 # p5-Crypt-Blowfish/pkg # p5-Crypt-Blowfish/pkg/COMMENT # p5-Crypt-Blowfish/pkg/DESCR # p5-Crypt-Blowfish/pkg/PLIST # p5-Crypt-Blowfish/Makefile # echo c - p5-Crypt-Blowfish mkdir -p p5-Crypt-Blowfish > /dev/null 2>&1 echo c - p5-Crypt-Blowfish/files mkdir -p p5-Crypt-Blowfish/files > /dev/null 2>&1 echo x - p5-Crypt-Blowfish/files/md5 sed 's/^X//' >p5-Crypt-Blowfish/files/md5 << 'END-of-p5-Crypt-Blowfish/files/md5' XMD5 (Crypt-Blowfish-2.06.tar.gz) = c95ccdf2ee05bba0e4a140428def03bd END-of-p5-Crypt-Blowfish/files/md5 echo c - p5-Crypt-Blowfish/pkg mkdir -p p5-Crypt-Blowfish/pkg > /dev/null 2>&1 echo x - p5-Crypt-Blowfish/pkg/COMMENT sed 's/^X//' >p5-Crypt-Blowfish/pkg/COMMENT << 'END-of-p5-Crypt-Blowfish/pkg/COMMENT' XPerl5 interface to the Blowfish encryption alogorithm END-of-p5-Crypt-Blowfish/pkg/COMMENT echo x - p5-Crypt-Blowfish/pkg/DESCR sed 's/^X//' >p5-Crypt-Blowfish/pkg/DESCR << 'END-of-p5-Crypt-Blowfish/pkg/DESCR' XThis is Crypt::Blowfish, an XS-based implementation of the XBlowfish cryptography algorithm designed by Bruce Schneier. It's designed Xto take full advantage of Crypt::CBC when desired. Blowfish keys may be Xup to 448 bits (56 bytes) long. END-of-p5-Crypt-Blowfish/pkg/DESCR echo x - p5-Crypt-Blowfish/pkg/PLIST sed 's/^X//' >p5-Crypt-Blowfish/pkg/PLIST << 'END-of-p5-Crypt-Blowfish/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Blowfish.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt END-of-p5-Crypt-Blowfish/pkg/PLIST echo x - p5-Crypt-Blowfish/Makefile sed 's/^X//' >p5-Crypt-Blowfish/Makefile << 'END-of-p5-Crypt-Blowfish/Makefile' X# New ports collection makefile for: p5-Crypt-Blowfish X# Date created: 2000/09/18 X# Whom: patrick@mindstep.com X# X# $FreeBSD$ X# X XPORTNAME= Crypt-Blowfish XPORTVERSION= 2.06 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Crypt XPKGNAMEPREFIX= p5- X XMAINTAINER= patrick@mindstep.com X XUSE_PERL5= yes X XMAN3= Crypt::Blowfish.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ X CC="${CC}" CCFLAGS="${CFLAGS}" X X.include END-of-p5-Crypt-Blowfish/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message