forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/ruby-htmlentities: add package version 4.3.4
Add ruby-htmlentities package version 4.3.4 from wip/ruby-htmlentities. HTML entity encoding and decoding for Ruby HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents.
- Loading branch information
taca
committed
May 25, 2020
1 parent
1e0b8be
commit a939c09
Showing
4 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
HTML entity encoding and decoding for Ruby | ||
|
||
HTMLEntities is a simple library to facilitate encoding and decoding | ||
of named (ý and so on) or numerical ({ or Ī) | ||
entities in HTML and XHTML documents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.1 2020/05/25 14:21:57 taca Exp $ | ||
|
||
DISTNAME= htmlentities-4.3.4 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2020/05/25 14:21:57 taca Exp $ | ||
${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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2020/05/25 14:21:57 taca Exp $ | ||
|
||
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 |