diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:15:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:15:37 +0800 |
commit | 22ef503dc386f74614bbc9812a043b5e88bb3aab (patch) | |
tree | d4e148389d9ebac5ba88fa034de83c46bc4e054b /textproc | |
parent | 5b82750b3679e90956ef906f1bd16f0390b5581f (diff) | |
download | freebsd-ports-gnome-22ef503dc386f74614bbc9812a043b5e88bb3aab.tar.gz freebsd-ports-gnome-22ef503dc386f74614bbc9812a043b5e88bb3aab.tar.zst freebsd-ports-gnome-22ef503dc386f74614bbc9812a043b5e88bb3aab.zip |
- Add rubygem-actionpack-xml_parser 1.0.2
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-actionpack-xml_parser/Makefile | 22 | ||||
-rw-r--r-- | textproc/rubygem-actionpack-xml_parser/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-actionpack-xml_parser/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b9a98047d406..9b1f6fb6466a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1348,6 +1348,7 @@ SUBDIR += ruby-xml-configfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan + SUBDIR += rubygem-actionpack-xml_parser SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor 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 |