pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-inifile textproc/ruby-inifile: add versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52e040d75098
branches:  trunk
changeset: 423131:52e040d75098
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Feb 11 14:59:24 2020 +0000

description:
textproc/ruby-inifile: add version 3.0.0 package

Add ruby-inifile version 3.0.0 package required by new ruby-train-core.


This is a native Ruby package for reading and writing INI files.


Description
-----------

Although made popular by Windows, INI files can be used on any system thanks
to their flexibility. They allow a program to store configuration data, which
can then be easily parsed and changed. Two notable systems that use the INI
format are Samba and Trac.

More information about INI files can be found on the
[Wikipedia Page](http://en.wikipedia.org/wiki/INI_file).

diffstat:

 textproc/ruby-inifile/DESCR    |  13 +++++++++++++
 textproc/ruby-inifile/Makefile |  14 ++++++++++++++
 textproc/ruby-inifile/PLIST    |  24 ++++++++++++++++++++++++
 textproc/ruby-inifile/distinfo |   6 ++++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r f69b4316b36a -r 52e040d75098 textproc/ruby-inifile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-inifile/DESCR       Tue Feb 11 14:59:24 2020 +0000
@@ -0,0 +1,13 @@
+This is a native Ruby package for reading and writing INI files.
+
+
+Description
+-----------
+
+Although made popular by Windows, INI files can be used on any system thanks
+to their flexibility. They allow a program to store configuration data, which
+can then be easily parsed and changed. Two notable systems that use the INI
+format are Samba and Trac.
+
+More information about INI files can be found on the
+[Wikipedia Page](http://en.wikipedia.org/wiki/INI_file).
diff -r f69b4316b36a -r 52e040d75098 textproc/ruby-inifile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-inifile/Makefile    Tue Feb 11 14:59:24 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/02/11 14:59:24 taca Exp $
+
+DISTNAME=      inifile-3.0.0
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://rubygems.org/gems/inifile
+COMMENT=       INI file reader and writer
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f69b4316b36a -r 52e040d75098 textproc/ruby-inifile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-inifile/PLIST       Tue Feb 11 14:59:24 2020 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/11 14:59:24 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/inifile.gemspec
+${GEM_LIBDIR}/lib/inifile.rb
+${GEM_LIBDIR}/test/data/bad_1.ini
+${GEM_LIBDIR}/test/data/bad_2.ini
+${GEM_LIBDIR}/test/data/browscap.ini
+${GEM_LIBDIR}/test/data/comment.ini
+${GEM_LIBDIR}/test/data/continuation.ini
+${GEM_LIBDIR}/test/data/escape.ini
+${GEM_LIBDIR}/test/data/global.ini
+${GEM_LIBDIR}/test/data/good.ini
+${GEM_LIBDIR}/test/data/merge.ini
+${GEM_LIBDIR}/test/data/mixed_comment.ini
+${GEM_LIBDIR}/test/data/multiline.ini
+${GEM_LIBDIR}/test/data/param.ini
+${GEM_LIBDIR}/test/data/section.ini
+${GEM_LIBDIR}/test/test_inifile.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r f69b4316b36a -r 52e040d75098 textproc/ruby-inifile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-inifile/distinfo    Tue Feb 11 14:59:24 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/11 14:59:24 taca Exp $
+
+SHA1 (inifile-3.0.0.gem) = bfbadabb9f831b243872fe0c56e46807448a8a32
+RMD160 (inifile-3.0.0.gem) = ac01c6a0479c73c32711be305c413f66684f7c85
+SHA512 (inifile-3.0.0.gem) = d77344812bb62a5639b0a36e5ac2726280990210000b85bab700819fe0fb9f56415517c00436d0056ca090e3d568596bc30f8ed211a00aced5b929e534d0a72b
+Size (inifile-3.0.0.gem) = 18432 bytes



Home | Main Index | Thread Index | Old Index