pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-actionpack-xml_parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 25 15:17:54 UTC 2020

Added Files:
        pkgsrc/textproc/ruby-actionpack-xml_parser: DESCR Makefile PLIST
            distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-actionpack-xml_parser/DESCR \
    pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile \
    pkgsrc/textproc/ruby-actionpack-xml_parser/PLIST \
    pkgsrc/textproc/ruby-actionpack-xml_parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/ruby-actionpack-xml_parser/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-actionpack-xml_parser/DESCR:1.1
--- /dev/null   Mon May 25 15:17:54 2020
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/DESCR    Mon May 25 15:17:54 2020
@@ -0,0 +1,2 @@
+A XML parameters parser for Action Pack (removed from core in Rails
+4.0)
Index: pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.1
--- /dev/null   Mon May 25 15:17:54 2020
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile Mon May 25 15:17:54 2020
@@ -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"
Index: pkgsrc/textproc/ruby-actionpack-xml_parser/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-actionpack-xml_parser/PLIST:1.1
--- /dev/null   Mon May 25 15:17:54 2020
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/PLIST    Mon May 25 15:17:54 2020
@@ -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
Index: pkgsrc/textproc/ruby-actionpack-xml_parser/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-actionpack-xml_parser/distinfo:1.1
--- /dev/null   Mon May 25 15:17:54 2020
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/distinfo Mon May 25 15:17:54 2020
@@ -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