Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-actionpack-xml_parser textproc/ruby-acti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d413cfecd7
branches:  trunk
changeset: 432813:b2d413cfecd7
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 25 15:17:54 2020 +0000

description:
textproc/ruby-actionpack-xml_parser: add package version 2.0.1

Add ruby-actionpack-xml_parser package version 2.0.1 based on
wip/ruby-actionpack52-xml_parser.

A XML parameters parser for Action Pack (removed from core in Rails 4.0)

diffstat:

 textproc/ruby-actionpack-xml_parser/DESCR    |   2 ++
 textproc/ruby-actionpack-xml_parser/Makefile |  20 ++++++++++++++++++++
 textproc/ruby-actionpack-xml_parser/PLIST    |   9 +++++++++
 textproc/ruby-actionpack-xml_parser/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 81093c4d3aa6 -r b2d413cfecd7 textproc/ruby-actionpack-xml_parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actionpack-xml_parser/DESCR Mon May 25 15:17:54 2020 +0000
@@ -0,0 +1,2 @@
+A XML parameters parser for Action Pack (removed from core in Rails
+4.0)
diff -r 81093c4d3aa6 -r b2d413cfecd7 textproc/ruby-actionpack-xml_parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actionpack-xml_parser/Makefile      Mon May 25 15:17:54 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/05/25 15:17:54 taca Exp $
+
+DISTNAME=      actionpack-xml_parser-2.0.1
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/actionpack/actionpack${RUBY_RAILS}/}
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       XML parameters parser for Action Pack (removed from core in Rails 4.0)
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   # defined
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 81093c4d3aa6 -r b2d413cfecd7 textproc/ruby-actionpack-xml_parser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actionpack-xml_parser/PLIST Mon May 25 15:17:54 2020 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/25 15:17:54 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/action_pack/xml_parser.rb
+${GEM_LIBDIR}/lib/action_pack/xml_parser/railtie.rb
+${GEM_LIBDIR}/lib/action_pack/xml_parser/version.rb
+${GEM_LIBDIR}/lib/actionpack-xml_parser.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 81093c4d3aa6 -r b2d413cfecd7 textproc/ruby-actionpack-xml_parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actionpack-xml_parser/distinfo      Mon May 25 15:17:54 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/25 15:17:54 taca Exp $
+
+SHA1 (actionpack-xml_parser-2.0.1.gem) = c4140b55913074db90463e7e0d1c274f90a415e2
+RMD160 (actionpack-xml_parser-2.0.1.gem) = dced79247b8f0344b184a16face6f375c2070a57
+SHA512 (actionpack-xml_parser-2.0.1.gem) = f29f2dbcf0cfc5aaccaa417afed3ea3b4c935d2bf3168524a50338cc3574c0c05e4ceee43ef3ea8b135a2d9d3063f8dfb365fad0df666e9e700a919554466d14
+Size (actionpack-xml_parser-2.0.1.gem) = 6144 bytes



Home | Main Index | Thread Index | Old Index