summaryrefslogtreecommitdiff
path: root/www/wwwoffle/patches/patch-ab
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-04-22 06:44:39 +0000
committerfredb <fredb@pkgsrc.org>2001-04-22 06:44:39 +0000
commite65bc1f0711837466b6e6f457c4e35a6faa42704 (patch)
treec9e4737d630e6fc23bd9cc2ab747d3cead9bff52 /www/wwwoffle/patches/patch-ab
parent35c55af3384730535a7ef653ca37c1c2d2f56a82 (diff)
downloadpkgsrc-e65bc1f0711837466b6e6f457c4e35a6faa42704.tar.gz
Upgrade wwwoffle to 2.6c. From the "NEWS" file...
Bug Fixes: Changed the HTML message pages to be HTML 4 compliant (use ';' instead of '&' for URL arguments). Fixed meta-refresh-self problem. Don't get confused by scripts when parsing HTML. Fix crash in convert-cache program. Made compilation work on SGI machines. Don't truncate partial cached file. Fix the request-changed option. New Features: Add comments where WWWOFFLE modifies the original page's HTML. Add the option to remove stylesheets, external links and embedded styles. Add the option to remove Java applets. Add options to remove links and replace images listed in the DontGet section. Add the option to not fetch webbugs (1x1 pixel images) when parsing HTML. Add the option to replace webbugs (1x1 pixel images) when modifying HTML. Translations: Added Dutch translations of WWWOFFLE messages.
Diffstat (limited to 'www/wwwoffle/patches/patch-ab')
-rw-r--r--www/wwwoffle/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/wwwoffle/patches/patch-ab b/www/wwwoffle/patches/patch-ab
new file mode 100644
index 00000000000..d4142c6ba16
--- /dev/null
+++ b/www/wwwoffle/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.3 2001/04/22 06:44:40 fredb Exp $
+
+--- config.c.orig Sun Apr 22 00:29:18 2001
++++ config.c
+@@ -344,9 +344,9 @@
+ {"disable-meta-refresh-self",&DisableHTMLMetaRefreshSelf ,1,Fixed,Boolean,"no"},
+ {"disable-dontget-links" ,&DisableHTMLDontGetLinks ,1,Fixed,Boolean,"no"},
+ {"replace-dontget-images" ,&ReplaceHTMLDontGetImages ,1,Fixed,Boolean,"no"},
+- {"replacement-dontget-image",&ReplacementHTMLDontGetImage,1,Fixed,Url ,"/local/dontget/replacement.gif"},
++ {"replacement-dontget-image",&ReplacementHTMLDontGetImage,1,Fixed,PathName ,"/local/dontget/replacement.gif"},
+ {"replace-webbug-images" ,&ReplaceHTMLWebbugImages ,1,Fixed,Boolean,"no"},
+- {"replacement-webbug-image" ,&ReplacementHTMLWebbugImage ,1,Fixed,Url ,"/local/dontget/replacement.gif"},
++ {"replacement-webbug-image" ,&ReplacementHTMLWebbugImage ,1,Fixed,PathName ,"/local/dontget/replacement.gif"},
+ {"demoronise-ms-chars" ,&DemoroniseMSChars ,1,Fixed,Boolean,"no"},
+ {"disable-animated-gif" ,&DisableAnimatedGIF ,1,Fixed,Boolean,"no"}};
+