Commit graph

7280 commits

Author SHA1 Message Date
Joe Marcus Clarke
c2a3ee282a Update to 1.1. 2004-01-17 07:47:14 +00:00
Joe Marcus Clarke
3f5d08f1be Mark this port as IGNORE since www/mozilla has been updated to 1.6. 2004-01-17 05:27:15 +00:00
Joe Marcus Clarke
722cde1aed Catch up with Mozilla 1.6. 2004-01-17 05:26:15 +00:00
Joe Marcus Clarke
ed5f467560 Update to 1.6. For all the juicy details, please see:
http://www.mozilla.org/releases/mozilla1.6/
2004-01-17 05:24:17 +00:00
Joe Marcus Clarke
4a7195d628 I really meant to sweep ephy before I committed. I must have been distracted.
Add intlhack to fix the build on -STABLE.

Reported by:	Randy Bush <randy@psg.com>
2004-01-17 02:20:16 +00:00
Joe Marcus Clarke
d9669bc94c Update to 1.0.7. 2004-01-16 23:59:01 +00:00
Clement Laforet
7facac523b - Change maintainer's e-mail address
(einekoai@chello.nl -> kwm@rainbow-runner.nl)

PR:                 61447
Submitted by:       Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-16 23:19:08 +00:00
Sergei Kolobov
07a7de4337 - configure squid to run under a dedicated "squid" user by default; make use
of SQUID_{UID,GID} which other squid-related ports already implemented.
  The user/group will be created on the fly if they do not already exist.
- introduce WITH_SQUID_LDAP_AUTH to pull in the necessary bits to compile and
  use the ldap_auth helper
- install some more authentication helper applications by default
- install helper applications to ${PREFIX}/libexec/squid instead of
  ${PREFIX}/libexec, add notes about it in pkg-install and pkg-descr
- cleanup the pre-installation tasks and move them from Makefile and pkg-plist
  into the pkg-install script; make 'make install' and 'pkg_add' actually do
  the same thing
- introduce a pkg-deinstall script
- make squid.sh rcNG compatible (when either /etc/rc_subr or
  ${PREFIX}/etc/rc_subr is present, the first one will be used, otherwise the
  script will work as a "rc classic" script so no additional dependency on
  the rc_subr port should be needed)
- some Makefile cleanups:
  + the squid installation procedure now correctly strips binaries, so there
    is no need to do this manually anymore
  + generate those parts of pkg-plist dynamically that may be affected by user
    set tunables (currently the localized error pages and helper applications)
  + document the available configuration options in a slightly different style
  + remove some obsolete variable declarations and comments
  + honor NOPORTDOCS
- add CONFLICTS
- add another vendor patch, see
  http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for a thorough
  explanation of what has been fixed.
- since we can no longer take the presence of Lithuanian error pages for
  granted, wrap the workaround for the errorpages.patch with '.if exists()'
- bump PORTREVISION

PR:		61315
Submitted by:	maintainer
2004-01-16 21:18:20 +00:00
Sergei Kolobov
8b49e5d66b - Add CONFLICTS [1]
- Pacify porlint

PR:		61315 [1]
Submitted by:	maintainer [1]
2004-01-16 13:11:55 +00:00
Sergey Skvortsov
bb0f1b323c Updated to 1.07 2004-01-16 12:25:51 +00:00
Sergey Skvortsov
b87bdc342b Updated to 0.61 2004-01-16 11:36:11 +00:00
Pete Fritchman
9f158b2527 Update to 1.40. 2004-01-16 03:58:06 +00:00
Clement Laforet
2343b5bbda - update to 0.9.3
While I'm here:
- bump PORTEPOCH, since 0.9.3b3 > 0.9.3.

PR:                 61334
Submitted by:       Tim Middleton <x@vex.net>
Approved by:        erwin (mentor) (implicitly)
2004-01-16 02:18:38 +00:00
Clement Laforet
18f9e70e88 - Update to 0.8.1
Approved by:        erwin (mentor) (implicitly)
2004-01-16 01:10:57 +00:00
Clement Laforet
aa99c82619 - Fix compilation for threaded MPM.
This is due to partial revert of apr improvment.
  setting LIBS=${PTHREAD_LIBS} conflicts with libtool.
  All should be OK now...
  If someone can explain me why libtool impose using
  -pthread (ltshmain), I'm all ears...
  Note:
  You CAN NOT override -lc_r (i.e. setting -lkse) at compile time.
  I must fix it...
