summaryrefslogtreecommitdiff
path: root/www/libwww
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+49
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-27Build depends on perl should build from ../../lang/perl5-base if thejlam1-2/+2
executable doesn't exist, as that's the minimum package requirement for the executable.
2000-12-27Put perl back, as BUILD_DEPENDShubertf1-1/+3
2000-12-27Drop "libwww" from the list of packages which need to befredb3-9/+113
grautiutiously reinstalled whenever "perl" is reinstalled. For the NetBSD package, the dependence on autoconf and automake has already been removed, so it remained only to patch the configure script.
2000-12-26checking for perl... nohubertf1-1/+2
configure: error: Perl needs to be installed in order to compile libwww *** Error code 1 set USE_PERL5 to prevent this.
2000-12-22Update to libwww-5.3.2. From the web page...fredb2-4/+4
This is a minor release that mainly provides bug fixes and small enhancements that have been commited to CVS since the last release. Vladimir Koslov provided indispensable help for testing and preparing the Win32 release. Special thanks to Wayne Davison, Art Barstow, Peter Stamfest, Zhu Qun-Ying, Jens Meggers, Ken Olum for their contributions. * Summary of principal changes (the ChangeLog provides a detailed account) + The following sample applications could core dump under Windows: head.c, getheaders.c, chunk.c, chunkbody.c, multichunk.c + When retrieving an object from the cache, the HTTP headers associated with the object weren't stored in the HTResponse object. + The cache garbage collector could go into an endless loop. + The HTResponse object now returns the HTTP reason. + Update of expat to version 19990728. + Optimization, enhancements, and bugs fixes to the HTRDF module + Some memory leaks and compiler warning fixes. + The robot could hang when accessing local files. + Optimization of the HTChunk and HTHash modules. * Outstanding bugs + The webbot crashes from time to time under Windows. It seems to be a problem while reading the robots.txt file, there the application frees a request that's still registred in the Windows async. loop., + The tiny.c sample application doesn't prompt the user with a text input. + Interpretation of FD_CLOSE under Windows. + The FTP implementation has memory leaks and doesn't remember the path or authentication information correctly. + Compiling with -O2 and -Wall reveals some unitialized variables in HTDIR and HTFTP. * To do + Compile the answers to the libwww survey (volunteers are welcome).
2000-10-15Remove hidden dependency on "automake", and remove dependency onfredb3-7/+65
"autoconf", too, while we're at it.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-9/+6
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-02Define USE_SSL for 1.4.x systems.fredb1-1/+2
2000-08-10regen (no patch-a[cd] in repository)wiz1-3/+1
2000-08-06Add german mirror site.tron1-2/+3
2000-08-06Update to libwww-5.3.1. This is the first release since 5.2.8. Includesfredb7-372/+81
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.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-44/+39
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-14fix "libwww-config --libs" to work under ELFdeberg2-1/+15
1999-10-08update libwww to 5.2.8, which splits libwww.a into many componentdeberg9-62/+125
libraries.
1999-08-12Old master site "ftp.w3c.org" didn't have distribution file any longer,tron1-2/+2
use "ftp.sunet.se" instead.
1999-07-09Add package patch checksum files.agc1-0/+6
1998-11-13Add missing rcs id.frueauf1-0/+2
1998-09-15Nasty nasty bug in libwww.so. This is a sample implementation, and thusgarbled1-0/+11
assumes the user is defining his own HText stuff. If they aren't, as often is the case with the shared lib use.. Then it breaks horribly. Welcome to the wonderful world of "ld resolves all external references at link time"
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-24Update to use USE_LIBTOOL.tv1-4/+2
1998-07-16Change libtool _not_ to install the .la file. Though marked as "fortv1-2/+1
informational purposes," it's not used by any of the toolchain and is pretty much useless.
1998-07-14Don't even try finding X11. No X-specific software is supplied, but ittv1-5/+3
will try linking against libICE on all binaries anyway.
1998-07-14Add and activate the W3C libwww pkg. This pkg makes use of the newtv4-39/+32
libtool pkg to create shared and static libraries automatically on all platforms.
1998-07-14Import of FreeBSD's W3C libwww port, patches to follow.tv9-0/+587