Commit graph

8690 commits

Author SHA1 Message Date
Thierry Thomas
f0a3bab80b Take maintainership.
PR:		70885.
2004-08-23 22:19:03 +00:00
Brooks Davis
19392bbe75 - Upgrade coppermine to 1.3.2.
- Depend on required PHP extensions by using the new USE_PHP systax.
- Make GD the default and add a WITH_IMAGEMAGICK option to enable
  an ImageMagick depend instead.

Submitted by:	Nils Vogels <nivo at yuckfou.org> (upgrade)
PR:		ports/70764
2004-08-23 20:08:41 +00:00
Norikatsu Shigemura
c0c896fe26 Update to 20040824.
o Add support PIPS2.6.2.

Submitted by:	ume
2004-08-23 16:40:35 +00:00
Clement Laforet
83d8251d79 - Add a sanity check on apache2 configuration files before reloading or
restarting apache2 (to avoid an expected failure on restart)
2004-08-23 15:44:51 +00:00
Alex Dupre
9e673cc6ea Update to 1.15.1 release. 2004-08-23 13:52:57 +00:00
Andrey A. Chernov
7d9e16aa73 Add @unexec parts to prev. commit 2004-08-22 16:58:31 +00:00
Andrey A. Chernov
fc850af782 Write-protect *-dist directories 2004-08-22 10:55:55 +00:00
Norikatsu Shigemura
1a51b16509 o Add pips.so to pkg-plist [1].
o Fix @exec mkdir... from @unexec mkdir....
  This is used by package install.
o No longer symlink to acrobat plugin on 4-stable.
o Bump PORTREVISION accordingly.

Pointed out by:	ume [1]
2004-08-22 05:39:42 +00:00
Marc G. Fournier
a999dafeec Track sessions and, optionally, users 2004-08-22 00:09:01 +00:00
Norikatsu Shigemura
5c2c865cae Update to 20040822.
o Add support Photo Image Print System (PIPS) for Linux
  on native FreeBSD. (PIPS is EPSON bubble jet printers drivers.)

NOTE: However, pips ports don't use this support.
      This is a experimental support to investigate pips ports.

Submitted by:	ume
2004-08-21 21:38:42 +00:00
MANTANI Nobutaka
61b1138fe0 Fix build error with LOCALBASE different from /usr/local.
Reported by:	Mike Meyer <mwm@mired.org>
2004-08-21 14:28:35 +00:00
MANTANI Nobutaka
34d7b2e51b Fix build error in the environment that using the OpenSSL from the ports
instead of the one from the base system.