- Move patchset to MASTER_SITE_LOCAL

Noticed by:         Martin Nilsson <martin@gneto.com>
Approved by:        erwin (mentor) (implicitly)
2004-01-16 00:30:22 +00:00
Clement Laforet
ab97728208 - Fix suPHP.
- Bump PORTREVISION

Noticed by:         Starhost.nl - N.Elsten <elsten@starhost.nl>
Approved by:        erwin (mentor) (implicitly)
2004-01-14 20:28:58 +00:00
Alex Dupre
b220894da9 Update to 1.3 release.
Approved by:	nork (mentor/implicitly)
2004-01-14 19:04:28 +00:00
Sergei Kolobov
6dbb2f422b - ost.eltele.no seems to have moved to teledanmark.no, reflect this in
MASTER_SITES. The distfile is fetchable from these sites although
  www.squidguard.org is currently not reachable (for me) due to DNS
  or domain registration problems.
- move runtime dependency from www/squid24 to www/squid

PR:		61255
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
Approved by:	maintainer
2004-01-14 10:12:16 +00:00
Clement Laforet
655d574472 - Remove thread support in apr. The code prevents apache from running
on > 4.8-STABLE (from september 2003) system because apache2 used
  libc_r instead of libc.
  Compiling with -lkse (on -CURRENT) was broken too.

- bump PORTREVISION to force users to upgrade.

NOTE: on -STABLE DO NOT DEFINE WITH_THREADS.
      (unless you use a threaded MPM)

Thanks to Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
who helped me to track the problem.

Noticed by:         Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
                    HAYASHI, "Lef" Tatsuya <lef@st.rim.or.jp> [1]
PR:                 61317 [1]
Approved by:        erwin (mentor) (implicitly)
2004-01-13 22:12:11 +00:00
Pav Lucistnik
d2f4eb4ae4 - Update to 0.10.3
PR:		ports/61328
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-01-13 20:48:27 +00:00
Pav Lucistnik
c63c243d07 - Update to 1.6.1
PR:		ports/61327
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-01-13 20:29:58 +00:00
Norikatsu Shigemura
d3522f6772 Clear how to apply a patch for 4-stable rtld-elf.
Submitted by:	Andrew J Caines <A.J.Caines@halplant.com>
2004-01-13 16:27:08 +00:00
Clement Laforet
3887814e09 - Update my email address
Approved and reviewed by:    erwin (mentor)
2004-01-13 15:04:51 +00:00
Alex Dupre
9288289bb1 - Update to 1.4.1 release and add language packs [1]
- Set submitter as new maintainer [1]
- Make portlint happy

PR:		ports/61285 [1]
Submitted by:	Alex Varju <varju@webct.com> [1]
Approved by:	nork (mentor)
2004-01-13 12:53:54 +00:00
Edwin Groothuis
1a667ea4dd Fix typo: apche-1.3 -> apache-1.3 2004-01-12 22:51:22 +00:00
Kirill Ponomarev
276761b5dd - Update to version 040110
PR:		61263
Submitted by:	maintainer
2004-01-12 20:20:16 +00:00
Kirill Ponomarev
88497dbcbc - Update to 1.12
PR:		61229
Submitted by:	maintainer
2004-01-12 09:21:01 +00:00
Dmitry Sivachenko
10c19ebf1f Update to version 9632.
Submitted by:	maintainer
2004-01-12 06:38:15 +00:00
MANTANI Nobutaka
3ff08ebde8 Add w3m-m17n-img, w3m with multilingualization and inline image support. 2004-01-12 03:30:33 +00:00
MANTANI Nobutaka
2122fb369f Update to 2004-01-11 snapshot of w3m 0.4.2.
Make portlint happy.
2004-01-12 03:17:20 +00:00
Mark Linimon
6603e62279 Thomas-Martin Seck has agreed to take over any remaining maintainence
duties of this port.  Note, however, from his email:

  As stated on ports@ already, I would like to retire it ASAP. I am
  currently trying to get all consumers of it to depend on www/squid.

So consider this as a heads-up that this port will be delted at
some time in the future.
2004-01-12 01:46:48 +00:00
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
Pav Lucistnik
f013ade4d1 Remove gnujsp 2004-01-05 19:57:07 +00:00
Pav Lucistnik
e3b9e51dd9 Remove this three years abandoned port, with a security vulnerability
and with much better alternatives in the tree.

