aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-actionpack-xml_parser-rails5
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-rails5
parent38a3aa910274693eec3b85f100ec27502760fb1b (diff)
downloadports-ea0042b5545ccb51252499c5be398709fba86d9c.tar.gz
ports-ea0042b5545ccb51252499c5be398709fba86d9c.zip
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-rails5')
-rw-r--r--textproc/rubygem-actionpack-xml_parser-rails5/Makefile25
-rw-r--r--textproc/rubygem-actionpack-xml_parser-rails5/distinfo3
-rw-r--r--textproc/rubygem-actionpack-xml_parser-rails5/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser-rails5/Makefile b/textproc/rubygem-actionpack-xml_parser-rails5/Makefile
new file mode 100644
index 000000000000..c90118f762db
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails5/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= -rails5
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XML parameters parser for Action Pack
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \
+ rubygem-railties5>=5.0:www/rubygem-railties5
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-actionpack-xml_parser-rails5/distinfo b/textproc/rubygem-actionpack-xml_parser-rails5/distinfo
new file mode 100644
index 000000000000..54f81563630e
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails5/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-rails5/pkg-descr b/textproc/rubygem-actionpack-xml_parser-rails5/pkg-descr
new file mode 100644
index 000000000000..14e1b01992f9
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails5/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