aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-actionpack-xml_parser1-rails4
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_parser1-rails4
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_parser1-rails4')
-rw-r--r--textproc/rubygem-actionpack-xml_parser1-rails4/Makefile26
-rw-r--r--textproc/rubygem-actionpack-xml_parser1-rails4/distinfo3
-rw-r--r--textproc/rubygem-actionpack-xml_parser1-rails4/pkg-descr5
3 files changed, 34 insertions, 0 deletions
diff --git a/textproc/rubygem-actionpack-xml_parser1-rails4/Makefile b/textproc/rubygem-actionpack-xml_parser1-rails4/Makefile
new file mode 100644
index 000000000000..f66e891947a7
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser1-rails4/Makefile
@@ -0,0 +1,26 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= actionpack-xml_parser
+PORTVERSION= 1.0.2
+PORTREVISION= 1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1-rails4
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XML parameters parser for Action Pack
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-actionpack4>=4.0.0<5:www/rubygem-actionpack4
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-actionpack-xml_parser1-rails4/distinfo b/textproc/rubygem-actionpack-xml_parser1-rails4/distinfo
new file mode 100644
index 000000000000..5c39bfa169f9
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser1-rails4/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1484405847
+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_parser1-rails4/pkg-descr b/textproc/rubygem-actionpack-xml_parser1-rails4/pkg-descr
new file mode 100644
index 000000000000..14e1b01992f9
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser1-rails4/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