PR:		ports/60866
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
2004-01-05 19:55:59 +00:00
Pav Lucistnik
8df9b7b5ef - Portlint whitespace 2004-01-05 19:16:05 +00:00
Pav Lucistnik
c5f8de1b1f - Add conflicts between www/plone and www/zope-formulator, they both install
Zope Product named Formulator, which are incompatible.

PR:		ports/60845
Submitted by:	Filippo Natali <filippo.natali@widestore.net> (plone maintainer)
2004-01-05 19:14:41 +00:00
Pav Lucistnik
cbda193121 - Update distinfo after tarball was changed to fix security issues, please see
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=161943 for details.

PR:		ports/60921
Submitted by:	Kang Liu <liukang@bjpu.edu.cn> (maintainer)
2004-01-05 19:01:44 +00:00
Akinori MUSHA
2f39ffb4bb Update to 0.2.9. 2004-01-05 17:41:10 +00:00
Yen-Ming Lee
bc5d34ab38 add mod_uid-1.1.0
The standard distribution of Apache does not provide adequate means for user
tracking, and this module provides them. What it actually does:

+ if the user has provided the cookie header with the correct cookie-name,
   the module writes this cookie in notes with the name uid_got (accordingly,
   then it may be written to the log);

+ if the user has arrived without the required cookie, the module issues the
   SetCookie header for him/her and writes the cookie thus issued in notes
   with the name uid_set (and this may also be written to the log);

+ if built-in P3P support is included, the P3P header is also issued as the
   Set-Cookie header is issued.

WWW: http://www.lexa.ru/programs/mod-uid-eng.html
2004-01-05 17:19:08 +00:00
Jun Kuriyama
4d0b6af36c o Upgrade to 1.99r12.
o Fix plist.

Approved by:	maintainer
2004-01-05 13:22:21 +00:00
Clement Laforet
ed7cfd72f4 Add mod_extract_forwarded2 0.1,
an Apache module that can make proxied requests appear with client IP.

PR:             59094
Approved by:    erwin (mentor)
2004-01-05 12:34:45 +00:00
Will Andrews
f86c3e7f09 Change maintainer to Thomas-Martin Seck.
Approved by:	adrian
2004-01-05 09:54:57 +00:00
Clement Laforet
fb755940fd - update to 1.10.2
Approved by:        erwin (mentor)
2004-01-04 20:37:35 +00:00
Doug Barton
e97db53ab7 Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.

In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
2004-01-03 20:30:39 +00:00
Pav Lucistnik
56faeda39d - Update to 0.5
PR:		ports/60855
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.0x45.org>
2004-01-03 13:52:19 +00:00
Pav Lucistnik
2da8eae2af Add zope-cmfphoto, a Photo product for Zope/CMF
It shows an image file at user selectable resolutions.

WWW:    http://plone.org/collective

PR:		ports/60689
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-01-03 12:39:56 +00:00
Erwin Lansing
5bfb94574d Fix in MASTER_SITE_SUBDIR
PR:		60848
Submitted by:	maintainer
2004-01-03 10:23:15 +00:00
Edwin Groothuis
c55ad84713 New port: www/urchin, web traffic analysis tool
Urchin is the most powerful web traffic analysis program
	available.  We have set this to install into $PREFIX/urchin,
	i.e. /usr/local/urchin and upon completion two services
	start up, our Apache server on port 9999 and a scheduling
	daemon.  If starting up a service is a problem, it can be
	adjusted in the Makefile (START_SERVERS = yes).

PR:		ports/58646
Submitted by:	Doug Silver <freebsd@urchin.com>
2004-01-03 08:08:51 +00:00
Dmitry Sivachenko
5db4c835c0 Update to version 3.0.8.
Approved by:	maintainer
2004-01-03 07:38:19 +00:00
Jun Kuriyama
e5e3f3c403 o Though this port does not support packaging, but fixed pkg-plist
while I'm here.
o Install mt.cfg as mt.cfg.dist and not overwrite / deinstall modified
  mt.cfg file.
2004-01-03 05:38:28 +00:00
Pav Lucistnik
dd79e1a7f5 Add zope-silva, a Zope-based web application designed for the creation and
management of structured, textual content. Silva allows users to enter
new documents as well as edit existing documents using a web interface.

SilvaDocument and SilvaMetadata are included in this port.

WWW: http://www.zope.org/Members/infrae/Silva

