summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-05-12Provide checksum for i386 128-bit key version.tron1-1/+2
2000-05-12Fix logic for CURSES_HAS_COLORS test (but leave it commented out, for now).fredb1-10/+8
2000-05-11Upgrade everything except sunos_sparc to 4.73abs3-19/+15
2000-05-11Add p5-CGIchristos1-1/+2
2000-05-11p5-CGI-2.66 package; someone who knows more about perl+pgksrcchristos6-0/+56
should check this.
2000-05-10Initial import of bluefish-0.4pre11: A HTML Editorwulf7-0/+69
2000-05-09Bring into line with the new java world order.jwise2-107/+106
Only package left to do is jakarta, which will be done as part of an upgrade to jakarta-3.1 tonight or tomorrow. Also, look for a swing package to be committed tonight or tomorrow -- if we can't have JDK 1.2 right now, we can at least have swing...
2000-05-09Since we no longer override ${PREFIX}, we no longer need NO_MTREE=jwise1-2/+1
2000-05-09Bring into line with the new java world order.jwise3-57/+53
2000-05-09Adapt to the new location of the jsdk 2.0 jar file.jwise1-2/+2
BTW, the JServ jar does not go in ${PREFIX}/lib/java as it is a private implementation of the interfaces from jsdk.jar and should not be used directly. Should it turn out that packages are using it directly, it will be moved.
2000-05-09Adapt this to the new java package world order.jwise2-109/+80
While here, don't install the whole jsdk20 environment, as this is an older version, and is generally useful only in order to get the jsdk20 jar file for building jserv. This means we no longer install the bin/servletrunner test harness, and we no longer install the jsdk source. Users interested in these would be better off looking at the current jsdk (pkgsrc/www/jakarta-tomcat), or jsdk2.1, which does not currently have a package, but is at least rather less obsolete... jserv will be adapted to use the new paths for this in a separate commit, in a few minutes.
2000-05-09Add NS_USE_BSDI to allow people to select the i386 BSDI binary for navigatorabs20-377/+417
and communicator. Also rename PLIST files to reflect the real OS, and include ${BINNAME} (navigator/communicator)
2000-05-09Provide checksum for i386 128-bit key version.tron1-1/+2
2000-05-09Don't define "NS_ENCRYPTION" before including "pkgsrc/mk/bsd.prefs.mk" sotron3-7/+8
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.
2000-05-09Enable socks supports and associated logic (no socks with slang).fredb3-15/+54
Add a test for BSD color capable curses, but leave the default at slang. It builds with curses, but I can't get any color out of it.
2000-05-08Update to 2.8.3rel.1. Minor bug-fixes and tweaks since 2.8.3pre.7.fredb5-16/+79
This version is considered to be release quality, but I'm putting this under lynx-current pending integration of ipv6 support. Also, socks is said to be broken in this release. Add a hook to use "ncurses" for the screen library -- currently the only way to get color-style support, or "curses" -- for the day when NetBSD curses supports color. "slang" remains the default.
2000-05-07Provide checksum for i386 128-bit key version.fredb1-2/+2
2000-05-04s/ldap30/ldap${LDAP_VERS}/sakamoto1-2/+2
suggested by Pierre Bourgin <Pierre.Bourgin@lip6.fr>.
2000-05-03Updated to mod_fastcgi 2.2.2. Changes include:mjl3-8/+8
*) Added support for blocking connect()s by setting appConnTimeout to 0. Non-blocking connect()s (the default) can be troublesome on some platforms. *) Wrap the SIGPIPE handler manipulation code such that it is only applicable to Apache releases prior to 1.3.6. *) Minor tweaks for RUSSIAN_APACHE. *) Dynamic updates: Always restart a failed dynamic application if it is the last instance. This means there once started there will always be at least one process instance of a dynamic application. Send PLEASE_START to the PM when a connect() results in an ECONNREFUSED. ECONNREFUSED means the listen queue is full (or there isn't one). Asking the PM to start (another) application instance may help empty it faster. Change two sleep() calls to select() based snoozes because alarm() is in effect and sleep() and alarm() don't always play nice together. *) Fix -listen-queue-depth arg on FastCgiConfig (dynamic). Previously it was ignored and the default was always used. *) Allow the -initial-env argument to be used to pass variables from the Apache process environment to the FastCGI server (by specifying a variable name without the "=" or a value). *) Improved script stderr handling. *) Changed the default listen-queue-depth (FCGI_DEFAULT_LISTEN_Q) from 5 to 100. Its still configurable with the -listen-queue-depth option. *) Fix a bug in FastCgiExternalServer that broke support for external servers on other hosts.
2000-05-03Update md5 checksum and remove PATCH_DIST_ARGS which is now superfluousrh2-10/+9
due to fixed patches. Fixes PR 10026 by David Rankin.
2000-04-30fix typowiz1-2/+2
2000-04-30rm -> ${RM}wiz1-2/+2
2000-04-30Update to 4.72 - this is only for the Linux/i386 version.sakamoto4-15/+17
and use linux22 version instead of glibc20 version.
2000-04-27err, fix previous.mrg1-2/+2
2000-04-27update to bozohttpd 5.04. this fixes a couple of bugs, and adds virtualmrg4-21/+5
hosting support. and a few more content-types, too..
2000-04-27Switch to "USE_SSL".tron1-10/+10
2000-04-26Switch to "USE_SSL".tron1-3/+3
2000-04-26defuzzhubertf4-21/+21
2000-04-26 * link in libjpeg (ELF issue?)hubertf3-9/+7
* be more liberal about gd version
2000-04-25regen.bad1-2/+2
2000-04-25Fix AC_PATH_PROG check for sendmail.bad1-2/+11
2000-04-25fix typo.rh1-2/+2
2000-04-25Need to include bsd.prefs.mk before testing ${OPSYS}. Doh!bad1-1/+3
2000-04-25DEPEND on devel/zlib under SunOS.bad1-1/+6
2000-04-25Add and enable adzaprh1-1/+2
2000-04-25Initial import of adzap-20000421, a squid http-redirector that replacesrh9-0/+133
unwanted banner ads with placeholders.
2000-04-24Clean up dependences lists.tron1-12/+12
2000-04-24Finish half done update of "apache" package to 1.3.12.tron2-6/+9
2000-04-22Update to 2.8.3pre.7. Bug fixes and doc changes since 2.8.3pre.6,fredb2-5/+5
including: - - more careful handling of CHARSET attributes - - fix bug in HTML.c that could result in infinite loop - - do not send local file name in referrer field Full details in CHANGES file.
2000-04-22Use dewey depends for openssl, as the moxienet patch is known not to workfredb1-2/+2
with openssl-0.9.2b.
2000-04-21Oops, gcmain.c is in the archive but not extracted.itohy3-13/+4
2000-04-21o Update to 0.1.8.itohy7-39/+99
o Fix suspend (^Z) behavior. Suspend the job w3m belongs to, not w3m only.
2000-04-21use openssl-0.9.5aexplorer1-2/+2
2000-04-21unneeded patch removedexplorer2-37/+0
2000-04-21upgrade to mod_ssl-2.6.3-1.3.12, which will handle openssl-0.9.5aexplorer3-9/+12
2000-04-21upgrade to 1.3.12, which will handle openssl-0.9.5aexplorer2-5/+4
2000-04-20Disable mozilla. The package is very, very outdated, and not maintained.fvdl1-2/+2
2000-04-20Note, in big, friendly letters, that this package is outdated and notfvdl1-1/+3
maintained.
2000-04-20fixed i386 dependency in PLIST to be ${MACHINE_ARCH}mbw1-2/+2
2000-04-20Sync with reality. Some of configuration variables now doesn'tenami1-7/+8
have def_ prefix and their value was conflict with dmodel=1.