1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

7149 Commits

Author SHA1 Message Date
Mark Linimon
57edda7c15 Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparently
3d@ has not been active in the FreeBSD community for some time now.

Reviewed by:	portmgr@FreeBSD.org (a month or so ago)
2004-01-12 00:20:59 +00:00
Clement Laforet
391519e609 - Pass maintainership to volunteer
PR:             61216
Submitted by:   Jason Harris <jharris@widomaker.com>
Approved by:    erwin (mentor) (implicitly)
2004-01-11 20:22:59 +00:00
Martin Blapp
276cbb3617 Make mod_auth_mysql working with mysqld 4.1.x. Replace make_scrambled_password()
with hash_password().

PR:	54067
2004-01-11 18:52:38 +00:00
Andrey A. Chernov
29594d743c Upgrade to 2.8.5 dev 17
PR:             61172
2004-01-11 17:17:05 +00:00
Clement Laforet
32db161a56 Update to 0.5
now suPHP supports apache2.

Approved by:    erwin (mentor) (implicitly)
2004-01-11 15:53:56 +00:00
Norikatsu Shigemura
fc92955f12 o Add support Java Advanced Imaging (JAI) API.
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org>
Committed at:	CBUG 2004 New Year Party
Reviewed by:	ume and OISHI on the fly
2004-01-11 10:25:22 +00:00
Erwin Lansing
40a93c43ce Update to 1.55 2004-01-11 08:19:03 +00:00
Pete Fritchman
15095e4c4c - convert to using PERL_CONFIGURE. this fixes issues with some manpages
(since PERL_CONFIGURE sets MAN3PREFIX for us) [0]
- fix pkg-plist to not be greedy about ${SITE_PERL}/${PERL_ARCH}/Bundle and
  Apache directories.

PR:		58724, 59710 [0]
Submitted by:	lev [0]
2004-01-11 02:30:44 +00:00
Clement Laforet
617e1a4c38 - Per popular request, add "you can you use make show-modules"-like
message option in pre-everything:: target.
- Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined)
  There are too many cases of failure (at leat 3), so I can't force -STABLE
  users to use SSL_EXPERIMENT_ENGINE [1]
- Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2]
- Better db42 apr-util detection [3]
- Add fastest mirror to PATCH_SITES
- Add db42 to "make show-options"

Note to users:
    Unless you have a *really* good request, no more features will be added.
    Please send me with your bug reports:
            - uname -a output
            - all config.log files
            - pkg_info output
            - your make command line

Noticed by:     apache2-test-ng.sh script [1]
                Barry Pederson <bp@barryp.org> [3]
Requested by:   jb@perso-web.com [2]
2004-01-10 22:24:52 +00:00
Clement Laforet
6159a79eae Uncomment db42-related lines, since db42 is in the
ports tree now.

Reminded by:    lev
Approved by:    erwin (mentor) (implicitly)
2004-01-10 19:34:36 +00:00
Michael Haro
24f1163e08 update to 4.3.2
PR:		61170
Submitted by:	maintainer
2004-01-10 18:30:55 +00:00
Clement Laforet
b9bd20db7f Update to 1.10.3
Approved by:    erwin (mentor) (implicity)
2004-01-10 15:29:00 +00:00
Hye-Shik Chang
d40981d556 Add port for py-webware 0.8.1,
A suite of software components for developing object-oriented,
web-based applications.

PR:		42295
Submitted by:	Stefan Schwarzer <sschwarzer@sschwarzer.net>
Reminded by:	linimon (thanks!)
2004-01-10 10:19:59 +00:00
Clement Laforet
83b52042c7 s/APACHE_USER/WWWOWN/.
I don't use APACHE_USER, so SUEXEC_CALLER is set to "".
Since apache only produce error at run time, I didn't catch it.
BTW, SUEXEC_CALLER is now correctly set.

Noticed by:     Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Pointy hat to:  me
Approved by:    erwin (mentor) (implicity)
2004-01-10 10:14:06 +00:00
Clement Laforet
e535c8c81b - Use PORTDOCS
- cosmetic cleanups

Approved by:    erwin (mentor) (implicity)
2004-01-10 01:40:50 +00:00
Clement Laforet
643168d988 Add mod_auth_mysql41_ap2 1.00, mySQL 4.1 and Apache 2 port of
mod_auth_mysql.

PR:		57503
Submitted by:	Douglas A. Maske <maske@maske.org>
Approved by:    erwin (mentor) (implicity)
2004-01-09 23:15:20 +00:00
Clement Laforet
7433b9218c Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTS
is not defined.
This workaround should avoid weird apache behaviours when apache is
linked against the wrong apr* libraries.
Time to add CONFLICTS_BUILD option to bsd.port.mk ?

Approved by:    erwin (mentor) (implicity)
2004-01-09 23:11:17 +00:00
Edwin Groothuis
3292b0df71 align RUN_DEPENDS. 2004-01-09 20:59:54 +00:00
Edwin Groothuis
a22a774555 New port: www/zope-cmfphotoalbum
CMFPhotoAlbum is a product for Zope/CMF

	It allows users to browse gallery of thumbnail images.

	WWW: http://plone.org/collective

