From owner-freebsd-ports Mon Dec 10 23:50:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2F9737B41C for ; Mon, 10 Dec 2001 23:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB7o1340431; Mon, 10 Dec 2001 23:50:01 -0800 (PST) (envelope-from gnats) Date: Mon, 10 Dec 2001 23:50:01 -0800 (PST) Message-Id: <200112110750.fBB7o1340431@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) Subject: Re: ports/30997: new port: security/p5-Digest-HMAC Reply-To: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30997; it has been noted by GNATS. From: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) To: freebsd-gnats-submit@FreeBSD.org, adrian@ubergeeks.com Cc: Subject: Re: ports/30997: new port: security/p5-Digest-HMAC Date: Tue, 11 Dec 2001 16:46:04 +0900 Dear. I need p5-Digest-HMAC, but no one merge to ports(I can't complain about this). But, I cannot wait:-), and I rewrite to ports format. Please add to ports. # 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: # # Makefile # distinfo # pkg-comment # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: p5-Digest-HMAC X# Date created: 2001/12/11 X# Whom: nork@cityfujisawa.ne.jp X# X# $FreeBSD$ X# X XPORTNAME= Digest-HMAC XPORTVERSION= 1.01 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Digest XPKGNAMEPREFIX= p5- X XMAINTAINER= nork@cityfujisawa.ne.jp X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Digest::HMAC.3 \ X Digest::HMAC_MD5.3 \ X Digest::HMAC_SHA1.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (Digest-HMAC-1.01.tar.gz) = 32dc54c765100c638b5d7f7ff4c5c626 END-of-distinfo echo x - pkg-comment sed 's/^X//' >pkg-comment << 'END-of-pkg-comment' XPerl5 interface to HMAC Message-Digest Algorithms END-of-pkg-comment echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XDigest:: HMAC X--------------------------------- X XThis package provide modules which calculate HMAC digests. X XTo build the extensions, unpack this distribution somewhere, create Xthe Makefile by running 'perl Makefile.PL' and do a 'make', 'make Xtest', and if successful 'make install'. X XYou will need perl version 5.004 or better to install these modules. XFurther documentation is embedded in the individual modules. X XCopyright 1998-1999 Gisle Aas. XCopyright 1998 Graham Barr. XCopyright 1997 Uwe Hollerbach. XCopyright 1995-1996 Neil Winton. XCopyright 1990-1992 RSA Data Security, Inc. X XThis library is free software; you can redistribute it and/or Xmodify it under the same terms as Perl itself. END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Digest/HMAC.pm Xlib/perl5/site_perl/%%PERL_VER%%/Digest/HMAC_SHA1.pm Xlib/perl5/site_perl/%%PERL_VER%%/Digest/HMAC_MD5.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/HMAC/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Digest X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/HMAC END-of-pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message