summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-09-09Update dependency to new, good versions of perl. Also a minor stabilityjlam1-5/+4
change in creating replacement files.
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz3-5/+3
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-05Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency forjlam1-2/+2
p5-CGI or p5-Data-Dumper.
2001-08-31Make libxml2 appear in the normal location so that pkgs don't have toskrll1-4/+1
touched to find the includes/libraries.
2001-08-30update dependencytaya1-2/+2
GConf>=1.0.0 -> GConf>=1.0.4
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-7/+6
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29Add SUBDIR for snarf.nra1-1/+2
2001-08-29Import snarf-7.0. nra4-0/+25
Snarf is a command line resource grabber. It can transfer files through the http, gopher, finger, and ftp protocols without user interaction. It is small and fast.
2001-08-29gconftool will be in ${X11PREFIX}/bin not ${X11BASE}/binabs1-2/+2
2001-08-29Update galeon to 0.12taya9-153/+309
Changes from Release Notes - Java console - full toolbar themability with a lot of cool themes - separate handling of normal and bookmarks toolbar visibility - ability to hide/show smartbookmarks entries - optional smart bookmarks history - optional smart bookmarks go button - improved protocols handling - lot of bugfixes
2001-08-28Make this build with autoconf 2.52skrll3-10/+77
2001-08-28Fix auto configuration files to work with version 2.50 of the "autoconf"tron2-1/+88
package.
2001-08-27Use wildcard build dependence on "xml-i18n-tools" package.tron1-2/+2
2001-08-27Use wildcard dependence on "autoconf" package.tron4-19/+14
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-23Do not install a .orig file (also fixes binary package under Linux)abs2-4/+4
2001-08-21Downgrade "galeon" package to version 0.11.5:tron6-177/+102
- It's a more stable. - It builds fine. This fixes PR pkg/13658 and PR pkg/13735.
2001-08-21Add -fPIC to CFLAGS. Thanks to mrauch for pointing this out.cjones2-4/+13
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