pkgsrc-WIP-changes archive

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

ruby-htmlentities: Import ruby-htmlentities-4.3.4 as wip/ruby-htmlentities



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Feb 1 22:14:51 2020 +0900
Changeset:	1eadf94ab991e16ee44ac9baf8751d1c1595cbfa

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

Log Message:
ruby-htmlentities: Import ruby-htmlentities-4.3.4 as wip/ruby-htmlentities

HTML entity encoding and decoding for Ruby

HTMLEntities is a simple library to facilitate encoding and decoding
of named (&yacute; and so on) or numerical (&#123; or &#x12a;)
entities in HTML and XHTML documents.

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

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

diffstat:
 Makefile                   |  1 +
 ruby-htmlentities/DESCR    |  5 +++++
 ruby-htmlentities/Makefile | 14 ++++++++++++++
 ruby-htmlentities/PLIST    | 28 ++++++++++++++++++++++++++++
 ruby-htmlentities/distinfo |  6 ++++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 84eceb9426..6aadfb33fa 100644
--- a/Makefile
+++ b/Makefile
@@ -4358,6 +4358,7 @@ SUBDIR+=	ruby-gollum
 SUBDIR+=	ruby-gollum-grit_adapter
 SUBDIR+=	ruby-gollum-lib
 SUBDIR+=	ruby-gollum-rugged_adapter
+SUBDIR+=	ruby-htmlentities
 SUBDIR+=	ruby-httparty
 SUBDIR+=	ruby-iesd
 SUBDIR+=	ruby-kakasi
diff --git a/ruby-htmlentities/DESCR b/ruby-htmlentities/DESCR
new file mode 100644
index 0000000000..d20b27965c
--- /dev/null
+++ b/ruby-htmlentities/DESCR
@@ -0,0 +1,5 @@
+HTML entity encoding and decoding for Ruby
+
+HTMLEntities is a simple library to facilitate encoding and decoding
+of named (&yacute; and so on) or numerical (&#123; or &#x12a;)
+entities in HTML and XHTML documents.
diff --git a/ruby-htmlentities/Makefile b/ruby-htmlentities/Makefile
new file mode 100644
index 0000000000..4883b5b41a
--- /dev/null
+++ b/ruby-htmlentities/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	htmlentities-4.3.4
+CATEGORIES=	textproc
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/threedaymonk/htmlentities/
+COMMENT=	Encoding and decoding (X)HTML entities
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-htmlentities/PLIST b/ruby-htmlentities/PLIST
new file mode 100644
index 0000000000..b0d4a233af
--- /dev/null
+++ b/ruby-htmlentities/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/COPYING.txt
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/lib/htmlentities.rb
+${GEM_LIBDIR}/lib/htmlentities/decoder.rb
+${GEM_LIBDIR}/lib/htmlentities/encoder.rb
+${GEM_LIBDIR}/lib/htmlentities/flavors.rb
+${GEM_LIBDIR}/lib/htmlentities/mappings/expanded.rb
+${GEM_LIBDIR}/lib/htmlentities/mappings/html4.rb
+${GEM_LIBDIR}/lib/htmlentities/mappings/xhtml1.rb
+${GEM_LIBDIR}/lib/htmlentities/version.rb
+${GEM_LIBDIR}/perf/benchmark.rb
+${GEM_LIBDIR}/perf/performance.rb
+${GEM_LIBDIR}/perf/profile.rb
+${GEM_LIBDIR}/test/decoding_test.rb
+${GEM_LIBDIR}/test/encoding_test.rb
+${GEM_LIBDIR}/test/entities_test.rb
+${GEM_LIBDIR}/test/expanded_test.rb
+${GEM_LIBDIR}/test/html4_test.rb
+${GEM_LIBDIR}/test/interoperability_test.rb
+${GEM_LIBDIR}/test/roundtrip_test.rb
+${GEM_LIBDIR}/test/string_encodings_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/xhtml1_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.6.0/extensions
+@pkgdir lib/ruby/gems/2.6.0/build_info
diff --git a/ruby-htmlentities/distinfo b/ruby-htmlentities/distinfo
new file mode 100644
index 0000000000..62b4310ca6
--- /dev/null
+++ b/ruby-htmlentities/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (htmlentities-4.3.4.gem) = 465cac5e7c48a9dd18af82b7c9bda26abb617491
+RMD160 (htmlentities-4.3.4.gem) = de3350e6138953aab3b6a30b4f37aeb7efda3958
+SHA512 (htmlentities-4.3.4.gem) = 0163d6c014ffebb4ee9bdb15d32884c8d6af60681f240d3f0177811d37647776b8f8fd0aa4f1c7559403f36a5538ce8da6926bc16cc8105bd6eed5c180db700b
+Size (htmlentities-4.3.4.gem) = 31744 bytes


Home | Main Index | Thread Index | Old Index