aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - configure squid to run under a dedicated "squid" user by default; make useSergei Kolobov2004-01-1648-6102/+2514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=98339
* - Add CONFLICTS [1]Sergei Kolobov2004-01-161-2/+5
| | | | | | | | | | - Pacify porlint PR: 61315 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=98294
* Updated to 1.07Sergey Skvortsov2004-01-162-4/+5
| | | | Notes: svn path=/head/; revision=98290
* Updated to 0.61Sergey Skvortsov2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98279
* Update to 1.40.Pete Fritchman2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98268
* - update to 0.9.3Clement Laforet2004-01-165-19/+41
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=98264
* - Update to 0.8.1Clement Laforet2004-01-162-2/+2
| | | | | | | Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98254
* - Fix compilation for threaded MPM.Clement Laforet2004-01-162-10/+8
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=98241
* - Fix suPHP.Clement Laforet2004-01-142-22/+3
| | | | | | | | | | - Bump PORTREVISION Noticed by: Starhost.nl - N.Elsten <elsten@starhost.nl> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98171
* Update to 1.3 release.Alex Dupre2004-01-144-46/+4
| | | | | | | Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98169
* - ost.eltele.no seems to have moved to teledanmark.no, reflect this inSergei Kolobov2004-01-141-3/+3
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=98144
* - Remove thread support in apr. The code prevents apache from runningClement Laforet2004-01-134-52/+2
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=98117
* - Update to 0.10.3Pav Lucistnik2004-01-132-2/+2
| | | | | | | | PR: ports/61328 Submitted by: Tim Middleton <x@vex.net> (maintainer) Notes: svn path=/head/; revision=98103
* - Update to 1.6.1Pav Lucistnik2004-01-134-4/+4
| | | | | | | | PR: ports/61327 Submitted by: Tim Middleton <x@vex.net> (maintainer) Notes: svn path=/head/; revision=98101
* Clear how to apply a patch for 4-stable rtld-elf.Norikatsu Shigemura2004-01-131-1/+3
| | | | | | | Submitted by: Andrew J Caines <A.J.Caines@halplant.com> Notes: svn path=/head/; revision=98085
* - Update my email addressClement Laforet2004-01-1320-20/+20
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* - Update to 1.4.1 release and add language packs [1]Alex Dupre2004-01-1312-210/+1938
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=98061
* Fix typo: apche-1.3 -> apache-1.3Edwin Groothuis2004-01-121-1/+1
| | | | Notes: svn path=/head/; revision=98027
* - Update to version 040110Kirill Ponomarev2004-01-122-2/+2
| | | | | | | | PR: 61263 Submitted by: maintainer Notes: svn path=/head/; revision=98014
* - Update to 1.12Kirill Ponomarev2004-01-123-2/+24
| | | | | | | | PR: 61229 Submitted by: maintainer Notes: svn path=/head/; revision=97976
* Update to version 9632.Dmitry Sivachenko2004-01-122-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=97969
* Add w3m-m17n-img, w3m with multilingualization and inline image support.MANTANI Nobutaka2004-01-123-0/+35
| | | | Notes: svn path=/head/; revision=97966
* Update to 2004-01-11 snapshot of w3m 0.4.2.MANTANI Nobutaka2004-01-127-112/+71
| | | | | | | Make portlint happy. Notes: svn path=/head/; revision=97965
* Thomas-Martin Seck has agreed to take over any remaining maintainenceMark Linimon2004-01-121-1/+1
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=97962
* Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. ApparentlyMark Linimon2004-01-121-1/+1
| | | | | | | | | 3d@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago) Notes: svn path=/head/; revision=97960
* - Pass maintainership to volunteerClement Laforet2004-01-111-1/+1
| | | | | | | | | PR: 61216 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97949
* Make mod_auth_mysql working with mysqld 4.1.x. Replace make_scrambled_password()Martin Blapp2004-01-111-0/+33
| | | | | | | | | with hash_password(). PR: 54067 Notes: svn path=/head/; revision=97941
* Upgrade to 2.8.5 dev 17Andrey A. Chernov2004-01-112-7/+5
| | | | | | | PR: 61172 Notes: svn path=/head/; revision=97933
* Update to 0.5Clement Laforet2004-01-114-15/+40
| | | | | | | | | now suPHP supports apache2. Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97930
* o Add support Java Advanced Imaging (JAI) API.Norikatsu Shigemura2004-01-113-2/+3
| | | | | | | | | Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: ume and OISHI on the fly Notes: svn path=/head/; revision=97913
* Update to 1.55Erwin Lansing2004-01-112-2/+2
| | | | Notes: svn path=/head/; revision=97910
* - convert to using PERL_CONFIGURE. this fixes issues with some manpagesPete Fritchman2004-01-112-13/+7
| | | | | | | | | | | | (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] Notes: svn path=/head/; revision=97898
* - Per popular request, add "you can you use make show-modules"-likeClement Laforet2004-01-108-34/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=97892
* Uncomment db42-related lines, since db42 is in theClement Laforet2004-01-102-6/+6
| | | | | | | | | | ports tree now. Reminded by: lev Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97884
* update to 4.3.2Michael Haro2004-01-1010-10/+10
| | | | | | | | PR: 61170 Submitted by: maintainer Notes: svn path=/head/; revision=97882
* Update to 1.10.3Clement Laforet2004-01-102-2/+2
| | | | | | | Approved by: erwin (mentor) (implicity) Notes: svn path=/head/; revision=97875
* Add port for py-webware 0.8.1,Hye-Shik Chang2004-01-107-0/+1512
| | | | | | | | | | | | 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!) Notes: svn path=/head/; revision=97859
* s/APACHE_USER/WWWOWN/.Clement Laforet2004-01-102-2/+2
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=97858
* - Use PORTDOCSClement Laforet2004-01-102-14/+6
| | | | | | | | | - cosmetic cleanups Approved by: erwin (mentor) (implicity) Notes: svn path=/head/; revision=97829
* Add mod_auth_mysql41_ap2 1.00, mySQL 4.1 and Apache 2 port ofClement Laforet2004-01-097-0/+87
| | | | | | | | | | | mod_auth_mysql. PR: 57503 Submitted by: Douglas A. Maske <maske@maske.org> Approved by: erwin (mentor) (implicity) Notes: svn path=/head/; revision=97817
* Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTSClement Laforet2004-01-092-20/+32
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=97816
* align RUN_DEPENDS.Edwin Groothuis2004-01-091-1/+1
| | | | Notes: svn path=/head/; revision=97802
* New port: www/zope-cmfphotoalbumEdwin Groothuis2004-01-096-0/+103
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=97800
* - fix SSL detection problem on stable with base OpenSSL [1]Clement Laforet2004-01-094-4/+30
| | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=97792
* Update to 0.12Mathieu Arnold2004-01-093-4/+3
| | | | | | | + some cleanups Notes: svn path=/head/; revision=97787
* - Integrate another patch for the LDAP authentication helperSergei Kolobov2004-01-0912-24/+36
| | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=97786
* Add mod_watch4 4.3, an Apache2 module to monitor bandwidth usage, forClement Laforet2004-01-097-0/+123
| | | | | | | | | | | use with MRTG etc. PR: 57865 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97768
* Add mod_cfg_ldap 1.0, allows you to keep your virtual host configurationClement Laforet2004-01-096-0/+127
| | | | | | | | | | | | in a LDAP directory and to make changes visible in nearly realtime. WWW: http://modcfgldap.sourceforge.net/ PR: 58256 Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97722
* One more attempt to get the plist right.Mark Linimon2004-01-082-2/+3
| | | | Notes: svn path=/head/; revision=97715
* Fix conflicts. Also check in the changes to the plist that I foolishlyMark Linimon2004-01-082-43/+43
| | | | | | | | | | forgot last time (thank you cvs update!) PR: ports/61098 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=97712