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.
This commit is contained in:
parent
d1a1b55897
commit
1aaf8da8f4
4 changed files with 35 additions and 0 deletions
4
devel/ruby-getopt/DESCR
Normal file
4
devel/ruby-getopt/DESCR
Normal file
|
@ -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.
|
12
devel/ruby-getopt/Makefile
Normal file
12
devel/ruby-getopt/Makefile
Normal file
|
@ -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"
|
14
devel/ruby-getopt/PLIST
Normal file
14
devel/ruby-getopt/PLIST
Normal file
|
@ -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
|
5
devel/ruby-getopt/distinfo
Normal file
5
devel/ruby-getopt/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue