diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2014-06-01 10:06:01 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2014-06-01 10:06:01 +0000 |
commit | 6419d5df0ce9cca0329c8b641e455c8efe4d61da (patch) | |
tree | 9308363fe3349d0566f8236494cba4df96740d5a | |
parent | db9ba06b16f340a46d50f777cabe1913ba17553f (diff) | |
download | pkgsrc-6419d5df0ce9cca0329c8b641e455c8efe4d61da.tar.gz |
New package, ruby-toml-0.1.1. From DESCR:
TOML is a sane configuration format from mojombo. This is far superior
to YAML and JSON because it doesn't suck. Really it doesn't.
-rw-r--r-- | textproc/ruby-toml/DESCR | 2 | ||||
-rw-r--r-- | textproc/ruby-toml/Makefile | 13 | ||||
-rw-r--r-- | textproc/ruby-toml/PLIST | 28 | ||||
-rw-r--r-- | textproc/ruby-toml/distinfo | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/textproc/ruby-toml/DESCR b/textproc/ruby-toml/DESCR new file mode 100644 index 00000000000..47c4ae1cd22 --- /dev/null +++ b/textproc/ruby-toml/DESCR @@ -0,0 +1,2 @@ +TOML is a sane configuration format from mojombo. This is far superior +to YAML and JSON because it doesn't suck. Really it doesn't. diff --git a/textproc/ruby-toml/Makefile b/textproc/ruby-toml/Makefile new file mode 100644 index 00000000000..4f459821626 --- /dev/null +++ b/textproc/ruby-toml/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2014/06/01 10:06:01 bsiegert Exp $ + +DISTNAME= toml-0.1.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=toml/} +COMMENT= Parser for a sane configuration format +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-toml/PLIST b/textproc/ruby-toml/PLIST new file mode 100644 index 00000000000..fc7bd16251f --- /dev/null +++ b/textproc/ruby-toml/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1 2014/06/01 10:06:01 bsiegert Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/toml.rb +${GEM_LIBDIR}/lib/toml/generator.rb +${GEM_LIBDIR}/lib/toml/key.rb +${GEM_LIBDIR}/lib/toml/monkey_patch.rb +${GEM_LIBDIR}/lib/toml/parser.rb +${GEM_LIBDIR}/lib/toml/parslet.rb +${GEM_LIBDIR}/lib/toml/table.rb +${GEM_LIBDIR}/lib/toml/transformer.rb +${GEM_LIBDIR}/script/bootstrap +${GEM_LIBDIR}/script/cibuild +${GEM_LIBDIR}/script/console +${GEM_LIBDIR}/test/empty.toml +${GEM_LIBDIR}/test/hard_example.toml +${GEM_LIBDIR}/test/spec.toml +${GEM_LIBDIR}/test/test_empty.rb +${GEM_LIBDIR}/test/test_generator.rb +${GEM_LIBDIR}/test/test_parser.rb +${GEM_LIBDIR}/test/test_parser_hard.rb +${GEM_LIBDIR}/test/test_table_arrays.rb +${GEM_LIBDIR}/test/tmp.rb +${GEM_LIBDIR}/toml.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-toml/distinfo b/textproc/ruby-toml/distinfo new file mode 100644 index 00000000000..6f436ba5ae0 --- /dev/null +++ b/textproc/ruby-toml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/06/01 10:06:01 bsiegert Exp $ + +SHA1 (toml-0.1.1.gem) = 2ed3490de58ea5ee65662407d8c62cc2e97c78f2 +RMD160 (toml-0.1.1.gem) = 282061303680a590cdd21cbd20d44678af1178da +Size (toml-0.1.1.gem) = 15360 bytes |