PR:		ports/61067
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-01-09 20:58:52 +00:00
Clement Laforet
c1786617e7 - fix SSL detection problem on stable with base OpenSSL [1]
Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses
  -STABLE and base OpenSSL.
  This is an *apache* problem. It's not the port.
  I strongly encourage users to use OpenSSL from ports.
   From httpd-2.0 Status:
   * mod_ssl: fix a link failure when the openssl-engine libraries are
     present but the engine headers are missing.
- fix a typo in WITH_DBM, should be bdb and not db [1]
  I keep db for backward compatibility
- Add WITH_APR_FROM_PORTS to use devel/apr with apache2.
  !!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5.

Noticed by:     Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> [1]
Approved by:    erwin (mentor)
2004-01-09 18:56:12 +00:00
Mathieu Arnold
b5fdd13f29 Update to 0.12
+ some cleanups
2004-01-09 17:23:32 +00:00
Sergei Kolobov
be4fbdeab5 - Integrate another patch for the LDAP authentication helper
(see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details)
- Correct MASTER_SITES:
  + fix URL for Melbourne University's ftp server
  + replace unreachable ftp mirror at Loughborough University with
    the one at LEO.org, Munich
- Bump PORTREVISION

PR:		61128
Submitted by:	maintainer
2004-01-09 17:19:32 +00:00
Clement Laforet
f42f9284f3 Add mod_watch4 4.3, an Apache2 module to monitor bandwidth usage, for
use with MRTG etc.

PR:		57865
Submitted by:	Toshiya SAITOH <toshiya@saitoh.nu>
Approved by:    erwin (mentor) (implicitly)
2004-01-09 13:28:50 +00:00
Clement Laforet
f2fcb94f17 Add mod_cfg_ldap 1.0, allows you to keep your virtual host configuration
in a LDAP directory and to make changes visible in nearly realtime.

WWW: http://modcfgldap.sourceforge.net/

PR:		58256
Approved by:    erwin (mentor) (implicitly)
2004-01-09 00:46:03 +00:00
Mark Linimon
5776ab022a One more attempt to get the plist right. 2004-01-08 23:52:37 +00:00
Mark Linimon
97334c6255 Fix conflicts. Also check in the changes to the plist that I foolishly
forgot last time (thank you cvs update!)

PR:		ports/61098
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-01-08 22:34:05 +00:00
Clement Laforet
50cde3dbb3 Apache2 PORTREVISION 2:
- Move docs-related stuff to Makefile.doc
- Better MPM handling (for slave ports)
- Fix HTTP_PORT behaviour
- Make suExec more configurable [1]
- Now config script are regenerated by buildconfig, to improve slave
  ports support and minimize apr/apache2 ports conflict [2]
- Fix typo in AUTH_MODULES routine [3] [4]
- apr threaded support [5]
- Fix Segmentation fault with LDAP [6]
- Add db42 support. [7] (just uncomment related lines
  if you installed it from shar)
- add SLAVE_DESIGNED_FOR variable for slave ports to
  automaticaly mark them as BROKEN, if they are out of sync with
  apache2

PRs:                60444 [1], 61030 [4]
Requested by:       Matthias Andree <matthias.andree@gmx.de> [7]
Suggested by:       kuriyama [2] [5]
Submitted by:       Daniel Tasov <danielt@pilgerer.org> [1],
                    kuriyama [5],
                    motoyuki [3],
                    Scott Michel <scottm@cs.ucla.edu> [4]
Obtained from:      Apache CVS [6]
Reviewed by:        erwin, linimon
Approved by:        erwin (mentor)
2004-01-08 17:42:03 +00:00
Kirill Ponomarev
b68900d3dc - Update to version 3.0.b3
PR:		61065
Submitted by:	ale (maintainer)
2004-01-08 16:15:40 +00:00
Kirill Ponomarev
9c73b58244 - Update to version 5.15.3
PR:		61081
Submitted by:	Ports Fury
2004-01-08 15:57:11 +00:00
Kirill Ponomarev
96abd79f23 - Update to 040106
PR:		61056
Submitted by:	maintainer
2004-01-08 08:50:11 +00:00
Pete Fritchman
c89de17a9c - update to 2.1.8
- use %%DOCSDIR%%
2004-01-08 06:48:49 +00:00
Mark Linimon
7d42c84fda Update to 2.6.1-11: bugfixes and better start/stop script; also, some
attempt to pacify gcc3.3.

PR:		ports/61048
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-01-08 02:11:44 +00:00
Edwin Groothuis
dc0cb7ddc0 new port: www/adzap2squirm
adzap2Squirm is a Perl script to take an Ad Zapper pattern
	file (or the original Ad Zapper script itself, which includes
	the patterns) and write out a corresponding file of patterns
	which Squirm can use for ad zapping.  This port also includes
	a modified update-zapper (from the Ad Zapper) so that updates
	of the ad definitions can be run through cron

