From evgeniy@kosov.su  Mon Jul 19 15:59:12 2010
Return-Path: <evgeniy@kosov.su>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 90F291065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jul 2010 15:59:12 +0000 (UTC)
	(envelope-from evgeniy@kosov.su)
Received: from out.cm.hc.ru (out.cm.hc.ru [89.111.177.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B0A28FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jul 2010 15:59:12 +0000 (UTC)
Received: from [UNAVAILABLE] ([91.189.112.7] helo=kosov-dev.hc)
	by smtp.cm.hc.ru with esmtpa (envelope-from <evgeniy@kosov.su>)
	id 1OasYF-0002Rb-4o
	for FreeBSD-gnats-submit@freebsd.org; Mon, 19 Jul 2010 19:46:43 +0400
Message-Id: <4C447363.1050004@kosov.su>
Date: Mon, 19 Jul 2010 19:46:43 +0400
From: Evgeniy Kosov <evgeniy@kosov.su>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: devel/p5-Getopt-Compact getopt processing in a compact
 statement with both long and short options, and usage functionality

>Number:         148762
>Category:       ports
>Synopsis:       New port: devel/p5-Getopt-Compact getopt processing in a compact statement with both long and short options, and usage functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 16:00:01 UTC 2010
>Closed-Date:    Thu Sep 23 02:42:17 UTC 2010
>Last-Modified:  Thu Sep 23 02:42:17 UTC 2010
>Originator:     Evgeniy Kosov
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kosov-dev.hc 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Apr 
22 12:47:30 MSD 2010 root@kosov-dev.hc:/usr/obj/usr/src/sys/KOSOV-DEV amd64


>Description:

This is yet another Getopt related module. Getopt::Compact is geared 
towards compactly and yet quite powerfully describing an option syntax. 
Options can be parsed, returned as a hashref of values, and/or displayed 
as a usage string or within the script POD.

>How-To-Repeat:
>Fix:


# 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-Getopt-Compact
#	p5-Getopt-Compact/Makefile
#	p5-Getopt-Compact/distinfo
#	p5-Getopt-Compact/pkg-descr
#	p5-Getopt-Compact/pkg-plist
#
echo c - p5-Getopt-Compact
mkdir -p p5-Getopt-Compact > /dev/null 2>&1
echo x - p5-Getopt-Compact/Makefile
sed 's/^X//' >p5-Getopt-Compact/Makefile << 
'95a546add82b15114692719f6fdc259a'
X# New ports collection makefile for:	p5-Getopt-Compact
X# Date created:				July 16th 2010
X# Whom:	      				Evgeniy Kosov <evgeniy@kosov.su>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Getopt-Compact
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	getopt processing in a compact statement with both long and 
short options, and usage functionality
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Getopt::Compact.3 \
X		Getopt::Compact::PodMunger.3
X
X.include <bsd.port.mk>
95a546add82b15114692719f6fdc259a
echo x - p5-Getopt-Compact/distinfo
sed 's/^X//' >p5-Getopt-Compact/distinfo << 
'4f242f2da71d1aa97043e9af34ea5083'
XMD5 (Getopt-Compact-0.04.tar.gz) = 5c4a8a82828b00bbf6d9da6b59f6e57d
XSHA256 (Getopt-Compact-0.04.tar.gz) = 
47a6fd8f9facb54a363b63d46617fcf18106b3b4a95f7fcbcbd08955595c1d47
XSIZE (Getopt-Compact-0.04.tar.gz) = 9658
4f242f2da71d1aa97043e9af34ea5083
echo x - p5-Getopt-Compact/pkg-descr
sed 's/^X//' >p5-Getopt-Compact/pkg-descr << 
'54733c8067700d7e6bb6cbaf564e314d'
XThis is yet another Getopt related module. Getopt::Compact is geared 
towards
Xcompactly and yet quite powerfully describing an option syntax. Options 
can
Xbe parsed, returned as a hashref of values, and/or displayed as a usage 
string
Xor within the script POD.
X
XWWW: http://search.cpan.org/dist/Getopt-Compact/
54733c8067700d7e6bb6cbaf564e314d
echo x - p5-Getopt-Compact/pkg-plist
sed 's/^X//' >p5-Getopt-Compact/pkg-plist << 
'3fac9b05b882248724f9ca727125c0a3'
X%%SITE_PERL%%/Getopt/Compact.pm
X%%SITE_PERL%%/Getopt/Compact/PodMunger.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact
X@dirrm %%SITE_PERL%%/Getopt/Compact
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
X@dirrmtry %%SITE_PERL%%/Getopt
3fac9b05b882248724f9ca727125c0a3
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Mon Aug 23 04:23:27 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148762 
Responsible-Changed-From-To: perl->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Aug 28 03:53:46 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148762 
State-Changed-From-To: open->feedback 
State-Changed-By: pgollucci 
State-Changed-When: Sat Aug 28 05:48:41 UTC 2010 
State-Changed-Why:  
the shar is corrupted, please re-send 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148762 
State-Changed-From-To: feedback->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Sep 14 06:53:26 UTC 2010 
State-Changed-Why:  
submitter feedback timeout: 17 days 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148762 

From: Evgeniy Kosov <evgeniy@kosov.su>
To: bug-followup@FreeBSD.org, evgeniy@kosov.su
Cc:  
Subject: ports/148762: New port: devel/p5-Getopt-Compact getopt processing
 in a compact statement with both long and short options, and usage functionality
Date: Tue, 14 Sep 2010 19:18:22 +0400

 This is a multi-part message in MIME format.
 --------------070605050407060201020509
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hello,
 
 Sorry for not answering. I've been away for a while.
 New shar is attached to this e-mail. I hope this one works (at least it 
 works for me).
 
 -- 
 BR,
 Evgeniy Kosov
 
 --------------070605050407060201020509
 Content-Type: application/x-shar;
  name="p5-Getopt-Compact.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="p5-Getopt-Compact.shar"
 
 # 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-descr
 #	./pkg-plist
 #
 echo c - .
 mkdir -p . > /dev/null 2>&1
 echo x - ./Makefile
 sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
 X# New ports collection makefile for:	p5-Getopt-Compact
 X# Date created:				July 16th 2010
 X# Whom:	      				Evgeniy Kosov <evgeniy@kosov.su>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	Getopt-Compact
 XPORTVERSION=	0.04
 XCATEGORIES=	devel perl5
 XMASTER_SITES=	CPAN
 XPKGNAMEPREFIX=	p5-
 XDISTNAME=	${PORTNAME}-${PORTVERSION}
 X
 XMAINTAINER=	perl@FreeBSD.org
 XCOMMENT=	getopt processing in a compact statement with both long and short options, and usage functionality
 X
 XPERL_CONFIGURE=	yes
 X
 XMAN3=		Getopt::Compact.3 \
 X		Getopt::Compact::PodMunger.3
 X
 X.include <bsd.port.mk>
 464ef7c6571951809b23e262cbe26e19
 echo x - ./distinfo
 sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
 XMD5 (Getopt-Compact-0.04.tar.gz) = 5c4a8a82828b00bbf6d9da6b59f6e57d
 XSHA256 (Getopt-Compact-0.04.tar.gz) = 47a6fd8f9facb54a363b63d46617fcf18106b3b4a95f7fcbcbd08955595c1d47
 XSIZE (Getopt-Compact-0.04.tar.gz) = 9658
 aec8793adfd5b7c3f00e62ae41a09ac2
 echo x - ./pkg-descr
 sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
 XThis is yet another Getopt related module. Getopt::Compact is geared towards
 Xcompactly and yet quite powerfully describing an option syntax. Options can 
 Xbe parsed, returned as a hashref of values, and/or displayed as a usage string
 Xor within the script POD.
 X
 XWWW: http://search.cpan.org/dist/Getopt-Compact/
 0e313719ff012ceaf97a028d51caa8f5
 echo x - ./pkg-plist
 sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
 X%%SITE_PERL%%/Getopt/Compact.pm
 X%%SITE_PERL%%/Getopt/Compact/PodMunger.pm
 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact/.packlist
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact
 X@dirrm %%SITE_PERL%%/Getopt/Compact
 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
 X@dirrmtry %%SITE_PERL%%/Getopt
 ef3e7f63841ae908ba397c2bef1fbad6
 exit
 
 
 --------------070605050407060201020509--
State-Changed-From-To: closed->open 
State-Changed-By: pgollucci 
State-Changed-When: Tue Sep 14 16:41:53 UTC 2010 
State-Changed-Why:  
Feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148762 

From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: Evgeniy Kosov <evgeniy@kosov.su>
Cc: pgollucci@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/148762: New port: devel/p5-Getopt-Compact getopt processing
 in a compact statement with both long and short options, and usage functionality
Date: Tue, 21 Sep 2010 19:57:49 +0000

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 forwards to gnats
 
 On 09/14/10 16:20, Evgeniy Kosov wrote:
 > The following reply was made to PR ports/148762; it has been noted by GNATS.
 > 
 > From: Evgeniy Kosov <evgeniy@kosov.su>
 > To: bug-followup@FreeBSD.org, evgeniy@kosov.su
 > Cc:  
 > Subject: ports/148762: New port: devel/p5-Getopt-Compact getopt processing
 >  in a compact statement with both long and short options, and usage functionality
 > Date: Tue, 14 Sep 2010 19:18:22 +0400
 > 
 >  This is a multi-part message in MIME format.
 >  --------------070605050407060201020509
 >  Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 >  Content-Transfer-Encoding: 7bit
 >  
 >  Hello,
 >  
 >  Sorry for not answering. I've been away for a while.
 >  New shar is attached to this e-mail. I hope this one works (at least it 
 >  works for me).
 >  
 >  -- 
 >  BR,
 >  Evgeniy Kosov
 >  
 >  --------------070605050407060201020509
 >  Content-Type: application/x-shar;
 >   name="p5-Getopt-Compact.shar"
 >  Content-Transfer-Encoding: 7bit
 >  Content-Disposition: attachment;
 >   filename="p5-Getopt-Compact.shar"
 >  
 >  # 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-descr
 >  #	./pkg-plist
 >  #
 >  echo c - .
 >  mkdir -p . > /dev/null 2>&1
 >  echo x - ./Makefile
 >  sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
 >  X# New ports collection makefile for:	p5-Getopt-Compact
 >  X# Date created:				July 16th 2010
 >  X# Whom:	      				Evgeniy Kosov <evgeniy@kosov.su>
 >  X#
 >  X# $FreeBSD$
 >  X#
 >  X
 >  XPORTNAME=	Getopt-Compact
 >  XPORTVERSION=	0.04
 >  XCATEGORIES=	devel perl5
 >  XMASTER_SITES=	CPAN
 >  XPKGNAMEPREFIX=	p5-
 >  XDISTNAME=	${PORTNAME}-${PORTVERSION}
 >  X
 >  XMAINTAINER=	perl@FreeBSD.org
 >  XCOMMENT=	getopt processing in a compact statement with both long and short options, and usage functionality
 >  X
 >  XPERL_CONFIGURE=	yes
 >  X
 >  XMAN3=		Getopt::Compact.3 \
 >  X		Getopt::Compact::PodMunger.3
 >  X
 >  X.include <bsd.port.mk>
 >  464ef7c6571951809b23e262cbe26e19
 >  echo x - ./distinfo
 >  sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
 >  XMD5 (Getopt-Compact-0.04.tar.gz) = 5c4a8a82828b00bbf6d9da6b59f6e57d
 >  XSHA256 (Getopt-Compact-0.04.tar.gz) = 47a6fd8f9facb54a363b63d46617fcf18106b3b4a95f7fcbcbd08955595c1d47
 >  XSIZE (Getopt-Compact-0.04.tar.gz) = 9658
 >  aec8793adfd5b7c3f00e62ae41a09ac2
 >  echo x - ./pkg-descr
 >  sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
 >  XThis is yet another Getopt related module. Getopt::Compact is geared towards
 >  Xcompactly and yet quite powerfully describing an option syntax. Options can 
 >  Xbe parsed, returned as a hashref of values, and/or displayed as a usage string
 >  Xor within the script POD.
 >  X
 >  XWWW: http://search.cpan.org/dist/Getopt-Compact/
 >  0e313719ff012ceaf97a028d51caa8f5
 >  echo x - ./pkg-plist
 >  sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
 >  X%%SITE_PERL%%/Getopt/Compact.pm
 >  X%%SITE_PERL%%/Getopt/Compact/PodMunger.pm
 >  X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact/.packlist
 >  X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Compact
 >  X@dirrm %%SITE_PERL%%/Getopt/Compact
 >  X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
 >  X@dirrmtry %%SITE_PERL%%/Getopt
 >  ef3e7f63841ae908ba397c2bef1fbad6
 >  exit
 >  
 >  
 >  --------------070605050407060201020509--
 > 
 
 
 - -- 
 - ------------------------------------------------------------------------
 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
 VP Apache Infrastructure; Member, Apache Software Foundation
 Committer,                        FreeBSD Foundation
 Consultant,                       P6M7G8 Inc.
 Sr. System Admin,                 Ridecharge Inc.
 
 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.16 (FreeBSD)
 
 iD8DBQFMmQ49dbiP+9ubjBwRAsVUAJ9d0NmspAju9wxYpMqL7R4EDUfutQCfVEL7
 3auoRUyuhKBLaUWOtsHqs+o=
 =SzYM
 -----END PGP SIGNATURE-----

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148762: commit references a PR
Date: Thu, 23 Sep 2010 02:37:59 +0000 (UTC)

 pgollucci    2010-09-23 02:37:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Getopt-Compact Makefile distinfo pkg-descr pkg-plist 
   Log:
   This is yet another Getopt related module. Getopt::Compact is geared towards
   compactly and yet quite powerfully describing an option syntax. Options can
   be parsed, returned as a hashref of values, and/or displayed as a usage string
   or within the script POD.
   
   WWW: http://search.cpan.org/dist/Getopt-Compact/
   
   PR:             ports/148762
   Submitted by:   Evgeniy Kosov <evgeniy at kosov.su>
   
   Revision  Changes    Path
   1.4054    +1 -0      ports/devel/Makefile
   1.1       +22 -0     ports/devel/p5-Getopt-Compact/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Getopt-Compact/distinfo (new)
   1.1       +6 -0      ports/devel/p5-Getopt-Compact/pkg-descr (new)
   1.1       +7 -0      ports/devel/p5-Getopt-Compact/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Sep 23 02:42:16 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148762 
>Unformatted:
