Commit Graph

266 Commits

Author SHA1 Message Date
Peter Wemm
3c460902f7 Update 1.1.beta13 -> 1.1.beta16
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-12 08:38:34 +00:00
Peter Wemm
b519625807 Shorten PKGNAME
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-12 08:26:06 +00:00
Andrey A. Chernov
5245d35fd6 Build Netscape Gold, if GOLD variable is defined 1996-11-11 22:25:26 +00:00
Andrey A. Chernov
c52c50b28f Upgrade 1996-11-11 05:31:01 +00:00
Andrey A. Chernov
26f1f359b6 Masterfile changed 1996-11-10 01:33:50 +00:00
Andrey A. Chernov
5008ac84cd Add information URLs comment 1996-11-07 01:53:14 +00:00
Andrey A. Chernov
866036dc80 Conditionalize all my patches 1996-11-07 01:49:57 +00:00
Andrey A. Chernov
70ff528a24 remove netscape301 1996-11-07 00:08:58 +00:00
Andrey A. Chernov
704c2b8afd Upgrade to 3.01, netscape301 will be removed 1996-11-07 00:03:32 +00:00
Peter Wemm
f9e78a1828 Add squid11 1996-11-06 19:04:27 +00:00
Peter Wemm
3f8bf3d375 Squid-1.1.beta13. This was a little unusual in that the www/squid ncvs
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-06 17:21:00 +00:00
Peter Wemm
a6d6133eb7 Update from squid-1.0.0 to 1.0.20. There are a large number of bug fixes
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-06 16:37:26 +00:00
Satoshi Asami
8ea40a7ea7 Add NO_CDROM next to NO_PACKAGE, it says "don't sell for profit". 1996-11-06 13:12:38 +00:00
Satoshi Asami
dcddab0781 Checksum changed again. 1996-11-05 08:47:33 +00:00
Andrey A. Chernov
289bc4ac18 Situation:
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-04 04:32:48 +00:00
Andrey A. Chernov
adac9c8923 Yet one official patch added 1996-11-02 00:55:21 +00:00
Adam David
0c15e0c496 1.14.6 --> 1.16.1 1996-11-01 15:05:11 +00:00
Mark Murray
dbf3120029 Uncomment the DEPENDS= line. Sheesh.
Reminded by:	ache
1996-10-31 17:42:13 +00:00
Andrey A. Chernov
1925d450c1 Package apache_ssl.sh, not apache.sh 1996-10-30 21:16:28 +00:00
Mark Murray
b4c7763d3d FINALLY - commit the SSL'ed version of this. (ye gods, this has been a while
:-) )
1996-10-26 18:49:52 +00:00
James FitzGibbon
a53158bc66 Remove CGI/, it's obsolete due to p5-CGI/.
Submitted by:	Andreas Klemm <andreas@klemm.gtn.com>
1996-10-25 15:59:22 +00:00
James FitzGibbon
b8c06517e3 Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by:	asami@freebsd.org
1996-10-24 09:59:32 +00:00
James FitzGibbon
ca2c4b42bd perl5 library for WWW access. 1996-10-24 08:51:23 +00:00
James FitzGibbon
8bd90cfd46 perl5 module for a HTTP server authentication class. 1996-10-24 08:47:13 +00:00
James FitzGibbon
46e871f4ce perl5 HTML output stream class, and some markup utilities. 1996-10-24 08:46:17 +00:00
James FitzGibbon
042d1a2c41 a simple and fast HTML syntax checking package for perl 4 and perl 5 1996-10-24 08:44:47 +00:00
James FitzGibbon
5952dddc42 perl5 module for writing HTML documents. 1996-10-24 08:42:51 +00:00
James FitzGibbon
8926b8bb5f perl5 module to process and decode WWW form information. 1996-10-24 08:41:39 +00:00
James FitzGibbon
0431ce9b3d modules for perl5, for use in writing CGI scripts. 1996-10-24 08:40:29 +00:00
Andrey A. Chernov
bdf3d5d917 More official patches 1996-10-22 02:10:20 +00:00
James FitzGibbon
25eb2e8013 Upgrade to v1.92.1
Remove directories created during pkg_delete
1996-10-22 00:49:05 +00:00
Andreas Klemm
735d0bc754 Shortened Maintainer e-mail address. 1996-10-19 09:15:56 +00:00
Satoshi Asami
fda5a4d3bc Make this thing compile again by conditionalizing prototype of index().
Ignored by:	ache
1996-10-16 08:30:38 +00:00
Andrey A. Chernov
c85ebc3504 Netscape rename 1996-10-13 14:27:56 +00:00
Andrey A. Chernov
35ab97590a Add netscape3.01 1996-10-10 19:32:14 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
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!
1996-10-10 05:05:35 +00:00
Andrey A. Chernov
b356523882 Add more patches, one from max@freebsd.org 1996-10-09 17:19:49 +00:00
Satoshi Asami
231ecb75a7 Properly sectionize Makefile by inserting empty lines. 1996-10-09 07:22:39 +00:00
Andrey A. Chernov
781ec493bf Reorganize official patches 1996-10-03 20:44:59 +00:00
Andrey A. Chernov
b35089b3a5 Add 5 oficial patches 1996-09-22 01:11:45 +00:00
Andreas Klemm
dea38560eb updated my ports with my new e-mail address. 1996-09-19 03:01:17 +00:00
Andrey A. Chernov
73a15189a0 Return NO_PACKAGE back - don't distribute modified copies
Pass If-Modified-Since for user password case
Fix fetching for missing space cases
Submitted by: gibbs
1996-09-15 16:41:39 +00:00
Satoshi Asami
a161f5f6b8 Change NO_PACKAGE to NO_CDROM, because it says "don't sell for
profit".  Change the comment to be more informative ("read script"
is not the kind of thing you want to put here).
1996-09-14 01:54:48 +00:00
Satoshi Asami
dfa0674346 Take out "webcopy" -- you are NOT supposed to put the name of the
package in this file!
1996-09-14 01:53:45 +00:00
Andrey A. Chernov
41140e0cad Add webcopy 1996-09-14 01:00:40 +00:00
Andrey A. Chernov
684ca7c6a1 Web Mirroring Program 1996-09-14 00:59:32 +00:00
Satoshi Asami
743867856c Use INSTALL_* aliases defined in bsd.port.mk. 1996-09-11 04:44:19 +00:00
Andrey A. Chernov
944b0e3048 Location changed
Better fit to FreeBSD directory structure
NO_PACKAGE removed, hostname is in config files, not compiled in
1996-09-06 14:18:28 +00:00
James FitzGibbon
de1c05be6d Added w3-msql 1996-09-03 19:41:46 +00:00
Andrey A. Chernov
29c0ec02b9 Upgrade to 2.6 1996-09-03 09:39:08 +00:00