summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20* shlibtool is not there, so don't LIBTOOL_OVERRIDE itjlam1-3/+4
* Copy the real libtool, not the libtool buildlink2 wrapper, to ${PREFIX}/share/httpd/build. This fixes pkg/18349 by YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>.
2002-09-20Handle netscape7, and used sed rather than what would need to be fourabs3-30/+17
versions of the startup script. The versioning here depends on the navigator package and is difficult to fix cleanly...
2002-09-20Update linux and solaris 2.8 to navigator/communicator 4.8. Package isabs5-20/+27
named *-4.80. Other platforms not available in this release.
2002-09-20Move ONLY_FOR_PLATFORMS into main Makefile; include OS/ARCH dependentjschauma3-7/+11
Makefiles only if they exist (ie don't barf if not supported).
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20Update to 1.7abs2-8/+8
'Support' netscape7 Fix multiple entry NETSCAPE_PREFERRED logic
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant5-11/+11
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-20Fix typo, from pkg/18336 by Joachim Koenig-Baltes.jlam1-2/+2
2002-09-19Add and enable netscape7jschauma1-1/+2
2002-09-19Initial import of www/netscape7 -- this is Netscape's famous Browser/Mail- andjschauma11-0/+622
Newclient suite version 7.0, now including AIM and ICQ clients etc. It is run under Linux emulation on NetBSD. At the moment, this package is only for NetBSD-*-i386 and Linux-*-i[3-6]86.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam5-19/+6
2002-09-16Add & enable emacs-w3m.uebayasi1-1/+2
2002-09-16Initial import of Emacs-w3m 1.3.2.uebayasi4-0/+104
Emacs-w3m, a simple interface program of w3m, which works on Emacs. w3m itself is a good program for WWW. Emacs-w3m provides an interface of w3m on Emacs so that users can use Emacs's editing environment for WWW access. This benefits multibyte language users.
2002-09-15* make use of PKG_SYSCONFDIR in rc script.grant5-53/+27
* use bsd.pkg.install.mk for rc script and config file installation. Checked by Stoned Elipot <seb@netbsd.org>.
2002-09-15Update to w3m 0.3.1 - 2002-07-16.uebayasi4-11/+8
Changes: * func: REINIT INIT_MAILCAP deleted, use REINIT MAILCAP instead * func: DEFINE_KEY * rc: keymap_file * rc: use_dictcommand, dictcommand * rc: mark_all_pages * configure: -mandir * func: COMMAND * -title option: set buffer name to terminal title * X-Face support: USE_XFACE, require uncompface
2002-09-13Use USE_PERL5=build instead of directly depending on perl.jlam2-5/+5
2002-09-13Make bins_edit run again. Bump to 1.1.15nb1.wiz3-8/+10
2002-09-13update to bozohttpd 5.15. changes are:mrg3-37/+5
o add .ogg support -> `application/x-ogg' o fix CGI requests with "/" in the query part
2002-09-12Fix HOMEPAGE and MASTER_SITE.wiz1-3/+3
XXX: Could do with an update. Anyone reading this? ;)
2002-09-12Fix a problem with cgi-bin's and the GET method.wiz3-2/+34
Patch from mrg, due to be included in the next release, but who knows when that will be ;) Bump to 5.14nb1.
2002-09-12add all these Zope productsdrochner1-1/+7
2002-09-12some document management/publication framework for Zopedrochner4-0/+139
(which did reveal multithreaded Python problems...)
2002-09-12XML->HTML translation for Zopedrochner4-0/+56
2002-09-12some FORM support for Zopedrochner4-0/+120
2002-09-12XML processing for other Zope productsdrochner4-0/+514
2002-09-12another Zope image presentation productdrochner8-0/+101
2002-09-12Update to 2.1pre3.wiz4-11/+9
Changes: This version includes two bugfixes in the Javascript support, the X icon name is now set, an associations bug was fixed, along with an occasional paste bug, a Euro entity was added, and parsing \xab numbers in Javascript is now supported, along with other features.
2002-09-12unuseddrochner1-31/+0
2002-09-12product.buildlink.mk -> product.mkdrochner3-6/+6
2002-09-12rename product.buildlink.mk to product.mk since this doesn't usedrochner1-0/+32
"buildlink" logics also define a default prefix - fixes PR pkg/18191
2002-09-12Update to 20020912; changes an ad pattern, and old distfile no longersimonb2-5/+5
available.
2002-09-11buildlink1 -> buildlink2jlam1-11/+12
2002-09-11Wildcard p5-Text-Iconv depends.wiz1-2/+2
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz6-11/+13
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-09Patch the man page at pre-build instead of post-build so the catpage isjlam1-2/+2
generated with the fixes.
2002-09-09Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}"jlam3-33/+8
in the package Makefile in one step instead of three.
2002-09-07Update to version 20020906. Add more ad patterns. Also adds a newsimonb4-15/+17
variable (STUBURL_COUNTERHTML); users should update to the latest adzap.conf as shown in the message.
2002-09-05libcurl.so needs the openssl libraries.jlam1-1/+3
2002-09-05Add a buildlink2.mk file for the headers and libraries from www/curl.jlam1-0/+19
2002-09-05Update wwwoffle to Version 2.7e. From the NEWS file:fredb4-126/+16
Bug Fixes: Correct some invalid HTML in the message files. Fix some memory leaks, free some unfreed memory, check some pointers, close some files. Don't send the extra arguments to POST requests that WWWOFFLE uses internally. Removed segmentation fault potential when password not used in config file. Another fix for the cookie problem. Warn if running as root. Try both IPv6 and IPv4 socket binding (IPv6 may not accept IPv4). Potential bug fix for page corruption. Potential fix for IPv6 configuration on Solaris. New Features: Add an option to have case-insensitive matching for URL-SPEC path and args. Added the option to only fetch images on the same host (automatic fetching). Allow URL-SPECs to contain an '=' sign embedded in them (long time bug fix). The monitor options page now accepts ranges of hours or days (e.g. '1-5n'). [Note: The change to IPv6 binding to not require IPv4-mapped addresses was already present in the package as "patch-ac".] [Note: TODO: Have the package create a user, and let the "rc.d" script run wwwoffle as that user.] Also, reorder ${MASTER_SITES} to comply with the request on the download page, and work around an install target corner case for the benefit of bulk build machines (only applies for hosts on which wwwoffle has never run).
2002-09-05Clarify comment.fredb1-4/+4
2002-09-05Include "pkgsrc/www/php4/Makefile.php" again, because the package does not buildzuntum1-1/+3
with it. The line seems to have accidentally been removed when linker flags patch went in.
2002-09-05regendillo1-2/+3
2002-09-05add support for big endian 16bit 5-6-5 rgb displaysdillo2-3/+256
(I still ride on the revision bump for the decode fix.)
2002-09-04fix for big-endian 24 bit displays (if condition were in wrong order)dillo2-1/+25
2002-09-04Fix annoying bug in command line parsing (+ was handled incorrectly).wiz6-8/+31
Patch will be sent to maintainers in a minute. Bump PKGREVISION. Also, use common distinfo file and patch dir for links and links-gui.
2002-09-04Enable all the zope-2.5 stuff. It works "well enough".drochner1-2/+5
(now that the Python-pth problems are solved)
2002-09-04add a pkg to publish photo collections in Zopedrochner4-0/+58
(it doesn't work too well for me, primarily due to py-Imaging limitations, but anyway...)
2002-09-04add a pkg to export local files in Zopedrochner4-0/+123