Date: 16 Mar 2010 19:45:51 +0300 From: "Alexey V.Degtyarev" <alexey@renatasystems.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/144799: New port: devel/rubygem-getopt - command line parsing with Ruby Message-ID: <20100316164551.26912.qmail@hs-9.renatasystems.org> Resent-Message-ID: <201003161650.o2GGo1QW089843@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144799 >Category: ports >Synopsis: New port: devel/rubygem-getopt - command line parsing with Ruby >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 16:50:01 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100316164551.26912.qmail>