[Lunar-commits] CVS: moonbase/web/w3c-libwww BUILD, 1.1.1.1,
1.2 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.2, 1.3
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Jan 22 03:41:01 UTC 2005
Update of /var/cvs/lunar/moonbase/web/w3c-libwww
In directory espresso.foo-projects.org:/tmp/cvs-serv30078/w3c-libwww
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Version bump. Also added missing depends and configure flags. Updated
the long description to match the website and added a SHA1 sum.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/w3c-libwww/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:22 -0000 1.1.1.1
+++ BUILD 22 Jan 2005 03:40:58 -0000 1.2
@@ -1,2 +1,7 @@
-OPTS=$OPTS" --with-zlib"
-default_build
+(
+
+ OPTS=$OPTS" --enable-shared --with-zlib --with-md5 --with-expat \
+ --with-dav --with-extension"
+ default_build
+
+) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/w3c-libwww/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:22 -0000 1.1.1.1
+++ DEPENDS 22 Jan 2005 03:40:58 -0000 1.2
@@ -1 +1,11 @@
-depends perl
+depends perl &&
+depends zlib &&
+
+optional_depends "openssl" \
+ "--with-ssl" \
+ "--without-ssl" \
+ "to link with OpenSSL" &&
+optional_depends "mysql" \
+ "--with-mysql" \
+ "--without-mysql" \
+ "for support for mysql access"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/w3c-libwww/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:30:21 -0000 1.2
+++ DETAILS 22 Jan 2005 03:40:58 -0000 1.3
@@ -1,18 +1,20 @@
- MODULE=w3c-libwww
- VERSION=5.3.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://lunar-linux.org/lunar/mirrors/
- WEB_SITE=http://www.w3.org
+ MODULE=w3c-libwww
+ VERSION=5.4.0
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://w3.org/Library/Distribution/
+ SOURCE_VRY=sha1:2394cb4e0dc4e2313a9a0ddbf508e4b726e9af63
+ WEB_SITE=http://www.w3.org/Library/
ENTERED=20011106
- UPDATED=20020611
- SHORT="libwww is a general-purpose Web API provided by W3C."
+ UPDATED=20050121
+ SHORT="A general-purpose client-side Web API provided by W3C"
+
cat << EOF
-Libwww is a general-purpose Web API provided by W3C written in C for
-Unix and Windows (Win32). With a highly extensible and layered API,
-it can accommodate many different types of applications including
-robots, GUI apps, automated tools, etc. The goal of libwww is to
-provide an environment for experimenting with Web applications, cool
-extensions and new features. It contains modules for handling HTTP,
-HTML, URIs and for many other parts of the Web. Libwww is highly
-focused on performance, modularity, and extensibility.
+Libwww is a highly modular, general-purpose client side Web API
+written in C for Unix and Windows (Win32). It's well suited for both
+small and large applications, like browser/editors, robots, batch
+tools, etc. Pluggable modules provided with libwww include complete
+HTTP/1.1 (with caching, pipelining, PUT, POST, Digest Authentication,
+deflate, etc), MySQL logging, FTP, HTML/4, XML (expat), RDF (SiRPAC),
+WebDAV, and much more. The purpose of libwww is to serve as a testbed
+for protocol experiments.
EOF
More information about the Lunar-commits
mailing list