pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-slop Import misc/ruby-slop into pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2f9e1d12828
branches:  trunk
changeset: 635352:c2f9e1d12828
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jun 03 13:58:10 2014 +0000

description:
Import misc/ruby-slop into pkgsrc.

Slop is a simple option parser with an easy to remember syntax and
friendly API.

diffstat:

 misc/ruby-slop/DESCR    |   2 ++
 misc/ruby-slop/Makefile |  12 ++++++++++++
 misc/ruby-slop/PLIST    |  18 ++++++++++++++++++
 misc/ruby-slop/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r c58fea642aaf -r c2f9e1d12828 misc/ruby-slop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-slop/DESCR      Tue Jun 03 13:58:10 2014 +0000
@@ -0,0 +1,2 @@
+Slop is a simple option parser with an easy to remember syntax and
+friendly API.
diff -r c58fea642aaf -r c2f9e1d12828 misc/ruby-slop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-slop/Makefile   Tue Jun 03 13:58:10 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/06/03 13:58:10 jperkin Exp $
+
+DISTNAME=      slop-3.5.0
+CATEGORIES=    misc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/leejarvis/slop
+COMMENT=       Simple Lightweight Option Parsing
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c58fea642aaf -r c2f9e1d12828 misc/ruby-slop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-slop/PLIST      Tue Jun 03 13:58:10 2014 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:58:10 jperkin Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGES.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/slop.rb
+${GEM_LIBDIR}/lib/slop/commands.rb
+${GEM_LIBDIR}/lib/slop/option.rb
+${GEM_LIBDIR}/slop.gemspec
+${GEM_LIBDIR}/test/commands_test.rb
+${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/option_test.rb
+${GEM_LIBDIR}/test/slop_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c58fea642aaf -r c2f9e1d12828 misc/ruby-slop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-slop/distinfo   Tue Jun 03 13:58:10 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/03 13:58:10 jperkin Exp $
+
+SHA1 (slop-3.5.0.gem) = 3a9322f9841c27cd394803277d0317d866637688
+RMD160 (slop-3.5.0.gem) = 8913004df2a05e671ca403c867124746bedc3571
+Size (slop-3.5.0.gem) = 23552 bytes



Home | Main Index | Thread Index | Old Index