PR:		ports/60757
Submitted by:	Tim Middleton <x@vex.net>
2004-01-03 00:40:36 +00:00
Dmitry Sivachenko
408084f657 Update to version 9493.
Submitted by:	Autrijus Tang <autrijus@autrijus.org> (maintainer)
2004-01-02 23:48:46 +00:00
Pav Lucistnik
388d2443af Add zope-proxyindex, a plugin catalog index. It uses a TALES expression instead
of an attribute lookup/call to retrieve the value to index from an object.
The value retrieved can then be indexed by any available plugin index.

WWW: http://www.zope.org/Members/infrae/ProxyIndex

PR:		ports/60755
Submitted by:	Tim Middleton <x@vex.net>
2004-01-02 21:35:48 +00:00
Pav Lucistnik
f109a281bf Add zope-annotations, a generic way to add information to arbitrary Zope objects.
It is used by Silva Metadata to store metadata.

WWW: http://www.zope.org/Members/infrae/Annotations

PR:		ports/60754
Submitted by:	Tim Middleton <x@vex.net>
2004-01-02 21:30:46 +00:00
Pav Lucistnik
cea728c7b3 Add zope-silvaviews, a component that is used by Silva to attach views to objects.
It could also be used outside of Silva in other projects.

WWW: http://www.zope.org/Members/infrae/SilvaViews

PR:		ports/60741
Submitted by:	Tim Middleton <x@vex.net>
2004-01-02 21:20:26 +00:00
Pav Lucistnik
e62be500c5 - Update to 1.3
PR:		ports/60767
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-01-02 20:59:20 +00:00
Pav Lucistnik
a3b3fce08c - Update to 0.10.2
PR:		ports/60739
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-01-02 20:55:36 +00:00
Pav Lucistnik
8233a5b896 - Update to 0.20.0
PR:		ports/60734
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-01-02 20:50:42 +00:00
Pav Lucistnik
75fa296c75 - Update to 1.6.0
PR:		ports/60729
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-01-02 20:37:00 +00:00
Pav Lucistnik
0dc09927f7 - Update to 1.3.21
PR:		ports/59801
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2004-01-02 19:36:56 +00:00
Ernst de Haan
4c6b96197f Fixed name of PID file in pkg-deinstall.
Bumped PORTREVISION.

PR:		60781
Submitted by:	Kang Liu <liukang@bjpu.edu.cn>
2004-01-02 12:31:11 +00:00
Ernst de Haan
d0cbc3cfac Update to 1.9.1.
PR:		58946
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-01-02 11:39:06 +00:00
Edwin Groothuis
a8f032a31d More patches for squid, to keep up to date with the squid distribution.
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (privately)
Approved by:	maintainer timeout (still)
2004-01-02 00:28:12 +00:00
Dmitry Sivachenko
56507b4d52 Refer to perl binary as ${PERL}, not ${PERL5}, so the program continues to
work after perl update.
2004-01-01 22:13:38 +00:00
Yen-Ming Lee
bd2b99e2de add missing MAN3 and update PLIST
PR:		60782
Submitted by:	leeym
Approved by:	maintainer
2004-01-01 15:28:56 +00:00
Peter Pentchev
9e1b328019 Update to MovableType 2.65, which contains an important XMLRPC security
fix and other improvements.
Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does
indeed introduce a build-time dependency on MySQL, too, but IMHO this ought
to be acceptable for the present.  Is it time for USE_MYSQL_BUILD and
USE_MYSQL_RUN already? :)
2003-12-31 12:52:58 +00:00
Dirk Meyer
4a1c09b19e - Fix collision when APACHE_WITH_MODSNMP and APACHE_WITH_IPV6
are selected.
2003-12-31 04:21:47 +00:00
Erwin Lansing
bdb18db0cc Vendor update to 2.46
- lib/WWW/Search.pm (user_agent): fix for undef warnings in LWP::UserAgent::proxy

PR:		60721
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-30 17:29:13 +00:00
Pav Lucistnik
731d070a4d Add web-traceroute, a traceroute cgi for your website implemented in C.
PR:		ports/58553
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2003-12-30 14:53:14 +00:00
Erwin Lansing
dd34ea289f HTML::MagicTemplate package now include in Text-MagicTemplate, which is
merged in textproc/p5-Text-MagicTemplate

