Date: Fri, 29 Sep 2006 01:47:34 +0900 (JST) From: TAKAHASHI Kaoru <kaoru@kaisei.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/103767: [NEW PORT] security/p5-Crypt-GCrypt: Perl interface to the GNU Cryptographic library Message-ID: <20060928164734.8FAC655D37@rave.kaoru.trans-nt.com> Resent-Message-ID: <200609281650.k8SGoIBK063012@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103767 >Category: ports >Synopsis: [NEW PORT] security/p5-Crypt-GCrypt: Perl interface to the GNU Cryptographic library >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 Sep 28 16:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 5.4-RELEASE-p14 i386 >Organization: >Environment: System: FreeBSD rave.kaoru.trans-nt.com 5.4-RELEASE-p14 FreeBSD 5.4-RELEASE-p14 #0: Mon Apr 24 13:57:18 JST 2006 >Description: Crypt::GCrypt provides an object interface to the C libgcrypt library. It currently supports symmetric encryption/decryption, while asymmetric cryptography is being worked on. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Crypt-GCrypt-1.15.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-GCrypt # p5-Crypt-GCrypt/pkg-descr # p5-Crypt-GCrypt/Makefile # p5-Crypt-GCrypt/pkg-plist # p5-Crypt-GCrypt/distinfo # echo c - p5-Crypt-GCrypt mkdir -p p5-Crypt-GCrypt > /dev/null 2>&1 echo x - p5-Crypt-GCrypt/pkg-descr sed 's/^X//' >p5-Crypt-GCrypt/pkg-descr << 'END-of-p5-Crypt-GCrypt/pkg-descr' XCrypt::GCrypt provides an object interface to the C libgcrypt library. XIt currently supports symmetric encryption/decryption, while asymmetric Xcryptography is being worked on. END-of-p5-Crypt-GCrypt/pkg-descr echo x - p5-Crypt-GCrypt/Makefile sed 's/^X//' >p5-Crypt-GCrypt/Makefile << 'END-of-p5-Crypt-GCrypt/Makefile' X# New ports collection makefile for: p5-Crypt-GCrypt X# Date created: 2006-09-28 X# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> X# X# $FreeBSD$ X# X XPORTNAME= Crypt-GCrypt XPORTVERSION= 1.15 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Crypt XPKGNAMEPREFIX= p5- X XMAINTAINER= kaoru@kaisei.org XCOMMENT= Perl interface to the GNU Cryptographic library X XLIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt X XPERL_CONFIGURE= yes XCONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ X GCRYPTINCPATH=${LOCALBASE}/include X XMAN3= Crypt::GCrypt.3 X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 Xpost-patch: X ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/GCrypt.pm X ${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/GCrypt.pm X.endif X.include <bsd.port.post.mk> END-of-p5-Crypt-GCrypt/Makefile echo x - p5-Crypt-GCrypt/pkg-plist sed 's/^X//' >p5-Crypt-GCrypt/pkg-plist << 'END-of-p5-Crypt-GCrypt/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/GCrypt.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/GCrypt.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/GCrypt.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto END-of-p5-Crypt-GCrypt/pkg-plist echo x - p5-Crypt-GCrypt/distinfo sed 's/^X//' >p5-Crypt-GCrypt/distinfo << 'END-of-p5-Crypt-GCrypt/distinfo' XMD5 (Crypt-GCrypt-1.15.tar.gz) = 9da32ac299ff3a2b3126158b55e02131 XSHA256 (Crypt-GCrypt-1.15.tar.gz) = 7f05cbc7e10c66c3075ea8cb79f4c038cf8f18fdcb192ac66305c07fa41dbcc6 XSIZE (Crypt-GCrypt-1.15.tar.gz) = 15667 END-of-p5-Crypt-GCrypt/distinfo exit --- p5-Crypt-GCrypt-1.15.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?20060928164734.8FAC655D37>