PR:		ports/56359
Submitted by:	rmuir@radford.edu
2004-01-08 01:43:26 +00:00
Pav Lucistnik
56508a127c Add zope-btreefolder2, a Zope product that acts like a Zope folder but can store
many more items.

It also includes CMFBTreeFolder if you have CMF installed.

WWW:    http://hathaway.freezope.org/Software/BTreeFolder2

PR:		ports/60973
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-01-08 00:44:13 +00:00
Pav Lucistnik
6c54e01606 Add zope-cmfquickinstaller, a tool which serves as help
for installing/uninstalling CMF Products inside a CMF Site.

http://plone.org/collective

PR:		ports/60971
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-01-08 00:32:29 +00:00
Pav Lucistnik
423c5aa7ce - Update to 0.4.r2
PR:		ports/60970
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-01-08 00:26:51 +00:00
Norikatsu Shigemura
8193653fef Update to 1.7.4 release.
PR:		ports/61017
Submitted by:	ale (maintainer)
2004-01-07 16:34:00 +00:00
Mark Linimon
4b2011d1b2 Update to version 2.6.1.6: mainly bugfixes.
PR:		ports/57162
Submitted by:	Petr Rehor <petr.rehor@i.cz>
Reworked by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-01-07 08:33:41 +00:00
Mark Linimon
c5f0f4f027 Fix 'make describe' on older versions of 5.x by removing extra
set of parentheses.  Seems to do the right thing on 4.9, 5.0,
and -current now.
2004-01-07 00:53:04 +00:00
Clement Laforet
0de24ae133 Add mod_cvs-0.5.91 (known as mod_cvs2), apache2 version of mod_cvs.
mod_cvs recognizes if the files in your webtree are checked out
from a CVS repository. If so, it checks if the file is up-to-date
and, if not, updates it.
Another neat feature of mod_cvs is the date-checkout feature. You
can specify a date in the URI that gets passed to CVS, which checks
out an older revision of the requested file and sends it to the
user.

WWW: http://resare.com/noa/mod_cvs/

Approved by:    erwin (mentor) (implicitly)
2004-01-07 00:44:11 +00:00
Clement Laforet
30de5bbab5 - Change runtime dependency from www/squid24 (which is about to be retired) to
www/squid. Since the squid redirector interface should not have changed from
  squid 2.4 to 2.5, squirm should work with squid 2.5 as well (testers welcome).
- Reinstate original MASTER_SITE: while the content on that site only refers to
  squirm 1.0-BetaB, squirm-1.23 is actually fetchable from there.
- Bump PORTREVISION.

PR:             60991
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de>
Approved by:    erwin (mentor) (implicitly)
2004-01-06 21:55:47 +00:00
Mark Linimon
5280b12e5e Patch to work with apache2. Pacify portlint.
PR:		ports/60969
Submitted by:	vinc@freebsd-fr.org (maintainer)
2004-01-06 17:31:19 +00:00
David E. O'Brien
cf977e9902 Use 'strings' vs. 'grep' to find strings w/in a binary.
Also minor portlinting.

Approved by:	nork
2004-01-06 16:38:13 +00:00
Clement Laforet
691859da72 Add mod_vdbh 1.0.3, allows mass virtual hosting using
a MySQL backend with Apache 2.0.x.

PR:		58251
Approved by:    erwin (mentor) (implicitly)
2004-01-06 09:38:23 +00:00
Sergei Kolobov
f34fe178a0 - Integrate a new patch issued by the squid development team
to correct the behaviour of the LDAP authentication helper wrt TLS,
  see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details
- Reinstate the errorpages.patch and work around its partial brokenness
  by installing some Lithuanian error pages manually.
- Bump PORTREVISION

PR:		60950
Submitted by:	maintainer
2004-01-06 08:12:54 +00:00
Pete Fritchman
dfac53efac Add p5-CGI-Application-ValidateRM 1.06, help validate forms with
the CGI::Application framework.

PR:		56536
Submitted by:	Manuel Rabade <mig@mig-29.net>
2004-01-06 04:17:49 +00:00
Clement Laforet
5a663af668 Add mod_mya 3.0.1,
allows basic authentication data to be stored in a MySQL database.

PR:		58252
Approved by:    erwin (mentor) (implicitly)
2004-01-06 01:26:57 +00:00
Pav Lucistnik
99db7d149e - Update to 5.500
PR:		ports/60961
Submitted by:	Doug Silver <freebsd@urchin.com> (maintainer)
2004-01-06 00:59:59 +00:00
Clement Laforet
c079d95f77 Add mod_limitipconn2 0.22,
allows you to limit the number of simultaneous connexions.

PR:		59416
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Approved by:    erwin (mentor) (implicitly)
2004-01-06 00:47:23 +00:00
Clement Laforet
8f39f4fe9b - Update to 040104 snapshot
PR:             60959
Submitted by:   Thierry Thomas <thierry@pompo.net>
Approved by:    erwin (mentor) (implicitly)
2004-01-05 23:53:03 +00:00