svn commit: r445968 - head/devel/rubygem-iniparse
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 16 00:44:00 UTC 2017
Author: sunpoet
Date: Sun Jul 16 00:43:59 2017
New Revision: 445968
URL: https://svnweb.freebsd.org/changeset/ports/445968
Log:
Add rubygem-iniparse 1.4.4
IniParse is a pure Ruby library for parsing INI configuration and data files.
WWW: https://github.com/antw/iniparse
Added:
head/devel/rubygem-iniparse/
head/devel/rubygem-iniparse/Makefile (contents, props changed)
head/devel/rubygem-iniparse/distinfo (contents, props changed)
head/devel/rubygem-iniparse/pkg-descr (contents, props changed)
Added: head/devel/rubygem-iniparse/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-iniparse/Makefile Sun Jul 16 00:43:59 2017 (r445968)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= iniparse
+PORTVERSION= 1.4.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Pure Ruby library for parsing INI documents
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-iniparse/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-iniparse/distinfo Sun Jul 16 00:43:59 2017 (r445968)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500157671
+SHA256 (rubygem/iniparse-1.4.4.gem) = 9abf3c9daac0ccaad0829b967e1e98b47ffddba9014295b02fd03d34909971f5
+SIZE (rubygem/iniparse-1.4.4.gem) = 15872
Added: head/devel/rubygem-iniparse/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-iniparse/pkg-descr Sun Jul 16 00:43:59 2017 (r445968)
@@ -0,0 +1,3 @@
+IniParse is a pure Ruby library for parsing INI configuration and data files.
+
+WWW: https://github.com/antw/iniparse
More information about the svn-ports-head
mailing list