1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

2897 Commits

Author SHA1 Message Date
Andrey A. Chernov
81eacea68c Upgrade to 1.3.19 2001-03-06 22:51:34 +00:00
Jimmy Olgeni
8c85eb2734 Miscellaneous fixes.
* Changed the python15 dependency to USE_PYTHON=yes
* Replaced PYTHON15 with PYTHON_CMD from bsd.python.mk
* Added SAPACHE_CONFDIR, like the other Sxxx variables, to be used in the
  PLIST. APACHE_CONFDIR now depends on SAPACHE_CONFDIR
* Added APACHE_CONFDIR and WEBBASEDIR to PLIST_SUB
* Removed temporary file Zope.cgi.orig
* Removed .cvsignore from var/
* Added/removed some files to the PLIST
* Used @unexec rmdir to remove shared directories from PLIST
* Removed the line with "grep". I didn't understand how it was supposed to
  work, I guess it should have been something like "cmp -s ...", but
  Data.fs cannot be equal to Data.fs.in anyway, because Zope adds some
  things to it the first time it's started (automatically imported
  packages from filesystem).
* Removed temporary files from var/ at deinstall time (*.tmp, *.lock, *.soc,
  *.pid)
* Sometimes the inituser file did not exist at deinstall time, so I
  deleted it with @unexec. It won't be included by "make package".
* Added the Hotfix_2001-02-23 directory (@dirrm)
* Used variables from PLIST_SUB instead of www and etc/apache (@dirrm)

Approved by:		maintainer
2001-03-06 22:30:21 +00:00
Sheldon Hearn
6931937ceb The previous revision was bogus. Call pkg-install with the correct
number of arguments.
2001-03-06 17:15:02 +00:00
Sheldon Hearn
42e056f1d9 Fix the execution of the pkg-install script for the port's post-install
case.  When I tested my porting work, I kept on using ``make package''
and testing the installation of the package, without testing the
"install from the port" case.

