From root@undeliverable.renatasystems.org  Tue Mar 16 16:45:54 2010
Return-Path: <root@undeliverable.renatasystems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 34275106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Mar 2010 16:45:54 +0000 (UTC)
	(envelope-from root@undeliverable.renatasystems.org)
Received: from hs-9.renatasystems.org (hs-9.renatasystems.org [83.222.5.149])
	by mx1.freebsd.org (Postfix) with SMTP id B4FC38FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Mar 2010 16:45:53 +0000 (UTC)
Received: (qmail 26913 invoked by uid 0); 16 Mar 2010 19:45:51 +0300
Message-Id: <20100316164551.26912.qmail@hs-9.renatasystems.org>
Date: 16 Mar 2010 19:45:51 +0300
From: Alexey V.Degtyarev <alexey@renatasystems.org>
Reply-To: Alexey V.Degtyarev <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/rubygem-getopt - command line parsing with Ruby
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         144799
>Category:       ports
>Synopsis:       New port: devel/rubygem-getopt - command line parsing with Ruby
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 16:50:01 UTC 2010
>Closed-Date:    Sat Mar 20 19:36:29 UTC 2010
>Last-Modified:  Sat Mar 20 19:36:29 UTC 2010
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Implements a simple Getopt::Std class for command line parsing, as well as a
Getopt::Long class for more advanced command line parsing.

http://rubyforge.org/docman/view.php/735/281/README.html
>How-To-Repeat:
	
>Fix:

	

--- rubygem-getopt.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:
#
#	rubygem-getopt
#	rubygem-getopt/Makefile
#	rubygem-getopt/distinfo
#	rubygem-getopt/pkg-descr
#
echo c - rubygem-getopt
mkdir -p rubygem-getopt > /dev/null 2>&1
echo x - rubygem-getopt/Makefile
sed 's/^X//' >rubygem-getopt/Makefile << 'bcf894191415c149f55c5c44267bd452'
X# Ports collection makefile for:	getopt
X# Date created:				Tue 16 Mar 2010
X# Whom:					Alexey V. Degtyarev <alexey@renatasystems.org>
X#
X# $FreeBSD$
X
XPORTNAME=	getopt
XPORTVERSION=	1.4.0
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RF
XMASTER_SITE_SUBDIR=     shards
X
XMAINTAINER=	alexey@renatasystems.org
XCOMMENT=	Command line parsing with Ruby
X
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_RUBY=	yes
XUSE_RAKE=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
bcf894191415c149f55c5c44267bd452
echo x - rubygem-getopt/distinfo
sed 's/^X//' >rubygem-getopt/distinfo << 'af85e7b11d5c3737984d2ef29ef6d7d6'
XMD5 (rubygem/getopt-1.4.0.gem) = db1359bb0344d009568a96aaeb359848
XSHA256 (rubygem/getopt-1.4.0.gem) = 308ee1bc4e7426dd50cac9c0c794298fabfca13a85717f82baffbce121d9f52f
XSIZE (rubygem/getopt-1.4.0.gem) = 14336
af85e7b11d5c3737984d2ef29ef6d7d6
echo x - rubygem-getopt/pkg-descr
sed 's/^X//' >rubygem-getopt/pkg-descr << '36a488c386604e8b245b71bf72dffa97'
XImplements a simple Getopt::Std class for command line parsing, as well as a
XGetopt::Long class for more advanced command line parsing.
X
XWWW: http://www.rubyforge.org/projects/shards
36a488c386604e8b245b71bf72dffa97
exit
--- rubygem-getopt.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Mar 16 17:15:27 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144799: commit references a PR
Date: Sat, 20 Mar 2010 19:25:34 +0000 (UTC)

 miwi        2010-03-20 19:25:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/rubygem-getopt Makefile distinfo pkg-descr 
   Log:
   Implements a simple Getopt::Std class for command line parsing, as well as a
   Getopt::Long class for more advanced command line parsing.
   
   WWW: http://www.rubyforge.org/projects/shards
   
   PR:             ports/144799
   Submitted by:   Alexey V. Degtyarev <alexey at renatasystems.org>
   
   Revision  Changes    Path
   1.3840    +1 -0      ports/devel/Makefile
   1.1       +20 -0     ports/devel/rubygem-getopt/Makefile (new)
   1.1       +3 -0      ports/devel/rubygem-getopt/distinfo (new)
   1.1       +4 -0      ports/devel/rubygem-getopt/pkg-descr (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: miwi 
State-Changed-When: Sat Mar 20 19:36:27 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

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