PR:		60712
Submitted by:	maintainer
2003-12-30 12:29:02 +00:00
Edwin Groothuis
0c807e28a4 Add more patch files for www/squid
PR:		ports/59091 (based on)
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
2003-12-30 09:22:31 +00:00
Dirk Meyer
51fbecbb68 - Update PATCH_SITES for mod_snmp
Problem found by: Subhi S Hashwa
2003-12-30 04:30:33 +00:00
Ying-Chieh Liao
ba01cc4cc8 add goose 0.5
Command line Google search utility
2003-12-30 04:20:00 +00:00
Edwin Groothuis
0905610dcc [New Port]:: www/drupal 4.3.1 Update & Fix plist
Drupal is an open-source platform and content management
	system for building dynamic web sites offering a broad range
	of features and services.

	Drupal can support a diverse range of web projects ranging
	from personal weblogs to large community-driven sites.

	WWW: http://drupal.org

PR:		ports/60204
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info>
2003-12-29 06:13:32 +00:00
Edwin Groothuis
25e587e6b7 [NEW PORT] www/zope-archetypes
Archetypes is a framework for the development of new Content
	Types in Zope/CMF/Plone.

PR:		ports/59176
Submitted by:	Filippo Natali <filippo@widestore.net>
2003-12-29 05:08:54 +00:00
Edwin Groothuis
7b87d693e6 [NEW PORT] www/zope-FileSystemSite: Enable file system based sites within Zope
This is a repackaging of the CMF's FileSystem Directory
	Views such that it is independent of the CMF.

	The major use of this is to develop view code on the file
	system such that it can be edited with normal development
	utilties and checked into a source control management system.

	WWW: http://www.zope.org/Members/k_vertigo/Products/FileSystemSite

PR:		ports/54550
Submitted by:	Tim Middleton <x@vex.net>
2003-12-29 05:05:40 +00:00
Edwin Groothuis
497f3442f5 [NEW PORT] www/zope-xmlwidgets: XMLWidgets - dynamic translations of ParsedXML to HTML pages
XMLWidgets is a Zope Product/Framework to create dynamic
	translations of ParsedXML documents to HTML pages. Each XML
	node is represented by a widget.  A widget can display
	itself (to HTML), and handle user events (clicks, form
	submits) in the same HTML page.

	WWW: http://www.zope.org/Members/faassen/XMLWidgets

PR:		ports/54251
Submitted by:	Tim Middleton <x@vex.net>
2003-12-29 05:01:56 +00:00
Edwin Groothuis
2875425800 New port: www/exuserfolder, Zope Extensible User Folder
Extensible User Folder is a user folder that provides custom
	authentication methods, including support for many database
	backends.

PR:		ports/53983
Submitted by:	Tim Middleton <x@vex.net>
2003-12-29 04:45:57 +00:00
Edwin Groothuis
615c67a1fd New port: www/formulator, Formulator for Zope
Formulator is an extensible framework that eases the creation
	and validation of web forms.

PR:		ports/54079
Submitted by:	Tim Middleton <x@vex.net>
2003-12-29 04:37:34 +00:00
Edwin Groothuis
dacccd604a New port: www/parsedxml, ParsedXML for Zope
Parsed XML allows you to use XML objects in the Zope
	environment. You can create XML documents in Zope and
	leverage Zope to format, query, and manipulate XML, using
	the standard W3C DOM.

PR:		ports/54095
Submitted by:	Tim Middleton <x@vex.net>
2003-12-29 04:32:36 +00:00
Edwin Groothuis
6596ca7372 Uncomment the lines I needed to test the port. Mea Culpa.
*grabs pointy hat*
2003-12-28 11:03:28 +00:00
Edwin Groothuis
23f0a346aa [PATCH] www/squid: update to 2.5-STABLE4 (+ vendor patches)
[...]
- Add 2.5-STABLE4 vendor patches
  - cache.log message on "squid -k reconfigure" confusing
  - digest auth never detects password changes
  - login with space confuses redirector helpers
  - FQDNcache discards negative responses when using internal DNS
  - Full details at http://www.squid-cache.org/Versions/v2/2.5/bugs/#STABLE4
[...]

PR:		ports/58090
Submitted by:	Jonathan Noack <noackj@concordiacrusaders.org>
Approved by: 	MAINTAINER TIMEOUT
2003-12-28 09:58:21 +00:00
Edwin Groothuis
888ac61430 [PATCH] www/squid: update to 2.5 STABLE 4
- Update to 2.5-STABLE4
	- plist is correct -- see ports/56392 for details on extra files

