summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authordeberg <deberg@pkgsrc.org>1999-10-08 04:43:07 +0000
committerdeberg <deberg@pkgsrc.org>1999-10-08 04:43:07 +0000
commit3f7ab2c963b5c5ca4b15f1179e2f106bbc113785 (patch)
treeb2548dc8602235c2cdf573e1bf69e0c6e289e5de /www/libwww
parentff1c7a99858902f04a22c7c9e9dbd4453794921e (diff)
downloadpkgsrc-3f7ab2c963b5c5ca4b15f1179e2f106bbc113785.tar.gz
update libwww to 5.2.8, which splits libwww.a into many component
libraries.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile7
-rw-r--r--www/libwww/files/md54
-rw-r--r--www/libwww/files/patch-sum10
-rw-r--r--www/libwww/patches/patch-aa10
-rw-r--r--www/libwww/patches/patch-ab33
-rw-r--r--www/libwww/patches/patch-ac22
-rw-r--r--www/libwww/patches/patch-ae18
-rw-r--r--www/libwww/pkg/DESCR17
-rw-r--r--www/libwww/pkg/PLIST66
9 files changed, 125 insertions, 62 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index c703ec9d22a..cf3eed1c5d5 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 1999/08/12 19:40:52 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/10/08 04:43:07 deberg Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
#
DISTNAME= w3c-${PKGNAME}
-PKGNAME= libwww-5.1m1
+PKGNAME= libwww-5.2.8
CATEGORIES= www devel
-MASTER_SITES= ftp://ftp.sunet.se/pub/www/libwww/old/
+MASTER_SITES= http://www.w3.org/Library/Distribution/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.w3.org/Library/
@@ -14,7 +14,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-zlib --with-regex --without-x
-WRKSRC= ${WRKDIR}/w3c-libwww-5.1m
DOCDIR= ${PREFIX}/share/doc/libwww
diff --git a/www/libwww/files/md5 b/www/libwww/files/md5
index 1ab6459d83e..eaf0c374446 100644
--- a/www/libwww/files/md5
+++ b/www/libwww/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:27:41 agc Exp $
+$NetBSD: md5,v 1.3 1999/10/08 04:43:07 deberg Exp $
-MD5 (w3c-libwww-5.1m1.tar.gz) = c563e54e23e4a108f6f63ef27e9da2be
+MD5 (w3c-libwww-5.2.8.tar.gz) = 4a6b1361099cc4ea01ea9f97ccc90835
diff --git a/www/libwww/files/patch-sum b/www/libwww/files/patch-sum
index 835150528ac..1d60ebd8aa5 100644
--- a/www/libwww/files/patch-sum
+++ b/www/libwww/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:17 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/10/08 04:43:07 deberg Exp $
-MD5 (patch-aa) = 8ddb1bf8148d99ed52af59f1dbdd8dc1
-MD5 (patch-ab) = d63833348f008c6d2929b1500b7f70ac
-MD5 (patch-ac) = 24f4f5436e243668aebda834d4ae0aee
-MD5 (patch-ae) = c4c269736ec2c3190df5c59f47e7f570
+MD5 (patch-aa) = a519b8eb3c732d53a366d148c3be6ea4
+MD5 (patch-ab) = d816fc47e28af17910ee2bd1555ab642
+MD5 (patch-ac) = 248bcfe7e511a021fc96a3d0d311aefa
+MD5 (patch-ae) = a9b8a535f0b6bfc40cf2fb6ec908d1d6
diff --git a/www/libwww/patches/patch-aa b/www/libwww/patches/patch-aa
index d48c96a704a..2820527db82 100644
--- a/www/libwww/patches/patch-aa
+++ b/www/libwww/patches/patch-aa
@@ -1,13 +1,11 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:23 agc Exp $
+$NetBSD: patch-aa,v 1.3 1999/10/08 04:43:07 deberg Exp $
---- Library/src/HTMIMImp.c.orig Sat Apr 5 09:26:21 1997
-+++ Library/src/HTMIMImp.c Tue May 6 01:15:02 1997
-@@ -213,7 +213,7 @@
- int value = deflt;
+--- Library/src/HTMIMImp.c.orig Thu May 27 16:26:50 1999
++++ Library/src/HTMIMImp.c Thu May 27 16:26:58 1999
+@@ -227,5 +227,5 @@
if (start != NULL) {
start += strlen(needle);
- while isspace(*start) start++;
+ while (isspace(*start)) start++;
if (isdigit(*start)) {
char * end = start + 1;
- char save;
diff --git a/www/libwww/patches/patch-ab b/www/libwww/patches/patch-ab
index 6130001d353..fd539113877 100644
--- a/www/libwww/patches/patch-ab
+++ b/www/libwww/patches/patch-ab
@@ -1,20 +1,29 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:14:23 agc Exp $
+$NetBSD: patch-ab,v 1.4 1999/10/08 04:43:07 deberg Exp $
---- configure.orig Tue Jul 14 07:36:55 1998
-+++ configure Tue Jul 14 07:38:11 1998
-@@ -1432,6 +1432,7 @@
- echo "$ac_t""no" 1>&6
+--- configure.orig Thu May 27 16:41:53 1999
++++ configure Thu May 27 16:48:05 1999
+@@ -2014,5 +2014,5 @@
fi
+-
+if false; then
+ # Check for any special flags to pass to ltconfig.
+ #
+@@ -2242,4 +2242,5 @@
+ libtool_flags="$libtool_flags --disable-lock"
+ fi
++fi
+
+
+@@ -2293,4 +2294,5 @@
+
+
++if false; then
+ # Actually configure libtool. ac_aux_dir is where install-sh is found.
+ CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
+@@ -2316,4 +2318,5 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-@@ -1477,6 +1478,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
- echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
- echo "configure:1483: checking whether ${MAKE-make} sets \${MAKE}" >&5
+ # Redirect the config.log output again, so that the ltconfig log is not
diff --git a/www/libwww/patches/patch-ac b/www/libwww/patches/patch-ac
index 81e23b30ff2..28c2a131115 100644
--- a/www/libwww/patches/patch-ac
+++ b/www/libwww/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.4 1998/11/13 00:01:21 frueauf Exp $
+$NetBSD: patch-ac,v 1.5 1999/10/08 04:43:07 deberg Exp $
---- Library/src/HTML.c.orig Mon Sep 14 21:59:03 1998
-+++ Library/src/HTML.c Mon Sep 14 21:59:13 1998
-@@ -22,7 +22,7 @@
- #include "WWWUtil.h"
- #include "WWWCore.h"
- #include "WWWHTML.h"
--#include "HText.h"
-+#include "HTextImp.h"
- #include "HTStyle.h"
- #include "HTML.h"
+--- 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-ae b/www/libwww/patches/patch-ae
index 63f2fac0555..6211aa817e4 100644
--- a/www/libwww/patches/patch-ae
+++ b/www/libwww/patches/patch-ae
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.2 1998/08/07 11:14:24 agc Exp $
+$NetBSD: patch-ae,v 1.3 1999/10/08 04:43:07 deberg Exp $
---- Library/src/HTStyle.c.orig Tue Apr 30 16:31:55 1996
-+++ Library/src/HTStyle.c Wed Jun 18 18:34:01 1997
-@@ -19,6 +19,8 @@
- #include "HTString.h"
+--- Library/src/HTStyle.c.orig Wed Oct 6 23:16:43 1999
++++ Library/src/HTStyle.c Wed Oct 6 23:16:35 1999
+@@ -18,6 +18,8 @@
+ #include "WWWUtil.h"
#include "HTStyle.h"
-+PUBLIC HTStyleSheet * styleSheet; /* application-wide style sheet */
++PUBLIC HTStyleSheet * styleSheet; /* application-wide style sheet */
+
-
- /* Local definition of style
- ** -------------------------
+ struct _HTStyle {
+ char * name; /* Style name */
+ int element; /* Element (if any) that this style applies to */
diff --git a/www/libwww/pkg/DESCR b/www/libwww/pkg/DESCR
index bbca85e73d3..d67e338aac5 100644
--- a/www/libwww/pkg/DESCR
+++ b/www/libwww/pkg/DESCR
@@ -1,8 +1,9 @@
-The W3C Reference Library is a general code base that can be used to build
-clients and servers. It contains code for accessing HTTP, FTP, Gopher, News,
-WAIS, Telnet servers, and the local file system. Furthermore it provides
-modules for parsing, managing and presenting hypertext objects to the user
-and a wide spectra of generic programming utilities. The Library is the
-basis for many World-Wide Web applications and all the W3C software is build
-on top of it. The Library is a required part of all other W3C applications
-in this distribution.
+The W3C Reference Library is a general code base that can be used to
+build clients and servers. It contains code for accessing HTTP, FTP,
+Gopher, News, WAIS, Telnet servers, and the local file system.
+Furthermore it provides modules for parsing, managing and presenting
+hypertext objects to the user and a wide spectra of generic programming
+utilities. The Library is the basis for many World-Wide Web
+applications and all the W3C software is build on top of it. The
+Library is a required part of all other W3C applications in this
+distribution.
diff --git a/www/libwww/pkg/PLIST b/www/libwww/pkg/PLIST
index d3ca09e9ed5..137c3b7cf0e 100644
--- a/www/libwww/pkg/PLIST
+++ b/www/libwww/pkg/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 1998/07/16 13:36:48 tv Exp $
+@comment $NetBSD: PLIST,v 1.4 1999/10/08 04:43:07 deberg Exp $
bin/w3c
bin/webbot
-bin/www
+bin/libwww-config
+include/xmlparse.h
include/w3c-libwww/HTAABrow.h
include/w3c-libwww/HTAAUtil.h
include/w3c-libwww/HTANSI.h
@@ -21,16 +22,19 @@ include/w3c-libwww/HTCache.h
include/w3c-libwww/HTChannl.h
include/w3c-libwww/HTChunk.h
include/w3c-libwww/HTConLen.h
+include/w3c-libwww/HTCookie.h
include/w3c-libwww/HTDNS.h
include/w3c-libwww/HTDemux.h
include/w3c-libwww/HTDescpt.h
include/w3c-libwww/HTDialog.h
+include/w3c-libwww/HTDigest.h
include/w3c-libwww/HTDir.h
include/w3c-libwww/HTEPtoCl.h
include/w3c-libwww/HTError.h
include/w3c-libwww/HTEscape.h
include/w3c-libwww/HTEvent.h
include/w3c-libwww/HTEvtLst.h
+include/w3c-libwww/HTFSave.h
include/w3c-libwww/HTFTP.h
include/w3c-libwww/HTFTPDir.h
include/w3c-libwww/HTFWrite.h
@@ -77,6 +81,7 @@ include/w3c-libwww/HTNetTxt.h
include/w3c-libwww/HTNews.h
include/w3c-libwww/HTNewsLs.h
include/w3c-libwww/HTNewsRq.h
+include/w3c-libwww/HTNoFree.h
include/w3c-libwww/HTPEP.h
include/w3c-libwww/HTParse.h
include/w3c-libwww/HTPlain.h
@@ -118,6 +123,7 @@ include/w3c-libwww/HTWAIS.h
include/w3c-libwww/HTWSRC.h
include/w3c-libwww/HTWWWStr.h
include/w3c-libwww/HTWriter.h
+include/w3c-libwww/HTXML.h
include/w3c-libwww/HTXParse.h
include/w3c-libwww/HTZip.h
include/w3c-libwww/HText.h
@@ -143,12 +149,56 @@ include/w3c-libwww/WWWTelnt.h
include/w3c-libwww/WWWTrans.h
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
+lib/libmd5.a
+lib/libmd5.so.1.0
lib/libpics.a
-lib/libwww.a
-lib/libwww.so.1.0
+lib/libpics.so.0.0
+lib/libwwwapp.a
+lib/libwwwapp.so.1.0
+lib/libwwwcache.a
+lib/libwwwcache.so.1.0
+lib/libwwwcore.a
+lib/libwwwcore.so.1.0
+lib/libwwwdir.a
+lib/libwwwdir.so.1.0
+lib/libwwwfile.a
+lib/libwwwfile.so.1.0
+lib/libwwwftp.a
+lib/libwwwftp.so.1.0
+lib/libwwwgopher.a
+lib/libwwwgopher.so.1.0
+lib/libwwwhttp.a
+lib/libwwwhttp.so.1.0
+lib/libwwwhtml.a
+lib/libwwwhtml.so.1.0
+lib/libwwwinit.a
+lib/libwwwinit.so.1.0
+lib/libwwwmime.a
+lib/libwwwmime.so.1.0
+lib/libwwwmux.a
+lib/libwwwmux.so.1.0
+lib/libwwwnews.a
+lib/libwwwnews.so.1.0
+lib/libwwwstream.a
+lib/libwwwstream.so.1.0
+lib/libwwwtelnet.a
+lib/libwwwtelnet.so.1.0
+lib/libwwwtrans.a
+lib/libwwwtrans.so.1.0
+lib/libwwwutils.a
+lib/libwwwutils.so.1.0
+lib/libwwwxml.a
+lib/libwwwxml.so.1.0
+lib/libwwwzip.a
+lib/libwwwzip.so.1.0
+lib/libxmlparse.a
+lib/libxmlparse.so.1.0
+lib/libxmltok.a
+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
@@ -239,7 +289,6 @@ 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/README
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
@@ -316,6 +365,7 @@ 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
@@ -340,10 +390,12 @@ 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
@@ -352,6 +404,7 @@ 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
@@ -396,6 +449,7 @@ 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
@@ -437,6 +491,7 @@ 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
@@ -462,6 +517,7 @@ 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