diff options
author | taca <taca@pkgsrc.org> | 2010-09-23 07:18:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-23 07:18:42 +0000 |
commit | fa97b31c73f12c2e30b435516e49b97164285817 (patch) | |
tree | 4b0517b46cc1239176bc2eb62d889ae0e60d7752 /devel | |
parent | 708f544f068b85fdef695696d8443ba7926cbeb4 (diff) | |
download | pkgsrc-fa97b31c73f12c2e30b435516e49b97164285817.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-getopt/DESCR | 4 | ||||
-rw-r--r-- | devel/ruby-getopt/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-getopt/PLIST | 14 | ||||
-rw-r--r-- | devel/ruby-getopt/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/ruby-getopt/DESCR b/devel/ruby-getopt/DESCR new file mode 100644 index 00000000000..4d678590d5e --- /dev/null +++ b/devel/ruby-getopt/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/devel/ruby-getopt/Makefile b/devel/ruby-getopt/Makefile new file mode 100644 index 00000000000..59d1c9df7bd --- /dev/null +++ b/devel/ruby-getopt/Makefile @@ -0,0 +1,12 @@ +# $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" diff --git a/devel/ruby-getopt/PLIST b/devel/ruby-getopt/PLIST new file mode 100644 index 00000000000..1b1a99a28a0 --- /dev/null +++ b/devel/ruby-getopt/PLIST @@ -0,0 +1,14 @@ +@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 diff --git a/devel/ruby-getopt/distinfo b/devel/ruby-getopt/distinfo new file mode 100644 index 00000000000..2148540ac31 --- /dev/null +++ b/devel/ruby-getopt/distinfo @@ -0,0 +1,5 @@ +$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 |