pkgsrc-WIP-changes archive

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

Add ruby-multi_xml



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Apr 17 11:33:45 2019 +0200
Changeset:	c8f5ae883449b5f1b2bc2935dd940547aa885c17

Modified Files:
	Makefile
Added Files:
	ruby-multi_xml/DESCR
	ruby-multi_xml/Makefile
	ruby-multi_xml/PLIST
	ruby-multi_xml/distinfo

Log Message:
Add ruby-multi_xml

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8f5ae883449b5f1b2bc2935dd940547aa885c17

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

diffstat:
 Makefile                |  1 +
 ruby-multi_xml/DESCR    |  3 +++
 ruby-multi_xml/Makefile | 12 ++++++++++++
 ruby-multi_xml/PLIST    | 19 +++++++++++++++++++
 ruby-multi_xml/distinfo |  6 ++++++
 5 files changed, 41 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4d77410014..4f4bd683e4 100644
--- a/Makefile
+++ b/Makefile
@@ -4287,6 +4287,7 @@ SUBDIR+=	ruby-httparty
 SUBDIR+=	ruby-iesd
 SUBDIR+=	ruby-kakasi
 SUBDIR+=	ruby-libv8
+SUBDIR+=	ruby-multi_xml
 SUBDIR+=	ruby-neovim
 SUBDIR+=	ruby-passenger
 SUBDIR+=	ruby-rack-flash3
diff --git a/ruby-multi_xml/DESCR b/ruby-multi_xml/DESCR
new file mode 100644
index 0000000000..1dd60ebc32
--- /dev/null
+++ b/ruby-multi_xml/DESCR
@@ -0,0 +1,3 @@
+Lots of Ruby libraries utilize XML parsing in some form, and everyone has their
+favorite XML library. In order to best support multiple XML parsers and
+libraries, multi_xml is a general-purpose swappable XML backend library.
diff --git a/ruby-multi_xml/Makefile b/ruby-multi_xml/Makefile
new file mode 100644
index 0000000000..d2b2dff335
--- /dev/null
+++ b/ruby-multi_xml/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME=	multi_xml-0.6.0
+CATEGORIES=	textproc
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/sferik/multi_xml
+COMMENT=	Generic swappable back-end for XML parsing
+LICENSE=	mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-multi_xml/PLIST b/ruby-multi_xml/PLIST
new file mode 100644
index 0000000000..590023d327
--- /dev/null
+++ b/ruby-multi_xml/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/multi_xml.rb
+${GEM_LIBDIR}/lib/multi_xml/parsers/libxml.rb
+${GEM_LIBDIR}/lib/multi_xml/parsers/libxml2_parser.rb
+${GEM_LIBDIR}/lib/multi_xml/parsers/nokogiri.rb
+${GEM_LIBDIR}/lib/multi_xml/parsers/oga.rb
+${GEM_LIBDIR}/lib/multi_xml/parsers/ox.rb
+${GEM_LIBDIR}/lib/multi_xml/parsers/rexml.rb
+${GEM_LIBDIR}/lib/multi_xml/version.rb
+${GEM_LIBDIR}/multi_xml.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.4.0/extensions
+@pkgdir lib/ruby/gems/2.4.0/build_info
diff --git a/ruby-multi_xml/distinfo b/ruby-multi_xml/distinfo
new file mode 100644
index 0000000000..0633d1d6d9
--- /dev/null
+++ b/ruby-multi_xml/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (multi_xml-0.6.0.gem) = d1cd642a3deba91cc673ac6df6b6e22c82dbd527
+RMD160 (multi_xml-0.6.0.gem) = c958a7890121583b89ba50a6f0fb7b8e7ec48308
+SHA512 (multi_xml-0.6.0.gem) = ec834a7871717a0f6cce8ec8c76b614958c6f0b9ca2ec553b8fcf3ec984d78edfe0d5186c8cd65e1f7342ef57bd655f985ca9eecb641a5b8632df82c0f016cd8
+Size (multi_xml-0.6.0.gem) = 15360 bytes


Home | Main Index | Thread Index | Old Index