aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-actionpack-xml_parser
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-20 20:15:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-20 20:15:37 +0000
commitf902428d0ecff38ae2b08043fec98fd91ed56562 (patch)
treed4e148389d9ebac5ba88fa034de83c46bc4e054b /textproc/rubygem-actionpack-xml_parser
parent1db411919bd87c5e5af5a29da2b7dcea502cf752 (diff)
downloadports-f902428d0ecff38ae2b08043fec98fd91ed56562.tar.gz
ports-f902428d0ecff38ae2b08043fec98fd91ed56562.zip
Notes
Diffstat (limited to 'textproc/rubygem-actionpack-xml_parser')
-rw-r--r--textproc/rubygem-actionpack-xml_parser/Makefile22
-rw-r--r--textproc/rubygem-actionpack-xml_parser/distinfo2
-rw-r--r--textproc/rubygem-actionpack-xml_parser/pkg-descr5
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser/Makefile b/textproc/rubygem-actionpack-xml_parser/Makefile
new file mode 100644
index 000000000000..bcb9737f56fb
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser/Makefile
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= actionpack-xml_parser
+PORTVERSION= 1.0.2
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XML parameters parser for Action Pack
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-actionpack-xml_parser/distinfo b/textproc/rubygem-actionpack-xml_parser/distinfo
new file mode 100644
index 000000000000..2c1642e5704f
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/actionpack-xml_parser-1.0.2.gem) = 6a3e2441711e3885d2fb6f6530049bb4672cf6ffb98c88dce9e8997e9a25559d
+SIZE (rubygem/actionpack-xml_parser-1.0.2.gem) = 6144
diff --git a/textproc/rubygem-actionpack-xml_parser/pkg-descr b/textproc/rubygem-actionpack-xml_parser/pkg-descr
new file mode 100644
index 000000000000..95490a503174
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser/pkg-descr
@@ -0,0 +1,5 @@
+actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
+core in Rails 4.0).
+
+WWW: http://www.rubyonrails.org/
+WWW: https://github.com/rails/actionpack-xml_parser