diff options
author | taca <taca> | 2012-06-16 15:58:26 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-16 15:58:26 +0000 |
commit | e12f4559b09e1d42adc5c75d926e38c52260a371 (patch) | |
tree | 0ef70e56a1a1110f54cf529c130355e76445689e /devel | |
parent | 52b01b5ab96624481c63f442bd7c43fe2fc5678b (diff) | |
download | pkgsrc-e12f4559b09e1d42adc5c75d926e38c52260a371.tar.gz |
Add ruby-parseconfig package version 1.0.2 to pkgsrc.
ParseConfig provides simple parsing of standard *nix style config files.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-parseconfig/DESCR | 1 | ||||
-rw-r--r-- | devel/ruby-parseconfig/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-parseconfig/PLIST | 9 | ||||
-rw-r--r-- | devel/ruby-parseconfig/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/ruby-parseconfig/DESCR b/devel/ruby-parseconfig/DESCR new file mode 100644 index 00000000000..f19ea1a45ea --- /dev/null +++ b/devel/ruby-parseconfig/DESCR @@ -0,0 +1 @@ +ParseConfig provides simple parsing of standard *nix style config files. diff --git a/devel/ruby-parseconfig/Makefile b/devel/ruby-parseconfig/Makefile new file mode 100644 index 00000000000..0cf6ebaa6dc --- /dev/null +++ b/devel/ruby-parseconfig/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2012/06/16 15:58:26 taca Exp $ + +DISTNAME= parseconfig-0.5.2 +CATEGORIES= devel + +MAINTAINER= taca@NetBSD.org +HOMEPAGE= http://www.5dollarwhitebox.org/ +COMMENT= Provides simple parsing of standard *nix style config files +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-parseconfig/PLIST b/devel/ruby-parseconfig/PLIST new file mode 100644 index 00000000000..1286fde6df9 --- /dev/null +++ b/devel/ruby-parseconfig/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2012/06/16 15:58:26 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Changelog +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README +${GEM_LIBDIR}/demo.conf +${GEM_LIBDIR}/demo.rb +${GEM_LIBDIR}/lib/parseconfig.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-parseconfig/distinfo b/devel/ruby-parseconfig/distinfo new file mode 100644 index 00000000000..93a0623f242 --- /dev/null +++ b/devel/ruby-parseconfig/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/06/16 15:58:26 taca Exp $ + +SHA1 (parseconfig-0.5.2.gem) = c94a60f0de9a6b5efb0727216d0a33f28df5f2f3 +RMD160 (parseconfig-0.5.2.gem) = 46d51fbb96ab1b9b5e319f52e0b6c926cd8d04d6 +Size (parseconfig-0.5.2.gem) = 8192 bytes |