summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Parser/patches
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-15 02:19:38 +0000
committerjlam <jlam>2000-10-15 02:19:38 +0000
commit818c1ebb182180d1483f33d11f66e104082426d0 (patch)
treeec12bb6520d2e21b8e44f9023d650fb9e00251fd /www/p5-HTML-Parser/patches
parent118422430ff7478487e8482b376ccc6667759f55 (diff)
downloadpkgsrc-818c1ebb182180d1483f33d11f66e104082426d0.tar.gz
Update p5-HTML-Parser to 3.13. Make me the maintainer. Changes from
version 3.11: Experimental support for decoding of Unicode entities. HTML::Entities documentation spelling.
Diffstat (limited to 'www/p5-HTML-Parser/patches')
-rw-r--r--www/p5-HTML-Parser/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/p5-HTML-Parser/patches/patch-aa b/www/p5-HTML-Parser/patches/patch-aa
new file mode 100644
index 00000000000..0cc13c3e668
--- /dev/null
+++ b/www/p5-HTML-Parser/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/10/15 02:19:39 jlam Exp $
+
+--- Makefile.PL.orig Sat Sep 16 21:40:09 2000
++++ Makefile.PL Sun Sep 24 19:40:27 2000
+@@ -19,7 +19,7 @@
+ only entities in the Latin-1 range is decoded.
+
+ EOT
+- my $ans = prompt("Do you want decoding on unicode entities?", "no");
++ my $ans = "y"; #prompt("Do you want decoding on unicode entities?", "no");
+ if ($ans =~ /^y(es)?$/i) {
+ push(@define, "-DUNICODE_ENTITIES");
+ }