Thu Sep 23 07:18:43 2010 UTC ()
Importing devel/ruby-getopt 1.4.0.


The getopt library provides two different command line option parsers.
They are meant as easier and more convenient replacements for the
command line parsers that ship as part of the Ruby standard library.
Please see the README for additional comments.


Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(taca)
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-getopt/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-getopt/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-getopt/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-getopt/DESCR

File Added: pkgsrc/devel/ruby-getopt/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/23 07:18:42 taca Exp $

DISTNAME=	getopt-1.4.0
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.rubyforge.org/projects/shards
COMMENT=	Another option parsers for Ruby
LICENSE=	artistic-2.0

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/ruby-getopt/distinfo
$NetBSD: distinfo,v 1.1.1.1 2010/09/23 07:18:42 taca Exp $

SHA1 (getopt-1.4.0.gem) = 5f853c816d28cb28ca2a409843b92c274fb77d9e
RMD160 (getopt-1.4.0.gem) = 210320c54b313b2bd1cf5c589d0376163c18ca34
Size (getopt-1.4.0.gem) = 14336 bytes

File Added: pkgsrc/devel/ruby-getopt/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/23 07:18:42 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/MANIFEST
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/example_long.rb
${GEM_LIBDIR}/examples/example_std.rb
${GEM_LIBDIR}/getopt.gemspec
${GEM_LIBDIR}/lib/getopt/long.rb
${GEM_LIBDIR}/lib/getopt/std.rb
${GEM_LIBDIR}/test/test_getopt_long.rb
${GEM_LIBDIR}/test/test_getopt_std.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

File Added: pkgsrc/devel/ruby-getopt/DESCR
The getopt library provides two different command line option parsers.
They are meant as easier and more convenient replacements for the
command line parsers that ship as part of the Ruby standard library.
Please see the README for additional comments.