From adrian@ubergeeks.com  Tue Oct  2 19:56:32 2001
Return-Path: <adrian@ubergeeks.com>
Received: from mail.ubergeeks.com (lorax.ubergeeks.com [209.145.65.55])
	by hub.freebsd.org (Postfix) with ESMTP id 080B637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Oct 2001 19:56:32 -0700 (PDT)
Received: (from adrian@localhost)
	by mail.ubergeeks.com (8.11.6/8.11.6) id f932uUr31620;
	Tue, 2 Oct 2001 22:56:30 -0400 (EDT)
	(envelope-from adrian)
Message-Id: <200110030256.f932uUr31620@mail.ubergeeks.com>
Date: Tue, 2 Oct 2001 22:56:30 -0400 (EDT)
From: Adrian Filipi-Martin <adrian@ubergeeks.com>
Reply-To: Adrian Filipi-Martin <adrian@ubergeeks.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: security/p5-Digest-HMAC
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30997
>Category:       ports
>Synopsis:       new port: security/p5-Digest-HMAC
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 02 20:00:01 PDT 2001
>Closed-Date:    Tue Dec 11 00:58:20 PST 2001
>Last-Modified:  Tue Dec 11 00:58:35 PST 2001
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: tobez 
State-Changed-When: Tue Oct 9 17:42:07 PDT 2001 
State-Changed-Why:  
Please follow the guidelines listed in the Porter's Handbook 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html) 
when submitting a port. 

In particular, it would be nice if you make this port at least 
marginally portlint-clean (see /usr/ports/devel/portlint).  It is also 
good to make the shar archive which will create the port directory when 
launched, rather then creating the files in the current directory. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30997 

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 <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
 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
State-Changed-From-To: analyzed->closed 
State-Changed-By: ijliao 
State-Changed-When: Tue Dec 11 00:58:20 PST 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30997 
>Unformatted:
