pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-toml New package, ruby-toml-0.1.1. From ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d65b6857066
branches:  trunk
changeset: 635167:4d65b6857066
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jun 01 10:06:01 2014 +0000

description:
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.

diffstat:

 textproc/ruby-toml/DESCR    |   2 ++
 textproc/ruby-toml/Makefile |  13 +++++++++++++
 textproc/ruby-toml/PLIST    |  28 ++++++++++++++++++++++++++++
 textproc/ruby-toml/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 812972c0af93 -r 4d65b6857066 textproc/ruby-toml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-toml/DESCR  Sun Jun 01 10:06:01 2014 +0000
@@ -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 -r 812972c0af93 -r 4d65b6857066 textproc/ruby-toml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-toml/Makefile       Sun Jun 01 10:06:01 2014 +0000
@@ -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@localhost
+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 -r 812972c0af93 -r 4d65b6857066 textproc/ruby-toml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-toml/PLIST  Sun Jun 01 10:06:01 2014 +0000
@@ -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 -r 812972c0af93 -r 4d65b6857066 textproc/ruby-toml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-toml/distinfo       Sun Jun 01 10:06:01 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index