summaryrefslogtreecommitdiff
path: root/www/libwww
AgeCommit message (Collapse)AuthorFilesLines
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