Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2022 15:57:25 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1e28a7d7b66c - main - textproc/rubygem-actionpack-xml_parser-rails61: Add new port
Message-ID:  <202212181557.2BIFvPRW049484@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e28a7d7b66c9dd386d27dd6af3d64615c8019ee

commit 1e28a7d7b66c9dd386d27dd6af3d64615c8019ee
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-12-18 09:39:21 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-12-18 15:57:07 +0000

    textproc/rubygem-actionpack-xml_parser-rails61: Add new port
    
    actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
    core in Rails 4.0).
    
    PR:             264638
---
 .../rubygem-actionpack-xml_parser-rails61/Makefile | 22 ++++++++++++++++++++++
 .../rubygem-actionpack-xml_parser-rails61/distinfo |  3 +++
 .../pkg-descr                                      |  4 ++++
 3 files changed, 29 insertions(+)

diff --git a/textproc/rubygem-actionpack-xml_parser-rails61/Makefile b/textproc/rubygem-actionpack-xml_parser-rails61/Makefile
new file mode 100644
index 000000000000..181349c2b99b
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails61/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	actionpack-xml_parser
+PORTVERSION=	2.0.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails61
+
+MAINTAINER=	mikael@FreeBSD.org
+COMMENT=	XML parameters parser for Action Pack
+WWW=		https://github.com/rails/actionpack-xml_parser
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-actionpack61>=5.2:www/rubygem-actionpack61 \
+		rubygem-railties61>=5.2:www/rubygem-railties61
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-actionpack-xml_parser-rails61/distinfo b/textproc/rubygem-actionpack-xml_parser-rails61/distinfo
new file mode 100644
index 000000000000..54f81563630e
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails61/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-rails61/pkg-descr b/textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr
new file mode 100644
index 000000000000..cb5a499bdf68
--- /dev/null
+++ b/textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr
@@ -0,0 +1,4 @@
+actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
+core in Rails 4.0).
+
+See also: https://rubyonrails.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212181557.2BIFvPRW049484>