summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorfredb <fredb>2000-08-06 01:11:38 +0000
committerfredb <fredb>2000-08-06 01:11:38 +0000
commit3b13f684c74789c00692123dfc8d9fc627f0af36 (patch)
tree7bf7536926245b5cc54571387430fea8a927eba0 /www/libwww
parentb8fb56aaac7d1bdf3e36f0f0576127d8cc9fc220 (diff)
downloadpkgsrc-3b13f684c74789c00692123dfc8d9fc627f0af36.tar.gz
Update to libwww-5.3.1. This is the first release since 5.2.8. Includes
many bug fixes -- too many to list, full release history online at <http://www.w3.org/Library/User/ReleaseNotes.html> -- and a few new features. The most significant is integrated libwww-SSL. Also SOCKS "punching through firewalls" support is present now (but untested by me). Not sure when that appeared, exactly.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile30
-rw-r--r--www/libwww/files/md54
-rw-r--r--www/libwww/files/patch-sum7
-rw-r--r--www/libwww/patches/patch-ab36
-rw-r--r--www/libwww/patches/patch-ac13
-rw-r--r--www/libwww/patches/patch-ad13
-rw-r--r--www/libwww/pkg/PLIST350
7 files changed, 81 insertions, 372 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 479902be592..12a5abd8fb4 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,28 +1,44 @@
-# $NetBSD: Makefile,v 1.9 2000/06/21 02:58:23 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/06 01:11:38 fredb Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
#
DISTNAME= w3c-${PKGNAME}
-PKGNAME= libwww-5.2.8
+PKGNAME= libwww-5.3.1
CATEGORIES= www devel
MASTER_SITES= http://www.w3.org/Library/Distribution/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.w3.org/Library/
+BUILD_DEPENDS+= autoconf:../../devel/autoconf
+
+RESTRICTED= "Crypto, export-controlled"
+NO_BIN_ON_FTP= ${RESTRICTED}
+
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS= --with-zlib --with-regex --without-x
+CONFIGURE_ARGS+= --with-ssl
DOCDIR= ${PREFIX}/share/doc/libwww
-post-install:
- @${MKDIR} ${DOCDIR}/User
- ${CP} -R ${WRKSRC}/Library/User/* ${DOCDIR}/User
- @${MKDIR} ${DOCDIR}/src
- ${CP} ${WRKSRC}/Library/src/*.html ${DOCDIR}/src
+pre-configure:
+ cd ${WRKSRC}; autoconf
+
+.include "../../mk/bsd.prefs.mk"
+
+# Include SOCKS firewall support
+.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
+.if ${USE_SOCKS} == 4
+CONFIGURE_ARGS+= --with-socks --with-socks4 --without-socks5
+DEPENDS+= socks4-2.2:../../net/socks4
+.else
+CONFIGURE_ARGS+= --with-socks --without-socks4 --with-socks5
+DEPENDS+= socks5-1.0.2:../../net/socks5
+.endif
+.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/www/libwww/files/md5 b/www/libwww/files/md5
index eaf0c374446..6f6dad67a27 100644
--- a/www/libwww/files/md5
+++ b/www/libwww/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 1999/10/08 04:43:07 deberg Exp $
+$NetBSD: md5,v 1.4 2000/08/06 01:11:38 fredb Exp $
-MD5 (w3c-libwww-5.2.8.tar.gz) = 4a6b1361099cc4ea01ea9f97ccc90835
+MD5 (w3c-libwww-5.3.1.tar.gz) = 74e09f8afa84e8a688766856fe9c134c
diff --git a/www/libwww/files/patch-sum b/www/libwww/files/patch-sum
index 06ef83b529b..cf1b2b2a9f9 100644
--- a/www/libwww/files/patch-sum
+++ b/www/libwww/files/patch-sum
@@ -1,6 +1,7 @@
-$NetBSD: patch-sum,v 1.4 2000/06/21 02:58:25 jlam Exp $
+$NetBSD: patch-sum,v 1.5 2000/08/06 01:11:38 fredb Exp $
MD5 (patch-aa) = a519b8eb3c732d53a366d148c3be6ea4
-MD5 (patch-ac) = 248bcfe7e511a021fc96a3d0d311aefa
-MD5 (patch-ad) = ee66245051e6df813c8594280eece4c3
+MD5 (patch-ab) = 1d2a519f19a55a98052cbb6431a0d070
+MD5 (patch-ac) = d41d8cd98f00b204e9800998ecf8427e
+MD5 (patch-ad) = d41d8cd98f00b204e9800998ecf8427e
MD5 (patch-ae) = a9b8a535f0b6bfc40cf2fb6ec908d1d6
diff --git a/www/libwww/patches/patch-ab b/www/libwww/patches/patch-ab
new file mode 100644
index 00000000000..22560a8d934
--- /dev/null
+++ b/www/libwww/patches/patch-ab
@@ -0,0 +1,36 @@
+$NetBSD: patch-ab,v 1.6 2000/08/06 01:11:38 fredb Exp $
+
+--- configure.in.orig Fri Aug 4 05:21:20 2000
++++ configure.in Fri Aug 4 13:56:59 2000
+@@ -307,7 +307,10 @@
+ AC_MSG_RESULT(yes)
+ AC_DEFINE(HT_POSIX_REGEX)
+ if test "x$withval" = "xyes"; then
+- AC_CHECK_LIB(rx, regexec, [ LIBS="-lrx $LIBS" ] )
++ AC_TRY_LINK([],
++ [ regexec(); ],
++ [],
++ [ AC_CHECK_LIB(rx, regexec, [ LIBS="-lrx $LIBS" ] ) ] )
+ else
+ AC_ADDLIB($withval)
+ AC_TRY_LINK([],
+@@ -535,13 +538,17 @@
+ dnl Checks for libwww and OpenSSL:
+ AC_MSG_CHECKING(whether we can find OpenSSL)
+ dnl find the ssl library dir (empirical)
+-if test -d '/usr/local/ssl/lib'; then
++if test -f "${prefix}/lib/libssl.a" -a -f "${prefix}/lib/libcrypto.a"; then
++ ssllib="-L${prefix}/lib -lssl -lcrypto"
++elif test -d '/usr/local/ssl/lib'; then
+ ssllib="-L/usr/local/ssl/lib -lssl -lcrypto"
+ else
+ ssllib="-L/usr/lib -lssl -lcrypto"
+ fi
+ dnl find the ssl include dir (empirical)
+-if test -d '/usr/local/ssl/include'; then
++if test -d "${prefix}/include/openssl"; then
++ sslinc="-I${prefix}/include -I${prefix}/include/openssl"
++elif test -d '/usr/local/ssl/include'; then
+ sslinc="-I/usr/local/ssl/include"
+ elif test -d '/usr/local/openssl/include'; then
+ sslinc="-I/usr/local/openssl/include"
diff --git a/www/libwww/patches/patch-ac b/www/libwww/patches/patch-ac
deleted file mode 100644
index 28c2a131115..00000000000
--- a/www/libwww/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.5 1999/10/08 04:43:07 deberg Exp $
-
---- Makefile.in.dist Tue Jun 15 11:48:46 1999
-+++ Makefile.in Tue Jun 15 11:48:57 1999
-@@ -56,7 +56,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- INSTALL_STRIP_FLAG =
- transform = @program_transform_name@
-
diff --git a/www/libwww/patches/patch-ad b/www/libwww/patches/patch-ad
deleted file mode 100644
index ac2ddcfaa14..00000000000
--- a/www/libwww/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1999/10/14 14:11:02 deberg Exp $
-
---- libwww-config.in.orig Thu Oct 14 09:41:40 1999
-+++ libwww-config.in Thu Oct 14 09:40:54 1999
-@@ -48,7 +48,7 @@
- echo -I@includedir@/@PACKAGE@ @DEFS@
- ;;
- --libs)
-- echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
-+ echo -Wl,-R@libdir@ -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
- ;;
- *)
- echo "${usage}" 1>&2
diff --git a/www/libwww/pkg/PLIST b/www/libwww/pkg/PLIST
index 3c6093c1465..5faa69ee84a 100644
--- a/www/libwww/pkg/PLIST
+++ b/www/libwww/pkg/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2000/06/21 02:58:26 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2000/08/06 01:11:39 fredb Exp $
+bin/libwww-config
bin/w3c
bin/webbot
-bin/libwww-config
-include/xmlparse.h
+bin/www
+include/wwwconf.h
include/w3c-libwww/HTAABrow.h
include/w3c-libwww/HTAAUtil.h
include/w3c-libwww/HTANSI.h
@@ -43,6 +44,7 @@ include/w3c-libwww/HTFilter.h
include/w3c-libwww/HTFormat.h
include/w3c-libwww/HTGopher.h
include/w3c-libwww/HTGuess.h
+include/w3c-libwww/HTHash.h
include/w3c-libwww/HTHInit.h
include/w3c-libwww/HTHeader.h
include/w3c-libwww/HTHist.h
@@ -88,6 +90,7 @@ include/w3c-libwww/HTPlain.h
include/w3c-libwww/HTProfil.h
include/w3c-libwww/HTProt.h
include/w3c-libwww/HTProxy.h
+include/w3c-libwww/HTRDF.h
include/w3c-libwww/HTReader.h
include/w3c-libwww/HTReq.h
include/w3c-libwww/HTReqMan.h
@@ -97,6 +100,11 @@ include/w3c-libwww/HTRules.h
include/w3c-libwww/HTSChunk.h
include/w3c-libwww/HTSQL.h
include/w3c-libwww/HTSQLLog.h
+include/w3c-libwww/HTSSL.h
+include/w3c-libwww/HTSSLMan.h
+include/w3c-libwww/HTSSLReader.h
+include/w3c-libwww/HTSSLWriter.h
+include/w3c-libwww/HTSSLhttps.h
include/w3c-libwww/HTSocket.h
include/w3c-libwww/HTStream.h
include/w3c-libwww/HTString.h
@@ -144,6 +152,7 @@ include/w3c-libwww/WWWMIME.h
include/w3c-libwww/WWWMux.h
include/w3c-libwww/WWWNews.h
include/w3c-libwww/WWWSQL.h
+include/w3c-libwww/WWWSSL.h
include/w3c-libwww/WWWStream.h
include/w3c-libwww/WWWTelnt.h
include/w3c-libwww/WWWTrans.h
@@ -151,8 +160,8 @@ include/w3c-libwww/WWWUtil.h
include/w3c-libwww/WWWWAIS.h
include/w3c-libwww/WWWXML.h
include/w3c-libwww/WWWZip.h
-include/w3c-libwww/wwwconf.h
include/w3c-libwww/wwwsys.h
+include/w3c-libwww/xmlparse.h
lib/libmd5.a
lib/libmd5.la
lib/libmd5.so.1.0
@@ -198,6 +207,9 @@ lib/libwwwmux.so.1.0
lib/libwwwnews.a
lib/libwwwnews.la
lib/libwwwnews.so.1.0
+lib/libwwwssl.a
+lib/libwwwssl.la
+lib/libwwwssl.so.1.0
lib/libwwwstream.a
lib/libwwwstream.la
lib/libwwwstream.so.1.0
@@ -222,327 +234,6 @@ lib/libxmlparse.so.1.0
lib/libxmltok.a
lib/libxmltok.la
lib/libxmltok.so.1.0
-share/doc/libwww/User/Applications.html
-share/doc/libwww/User/Architecture/A.gif
-share/doc/libwww/User/Architecture/Alert.html
-share/doc/libwww/User/Architecture/Anchors.gif
-share/doc/libwww/User/Architecture/Anchors.html
-share/doc/libwww/User/Architecture/App.html
-share/doc/libwww/User/Architecture/Bind.html
-share/doc/libwww/User/Architecture/C.gif
-share/doc/libwww/User/Architecture/Cache.gif
-share/doc/libwww/User/Architecture/Cache.html
-share/doc/libwww/User/Architecture/ControlFlow.html
-share/doc/libwww/User/Architecture/DNSCache.html
-share/doc/libwww/User/Architecture/DataStruc.gif
-share/doc/libwww/User/Architecture/DataStructures.html
-share/doc/libwww/User/Architecture/Delta.gif
-share/doc/libwww/User/Architecture/Design.gif
-share/doc/libwww/User/Architecture/DesignModel.html
-share/doc/libwww/User/Architecture/E.gif
-share/doc/libwww/User/Architecture/Equation.gif
-share/doc/libwww/User/Architecture/Events.html
-share/doc/libwww/User/Architecture/Filters.html
-share/doc/libwww/User/Architecture/H.gif
-share/doc/libwww/User/Architecture/HTTP.gif
-share/doc/libwww/User/Architecture/HTTPFeatures.html
-share/doc/libwww/User/Architecture/IOStreams.html
-share/doc/libwww/User/Architecture/InOutPipe.gif
-share/doc/libwww/User/Architecture/InputStream.gif
-share/doc/libwww/User/Architecture/Internal.gif
-share/doc/libwww/User/Architecture/Introduction.html
-share/doc/libwww/User/Architecture/LibCore.gif
-share/doc/libwww/User/Architecture/Library.gif
-share/doc/libwww/User/Architecture/Makefile
-share/doc/libwww/User/Architecture/Makefile.am
-share/doc/libwww/User/Architecture/Makefile.in
-share/doc/libwww/User/Architecture/ModStruc.gif
-share/doc/libwww/User/Architecture/Modules.gif
-share/doc/libwww/User/Architecture/Multiformat.html
-share/doc/libwww/User/Architecture/N.gif
-share/doc/libwww/User/Architecture/Overview.html
-share/doc/libwww/User/Architecture/POSTEvent.gif
-share/doc/libwww/User/Architecture/PostResult.gif
-share/doc/libwww/User/Architecture/PostWeb.gif
-share/doc/libwww/User/Architecture/PostWeb.html
-share/doc/libwww/User/Architecture/PostWebApp.gif
-share/doc/libwww/User/Architecture/PostWebReq.gif
-share/doc/libwww/User/Architecture/PostWebStream.gif
-share/doc/libwww/User/Architecture/PostWebUser.gif
-share/doc/libwww/User/Architecture/Post_A.gif
-share/doc/libwww/User/Architecture/Protocol.html
-share/doc/libwww/User/Architecture/R.gif
-share/doc/libwww/User/Architecture/Request.html
-share/doc/libwww/User/Architecture/S.gif
-share/doc/libwww/User/Architecture/Stream.gif
-share/doc/libwww/User/Architecture/Streams.html
-share/doc/libwww/User/Architecture/StrucStream.gif
-share/doc/libwww/User/Architecture/Thread.gif
-share/doc/libwww/User/Architecture/Threads.html
-share/doc/libwww/User/Architecture/alpha.gif
-share/doc/libwww/User/Architecture/choppy.html
-share/doc/libwww/User/Extrnals.html
-share/doc/libwww/User/Guide/App.html
-share/doc/libwww/User/Guide/Central.html
-share/doc/libwww/User/Guide/Core.html
-share/doc/libwww/User/Guide/Interfaces.gif
-share/doc/libwww/User/Guide/Interfaces.html
-share/doc/libwww/User/Guide/Makefile
-share/doc/libwww/User/Guide/Makefile.am
-share/doc/libwww/User/Guide/Makefile.in
-share/doc/libwww/User/Guide/Network.html
-share/doc/libwww/User/Guide/Overview.html
-share/doc/libwww/User/Guide/Prefs.html
-share/doc/libwww/User/Guide/Presentation.html
-share/doc/libwww/User/Guide/Protocol.html
-share/doc/libwww/User/Guide/ProtocolUtils.html
-share/doc/libwww/User/Guide/Streams.html
-share/doc/libwww/User/Guide/StrucStreams.html
-share/doc/libwww/User/Guide/Styles.html
-share/doc/libwww/User/Guide/Threads.html
-share/doc/libwww/User/Guide/URI.html
-share/doc/libwww/User/Guide/Utils.html
-share/doc/libwww/User/Guide/choppy.html
-share/doc/libwww/User/History.html
-share/doc/libwww/User/Makefile
-share/doc/libwww/User/Makefile.am
-share/doc/libwww/User/Makefile.in
-share/doc/libwww/User/Overview.html
-share/doc/libwww/User/Patch/Makefile
-share/doc/libwww/User/Patch/Makefile.am
-share/doc/libwww/User/Patch/Makefile.in
-share/doc/libwww/User/Patch/Overview.html
-share/doc/libwww/User/Patch/lib_3.0_1.fix
-share/doc/libwww/User/Patch/lib_3.1_1.fix
-share/doc/libwww/User/Patch/lib_4.0C_1.fix
-share/doc/libwww/User/Patch/lib_4.0_1.fix
-share/doc/libwww/User/Patch/lib_4.0_2.fix
-share/doc/libwww/User/Patch/lib_4.0_3.fix
-share/doc/libwww/User/Patch/lib_4.0_4.fix
-share/doc/libwww/User/Patch/lib_4.0_5.fix
-share/doc/libwww/User/Patch/lib_4.0_bug_1.html
-share/doc/libwww/User/Patch/lib_4.0_bug_2.html
-share/doc/libwww/User/Patch/lib_4.0_bug_3.html
-share/doc/libwww/User/Patch/lib_5.0_1.fix
-share/doc/libwww/User/Platform/GNUMake.html
-share/doc/libwww/User/Platform/Makefile
-share/doc/libwww/User/Platform/Makefile.am
-share/doc/libwww/User/Platform/Makefile.in
-share/doc/libwww/User/Platform/Overview.html
-share/doc/libwww/User/Platform/WinDLL.html
-share/doc/libwww/User/Platform/Windows.html
-share/doc/libwww/User/Platform/win31.html
-share/doc/libwww/User/ReleaseNotes.html
-share/doc/libwww/User/Start.html
-share/doc/libwww/User/Style/Body.html
-share/doc/libwww/User/Style/CallingLibwww.html
-share/doc/libwww/User/Style/Cpp.html
-share/doc/libwww/User/Style/Headings.html
-share/doc/libwww/User/Style/Identifiers.html
-share/doc/libwww/User/Style/IncludeFiles.html
-share/doc/libwww/User/Style/Language.html
-share/doc/libwww/User/Style/Macros.html
-share/doc/libwww/User/Style/Makefile
-share/doc/libwww/User/Style/Makefile.am
-share/doc/libwww/User/Style/Makefile.in
-share/doc/libwww/User/Style/ModuleHeader.html
-share/doc/libwww/User/Style/Overview.html
-share/doc/libwww/User/ToDo.html
-share/doc/libwww/User/Using.html
-share/doc/libwww/User/Using/Access.html
-share/doc/libwww/User/Using/AnchorExample.gif
-share/doc/libwww/User/Using/Anchors.html
-share/doc/libwww/User/Using/Application.html
-share/doc/libwww/User/Using/Bind.html
-share/doc/libwww/User/Using/Cache.html
-share/doc/libwww/User/Using/Core.html
-share/doc/libwww/User/Using/Dialogs.html
-share/doc/libwww/User/Using/Error.html
-share/doc/libwww/User/Using/Errors.html
-share/doc/libwww/User/Using/Event.html
-share/doc/libwww/User/Using/Filters.html
-share/doc/libwww/User/Using/Flags.html
-share/doc/libwww/User/Using/HTML.html
-share/doc/libwww/User/Using/History.html
-share/doc/libwww/User/Using/Host.html
-share/doc/libwww/User/Using/HyperDoc.html
-share/doc/libwww/User/Using/InOutPipe.gif
-share/doc/libwww/User/Using/Link.html
-share/doc/libwww/User/Using/Logging.html
-share/doc/libwww/User/Using/MIME.html
-share/doc/libwww/User/Using/Makefile
-share/doc/libwww/User/Using/Makefile.am
-share/doc/libwww/User/Using/Makefile.in
-share/doc/libwww/User/Using/Memory.html
-share/doc/libwww/User/Using/Methods.html
-share/doc/libwww/User/Using/Net.html
-share/doc/libwww/User/Using/Override.html
-share/doc/libwww/User/Using/Overview.html
-share/doc/libwww/User/Using/Prefs.html
-share/doc/libwww/User/Using/Profiles.html
-share/doc/libwww/User/Using/Protocol.html
-share/doc/libwww/User/Using/Proxy.html
-share/doc/libwww/User/Using/Request.html
-share/doc/libwww/User/Using/Response.html
-share/doc/libwww/User/Using/RuleSyntax.html
-share/doc/libwww/User/Using/Rules.html
-share/doc/libwww/User/Using/Startup.html
-share/doc/libwww/User/Using/Streams.html
-share/doc/libwww/User/Using/Timers.html
-share/doc/libwww/User/Using/Transport.html
-share/doc/libwww/User/Using/UserProfile.html
-share/doc/libwww/User/Using/Utils.html
-share/doc/libwww/User/Using/choppy.html
-share/doc/libwww/User/WAIS.html
-share/doc/libwww/src/HTAABrow.html
-share/doc/libwww/src/HTAAUtil.html
-share/doc/libwww/src/HTANSI.html
-share/doc/libwww/src/HTAccess.html
-share/doc/libwww/src/HTAlert.html
-share/doc/libwww/src/HTAncMan.html
-share/doc/libwww/src/HTAnchor.html
-share/doc/libwww/src/HTArray.html
-share/doc/libwww/src/HTAssoc.html
-share/doc/libwww/src/HTAtom.html
-share/doc/libwww/src/HTBInit.html
-share/doc/libwww/src/HTBTree.html
-share/doc/libwww/src/HTBind.html
-share/doc/libwww/src/HTBound.html
-share/doc/libwww/src/HTBufWrt.html
-share/doc/libwww/src/HTCache.html
-share/doc/libwww/src/HTChannl.html
-share/doc/libwww/src/HTChunk.html
-share/doc/libwww/src/HTConLen.html
-share/doc/libwww/src/HTCookie.html
-share/doc/libwww/src/HTDNS.html
-share/doc/libwww/src/HTDemux.html
-share/doc/libwww/src/HTDescpt.html
-share/doc/libwww/src/HTDialog.html
-share/doc/libwww/src/HTDigest.html
-share/doc/libwww/src/HTDir.html
-share/doc/libwww/src/HTEPtoCl.html
-share/doc/libwww/src/HTError.html
-share/doc/libwww/src/HTEscape.html
-share/doc/libwww/src/HTEvent.html
-share/doc/libwww/src/HTEvtLst.html
-share/doc/libwww/src/HTFTP.html
-share/doc/libwww/src/HTFTPDir.html
-share/doc/libwww/src/HTFSave.html
-share/doc/libwww/src/HTFWrite.html
-share/doc/libwww/src/HTFile.html
-share/doc/libwww/src/HTFilter.html
-share/doc/libwww/src/HTFormat.html
-share/doc/libwww/src/HTGopher.html
-share/doc/libwww/src/HTGuess.html
-share/doc/libwww/src/HTHInit.html
-share/doc/libwww/src/HTHeader.html
-share/doc/libwww/src/HTHist.html
-share/doc/libwww/src/HTHome.html
-share/doc/libwww/src/HTHost.html
-share/doc/libwww/src/HTHstMan.html
-share/doc/libwww/src/HTIOStream.html
-share/doc/libwww/src/HTIcons.html
-share/doc/libwww/src/HTInet.html
-share/doc/libwww/src/HTInit.html
-share/doc/libwww/src/HTLib.html
-share/doc/libwww/src/HTLink.html
-share/doc/libwww/src/HTList.html
-share/doc/libwww/src/HTLocal.html
-share/doc/libwww/src/HTLog.html
-share/doc/libwww/src/HTMIME.html
-share/doc/libwww/src/HTMIMERq.html
-share/doc/libwww/src/HTMIMImp.html
-share/doc/libwww/src/HTMIMPrs.html
-share/doc/libwww/src/HTML.html
-share/doc/libwww/src/HTMLGen.html
-share/doc/libwww/src/HTMLPDTD.html
-share/doc/libwww/src/HTMemLog.html
-share/doc/libwww/src/HTMemory.html
-share/doc/libwww/src/HTMerge.html
-share/doc/libwww/src/HTMethod.html
-share/doc/libwww/src/HTMulpar.html
-share/doc/libwww/src/HTMulti.html
-share/doc/libwww/src/HTMuxCh.html
-share/doc/libwww/src/HTMuxHeader.html
-share/doc/libwww/src/HTMuxTx.html
-share/doc/libwww/src/HTNDir.html
-share/doc/libwww/src/HTNet.html
-share/doc/libwww/src/HTNetMan.html
-share/doc/libwww/src/HTNetTxt.html
-share/doc/libwww/src/HTNews.html
-share/doc/libwww/src/HTNewsLs.html
-share/doc/libwww/src/HTNewsRq.html
-share/doc/libwww/src/HTNoFree.html
-share/doc/libwww/src/HTPEP.html
-share/doc/libwww/src/HTParse.html
-share/doc/libwww/src/HTPlain.html
-share/doc/libwww/src/HTProfil.html
-share/doc/libwww/src/HTProt.html
-share/doc/libwww/src/HTProxy.html
-share/doc/libwww/src/HTReader.html
-share/doc/libwww/src/HTReq.html
-share/doc/libwww/src/HTReqMan.html
-share/doc/libwww/src/HTResMan.html
-share/doc/libwww/src/HTResponse.html
-share/doc/libwww/src/HTRules.html
-share/doc/libwww/src/HTSChunk.html
-share/doc/libwww/src/HTSQL.html
-share/doc/libwww/src/HTSQLLog.html
-share/doc/libwww/src/HTSocket.html
-share/doc/libwww/src/HTStream.html
-share/doc/libwww/src/HTString.html
-share/doc/libwww/src/HTStruct.html
-share/doc/libwww/src/HTStyle.html
-share/doc/libwww/src/HTTCP.html
-share/doc/libwww/src/HTTChunk.html
-share/doc/libwww/src/HTTP.html
-share/doc/libwww/src/HTTPGen.html
-share/doc/libwww/src/HTTPReq.html
-share/doc/libwww/src/HTTPRes.html
-share/doc/libwww/src/HTTPServ.html
-share/doc/libwww/src/HTTPUtil.html
-share/doc/libwww/src/HTTeXGen.html
-share/doc/libwww/src/HTTee.html
-share/doc/libwww/src/HTTelnet.html
-share/doc/libwww/src/HTTimer.html
-share/doc/libwww/src/HTTrans.html
-share/doc/libwww/src/HTUTree.html
-share/doc/libwww/src/HTUU.html
-share/doc/libwww/src/HTUser.html
-share/doc/libwww/src/HTUtils.html
-share/doc/libwww/src/HTWAIS.html
-share/doc/libwww/src/HTWSRC.html
-share/doc/libwww/src/HTWWWStr.html
-share/doc/libwww/src/HTWriter.html
-share/doc/libwww/src/HTXML.html
-share/doc/libwww/src/HTXParse.html
-share/doc/libwww/src/HTZip.html
-share/doc/libwww/src/HText.html
-share/doc/libwww/src/HTextImp.html
-share/doc/libwww/src/SGML.html
-share/doc/libwww/src/WWWApp.html
-share/doc/libwww/src/WWWCache.html
-share/doc/libwww/src/WWWCore.html
-share/doc/libwww/src/WWWDir.html
-share/doc/libwww/src/WWWFTP.html
-share/doc/libwww/src/WWWFile.html
-share/doc/libwww/src/WWWGophe.html
-share/doc/libwww/src/WWWHTML.html
-share/doc/libwww/src/WWWHTTP.html
-share/doc/libwww/src/WWWInit.html
-share/doc/libwww/src/WWWLib.html
-share/doc/libwww/src/WWWMIME.html
-share/doc/libwww/src/WWWMux.html
-share/doc/libwww/src/WWWNews.html
-share/doc/libwww/src/WWWSQL.html
-share/doc/libwww/src/WWWStream.html
-share/doc/libwww/src/WWWTelnt.html
-share/doc/libwww/src/WWWTrans.html
-share/doc/libwww/src/WWWUtil.html
-share/doc/libwww/src/WWWWAIS.html
-share/doc/libwww/src/WWWXML.html
-share/doc/libwww/src/WWWZip.html
-share/doc/libwww/src/wwwsys.html
share/w3c-libwww/back.xbm
share/w3c-libwww/binary.xbm
share/w3c-libwww/binhex.xbm
@@ -566,13 +257,4 @@ share/w3c-libwww/unknown.old.xbm
share/w3c-libwww/unknown.xbm
share/w3c-libwww/uu.xbm
@dirrm share/w3c-libwww
-@dirrm share/doc/libwww/src
-@dirrm share/doc/libwww/User/Using
-@dirrm share/doc/libwww/User/Style
-@dirrm share/doc/libwww/User/Platform
-@dirrm share/doc/libwww/User/Patch
-@dirrm share/doc/libwww/User/Guide
-@dirrm share/doc/libwww/User/Architecture
-@dirrm share/doc/libwww/User
-@dirrm share/doc/libwww
@dirrm include/w3c-libwww