pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-inifile
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 11 14:59:24 UTC 2020
Added Files:
pkgsrc/textproc/ruby-inifile: DESCR Makefile PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-inifile/DESCR \
pkgsrc/textproc/ruby-inifile/Makefile pkgsrc/textproc/ruby-inifile/PLIST \
pkgsrc/textproc/ruby-inifile/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/ruby-inifile/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-inifile/DESCR:1.1
--- /dev/null Tue Feb 11 14:59:24 2020
+++ pkgsrc/textproc/ruby-inifile/DESCR Tue Feb 11 14:59:24 2020
@@ -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).
Index: pkgsrc/textproc/ruby-inifile/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-inifile/Makefile:1.1
--- /dev/null Tue Feb 11 14:59:24 2020
+++ pkgsrc/textproc/ruby-inifile/Makefile Tue Feb 11 14:59:24 2020
@@ -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"
Index: pkgsrc/textproc/ruby-inifile/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-inifile/PLIST:1.1
--- /dev/null Tue Feb 11 14:59:24 2020
+++ pkgsrc/textproc/ruby-inifile/PLIST Tue Feb 11 14:59:24 2020
@@ -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
Index: pkgsrc/textproc/ruby-inifile/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-inifile/distinfo:1.1
--- /dev/null Tue Feb 11 14:59:24 2020
+++ pkgsrc/textproc/ruby-inifile/distinfo Tue Feb 11 14:59:24 2020
@@ -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