Submitted by:	Ingo Rohlfs <ingo.rohlfs@gmx.de>
2004-08-21 13:52:53 +00:00
Kirill Ponomarev
8028c80a5a Fix grammatical and whitespace errors in squid.conf.default.
Set supplementary group membership correctly when running squid
as a non-root user and do not ignore the squid_group setting
when starting squid as root (squid bug #1021)

Enable the external_acl helper protocol to handle newlines
in the embedded data (squid bug #1038)

PR:		ports/70767
Submitted by:	maintainer
2004-08-21 12:28:56 +00:00
Pav Lucistnik
fb75f74d2e - Update to 1.4.4.1
PR:		ports/70757
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-08-21 12:23:13 +00:00
Sergey Skvortsov
f38e790b47 Updated to 1.13 2004-08-21 11:43:57 +00:00
Cheng-Lung Sung
7dc9c23fdd update to 1.1
Approved by:	vanilla (co-mentor)
2004-08-21 02:19:13 +00:00
Pav Lucistnik
57cdfc5052 - Update to 1.8.1
PR:		ports/70677
Submitted by:	Rod Taylor <ports@rbt.ca> (maintainer)
2004-08-20 23:33:39 +00:00
Pav Lucistnik
696d2fe968 - Convert to OPTIONS
PR:		ports/70727
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-08-20 22:48:52 +00:00
Cheng-Lung Sung
ad48f85441 Add p5-Kwiki-Archive-SVK, Kwiki Page Archival Using SVK
PR:		ports/70354
Approved by:	vanilla (co-mentor)
2004-08-20 16:53:00 +00:00
Pav Lucistnik
813e7dca91 - Remove this obsolete, broken and even harmfull software and it's port
Submitted by:	Milan Salajka <ms@vol.cz> (maintainer)
2004-08-20 15:24:20 +00:00
Clement Laforet
7fc836e721 - Since maintainer's address is bouncing, assign maintainership to apache@
for safe-keeping.
2004-08-20 15:13:13 +00:00
Cheng-Lung Sung
44a55fec6f - Update to 0.12
- Use generic callhooks

Approved by:	vanilla (co-mentor)
2004-08-20 14:13:02 +00:00
Sergey Matveychuk
eb5501ee79 * Integrate a vendor patch for a possible DOS against the NTLM
authentication helpers, see squid bug #1045.
* Bump PORTREVISION.

PR:		ports/70707
Submitted by:	maintainer
2004-08-20 13:54:30 +00:00
Clement Laforet
2c81e95b5c - Remove www/apache13-fp 2004-08-20 07:50:11 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Mathieu Arnold
0dcbb3207c Add some patches :
+ Fix 8bit symbols escaping.
+ Allow blessed hashrefs in loops.
+ Fix a portlint warning and make it not clutter perllocal.pod

PR:		70656
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
2004-08-19 16:20:11 +00:00
Clement Laforet
ee18234277 - Add support for exception hook:
* WITH_EXCEPTION_HOOK now exists
  * Automatically add if WITH_DEBUG is set
  * Update still-outdated-documentation
- Remove automatic debuf mode if DEBUG_FLAGS is set

Exception hook is very useful for debugging (upcoming www/mod_backtrace
and www/mod_whatkilledus modules)

Makefile.modules.3rd:
- Fix CONFIGURE_ARGS for dynamic module selection.
  It's now fully usuable for apache13 ports
- Remove an useless WANT_APACHE check
- Move apxs detection at the beginning of the file, to use APXS_PREFIX
  for apache major version detection [1]
  The main advantage of this patch is to provide a nice way to
  have multiple apache versions, without altering ${LOCALBASE}.

Submitted by:    "ports/c0decafe.net" <ports at c0decafe dot net> [1]
2004-08-19 14:38:36 +00:00
Clement Laforet
fa87c67c44 - Set apache@ as MAINTAINER 2004-08-19 08:50:24 +00:00
Marc G. Fournier
945decbdad Perl module to validate email addresses in a CGI form 2004-08-19 03:44:57 +00:00
Clement Laforet
a4dd64d032 - Backport security fixes in ssl_engine_io.c
* [SECURITY] mod_ssl: Fix potential input filter segfaults in
  SPECULATIVE mode. (rollback handling for AP_MODE_SPECULATIVE)
  "This issue has possible security implications; it's been assigned CVE
  CAN-2004-0751 (cve.mitre.org)."
  http://issues.apache.org/bugzilla/show_bug.cgi?id=30134

* [SECURITY] mod_ssl: Fix potential infinite loop.
  (potential infinite loop in ssl_io_input_getline if connection is
  aborted without inctx->rc being set.)
  http://issues.apache.org/bugzilla/show_bug.cgi?id=27945
  http://issues.apache.org/bugzilla/show_bug.cgi?id=29690

Obtained from:  Apache CVS (httpd-2.0 HEAD)
2004-08-18 19:40:07 +00:00
Clement Laforet
443cf00359 - Fix buil with apache13 + ipv6
Set APACHE_PORT or define WITH_APACHE_IPV6

PR:		ports/68158
Submitted by:	SoD <sod at cd dot pri dot ee>
Obtained from:	NetBSD
2004-08-18 19:11:12 +00:00
Clement Laforet
3a8f07a415 - Assign maintainership to freshly created apache@ mailing list 2004-08-18 16:21:55 +00:00
Thierry Thomas
a2b8a42d11 Make fetchable again and add mirrors.
PR:		ports/70475
Submitted by:	maintainer
2004-08-17 22:47:50 +00:00
Vanilla I. Shu
275bc47e04 - Update to 1.04
PR:		ports/70565
Submitted by:	clsung at tw.freebsd.dot.org
2004-08-17 16:06:57 +00:00
Clement Laforet
7ce8e2b00e - Respect "apache modules convention".
When you install an apache module via ports or packages, ideally
  module must not alter configuration (not enabled by default)
2004-08-17 13:27:50 +00:00
Clement Laforet
696614c16d - Bump PORTREVISION for all previous changes
- Allow access to /home if mod_userdir is loaded
- We don't need apache2libs.sh if apr is installed from ports.
- Add recent changes to UPGRADING
2004-08-17 12:41:26 +00:00
Kris Kennaway
c4ee2dcca7 Remove BROKEN, this apparently now builds on 5.x. 2004-08-17 10:27:15 +00:00
Clement Laforet
c9a8043cbb - Bump PORTREVISION
Requested/Reminded by:	mat
2004-08-17 07:56:45 +00:00
Sergey Matveychuk
2867e8fae7 * Uses WWWOWN and WWWGRP.
* Changes tweaks to CGIWRAP_ALLOWFILE and CGIWRAP_DENYFILE.
* Add optional ability to build without some features.
* Adds CGIWRAP_DEBUG, which adds support for the cgiwrapd/nph-cgiwrapd binaries.
* Proper/secure permissions on the binaries.
* Another cosmetic changes.

* Pass maintainership to submitter.

PR:		ports/70106
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2004-08-17 05:29:01 +00:00
Pav Lucistnik
c464b8aece - Update to 1.4.7
PR:		ports/70522
Submitted by:	Filippo Natali <filippo@widestore.net> (maintainer)
2004-08-16 21:36:06 +00:00
Clement Laforet
7216072437 - Fix "Undefined symbols" at run-time.
PR:		ports/70316
Submitted by:	Daniel Grund <daniel@dgrund.de>
With help from:	thierry
2004-08-16 20:40:30 +00:00
Thierry Thomas
44c7d4cd0b Fix the detection of png.h.
PR:		ports/70529
Submitted by:	maintainer
Reported by:	kris / pointyhat.
2004-08-16 20:33:03 +00:00
Joe Marcus Clarke
f593f4c4ae Update to 1.2.8. 2004-08-16 16:53:02 +00:00
Alexander Leidinger
32e9445796 Fix cpio command line.
Noticed by:	kris (pointyhat)
2004-08-16 07:35:21 +00:00
Kris Kennaway
eb9984e0f5 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:47:09 +00:00
Vanilla I. Shu
a3fc118550 - add post-install messages after p5-Kwiki-* plugin installed
PR:		ports/70449
Submitted by:	maintainer
2004-08-15 18:02:20 +00:00
Vanilla I. Shu
b4e9557656 - Update to 0.11
PR:		ports/70487
Submitted by:	maintainer
2004-08-15 17:26:41 +00:00
Vanilla I. Shu
4965c99f82 - Update to 0.12
PR:		ports/70486
Submitted by:	maintainer
2004-08-15 17:25:03 +00:00
Vanilla I. Shu
00b6f71277 Add p5-WWW-Dilbert 1.02, dilbert of the day comic strip archive and
retieval module.

PR:		ports/70442
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-08-15 13:58:08 +00:00
Jeremy Messenger
338404f1b3 - Update to 0.10.0.
- Un-broke/enable multimedia/ruby-gst; it works with current gstreamer now.
- Change some that have CP to INSTALL_*.
- Few small clean up.

BTW: ruby-gtksourceview and ruby-panelapplet will be add very soon when I
     create and test them. They are going to be part of ruby-gnome2-all meta
     port.
2004-08-15 07:11:57 +00:00
Joe Marcus Clarke
4dd5a067b2 Add a dependency on desktopfileutils, and make sure update-desktop-database
is run after installation.

Submitted by:		Koop Mast <kwm@rainbow-runner.nl>
2004-08-14 18:56:20 +00:00
Sergey Skvortsov
66d7363595 * unbreak build
* add dependency on Devel::Peek if perl < 5.6
* take maintainership
2004-08-14 13:02:18 +00:00
Dmitry Sivachenko
13b2e6b7cf Update to version 3.05.
This is the version shipped with perl 5.8.5.
2004-08-14 12:20:06 +00:00
Pav Lucistnik
1c2549007c - Fix build with gcc-3.4 2004-08-13 23:12:25 +00:00
Tilman Keskinoz
fd509c178b Update to 0.74b
PR:		70405
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2004-08-13 15:37:32 +00:00
Norikatsu Shigemura
9a39a7be6d Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@
2004-08-13 15:21:20 +00:00
Kevin Lo
c126cd6667 Update to 0.33
PR: ports/70353
Submitted by: MAINTAINER
2004-08-13 03:24:16 +00:00
Akinori MUSHA
a937c65931 Add www/mod_fcgid, an alternative FastCGI module for Apache2.
mod_fcgid has a new process management strategy, which concentrates on
reducing the number of fastcgi server, and kick out the corrupt
fastcgi server as soon as possible.

The bad news is that it does not currently support suEXEC, and the
good news is that it has PHP support.  Check out the web site for
details.

Licence: GPL
WWW: http://fastcgi.coremail.cn/
2004-08-12 20:51:15 +00:00
Thierry Thomas
9c2a178b56 Upgrade to the latest snapshot + some cleaning. 2004-08-12 19:37:16 +00:00
Sergey Matveychuk
efb357d4d1 Fix a manpage install
Fix build on 4.x

PR:		ports/70111
Submitted by:	maintainer
2004-08-12 16:13:10 +00:00
Pav Lucistnik
e349535acd - Fix plist
PR:		ports/68980
Submitted by:	Palle Girgensohn <girgen@banan.pingpong.net>
Approved by:	maintainer timeout (3 weeks)
2004-08-12 15:46:05 +00:00
Adam Weinberger
9591db66b4 Fix build with gcc 3.4. 2004-08-12 14:16:01 +00:00
Mathieu Arnold
3a7b17911b After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme.
2004-08-12 12:48:01 +00:00
Akinori MUSHA
d418c8905f Install fcgi.rb too. 2004-08-12 11:29:20 +00:00
Michael Nottebrock
066f859048 Disable malfunctioning configure check for java (which isn't used for any-
thing anyway).
2004-08-12 10:52:22 +00:00
Andrey A. Chernov
0e6453c701 Delete part of patch which does nothing 2004-08-12 10:01:03 +00:00
Volker Stolz
80e1966e4e - Fix "make -C"-issues
- Unregister from Apache through apxs on deinstall
- Cleanup

PR:		ports/70345
Submitted by:	Jeremy Chadwick (maintainer)
2004-08-12 09:31:51 +00:00
Andrey A. Chernov
f3a4d01c12 Livejournal.com postings recusive copy utility 2004-08-12 07:07:39 +00:00
Vanilla I. Shu
5eba9b8c38 1: Upgrade to 1.2.5
2: sync lighttpd.conf.sample to current version
3: make rc files workable.

Approved by:	maintainer
2004-08-12 02:50:27 +00:00
Pav Lucistnik
e13e1bfde9 - Remove dependency on p5-File-Temp, it can't be installed with perl-5.8
PR:		ports/70282
Submitted by:	Rod Taylor <ports@rbt.ca> (maintainer)
2004-08-11 21:42:22 +00:00
Thierry Thomas
513d472f4b Upgrade to 0.9.1. 2004-08-11 20:03:02 +00:00
Kirill Ponomarev
3d6d174755 The ldap_helpers patch has been updated again; see squid bug
#1032 for details.

PR:		ports/70312
Submitted by:	maintainer
2004-08-11 19:18:07 +00:00
Sergey Skvortsov
477f4b1fc4 Add p5-Apache-DB 0.09, debugging and profiling tools for mod_perl. 2004-08-11 18:12:01 +00:00
Sergey Skvortsov
485d0533c5 Add p5-Apache-Profiler 0.01,
profiles time seconds needed for every
request.
2004-08-11 16:39:49 +00:00
Volker Stolz
e1105008c8 Update MASTER_SITES and contents of Makefile & pkg-descr
PR:		ports/70256
Submitted by:	Jose Liang (maintainer)
2004-08-11 16:16:47 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Thierry Thomas
b828b5a7db Upgrade to 0.9.0. 2004-08-10 20:49:32 +00:00
Tom Hukins
39708a50e1 Fix erroneous path to DSO.
Approved by:	maintainer
2004-08-10 17:19:32 +00:00
Vanilla I. Shu
f3befbc716 Upgrade to 1.0.
PR:		ports/70255
Submitted by:	maintainer
2004-08-10 16:14:17 +00:00
Sergey Matveychuk
0576908215 * Update to version 2.8.0.2
Minor bug fix release
* Also removed the "Compile with GCC 3" option as it never really worked
correctly anyway

PR:		ports/70226
Submitted by:	maintainer
2004-08-10 11:48:14 +00:00
Joe Marcus Clarke
30520e3b93 Update to 1.3.17. 2004-08-10 06:15:47 +00:00
Jun Kuriyama
27473f06b4 - Make conditional dependency on p5-MIME-Base64.
- Cleanup pkg-plist.
2004-08-10 01:24:49 +00:00
Tilman Keskinoz
dca956443b Update to 1.4.6
PR:		69987
Submitted by:	Filippo Natali <filippo@widestore.net>
2004-08-09 18:04:24 +00:00
Volker Stolz
7639d5e880 * Handle recursive dependencies when dealing with blocks selected by the user.
* Handle deprecated blocks.
* Select all non-deprecated blocks by default.

PR:		ports/69944
Submitted by:	Jean-Baptiste Quenot (maintainer)
2004-08-09 14:19:38 +00:00
Vanilla I. Shu
41ca95f327 - Update to 1.19
= from Changes =
- Added a note in the Makefile.PL

PR:		ports/70157
Submitted by:	maintainer
2004-08-09 11:22:04 +00:00
Dirk Meyer
db4ded148d - update to 1.2.4 2004-08-09 09:59:34 +00:00
Thierry Thomas
ef98ae7365 Don't spawn a process to run perl, but install perl arch-dependent files
in a standard directory.

PR:		ports/70091
Submitted by:	myself
Approved by:	maintainer.
2004-08-08 22:13:17 +00:00
Clement Laforet
ec47a546e8 - Convert to use Makefile.modules.3rd 2004-08-08 14:55:31 +00:00
Clement Laforet
b9f6c52dd3 - Add missing "post-install:" 2004-08-08 14:54:22 +00:00
Clement Laforet
a13a4478ed - Add mod_macro 1.1.6 for apache2
mod_macro is a third-party module to the Apache Http Server, distributed with
a BSD-style license like Apache. It allows the definition and use of
macros within apache runtime configuration files. The syntax is a
natural extension to apache html-like configuration style.

WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/
2004-08-08 14:50:49 +00:00
Mathieu Arnold
bdc604bc52 Update to 0.15 2004-08-08 13:10:36 +00:00
Clement Laforet
1b9f861fd8 - We are no more forced to used libdbi
Obtained from:	authors
2004-08-08 10:03:56 +00:00
Clement Laforet
d445876bce Add mod_auth_cookie_mysql2 0.3
This modules (for apache2) allows you to auth your users with cookies
stored in a MySQL database.
2004-08-08 09:53:35 +00:00
Clement Laforet
b9fadce313 - Update to 1.4
Now mod_auth_any works with apache2!
2004-08-08 09:35:18 +00:00
Joe Marcus Clarke
0e0260d2dc Bump PORTREVISIONs to chase Mozilla update. 2004-08-08 07:41:27 +00:00
Joe Marcus Clarke
b322f89146 Update to 1.7.2 to fix a few security vulnerabilities, and add a pkg-deinstall
script to clean up left over automatically-generated files.
2004-08-08 07:07:35 +00:00
Kirill Ponomarev
becbec3cb3 Change maintainer's email.
PR:		ports/70138
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-08-07 20:48:45 +00:00
Clement Laforet
9e23477bc7 Remove our config.layout support. FreeBSD layout is in apache2's one
since 2.0.48
2004-08-07 20:25:02 +00:00
Clement Laforet
7ee53773d5 We don't need -DFREEBSD_THREAD_HACK when using kse or thr as threading
library.
2004-08-07 19:47:16 +00:00
Kirill Ponomarev
a94913b8f8 Integrate new vendor patches:
- fix a problem in the heap policy code that could cause memory
  corruption when a {cache,memory}_replacement_policy other
  than the default "lru" was used (squid bug #1009)
- correct quoting of unknown % escape codes when generating
  error pages (squid bug #1030)

PR:		ports/70110
Submitted by:	maintainer
2004-08-07 19:28:16 +00:00
Vanilla I. Shu
c24d15dd62 Add p5-WWW-Wikipedia 0.9, perl module of Automated interface to the
Wikipedia.

PR:		ports/70030
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-08-07 19:13:11 +00:00
Thierry Thomas
4c50f4be8f Upgrade to latest snapshot. 2004-08-07 16:41:07 +00:00
Thierry Thomas
b3c7fcbd4f Upgrade to pear-HTTP_Header-1.1.0. 2004-08-06 21:17:23 +00:00
Yen-Ming Lee
3122f31a46 Perl 5.8.4 and above add several security check when doing setuid.
One of these checks is that the interpreter must have string "perl" with it.

http://sourceforge.net/mailarchive/forum.php?thread_id=4823748&forum_id=7581

- rename speedy_suid to speedy_suidperl (or speedyperl_suid will be fine, too)
- utilize ECHO
- replace all /usr/local with PREFIX will cause some problems when PREFIX
  isn't /usr/local (missing PERL5 libraries and modules... blah blah...)
- bump PORTREVISION

PR:		69970
Submitted by:	leeym
Reviewed by:	lth
2004-08-06 17:37:00 +00:00
Volker Stolz
698b7ccbf4 - upgrade to 1.2
- fix build on Apache13

PR:		ports/69978
Submitted by:	Dryice Liu (maintainer)
2004-08-06 09:32:23 +00:00
Joe Marcus Clarke
a15c6e260d Bump PORTREVISION since the plist changed in the last commit. 2004-08-06 01:02:47 +00:00
Joe Marcus Clarke
a5ff9bff3a Chase the install location for Firefox.
PR:		70058
Submitted by:	maintainer
2004-08-06 01:01:38 +00:00
Edwin Groothuis
b92d6f844a Update port: www/moinmoin 1.2.3
Update to 1.2.3
	Remove files/patch-user.py

PR:		ports/70046
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2004-08-05 22:38:54 +00:00
Clement Laforet
7d02c7c2aa - Add ldconfig -m to apache2's apr libs (install time and boot time)
Requested by, discussed with: lev
2004-08-05 21:46:17 +00:00
Joe Marcus Clarke
854b5eebc7 Update to 0.9.3 to fix a few security issues:
http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121

Also, add a pkg-deinstall script to remove the auto-generated registry files.

PR:		70031
2004-08-05 19:53:30 +00:00
Jeremy Messenger
277e62a020 - Update to 7.54. See the changelog for detail:
o http://www.opera.com/freebsd/changelogs/754/
	o http://www.opera.com/linux/changelogs/754/
- Tweak the search.ini: [1]
	o Change Google Linux to Google BSD.
	o Add FreeBSD PR and FreshPorts search in the list.

Suggested by:	Volker Stolz <vs@FreeBSD.org> [1]
2004-08-05 17:11:35 +00:00
Joe Marcus Clarke
387b9ad29d Update to 20040803.
* Add option to enable a UTF-8 hack to avoid problems with UTF-8 filenames
  and ISO locales
* Add option to install a GNOME desktop item for firefox and/or thunderbird

PR:		69956
Submitted by:	maintainer
2004-08-05 03:21:42 +00:00
Clement Laforet
4aa3b83ec7 - Update to 1.0.2
PR:             70003
Submitted by:   Xavier Beaudouin <kiwi at oav do net> (maintainer)
2004-08-04 19:18:19 +00:00
Kirill Ponomarev
4339a657ad Update to 1.2
PR:		ports/69979
Submitted by:	maintainer
2004-08-04 10:24:13 +00:00
Ade Lovett
e32a824579 Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00
Thierry Thomas
bc44844ec7 Prevent a possible breakage on machines without perl installed.
A better solution will be found to avoid "!= perl" (suggested by eik).
2004-08-02 22:59:23 +00:00
Thierry Thomas
b890c00f46 Upgrade to latest snapshot. 2004-08-02 22:23:53 +00:00
Alexander Leidinger
e6f5c2586e A Zope user folder which uses a MySQL database to store user information. 2004-08-02 17:55:57 +00:00
Thierry Thomas
28a5c14032 - Fix pkg-plist and unbreak;
- use libtool;

- add PNG support.

Note: this port is still marked broken on amd64.

PR:		ports/69857
Submitted by:	myself
Approved by:	maintainer.
2004-08-02 17:50:32 +00:00
Alexander Leidinger
5b89556265 ZopeXMLMethods provides methods to apply to Zope objects for XML/XSLT
processing. XSLTMethod associates XSLT transformers with XML documents.
ZopeXMLMethods succeeds the XMLTransform  plug-in. It features
file-system caching and works with many XML/XSLT libraries.
2004-08-02 17:48:55 +00:00
Alexander Leidinger
c7241da84c The SOAP Method product provides support for remote SOAP methods, exposing
them as callable objects within the Zope environment.
2004-08-02 17:46:20 +00:00
Clement Laforet
89b5fc4b1b - Fix brainless typo.
Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2004-08-02 13:21:36 +00:00
Mathieu Arnold
2e7f01dbcb Update to 0.04 2004-08-02 11:07:27 +00:00
Kirill Ponomarev
bf728cf63c Update to 2.2
PR:		ports/69892
Submitted by:	maintainer
2004-08-02 09:53:03 +00:00
Ying-Chieh Liao
c284e57ef9 add script4rss 0.4b
Easily create scripts to convert HTML pages to RSS feeds
2004-08-02 08:54:56 +00:00
Clement Laforet
63581d9287 apache2 NG patch 2/5.
Makefile.modules:
   - Export rewritten modules selection from Makefile.modules
     to Makefile.modules.3rd
   - Remove proxy support by default.

Makefile.modules.3rd:
   - Add support for WANT_APACHE common13/common2 to share
     code/functionalities between apache13 and apache2 server ports.

Rewrite of modules selection:
   - WITH_MODULES and WITHOUT_MODULES are no more conflicting
     WITHOUT_MODULES can be safely used internally to remove conflicting
     modules
   - Selection is based on modules categories to improve flexibility
        - WITH_${category}[_MODULES]
        - WITHOUT_${category}
        - WITH_CUSTOM_${category}
   -  Support apache13, apache2{0,1}
        This is EXPERIMENTAL. I'll test it IRL with www/apache13-ssl,
        and it should be easily usuable in future bsd.apache.mk
2004-08-02 08:40:05 +00:00
Joe Marcus Clarke
b970f70f07 Update to 1.0. 2004-08-02 00:51:01 +00:00
Joe Marcus Clarke
c8769b9911 Update to 1.2.7. 2004-08-02 00:32:42 +00:00
Thierry Thomas
a915adb458 Upgrade to latest snapshot. 2004-08-01 22:26:49 +00:00
Lars Thegler
580fc6d976 Unbreak 'make readme'
Submitted by:	Marcel Moolenaar
2004-08-01 17:41:02 +00:00
Vanilla I. Shu
59507cbe9c Upgrade to 1.2.4.
Approved by:	maintainer.
2004-08-01 12:05:54 +00:00
Andrey A. Chernov
ff76a6fa66 Upgrade to 2.8.6dev.5 2004-07-31 14:49:10 +00:00
Clement Laforet
6ce2dae5a7 - Update to 1.99
This release reuires an useless dependency on libdbi (since dbi support
is not complete).
I'll try to make this ports libdbi-free soon.
2004-07-31 12:16:59 +00:00
Clement Laforet
b2f4688974 - update to 1.3.29+1.55 2004-07-31 11:56:38 +00:00
Pav Lucistnik
7476d04c1c - Update to 0.5
PR:		ports/69801
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2004-07-30 22:21:53 +00:00
Pav Lucistnik
af7ed27f2b - Update to 1.4.4
- Use new PHP infrastructure

PR:		ports/69778
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-07-30 21:46:45 +00:00
Clement Laforet
b26a90a102 apache2 NG patch 1/5.
o Changes in httpd.conf
  - mod_userdir:
        . set Userdir if mod_userdir is loaded [1]
        . Userdir is denied for users from /etc/ftpusers
  - set more "secure" permissions.
    By default, policy is to deny access to filesystem.
    You HAVE to _ENABLE_ access to your filesystem in httpd.conf.
  - Add an "Includes" directory to ${PREFIX}/etc/apache2/
    to make configuration more flexible
    ${PREFIX}/etc/apache2/*.conf files are now automatically loaded.

o apache.sh
  - be closer to apachectl, apache.sh need envvars [2]
    It should restore subversion behavior.

Partially submitted by:
                kuriyama [1],
                Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2]

Future changes are mostly written, they should be committed during the
week-end.
If you're interrested in changes, feel free contact me.
2004-07-30 17:04:47 +00:00
Mathieu Arnold
7bdb267051 Update to 1.10 2004-07-30 14:44:50 +00:00
Alex Dupre
d235dd8d40 Update to 1.8.4 release. 2004-07-30 07:06:19 +00:00
Edwin Groothuis
7819763219 New port: www/mod_proxy_html: rewrite HTML links in proxied content
mod_proxy_html is an output filter to rewrite HTML links
	in a proxy situation, to ensure that links work for users
	outside the proxy.  It serves the same purpose as Apache's
	ProxyPassReverse directive does for HTTP headers, and is
	an essential component of a reverse proxy.

	WWW: http://apache.webthing.com/mod_proxy_html/

	- David Lay <dsl@webize.com.au>

PR:		ports/69737
Submitted by:	David Lay <dsl@webize.com.au>
2004-07-30 01:08:27 +00:00
Ying-Chieh Liao
cd77cdc855 add cssed 0.2.1
An application to help CSS style sheets creation and maintenance
2004-07-30 01:03:58 +00:00
Edwin Groothuis
76b95d16c6 [NEW PORT] www/mod_dosevasive20: An Apache 2 module to try to protect HTTP DoS or DDoS attacks
mod_dosevasive is an evasive maneuvers module for Apache
	to provide evasive action in the event of an HTTP DoS or
	DDoS attack or brute force attack.  It is also designed to
	be a detection and network management tool, and can be
	easily configured to talk to ipchains, firewalls, routers,
	and etcetera.  mod_dosevasive presently reports abuses via
	email and syslog facilities.

PR:		ports/69623
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2004-07-30 00:30:24 +00:00
Edwin Groothuis
109de17137 [NEW PORT] www/mod_vhs: Allows mass virtual hosting using libhome system with Apache 2.0.x
mod_vhs is an Apache Web Server module allowing mass virtual
	hosting without the need for file based configuration. The
	virtual host paths are translated using libhome system to
	get the corrects path at request time.

	WWW: http://www.oav.net/projects/mod_vhs/

PR:		ports/69616
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2004-07-30 00:27:20 +00:00
Edwin Groothuis
97f84449ec [Maintainer] www/squid: chase re-issued patch, unbreak fetching
The concurrent_dns_lookups patch was reissued, update distinfo accordingly.

    See <http://www.squid-cache.org/bugs/show_bug.cgi?id=852> for
    further information.

PR:		ports/69764
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
2004-07-29 23:08:51 +00:00
Thierry Thomas
eb9c8abe5f Upgrade to latest snapshot. 2004-07-29 20:19:30 +00:00
Ying-Chieh Liao
e2f69af852 add wordpress 1.2
A state-of-the-art semantic personal publishing platform

Submitted by:	Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
2004-07-29 08:11:25 +00:00
Thierry Thomas
4f614301fc Horde does not support PHP5. Use BROKEN_WITH_PHP=5.
Note: the next version, Horde 3, should support it.

PR:		69364
Submitted by:	Mit Rowe
2004-07-28 22:52:38 +00:00
Dirk Meyer
ff37a169fe - support USE_PHP 2004-07-28 19:46:59 +00:00
Kirill Ponomarev
b3013326ca - integrate a new version of the LDAP update patch, the
problems with the previous version are hopefully fixed (squid bug #1018)
- integrate a new NTLM authentication patch to address a problem with
  truncating NTLM authentication blobs (squid bug #1016)
- remove two patches which were withdrawn (see squid bugs #910
  and 994)

PR:		ports/69719
Submitted by:	maintainer
2004-07-28 18:56:48 +00:00
Lev A. Serebryakov
989c01380d Update to 0.24.7. 2004-07-28 17:41:40 +00:00