summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-08-20Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longerjlam2-2/+6
automatically added by libgetopt/buildlink.mk.
2001-08-18Let the default configuration file be installed as "wwwoffle.conf.install",fredb4-13/+19
rather than "wwwoffle.conf.default", so that wwwoffle-upgrade-config*.pl can use it to populate the new config file with comments (and to minimize gratuitious changes).
2001-08-18This patch is no longer needed -- the tools now take an absolute path to befredb2-18/+1
a "localhost" URL. [Per Andrew M. Bishop, wwwoffle's author.]
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-16Don't call freeaddrinfo() with "0" argument -- it cores.fredb2-5/+21
2001-08-14Update wwwoffle to version 2.6d. From the "NEWS" file...fredb4-26/+52
Bug Fixes: Fix pagination problem in wwwoffled manual page. Fix core dump with missing DontCompress section. Fix error with convert-cache and uncompress-cache programs not recognising valid configuration items. Fix harmless buffer overrun. Improve the URL decoded strings displayed in indexes. Don't complain about empty directory when installing. Canonicalise the pathname in URLs. Compile on __bsdi__ systems. Convert decimal IP addresses to dotted-quad. Add support for compilation on Apple OS X. Enable HTML modifications on URLs with error status. Use a case-insensitive check when censoring headers. Fix up HTML to that it validates with an SGML checker. New Features: Added IPv6 support. Added bind-ipv4 and bind-ipv6 options to specify local IP address to bind to. Added 'random' sort order option for indexes. Made index sorting use alphabetical as a secondary sort. Added HTTP/1.1 'Cache-Control: max-age=..' header handling (same as 'Expires'). Translations: Updated the Russian translations of the WWWOFFLE messages.
2001-08-13Update www/curl to version 7.8. PR 13704 by Stoned Elipot.nra3-6/+16
Fixed 7.8 'curl-config --vernum' shows version number as a hexadecimal number libcurl's got two new functions (for global init/cleanup) SSL memory leak fixed new file format for the tests in the test suite netscape/mozilla cookie file parser bugfix everything is now built with autoconf 2.50, libtool 1.4 and automake 1.4-p1 libcurl's own version of 'strlcat' no longer pollutes the name space libcurl now treats an already completed resumed download as a successful operation, and not as an error like before https and ftps test cases added to the test suite (depend on stunnel) better white space awareness when parsing HTTP headers curl -I now plays ball even if the ftp server doesn't grok SIZE corrected resumed transfers on re-used persistent connections FTP PORT works again when libcurl is IPv6-enabled corrected path usage when doing multiple FTP transfers several Location: header related bugs corrected
2001-08-12update to bozohttpd 5.08:mrg2-5/+5
- -X directory index support (from ad@netbsd.org) - better http/1.1 conformance - ".pa" support for pac files.
2001-08-11Update jakarta-{servletapi,tomcat} to version 3.2.3. The only real changejwise7-345/+418
is a fix to a security problem allowing unauthorized access to protected content.
2001-08-11depend on control-center<1.5.0 to prevent circular dependenciesrh1-2/+2
with future control-center versions that no longer contain libcapplet.
2001-08-11Update gtkhtml to 0.11.1rh6-74/+108
Notable changes include: * General: - Fixed X selections so that we no longer try to pass UTF-8 encoded text in STRING atoms. - Improved the table layout code so that now we render tables very close to the big name browsers, one or two small issues left - Added many missing attributes to the HTML export code so that at least we pass on the attributes we understand. - Support for sub sup and strike elements. - We now parse param elements before emitting the object requested signal so that we can make an informed choice about whether or not the object is supported. * Editor: - We now hook to the gnome-spell component to do spelling. - Rename the idl and oafinfo to bring us in line with the new naming conventions - The editor control now exposes an interface for issuing editor commands * Ebrowser: - New component to support simple browsing tasks.
2001-08-09Update amaya to 5.1. Pkgsrc changes include using www/libwww instead ofjlam9-354/+368
the libwww distribution included with the Amaya sources. The two versions are identical and we want to take advantage of NetBSD fixes/changes to the libwww library from www/libwww. Major changes from amaya-4.3.2 include: * Large number of bug fixes. * Improvement of tables printing. * Amaya is now able to share structure schemas. * Amaya provides a profile for XHTML 1.1. * Support for Ruby Annotation. * Amaya supports inclusion of SVG files linked by elements img or object.
2001-08-09Search for mozilla includes and libraries in X11PREFIX (not PREFIX) so thisrh3-9/+11
compiles without xpkgwedge as well.
2001-08-09Updated checkbot to 1.64nb1abs3-14/+68
Implement a --skip option
2001-08-09Add and enable skipstone.simonb1-1/+2
2001-08-09Initial package for skipstone (version 0.7.4) - another light-weight(!)simonb8-0/+165
brower based on the Mozilla renderer.
2001-08-06Update to galeon-0.12pre1taya3-8/+142
Changes from release note: - Mozilla 0.9.3 compatibility - gconf port WOOW ;) - ability to save images, javascript, stylesheets with the page - menu to move tabs - user agent spoofing - links drag and drop fixed - a lot of bugfixes and some memory leak fixed
2001-08-05Regen.fredb1-2/+2
2001-08-05Update PNG handling to work with png-1.0.11 and newer.fredb2-22/+104
2001-08-05Let configure look for <Xm/XmStrDefs.h>, rather than <XmStrDefs.h>,fredb2-5/+14
so that test for Motif 1.2 will accept our x11/lesstif12.
2001-08-04mozilla.org replaced source tarball.taya1-3/+3
update distinfo
2001-08-04Update to mozilla 0.9.3taya10-51/+100
From mozilla 0.9.3 release notes: * Continued stability improvements with 16 top crash bugs fixed since 0.9.2. These bugs were fixed thanks to data generated by users running talkback builds. * The Subscribe dialog now lets you search for all newsgroups containing a string when subscribing to newsgroups. * The Modern theme has several changes to icons and sidebar tabs. * Proxy Auto-Config has been implemented on the Macintosh. * There is a new preference for choosing between Windows and Linux scrollbar behaviour when the mouse strays off the scrollbar when you're in the process of scrolling. (Bug 90985) * Chatzilla is now localizable.
2001-07-30Remove "--enable-parent-hack" now that "squid" is invoked withouttron1-2/+1
"RunCache" again.
2001-07-30Rework startup script:tron2-17/+25
- We don't want to wait forever until "squid" terminates. Wait at most 20 seconds after a shutdown command use "kill" afterwards. - Don't use "RunCache" to start "squid", it is not necessary and only causes trouble. - Bring the "rotate" command which got lost in last update. Bump package version number to 2.4.1nb2.
2001-07-29Remove commands to create data directories which could break existingtron1-3/+1
squid installations. These directories should be created by the administrator after selecting the proper directory.
2001-07-29- Apply some of the changes suggested by Greg A. Woods in PR 13427 andtron6-69/+111
include his improved "rc.d" script. - Use the same directory structure as in the Apache package. The configuration files are now in "${PREFIX}/etc/squid" and won't be removed during deinstallation. - Remove unnecessary configuration variables "SQUID_HTTP_PORT" and "SQUID_ICP_PORT". These values can perfectly be adjusted by editing the configuration file and supporting all these variables would make the package too complex. - Bump the version number to 2.4.1nb1.
2001-07-29Change maintainer to myself, per discussion with Johnny C. Lam.bouyer1-2/+2
2001-07-29Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remotebouyer2-5/+5
shell.
2001-07-27Permit netscape to default to mozilla as well as communicator and navigator.abs5-12/+30
Leave default as communicator
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam2-2/+4
installation directory in case the package isn't installed.
2001-07-27add and enable openacswiz1-1/+2
2001-07-27Fix dependency lines.wiz1-5/+5
2001-07-27Change postgresql-lib dependency for lintpkgsrc's sake.wiz1-2/+2
2001-07-26Update galeon to 0.11.3abs2-5/+5
Changes: - fix crashes clicking on XUL windows and on some pages
2001-07-24Add missing BUILD_USES_MSGFMT.jlam1-1/+2
2001-07-24Fix typo: = -> +=jlam1-2/+2
2001-07-24add patch-ab(forget to add previous commit)taya1-0/+18
2001-07-24Update galeon to 0.11.2.taya4-119/+95
Changes: - tons of bugfixes - a lot of memory leaks fixed - draggable tabs - minimum font size - better font defaults - improved focus handling - view source and save background fixed - xbel importing support - small startup time improvement - ability to pause downloads - new spinner - new preferences dialog look - toolbar configurability - most recent used sessions in file menu - open / save the current session to a file
2001-07-23Update "communicator" package to version 4.78. A list of changes is nottron1-7/+9
available on the Netscape website yet. Let's hope it crashes less often than the older releases.
2001-07-23Use Solaris 8 binary on Solaris 8 and newer.tron1-1/+9
2001-07-23The SunOS 5.5.1 version is unsupported now.tron1-2/+2
2001-07-23Update "navigator" package to version 4.78. A list of changes is nottron2-9/+11
available on the Netscape website yet. Let's hope it crashes less often than the older releases.
2001-07-23Add variable to make navigator/communicator _not_ depend on flash, andwiz1-1/+5
document it in mk.conf.example. Adresses pkg/13343.
2001-07-22"www.analog.cx" is still down, use "http://www.web42.com/analog/" astron1-3/+2
URL for homepage and primary master site.
2001-07-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-07-21* Make this compile again after previous partial conversion to buildlink.jlam9-117/+116
* Use lesstif/buildlink.mk instead of USE_MOTIF. * Simplify patch to configure by fixing --with-graphic-libs check. * Ensure that proper LDFLAGS are passed through to build process to ensure linking against proper libraries.
2001-07-21Update to 1.0.3, provided by Martti Kuparinen in pkg/13339.wiz5-55/+47
Too many changes to list here.
2001-07-20Add USE_LIBINTL to handle locale data correctlytaya1-1/+3
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam2-6/+6
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Import OpenACS, a port of the Ars Digita Community System tocjones10-0/+4125
PostgreSQL. OpenACS is a web development environment which includes a staggering number of already-built modules.