Commit graph

3828 commits

Author SHA1 Message Date
Sheldon Hearn
530a0ad790 Add patches that cause Apache::Session to give the administrator a
clue as to WHICH file or directory is missing when it dies because
it is unable to create, read or write a session file.

Without these patches, setting up things like PageKit and other
mod_perl-based software can be much more time-consuming than it
needs to be.

These patches will be submitted back to the author.
2001-12-06 15:55:28 +00:00
Dag-Erling Smørgrav
e1d55a966c Upgrade to 6.0 TP2, which seems much stabler (if not faster) than TP1, no
longer has problems displaying JPG and PNG images, and is distributable.
2001-12-06 13:02:30 +00:00
Anton Berezin
1cbe6e7247 Correct a typo in the module author's E0mail address.
Since it seems that every `typo' commit has typos, I leave that E0mail
above untouched.

Submitted by:	Sameh Ghane <sw@anthologeek.net>
2001-12-06 12:33:49 +00:00
Anton Berezin
e6d98464e8 Avoid the module to enter an endless loop under certain circumstances.
Yes, the fix was submitted to the module author.  :-)
2001-12-06 12:14:14 +00:00
Anton Berezin
707bc7add3 Make it work with -stable perl (5.005_03 does not allow
exists($ary[bla])).
2001-12-06 10:13:25 +00:00
Maxim Sobolev
d25449e5c3 Update to 1.0.1. 2001-12-06 09:09:51 +00:00
Anton Berezin
2cfd59874c Add www/p5-Apache-Admin-Config, a perl module to manipulate Apache
configuration files.
2001-12-05 17:21:08 +00:00
Maxim Sobolev
355e9dc55b Update to 1.0.0. 2001-12-05 13:20:06 +00:00
Andrey A. Chernov
c43bef046c Upgrade to 2.02pre3 2001-12-05 08:03:29 +00:00
Patrick Li
09c9b1697a Fix WWW
Submitted by:	maintainer
2001-12-05 01:00:26 +00:00
Maxim Sobolev
238e53dece Ensure that the directory is created before installing files into it. 2001-12-04 22:32:46 +00:00
Dirk Meyer
1f31d92c18 add patch to initializies bookmarks. 2001-12-04 09:24:52 +00:00
Dirk Froemberg
baf05335e8 Add --enable-discard-path to lang/php3. 2001-12-04 07:33:53 +00:00
Dirk Froemberg
b8df995834 Add --enable-discard-path and --with-readline to lang/php4.
Submitted by:	Rafal Michalski <rafal.michalski@altech.com.pl>
2001-12-04 07:27:41 +00:00
Patrick Li
36e50f6985 Update to 0.4.0
PR:		32458
Submitted by:	maintainer
2001-12-04 06:45:49 +00:00
Pete Fritchman
555fb0a8fd Add a dependency on ports/devel/p5-IO-String.
PR:		32486
Submitted by:	Christopher Elkins <chrise@scardini.com>
2001-12-04 03:54:23 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Shigeyuki Fukushima
c26cf1543d Activate emacs-w3m. 2001-12-03 17:28:52 +00:00
Shigeyuki Fukushima
b1650ff64b New master/slave scheme for emacs-w3m ports.
Update master port to emacs21.
Update slave ports to stub port:
    emacs-w3m-emacs20, emacs-w3m-xemacs21-mule
Install el/elc files to version specific site-lisp directory (Gnu Emacsen).
2001-12-03 17:27:41 +00:00
Maxim Sobolev
181f494838 Actually commit a patch which allows junkbuster work with Mozilla.
Submitted by:	Steve Wills <steve@stevenwills.com>
2001-12-03 09:28:50 +00:00
Maxim Sobolev
ef5fd7c200 Add a patch, which allows junkbuster to work with Mozilla. Bump PORTREVISION.
Submitted by:	Steve Wills <steve@stevenwills.com>

Drop maintainership, since I'm no longer use this software.
2001-12-03 09:27:24 +00:00
Adrian Chadd
066b60ed0c Update the port to squid-2.4STABLE3.
From the ChangeLog:

Changes to Squid-2.4.STABLE3 (Nov 28, 2001):

        - Fixed bug #255: core dump on SSL/CONNECT if access denied by
          miss_access
        - Fixed bug #246: corrupt on-disk meta information preventing
          rebuilds of lost swap.state files
        - Fixed bug #243: squid_ldap_auth now supports spaces in passwords
        - Fixed a coredump when creating FTP directories
        - Fixed a compile time problem with statHistDump prototype
	  mistmatch, reported by some compilers
        - Fixed a potential coredump situation on snmpwalk in certain
          configurations
        - Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir
          store implementation
        - Serbian error message translations
2001-12-03 03:39:14 +00:00
Steve Price
b358a259f6 Add full HTML documentation.
PR:		32093
Submitted by:	maintainer
2001-12-03 03:12:40 +00:00
Steve Price
8d7f769abb Adding horde version 2.0.
A common code-base used by Horde applications, written in PHP.

PR:		32088, 32145
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-12-03 02:36:06 +00:00
Steve Price
7846d5eae7 Update to version 2.06.
PR:		32102
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2001-12-03 02:26:07 +00:00
Jun Kuriyama
9b1d1c2582 Add p5-HTML-Template-Expr 0.03,
perl module to use HTML Templates which allows expressions.

PR:		ports/32348
Submitted by:	nork@cityfujisawa.ne.jp
2001-12-03 01:12:56 +00:00
Jun Kuriyama
2226ec3963 Merge from www/apache13:
Don't put 'manual' link to the Apache manual.
2001-12-02 23:17:09 +00:00
Dirk Froemberg
cfaf7af6f0 Don't hardcode /usr/local/. 2001-12-02 21:38:19 +00:00
Dirk Froemberg
ee8ee315b7 Chase sablotron's shared library number. 2001-12-02 21:28:32 +00:00
Steve Price
fb822abab8 Update to version 5.2.
PR:		32410
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-02 18:20:59 +00:00
Andrey A. Chernov
8bc172765b Don't put 'manual' link to the Apache manual, it already handled by httpd.conf 2001-12-02 08:28:49 +00:00
Tom Hukins
484b2245b7 Upgrade to 2.03 2001-12-01 21:20:46 +00:00
Jun Kuriyama
84f776a5a5 Fix to define correct $PATCHFILES which is introduced in previous commit.
Submitted by:	Christian Weisgerber <naddy@freebsd.org>
2001-12-01 15:34:47 +00:00
Jun Kuriyama
fc152b28cb PLIST cleanup.
Found by:	bento
2001-12-01 07:58:09 +00:00
Jun Kuriyama
176b0b9682 Merge from www/apache13:
Add symbolic link to apache's manual into pkg-plist.
2001-12-01 07:02:53 +00:00
Andrey A. Chernov
cd467939f2 Add symbolic link to apache's manual into pkg-plist 2001-12-01 06:32:40 +00:00
Eric Melville
e8b5d763ac Update to latest distfile. 2001-12-01 05:49:01 +00:00
Dirk Froemberg
77597da749 Replace ${PREFIX} with ${LOCALBASE} were appropriate.
Submitted by:	petef
2001-11-30 09:40:52 +00:00
Dirk Froemberg
e7805e9cfa Add patch files to the repository, finally. 2001-11-30 09:19:33 +00:00
Dirk Froemberg
fa1d4984f4 Provide function stubs for mcal to get around problems with certain
combinations of support options.

Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-11-30 09:02:54 +00:00
Vanilla I. Shu
b503ff80e1 Upgrade to 0.33, correct MASTER_SITES.
PR:		ports/32360
Submitted by:	Bruce Walker <bmw@borderware.com>
2001-11-30 06:48:09 +00:00
Jun Kuriyama
c2616ebbe4 Fix plist.
Found by:	bento
2001-11-30 03:08:16 +00:00
Pete Fritchman
e380eecbd3 Add waccess-1.1, a quick-n-dirty web access log analyzer
PR:		29418
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2001-11-29 18:52:43 +00:00
Kevin Lo
adb4b1746a Update to version 1.2.3
PR: 32303
Submitted by: MAINTAINER
2001-11-29 07:28:05 +00:00
Joseph Koshy
59d79531b6 I'm not using MHonArc anymore and Max has graciously agreed to
be MAINTAINER.
2001-11-29 04:14:37 +00:00
Jun Kuriyama
3bff62f933 Upgrade to 2.4.
PR:		ports/32347
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-11-28 13:41:40 +00:00
Joseph Koshy
816382f62b Update to v2.5.2. Let port respect NOPORTDOCS. Update WWW URL.
Submitted by: 	Masafumi NAKANE <max@FreeBSD.org>
2001-11-28 09:51:43 +00:00
Kevin Lo
8552827ddc Update to 1.07
PR: 32344
Submitted by: MAINTAINER
2001-11-28 02:29:52 +00:00
MANTANI Nobutaka
328756c038 Update w3m to 0.2.2 and w3m-img to 0.2.2+1.14.
Update WWW entry in pkg-descr.

Reviewed by:	knu
2001-11-27 21:48:47 +00:00
Dag-Erling Smørgrav
71d5b1b067 Pander to the backseat drivers. 2001-11-27 17:49:16 +00:00