Reported by:	Mike Harding <mvh@corp.namesafe.com>
2001-03-06 11:39:27 +00:00
Trevor Johnson
4b9de71457 This isn't called "Communicator" any more. 2001-03-06 04:05:34 +00:00
Trevor Johnson
0cdfbcbbba Instead of running the browser in order to generate the component.reg
and xpti.dat files, use pre-generated copies of those files.  This
should make the build more reliable.
2001-03-06 04:04:26 +00:00
Dag-Erling Smørgrav
a57734ad58 Upgrade to 5.0b6. This one was a real bitch. 2001-03-05 16:49:53 +00:00
Will Andrews
96dafc37e9 Fix PLIST.
Submitted by:	bento
2001-03-05 14:32:15 +00:00
Akinori MUSHA
8751bc0197 Bentofy. Show some instruction and point at the example file and the
documents instead of directly modifying httpd.conf by apxs -A.
2001-03-05 12:35:23 +00:00
Akinori MUSHA
cc343c78ea Apply a bug-fix submitted by the author. 2001-03-05 09:59:39 +00:00
Akinori MUSHA
fc63433326 Add wyvern, a lightweight HTTP server with the simple design, easy
setup and small size.
2001-03-05 09:18:47 +00:00
Dirk Froemberg
2bc905398d Solve the multiple post-extract targets problem. 2001-03-04 22:41:12 +00:00
Dirk Froemberg
b0d6f743a0 Add ming library support Flash 4 movies.
PR:		ports/25367
Submitted by:	jeh
2001-03-04 20:34:11 +00:00
Dirk Froemberg
283163deae ${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4. 2001-03-04 18:45:49 +00:00
Dirk Froemberg
ef1c0d5020 Cosmetics: Specifying php.ini-dist once is enough. 2001-03-04 18:44:38 +00:00
Dirk Froemberg
2a530cacec Add hooks for a standalone php3 slave port. 2001-03-04 18:27:57 +00:00
Kevin Lo
343026ad0d Update to version 0.4.0
PR: 25524
Submitted by: maintainer
2001-03-04 15:35:40 +00:00
Neil Blakey-Milner
5aaf8bc98b Apply a Zope hotfix, fixing a potential security problem.
From the Zope hotfix:

	This hotfix addresses and important security issue that affects Zope
	versions up to and including Zope 2.3.1 b1.

	The issue is related to ZClasses in that a user with through-the-web
	scripting capabilities on a Zope site can view and assign class
	attributes to ZClasses, possibly allowing them to make inappropriate
	changes to ZClass instances.

	This patch also fixes problems in the ObjectManager, PropertyManager,
	and PropertySheet classes related to mutability of method return values
	which could be perceived as a security problem.

	We *highly* recommend that any Zope site running versions of Zope up to
	and including 2.3.1 b1 have this hotfix product installed to mitigate
	these issues if the site is accessible by untrusted users who have
	through-the-web scripting privileges.
2001-03-04 10:32:18 +00:00
Kris Kennaway
bc77ab837a adzap is a squid plugin which filters out banner ads, web bugs, javascript
popup consoles, and other annoying crap.

Obtained from:	NetBSD
2001-03-04 05:07:23 +00:00
Daniel Harris
de700287ad Change maintainer, add WWW.
PR:		25394
Submitted by:	Bernd Luevelsmeyer <bdluevel@heitec.net>
Approved by:	old MAINTAINER bounces
2001-03-03 22:03:44 +00:00
Ralf S. Engelschall
bcb523e738 Upgrade to Apache 1.3.19 + mod_ssl 2.8.1 2001-03-03 11:28:18 +00:00
Akinori MUSHA
939093935f Avoid the use of `!=' assignment where it's possible. Some old
make(1) seems to have a messy problem with it.

Submitted by:	FreshPorts
2001-03-03 09:45:51 +00:00
Akinori MUSHA
1a7261ae50 Add pruby, a glue interface between PHP and Ruby. 2001-03-03 08:58:18 +00:00
Clive Lin
10d898f69b Oops, I guess I've "cvs add" before cvs ci in previous commit. 2001-03-03 03:07:18 +00:00
Clive Lin
7ee15bfa25 Update to w3-4.0pre.46.
Timed out from: MAINTAINER
Reviewed by: Ilya Martynov <m_ilya@agava.com>
Repo-copied by: asami
2001-03-03 03:05:46 +00:00
Andrey A. Chernov
cfbb68344d Upgrade to .dev.19 2001-03-03 02:37:56 +00:00
Andrey A. Chernov
889e7b5d3e Add offical patch for stopwords in substr mode 2001-03-02 20:06:27 +00:00
Vanilla I. Shu
a17f7f39ac Upgrade
p5-BSD-Resource		=> 1.09
	p5-CGI-Application	=> 1.2
	p5-CGI_Lite		=> 2.0
	p5-Convert-ASN1		=> 0.08
	p5-IO-Tty		=> 0.04
	p5-IO-stringy		=> 1.219
	p5-Class-MethodMaker	=> 1.02
2001-03-01 12:03:46 +00:00
Vanilla I. Shu
397cd9b051 Upgrade
p5-Compress-Zlib	=> 1.11
	p5-HTML-Parser		=> 3.18
	p5-MIME-Base64		=> 2.12
	p5-URI			=> 1.11
2001-03-01 09:32:08 +00:00
Munechika SUMIKAWA
0d98cee65b Upgrade to 1.3.19. 2001-03-01 08:17:27 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Andrey A. Chernov
72a6e60ae6 Official fix for substr search in "multi" mode 2001-02-28 21:10:42 +00:00
Kevin Lo
fb0ac60922 Update to version 1.0.2
PR: 25410
Submitted by: MAINTAINER
2001-02-28 13:04:06 +00:00
Maxim Sobolev
51e9be548e Update to 0.4.0. 2001-02-28 10:51:58 +00:00
Joseph Koshy
c4954499d4 Correct dependency specification. 2001-02-28 04:31:35 +00:00
Tom Hukins
c3ea3300ef Add WWW: 2001-02-26 15:57:45 +00:00
Dmitry Sivachenko
e27be0e14f Add dillo 0.3.2, a fast, small graphical Web browser built upon GTK+.
PR:		25312
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-26 10:36:27 +00:00
Maxim Sobolev
1b74a575bd Update to 0.10.1. 2001-02-26 09:19:23 +00:00
Dmitry Sivachenko
3b14d66efb Disable authentication.
Author reports links crashes often if it is enabled.
2001-02-26 08:38:19 +00:00
Munechika SUMIKAWA
6fd5b0042f Updated MD5.
Submitted by:	Clive Lin <clive@CirX.ORG>, sobomax
Noticed by:	Motoyuki Konno <motoyuki@bsdclub.org>
2001-02-26 05:31:09 +00:00
Steve Price
32e6aa0f32 Get rid of 'FETCH_BEFORE_ARGS= -b'.
PR:		25253
Submitted by:	Mike Pelley <mike@pelley.com>
2001-02-26 05:02:29 +00:00
Steve Price
2ca9383e73 Update to version 2.4d7.
PR:		25222
Submitted by:	Bernd Luevelsmeyer <bdluevel@heitec.net>
2001-02-26 05:00:12 +00:00
Steve Price
86735d2cda Update to version 1.4.5.
PR:		25216
Submitted by:	maintainer
2001-02-26 04:58:48 +00:00
Steve Price
2e87ed3e0f Update to version 1.0.1.
PR:		25068
Submitted by:	maintainer
2001-02-26 04:45:29 +00:00
Steve Price
ea47cad4b0 Update to version 2b30.
PR:		23601
Submitted by:	David W. Chapman Jr. <poseiden@inethouston.net>
2001-02-26 03:57:17 +00:00
Steve Price
d8f88d6f7b Minor pkg-plist fixes.
PR:		23806
Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-02-26 03:34:31 +00:00
Dirk Froemberg
24c9b53080 Add hooks for a standalone php4 slave port.
Based upon work by:	Alastair D'Silva <deece@familyhealth.com.au>
2001-02-25 21:22:04 +00:00
Jimmy Olgeni
25179133d8 Update port to version 2.7.2 (security fixes)
PR:		25127
Submitted by:	maintainer
2001-02-24 21:05:26 +00:00
Jimmy Olgeni
2d311d1b3c Take over maintainership.
Approved by:	maintainer
2001-02-24 12:45:52 +00:00
Kris Kennaway
8cad1e04e6 Update to nscache 0.6
Submitted by:	Ports Fury
2001-02-24 10:36:14 +00:00