diff options
author | fredb <fredb@pkgsrc.org> | 2001-04-22 06:44:39 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-04-22 06:44:39 +0000 |
commit | e65bc1f0711837466b6e6f457c4e35a6faa42704 (patch) | |
tree | c9e4737d630e6fc23bd9cc2ab747d3cead9bff52 /www/wwwoffle | |
parent | 35c55af3384730535a7ef653ca37c1c2d2f56a82 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/distinfo | 9 | ||||
-rw-r--r-- | www/wwwoffle/patches/patch-ab | 16 |
3 files changed, 24 insertions, 5 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 5474bc35dce..9d7122553c4 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2001/04/13 13:46:34 itojun Exp $ +# $NetBSD: Makefile,v 1.30 2001/04/22 06:44:39 fredb Exp $ -DISTNAME= wwwoffle-2.6b +DISTNAME= wwwoffle-2.6c CATEGORIES= www MASTER_SITES= http://www.gedanken.demon.co.uk/download-wwwoffle/ \ ftp://ftp.demon.co.uk/pub/unix/httpd/ \ diff --git a/www/wwwoffle/distinfo b/www/wwwoffle/distinfo index 73bc7883816..b958d0a328d 100644 --- a/www/wwwoffle/distinfo +++ b/www/wwwoffle/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 12:13:33 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/04/22 06:44:39 fredb Exp $ -SHA1 (wwwoffle-2.6b.tgz) = 317af0392777ce5aaac2d4c0f1a83130e62af6b5 +SHA1 (wwwoffle-2.6c.tgz) = 8b7cc755879a83d51e9638b0b27fa46cd37859e2 +Size (wwwoffle-2.6c.tgz) = 612183 bytes SHA1 (wwwoffle-26b-v6-20010411.diff.gz) = f3723cdf6ba9dbb09c8ec783f34ada669d541ba1 -SHA1 (patch-aa) = eabce7af920ab141c9cbb7699bd278d0fc10bf56 +Size (wwwoffle-26b-v6-20010411.diff.gz) = 7970 bytes +SHA1 (patch-aa) = 7fea88afd536c6e983003799d17aacd8a76471d8 +SHA1 (patch-ab) = eea97a0501c515d9100269ee6da16998905cd694 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"}}; + |