summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
1998-10-16Fix PATH in RunCache and RunAccel so that squid is actually found.bad2-3/+25
1998-10-12Update to 2.0.PATCH2kim2-5/+8
1998-10-11Updated to squid-2.0.PATCH1kim2-5/+5
1998-10-11The MIB has problems so don't enable SNMP by default.kim1-2/+2
1998-10-09A package to track the current version of squid.kim14-0/+388
1998-10-05Add patch to fix serialized accept.cjs2-0/+30
Also submitted to the Apache Group, gnats number os-netsd/3120.
1998-10-05The dependencies should not have been commented out.tv1-3/+3
1998-10-05Call apache-modssl "apache-modssl-1.3.2.2012".tv2-4/+4
1998-10-04Explicitly specify -ltermcap - the slang detection autoconf code is ugly.tv1-2/+2
1998-10-04Add and enable p5-FCGI.tv1-1/+2
1998-10-04Add p5-FCGI, a Perl implementation of the client side of FastCGI. Coupledtv5-0/+36
with apache and ap-fastcgi, this can make Perl-based CGI up to a hundred times faster in startup cost.
1998-10-04Switch to using SLang (libslang) instead of ncurses. Advantages:tv1-3/+5
- better color support (slang used to be the only way to get color in Lynx) - uses system-supplied termcap.db--works properly with terminal types "screen" and "xterm" - more optimized on most displays
1998-10-04Fix PLIST; temporarily turn off automatic certificate generation (X.509tv2-9/+15
cert generation is broken).
1998-10-03Update Apaches to 1.3.2.tv7-49/+18
apache-modssl: update mod_ssl to 2.0.12, and rename pkg to "apache-1.3.2-modssl-2.0.12" such that mod_ssl version changes are noted.
1998-10-03Add and enable ap-fastcgi and apache-modssl.tv1-2/+3
1998-10-03Add the FastCGI module for Apache, v 2.0.17. This pkg version of thetv6-0/+55
module compiles using apxs instead of compiling into the main binary.
1998-10-03Change the DEPENDS=apache-1.3.1 to atv1-2/+3
{BUILD,RUN}_DEPENDS=${PREFIX}/sbin/apxs so that this works with apache-modssl as well.
1998-10-03Fix up apache and apache-modssl pkgs:tv10-352/+116
- Now that bsd.pkg.mk filters out dlopen style .so's on NOPIC systems, re-merge the PLIST. - Rewrite apache-modssl's Makefile and PLIST to share apache's, reducing logic duplication.
1998-10-02Make this work properly on ELF. Use -Wl,--export-dynamic, and no leadingtv2-1/+19
symbol underscore, on ELF systems.
1998-09-27Currently, and for 1.3.x, this does NOT work on arm32. Perhaps it'stv1-1/+3
related to some unsigned char lossage, but I do not yet have time to look at it. Set NOT_FOR_ARCHS appropriately.
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled4-4/+12
on alpha. There may be more, but I haven't seen them yet.
1998-09-17Fix spelling. (So I don't lose my developer account. :-))cjs1-2/+2
1998-09-17- replace several {BUILD,RUN}_DEPENDS with one DEPENDS line.frueauf3-20/+27
- remove depreceated MAN* entries - add missing man pages to PLIST - don't hardcode /usr/pkg to apache.sh
1998-09-15This pkg uses X11, make it so.garbled1-2/+2
1998-09-15The linking with libutil _still_ didn't work on a real 1.3.2 system. Fixtv5-119/+135
this the only way that works with a stock 1.3.x ld: bump the major numbers to 5. Split out affected patches from the patch bundle.
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-09-15Make Arena compile on alpha. What a nightmare.. broken configure script,garbled2-4/+20
libwww hosage, and the kicker? It doesn't actually work.. it just displays a black screen. Ugh. Still more work to be done here....
1998-09-05Mention NetBSD on the newly created site.hubertf4-6/+36
1998-09-05This conflicts with the apache-modssl pkghubertf1-1/+2
1998-09-05clean up some nitsexplorer4-2/+6
1998-09-04apache 1.3.1 with modssl 2.0.6. Requires ssleay, and is thereforeexplorer7-0/+382
export controlled.
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-1/+0
from individual DESCR files that had them.
1998-08-24Extract to work dir then install from there, to allow for patchestsarna1-8/+3
1998-08-23move HOMEPAGE locationhubertf1-2/+2
1998-08-22Converts HTML to indexed HTML, PDF and/or PostScript.hubertf6-1/+35
1998-08-20The Grand Homepagification:tsarna12-12/+22
- 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-14As apache got upgraded to 1.3.1, adjust DEPENDS on it as well.frueauf1-2/+2
1998-08-08Update to re-enable workaround for 1.3.x (a.out) ld.so link semantics,fvdl1-3/+20
which was inadvertently disabled.
1998-08-08remove me as MAINTAINER.frueauf1-2/+2
1998-08-08This patch no longer necessary with Apache 1.3.1.cjs1-21/+0
1998-08-07Update to 1.3.1.cjs3-6/+9
1998-08-07Add NetBSD RCS Ids.agc13-0/+26
1998-08-07Add NetBSD RCS Ids.agc34-0/+69
1998-08-04Update to 19980728 version. Use -fPIC instead of -fpic everywhere. Providefvdl4-1448/+156
a link ${PREFIX}/bin/mozilla -> ${PREFIX}/bin/moz-export to make usage a bit more obvious.
1998-07-24Update to use USE_LIBTOOL.tv1-4/+2
1998-07-24Initial go at a package for a php3 apache module.cjs7-0/+61
1998-07-22Enable grailtsarna1-1/+2
1998-07-22Add new package by me for Grail, CNRI's Python-based web browser.tsarna6-0/+52
1998-07-21Set the permissions of http/include/* directly, to fix a bug where ifcjs1-0/+14
the distribution is extrated with umask 077 (so that src/include/* are not world readable) they never get those permissions turned on when installed.
1998-07-21* Create the http/logs and http/proxy directories when pkg_add'ingcjs4-8/+17
the package (albeit in a rather kludgy way). * Update order of @dirrm statements in PLIST files so that the pkg_delete deletes the directories properly. * Note in description that proxy support is in.