summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
1996-11-29libwww 2.17 has been moved to a subdir.Torsten Blum
1996-11-29UpgradeAndrey A. Chernov
1996-11-26Add p5-{CGI,CGI_Lite,HTML,HTML-QuickCheck,HTML-Stream,HTTPD-Tools,libwww}Satoshi Asami
1996-11-22Update 1.1beta19 to 1.1beta20 - more bug fixes.Peter Wemm
Reviewed by: Submitted by: Obtained from:
1996-11-22I'm not sure how I forgot to change these when I added manpageSatoshi Asami
compression to the Makefiles. Maybe I was asleep.
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-11-18Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-11-18Fix jpeg majorAndrey A. Chernov
Misc cleanup
1996-11-17Fix jpeg majorAndrey A. Chernov
1996-11-16Upgrade to i18n beta-3bAndrey A. Chernov
1996-11-15Update 1.1.beta16 -> 1.1.beta19Peter Wemm
Mostly bug fixes. Reviewed by: Submitted by: Obtained from:
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13use updated net/waisAdam David
1996-11-12Update 1.1.beta13 -> 1.1.beta16Peter Wemm
Included in this update: - large objects fix, apparently large objects could get stuck (eg: netscape, msie downloads etc) - configurable 1st and 2nd level directory hash sizes - can have a password in squid.conf for cachemgr.cgi - POST is now passthrough - other bugfixes - other new features and corresponding bugfixes :-) Reviewed by: Submitted by: Obtained from:
1996-11-12Shorten PKGNAMEPeter Wemm
Don't send RunCache's output to /dev/console when run from the rc.d script, it's a bit messy and unneeded. Reviewed by: Submitted by: asami Obtained from:
1996-11-11Build Netscape Gold, if GOLD variable is definedAndrey A. Chernov
1996-11-11UpgradeAndrey A. Chernov
1996-11-10Masterfile changedAndrey A. Chernov
1996-11-07Add information URLs commentAndrey A. Chernov
1996-11-07Conditionalize all my patchesAndrey A. Chernov
1996-11-07remove netscape301Andrey A. Chernov
1996-11-07Upgrade to 3.01, netscape301 will be removedAndrey A. Chernov
1996-11-06Add squid11Peter Wemm
1996-11-06Squid-1.1.beta13. This was a little unusual in that the www/squid ncvsPeter Wemm
files were repository copied to www/squid11, then this commit brings it to 1.1.b13. (This was Satoshi's idea :-) It preserves the history) Squid-1.0 and 1.1 are under parallel development, kinda like when we had 2.1-stable and 2.2-current in parallel development. The 1.0 code is well polished, and 1.1 is "on the bleeding edge" as such. The features and performance are much improved, but it can be a bit hair-raising. I personally have no major hassles with 1.1beta13. Among the nicer things that this version has over 1.0: - URL redirector.. ie: you can rewrite url's of sites with "mirrors" so that you don't have 15 copies of the same files. - optional ident logging - improved acl's - dramatically improved cache directory structure (scales much better with gigantic disk caches) - much improved DNS ttl handling (esp. with resolver hack) - more control over neighbor status; parent, sibling etc. - much improved refresh rules to help combat stupid sites that needlessly set the Expires: field to zero when it doesn't need to be. (This is fine when it's genuinely needed, but some sites really abuse it to to attempt to negate caching to get inflated hit counts etc) Reviewed by: Submitted by: Obtained from:
1996-11-06Update from squid-1.0.0 to 1.0.20. There are a large number of bug fixesPeter Wemm
and stability measures. This port installs in a "FreeBSD-native" tree (like apache) rather than with a mini hierarchy under /usr/local/squid/{bin,etc,cache,logs,...} (the default behavior seems to have changed between 1.0.0 and 1.0.20) Also, build a rc.d/squid.sh script.
1996-11-06Add NO_CDROM next to NO_PACKAGE, it says "don't sell for profit".Satoshi Asami
1996-11-05Checksum changed again.Satoshi Asami
1996-11-04Situation:Andrey A. Chernov
It is impossible to suppress initial HTML preamble for directories, i.e. <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> It means that it is impossible to change <TITLE> or add any <META HTTP-EQUIV...> tags to <HEAD> section or change <BODY> attributes without HTML syntax violation (.asis, cern_meta, etc. not helps here too). Fix: I add "SuppressHTMLPreamble" option to "IndexOptions". When this option is set _and_ HEADER.html (or what you set as it) is present and readable, standard <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> preamble will be suppressed assuming you have right HTML preamble in your HEADER.html. It solves all problems mentioned above.
1996-11-02Yet one official patch addedAndrey A. Chernov
1996-11-011.14.6 --> 1.16.1Adam David
1996-10-31Uncomment the DEPENDS= line. Sheesh.Mark Murray
Reminded by: ache
1996-10-30Package apache_ssl.sh, not apache.shAndrey A. Chernov
1996-10-26FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whileMark Murray
:-) )
1996-10-25Remove CGI/, it's obsolete due to p5-CGI/.James FitzGibbon
Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
1996-10-24Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon
Submitted by: asami@freebsd.org
1996-10-24perl5 library for WWW access.James FitzGibbon
1996-10-24perl5 module for a HTTP server authentication class.James FitzGibbon
1996-10-24perl5 HTML output stream class, and some markup utilities.James FitzGibbon
1996-10-24a simple and fast HTML syntax checking package for perl 4 and perl 5James FitzGibbon
1996-10-24perl5 module for writing HTML documents.James FitzGibbon
1996-10-24perl5 module to process and decode WWW form information.James FitzGibbon
1996-10-24modules for perl5, for use in writing CGI scripts.James FitzGibbon
1996-10-22More official patchesAndrey A. Chernov
1996-10-22Upgrade to v1.92.1James FitzGibbon
Remove directories created during pkg_delete
1996-10-19Shortened Maintainer e-mail address.Andreas Klemm
1996-10-16Make this thing compile again by conditionalizing prototype of index().Satoshi Asami
Ignored by: ache
1996-10-13Netscape renameAndrey A. Chernov
1996-10-10Add netscape3.01Andrey A. Chernov
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!