Date: Tue, 2 Oct 2001 22:56:30 -0400 (EDT) From: Adrian Filipi-Martin <adrian@ubergeeks.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30997: new port: security/p5-Digest-HMAC Message-ID: <200110030256.f932uUr31620@mail.ubergeeks.com>
next in thread | raw e-mail | index | archive | help
>Number: 30997 >Category: ports >Synopsis: new port: security/p5-Digest-HMAC >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: Tue Oct 02 20:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 4.4-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: System: FreeBSD lorax.ubergeeks.com 4.4-RELEASE FreeBSD 4.4-RELEASE #12: Mon Sep 17 11:05:50 EDT 2001 root@lorax.ubergeeks.com:/usr/obj/usr/src/sys/LORAX i386 >Description: This is a new port of a useful Perl module. >How-To-Repeat: N/A. >Fix: Add the contents of this sharfile to ports/security. # 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' XPORTNAME= Digest-HMAC XPORTVERSION= 1.01 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Digest XPKGNAMEPREFIX= p5- X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Digest::HMAC.3 X X.include <bsd.port.mk> 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 END-of-pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110030256.f932uUr31620>