PR:		ports/56926
Submitted by:	Jonathan Noack <noackj@concordiacrusaders.org>
Approved by:	MAINTAINER TIMEOUT
2003-12-28 09:46:35 +00:00
Edwin Groothuis
1446aabaab pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:		ports/57152
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2003-12-28 09:11:28 +00:00
Edwin Groothuis
c0fcaf379b New port: pear-HTTP_Upload: Easy and secure managment of files submitted via HTML Forms
This class provides an advanced file uploader system for
	file uploads made from html forms. Features:
	 * Can handle from one file to multiple files.
	 * Safe file copying from tmp dir.
	 * Easy detecting mechanism of valid upload, missing upload or error.
	 * Gives extensive information about the uploaded file.
	 * Rename uploaded files in different ways: as it is, safe or unique
	 * Validate allowed file extensions
	 * Multiple languages error messages support (es, en, de, fr, nl)

	WWW: http://pear.php.net/package-info.php?package=HTTP_Upload

PR:		ports/60196
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:56:37 +00:00
Edwin Groothuis
04ef66b100 New port: pear-HTTP_Session: OO interface to the session_* family functions
Object-oriented interface to the session_* family functions
	it provides extra features such as database storage for
	session data using DB package. It introduces new methods
	like isNew(), useCookies(), setExpire(), setIdle(),
	isExpired(), isIdled() and others.

	WWW: http://pear.php.net/package-info.php?package=HTTP_Session

PR:		ports/60195
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:54:32 +00:00
Edwin Groothuis
f02a187e7f New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easily
This class provides methods to set/modify HTTP-Headers.
	To abstract common things, like caching etc. some sub classes are
	provided that handle special cases (i.e. HTTP_Header_Cache).

PR:		ports/60198
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:52:55 +00:00
Edwin Groothuis
678d38df0c New port: pear-HTTP: PEAR miscellaneous HTTP utilities
The HTTP class is a class with static methods for doing miscellaneous
	HTTP-related stuff like date formatting or language negotiation.

	WWW: http://pear.php.net/package-info.php?package=HTTP

PR:		ports/60197
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-12-28 08:47:44 +00:00
Norikatsu Shigemura
e1f2f0c7b9 Update a message if you don't enable libmap.conf(5) feature.
Asked by:	Mike Harding <mvh@ix.netcom.com>
2003-12-28 05:32:26 +00:00
Norikatsu Shigemura
53f664b8d5 o Correct to use acrobat on firebird. But I don't know that this fix is
right.  I heard BAD and OK:-). [1]
o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2]
  OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29.
  It really got to me.

Reported by:	Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1]
Tested by:	osa, ale [1]
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org> [2]
2003-12-27 21:57:09 +00:00
Norikatsu Shigemura
5796f6fd71 Add IGNORE. Because this port should be obsolated:-). 2003-12-27 21:40:49 +00:00
Ernst de Haan
928436b764 Update to 5.0.16.
Submitted by:	maintainer
PR:		60036
2003-12-27 18:16:35 +00:00
Pav Lucistnik
9c4eb7ed58 Add rnews, a server-side RSS aggregator written in PHP using MySQL database.
PR:		ports/60527
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2003-12-27 13:50:26 +00:00
Pav Lucistnik
ee27a01646 - Use APACHE_PORT in the usual way
PR:		ports/60611
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-12-27 13:19:34 +00:00
Kirill Ponomarev
7ef994d2b4 - Update to version 1.11
PR:		60577
Submitted by:	maintainer
2003-12-26 13:37:28 +00:00
Kirill Ponomarev
0a9ad51c2f - Update to version 1.4.2
PR:		60576
Submitted by:	maintainer
2003-12-26 13:34:13 +00:00
Ying-Chieh Liao
d7e45701d1 add bk_edit 0.6.23
Bookmark Editor
2003-12-26 06:18:14 +00:00
Pav Lucistnik
bb23e445c6 Add emp, CGI application that creates a hierarchy of categorized links.
PR:		ports/60031
Submitted by:	Allan Bowhill <abowhill@blarg.net>
2003-12-26 01:00:25 +00:00
Pav Lucistnik
5eab4f3125 Add chpasswd, a cgi program that allows users to change their Squid account's
password from their web browser.

PR:		ports/60365
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2003-12-26 00:39:09 +00:00
Pav Lucistnik
7788b08a6b Add admuser, a small C program that allows to change Squid or Web access
files (.htpasswd). Create, change, remove, disable or enable users from
your web browser.

PR:		ports/60360
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2003-12-26 00:30:44 +00:00
Kirill Ponomarev
608c2b82ef - Update to version 0.9.0
Approved by:	maintainer
2003-12-25 22:59:03 +00:00