summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-189-118/+72
| | | | Notes: svn path=/head/; revision=4568
* Fix jpeg majorAndrey A. Chernov1996-11-181-5/+5
| | | | | | | Misc cleanup Notes: svn path=/head/; revision=4560
* Fix jpeg majorAndrey A. Chernov1996-11-171-2/+2
| | | | Notes: svn path=/head/; revision=4558
* Upgrade to i18n beta-3bAndrey A. Chernov1996-11-165-671/+65
| | | | Notes: svn path=/head/; revision=4502
* Update 1.1.beta16 -> 1.1.beta19Peter Wemm1996-11-1536-90/+108
| | | | | | | | | | Mostly bug fixes. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4478
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-4/+2
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* use updated net/waisAdam David1996-11-131-15/+3
| | | | Notes: svn path=/head/; revision=4438
* Update 1.1.beta13 -> 1.1.beta16Peter Wemm1996-11-1218-45/+45
| | | | | | | | | | | | | | | | | 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: Notes: svn path=/head/; revision=4424
* Shorten PKGNAMEPeter Wemm1996-11-129-18/+27
| | | | | | | | | | | | 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: Notes: svn path=/head/; revision=4423
* Build Netscape Gold, if GOLD variable is definedAndrey A. Chernov1996-11-111-1/+7
| | | | Notes: svn path=/head/; revision=4403
* UpgradeAndrey A. Chernov1996-11-114-12/+10
| | | | Notes: svn path=/head/; revision=4384
* Masterfile changedAndrey A. Chernov1996-11-101-1/+1
| | | | Notes: svn path=/head/; revision=4365
* Add information URLs commentAndrey A. Chernov1996-11-079-36/+63
| | | | Notes: svn path=/head/; revision=4327
* Conditionalize all my patchesAndrey A. Chernov1996-11-0722-644/+322
| | | | Notes: svn path=/head/; revision=4326
* remove netscape301Andrey A. Chernov1996-11-071-2/+1
| | | | Notes: svn path=/head/; revision=4323
* Upgrade to 3.01, netscape301 will be removedAndrey A. Chernov1996-11-075-10/+10
| | | | Notes: svn path=/head/; revision=4322
* Add squid11Peter Wemm1996-11-061-1/+2
| | | | Notes: svn path=/head/; revision=4318
* Squid-1.1.beta13. This was a little unusual in that the www/squid ncvsPeter Wemm1996-11-0627-108/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Notes: svn path=/head/; revision=4317
* Update from squid-1.0.0 to 1.0.20. There are a large number of bug fixesPeter Wemm1996-11-0645-315/+405
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=4314
* Add NO_CDROM next to NO_PACKAGE, it says "don't sell for profit".Satoshi Asami1996-11-061-2/+2
| | | | Notes: svn path=/head/; revision=4311
* Checksum changed again.Satoshi Asami1996-11-052-2/+2
| | | | Notes: svn path=/head/; revision=4301
* Situation:Andrey A. Chernov1996-11-045-0/+635
| | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=4286
* Yet one official patch addedAndrey A. Chernov1996-11-024-8/+16
| | | | Notes: svn path=/head/; revision=4250
* 1.14.6 --> 1.16.1Adam David1996-11-012-4/+4
| | | | Notes: svn path=/head/; revision=4239
* Uncomment the DEPENDS= line. Sheesh.Mark Murray1996-10-319-18/+18
| | | | | | | Reminded by: ache Notes: svn path=/head/; revision=4218
* Package apache_ssl.sh, not apache.shAndrey A. Chernov1996-10-301-2/+2
| | | | Notes: svn path=/head/; revision=4205
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whileMark Murray1996-10-269-27/+135
| | | | | | | :-) ) Notes: svn path=/head/; revision=4163
* Remove CGI/, it's obsolete due to p5-CGI/.James FitzGibbon1996-10-251-2/+1
| | | | | | | Submitted by: Andreas Klemm <andreas@klemm.gtn.com> Notes: svn path=/head/; revision=4159
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-249-9/+18
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* perl5 library for WWW access.James FitzGibbon1996-10-245-0/+291
| | | | Notes: svn path=/head/; revision=4128
* perl5 module for a HTTP server authentication class.James FitzGibbon1996-10-2410-0/+124
| | | | Notes: svn path=/head/; revision=4127
* perl5 HTML output stream class, and some markup utilities.James FitzGibbon1996-10-245-0/+44
| | | | Notes: svn path=/head/; revision=4125
* a simple and fast HTML syntax checking package for perl 4 and perl 5James FitzGibbon1996-10-245-0/+61
| | | | Notes: svn path=/head/; revision=4124
* perl5 module for writing HTML documents.James FitzGibbon1996-10-245-0/+46
| | | | Notes: svn path=/head/; revision=4123
* perl5 module to process and decode WWW form information.James FitzGibbon1996-10-245-0/+52
| | | | Notes: svn path=/head/; revision=4122
* modules for perl5, for use in writing CGI scripts.James FitzGibbon1996-10-2410-0/+128
| | | | Notes: svn path=/head/; revision=4121
* More official patchesAndrey A. Chernov1996-10-224-26/+26
| | | | Notes: svn path=/head/; revision=4067
* Upgrade to v1.92.1James FitzGibbon1996-10-224-22/+19
| | | | | | | Remove directories created during pkg_delete Notes: svn path=/head/; revision=4065
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-192-4/+4
| | | | Notes: svn path=/head/; revision=4048
* Make this thing compile again by conditionalizing prototype of index().Satoshi Asami1996-10-161-0/+12
| | | | | | | Ignored by: ache Notes: svn path=/head/; revision=4002
* Netscape renameAndrey A. Chernov1996-10-131-2/+2
| | | | Notes: svn path=/head/; revision=3972
* Add netscape3.01Andrey A. Chernov1996-10-101-1/+2
| | | | Notes: svn path=/head/; revision=3958
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-108-8/+8
| | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=3948
* Add more patches, one from max@freebsd.orgAndrey A. Chernov1996-10-094-18/+8
| | | | Notes: svn path=/head/; revision=3943
* Properly sectionize Makefile by inserting empty lines.Satoshi Asami1996-10-092-2/+6
| | | | Notes: svn path=/head/; revision=3939
* Reorganize official patchesAndrey A. Chernov1996-10-034-12/+12
| | | | Notes: svn path=/head/; revision=3913
* Add 5 oficial patchesAndrey A. Chernov1996-09-224-4/+24
| | | | Notes: svn path=/head/; revision=3837
* updated my ports with my new e-mail address.Andreas Klemm1996-09-192-6/+6
| | | | Notes: svn path=/head/; revision=3811
* Return NO_PACKAGE back - don't distribute modified copiesAndrey A. Chernov1996-09-152-4/+41
| | | | | | | | | Pass If-Modified-Since for user password case Fix fetching for missing space cases Submitted by: gibbs Notes: svn path=/head/; revision=3785
* Change NO_PACKAGE to NO_CDROM, because it says "don't sell forSatoshi Asami1996-09-141-3/+3
| | | | | | | | profit". Change the comment to be more informative ("read script" is not the kind of thing you want to put here). Notes: svn path=/head/; revision=3767