summaryrefslogtreecommitdiff
path: root/textproc/rubygem-actionpack-xml_parser-rails52
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-03-02 16:30:18 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-03-02 16:30:18 +0000
commitea0042b5545ccb51252499c5be398709fba86d9c (patch)
treeb8606c5a35000e4e5854e0aff23607edabe5f40f /textproc/rubygem-actionpack-xml_parser-rails52
parentNew port: security/gef (diff)
Rename rubygem port to match the rules.
If a port depends on rails it should have a suffix for the rails version. This suffix should be separated from a old version like 1-rails4 instead of 1.
Notes
Notes: svn path=/head/; revision=527641
Diffstat (limited to 'textproc/rubygem-actionpack-xml_parser-rails52')
-rw-r--r--textproc/rubygem-actionpack-xml_parser-rails52/Makefile25
-rw-r--r--textproc/rubygem-actionpack-xml_parser-rails52/distinfo3
-rw-r--r--textproc/rubygem-actionpack-xml_parser-rails52/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser-rails52/Makefile b/textproc/rubygem-actionpack-xml_parser-rails52/Makefile
new file mode 100644
index 000000000000..00049e04a4fc
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails52/Makefile
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= actionpack-xml_parser
+PORTVERSION= 2.0.1
+PORTREVISION= 1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails52
+
+MAINTAINER= mikael@FreeBSD.org
+COMMENT= XML parameters parser for Action Pack
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-actionpack52>=5.2:www/rubygem-actionpack52 \
+ rubygem-railties52>=5.2:www/rubygem-railties52
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-actionpack-xml_parser-rails52/distinfo b/textproc/rubygem-actionpack-xml_parser-rails52/distinfo
new file mode 100644
index 000000000000..54f81563630e
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails52/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1494508637
+SHA256 (rubygem/actionpack-xml_parser-2.0.1.gem) = 40cb461ee99445314ab580a783fb7413580deb8b28113c9e70ecd7c1b334d5e6
+SIZE (rubygem/actionpack-xml_parser-2.0.1.gem) = 6144
diff --git a/textproc/rubygem-actionpack-xml_parser-rails52/pkg-descr b/textproc/rubygem-actionpack-xml_parser-rails52/pkg-descr
new file mode 100644
index 000000000000..14e1b01992f9
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails52/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: https://rubyonrails.org/
+WWW: https://github.com/rails/actionpack-xml_parser