svn commit: r436527 - in head/textproc: . rubygem-inifile
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 20 00:29:04 UTC 2017
Author: sunpoet
Date: Mon Mar 20 00:29:02 2017
New Revision: 436527
URL: https://svnweb.freebsd.org/changeset/ports/436527
Log:
Add rubygem-inifile 3.0.0
IniFile is a native Ruby package for reading and writing INI files.
WWW: https://github.com/twp/inifile
PR: 217912
Submitted by: Douglas Thrift <douglas at douglasthrift.net>
Added:
head/textproc/rubygem-inifile/
head/textproc/rubygem-inifile/Makefile (contents, props changed)
head/textproc/rubygem-inifile/distinfo (contents, props changed)
head/textproc/rubygem-inifile/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Mar 20 00:28:57 2017 (r436526)
+++ head/textproc/Makefile Mon Mar 20 00:29:02 2017 (r436527)
@@ -1480,6 +1480,7 @@
SUBDIR += rubygem-html2text
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-ini
+ SUBDIR += rubygem-inifile
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-assets
SUBDIR += rubygem-jekyll-feed
Added: head/textproc/rubygem-inifile/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-inifile/Makefile Mon Mar 20 00:29:02 2017 (r436527)
@@ -0,0 +1,18 @@
+# Created by: Douglas Thrift <douglas at douglasthrift.net>
+# $FreeBSD$
+
+PORTNAME= inifile
+PORTVERSION= 3.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= douglas at douglasthrift.net
+COMMENT= Native Ruby package for reading and writing INI files
+
+LICENSE= MIT
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/textproc/rubygem-inifile/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-inifile/distinfo Mon Mar 20 00:29:02 2017 (r436527)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489899186
+SHA256 (rubygem/inifile-3.0.0.gem) = b103eb3655ec93cc626cf2de00950e91f7e69b8398842968e17e1815cfacbfb0
+SIZE (rubygem/inifile-3.0.0.gem) = 18432
Added: head/textproc/rubygem-inifile/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-inifile/pkg-descr Mon Mar 20 00:29:02 2017 (r436527)
@@ -0,0 +1,3 @@
+IniFile is a native Ruby package for reading and writing INI files.
+
+WWW: https://github.com/twp/inifile
More information about the svn-ports-all
mailing list