summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As announced 2 months ago, remove these broken ports.Kris Kennaway2004-04-196-504/+0
|
* Introduce bsd.autotools.mk to the world, ripped from bsd.port.mkAde Lovett2004-04-191-1/+1
| | | | | | | | | | | This is essentially a null-commit, with the one exception that the "patch-libtool" target is now called "patch-autotools" for consistency with "run-autotools". Many thanks to kris for testing on the 4-exp bento cluster Approved by: portmgr (kris) Verified by: bento 4-exp
* long overdue removal of OpenLDAP 1.2 and dependent portsOliver Eikemeier2004-04-199-386/+0
|
* Chase the libcroco shared lib version.Joe Marcus Clarke2004-04-182-4/+4
|
* Update to 1.0.0.Akinori MUSHA2004-04-184-58/+1232
|
* Update to 0.8.2.Akinori MUSHA2004-04-183-3/+5
|
* - integrate a vendor patch to fix a segfault that occured whenKirill Ponomarev2004-04-1818-78/+138
| | | | | | | | | | | | | submitting a blank username in digest authentication (squid bug #954) and bump PORTREVISION - follow Duane Wessel's squid book and use "storage scheme" instead of "store type" - remove trailing whitespace - no longer hardcode the path of the nologin binary in pkg-install and re-wrap pw(8)'s arguments for better readability PR: ports/65723 Submitted by: maintainer
* All mod_clamev 0.19, scans content delivered by the Apache2 proxyClement Laforet2004-04-186-0/+61
| | | | | | module for viruses Submitted by: Tom Müller-Kortkamp <tmueko@kommunity.net>
* - Remove blank line at the end of pkg-plistClement Laforet2004-04-182-1/+1
| | | | - Cosmetic changes in Makefile
* Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module forClement Laforet2004-04-182-0/+12
| | | | | | | connecting to Tomcat using AJP1X. PR: ports/56662 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slaveClement Laforet2004-04-181-2/+2
| | | | | | port. Forgotten by: clement
* - mod_jk2 is now mod_jk 2.x branch.Clement Laforet2004-04-1810-72/+120
| | | | | | | | | | People who wants to use mod_jk with apache2 must use mod_jk-apache2 commit monthes ago. PR: 56661 Submitted by: Palle Girgensohn <girgen@pingpong.net> Approved by: previous maintainer Reviewed/updated by: clement
* - Update to 0.8.0Pav Lucistnik2004-04-183-7/+7
| | | | | | PR: ports/65576 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: maintainer
* Update to 0.24.5Lev A. Serebryakov2004-04-188-24/+12
|
* - Do not activate module automatically [1]Clement Laforet2004-04-172-6/+6
| | | | | | | | | - Cosmectic change in autogenerated plist (run apxs before the removal of the module file, it can make apxs fail if you change module name/shortname) Forgotten by: me [1] Reminded by: discussion with kris [1]
* Add missing fileKris Kennaway2004-04-171-0/+1
|
* - Silently remove extra directoryPav Lucistnik2004-04-176-0/+6
| | | | Reported by: bento's extras list
* Add missing fileKris Kennaway2004-04-162-0/+2
| | | | # XXX plist is unsorted
* Default to Tcl-8.4, as neotcl and tclX do now.Mikhail Teterin2004-04-162-5/+9
| | | | Prompted by: kris
* Add mod_log_sql 1.97.Clement Laforet2004-04-167-0/+90
| | | | | | | | | This add-on module allows the apache web server to use a MySQL database for logging of all operations. WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/ This release add supports for apache2.
* Add mod_auth_useragent 1.0Clement Laforet2004-04-164-0/+39
| | | | | | | | | mod_auth_useragent allows you to forbid clients based on their User-Agent by placing a single line in your Apache httpd.conf. Be aware that this is by no means a security measure as it is trivial to change your User-Agent in most browsers. WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=423
* Add mod_accessCookie 0.4.Clement Laforet2004-04-164-0/+43
| | | | | | | | This module restricts access in the same way as an 'allow from' does (it is derived form this module :), by checking for the exinstence of a cookie. If a cookie is present it compares it to cookies found in a mySQL database. If it can find a equivalent cookie there, access is granted, else access is denied.
* Per dosirak run, fix plist: silently try to remove directories created byMark Linimon2004-04-161-13/+13
| | | | Zope itself.
* - Remove USE_SIZE knobKirill Ponomarev2004-04-162-2/+0
|
* - Utilize Makefile.modules.3rdClement Laforet2004-04-161-10/+8
|
* - Utilize Makefile.modules.3rdClement Laforet2004-04-162-17/+10
|
* Add AP_EXTRA to support extra arguments to apxs during build.Clement Laforet2004-04-162-2/+16
| | | | | | AP_INC and AP_LIB were added. Reminded by: mod_vdbh port
* - Utilize Makefile.modules.3rdClement Laforet2004-04-163-23/+9
| | | | | IMHO, it's one of the best example to see how Makefile.modules.3rd can be useful.
* - Utilize Makefile.modules.3rdClement Laforet2004-04-164-24/+14
|
* - Utilize Makefile.modules.3rdClement Laforet2004-04-162-10/+8
| | | | - Shorten COMMENT
* Remove noisy apache version detectionClement Laforet2004-04-162-22/+6
|
* Add Makefile.modules.3rd, which should simplify apache modules porting.Clement Laforet2004-04-162-0/+198
| | | | | | | | | | | | | | | It can not be used with USE_APACHE knob. Most important knobs: WANT_APACHE= {13,2} Apache version required. if undefined, both apache version are allowed. AP_FAST_BUILD Do ${APXS} -c ${APXS} -i for you AP_GENPLIST Autogenerate a _SIMPLE_ plist: See future commits to know how to use this file.
* Mark FORBIDDEN due to remotely exploitable format stringJacques Vidrine2004-04-164-0/+8
| | | | | | vulnerabilities. http://vuxml.freebsd.org/84237895-8f39-11d8-8b29-0020ed76ef5a.html
* Fix plistMathieu Arnold2004-04-151-0/+3
|
* sync with opera-devel:FUJISHIMA Satsuki2004-04-153-14/+13
| | | | | | | | o remove LIB_DEPENDS on png since that's now statically compiled in. o stop installing icons into non-standard places. PR: 65558 Submitted by: maintainer
* - Fix MASTER_SITESKirill Ponomarev2004-04-151-1/+2
| | | | | PR: ports/65568 Submitted by: maintainer
* Remove the .orig files because perl 5.005 will think it's clever to install themMathieu Arnold2004-04-151-0/+3
| | | | Found out by: dosirak.kr
* update to 7.50 Preview 4 (dated 20040414).FUJISHIMA Satsuki2004-04-154-19/+18
| | | | | | | | A changelog can be found here: http://snapshot.opera.com/unix/7.50-Preview-4/u750p4.html PR: 65558 Submitted by: maintainer
* Add missing directoryKris Kennaway2004-04-151-0/+1
|
* Utilize devel/pear-PEAR/Makefile.common.Thierry Thomas2004-04-143-25/+9
| | | | | | PR: ports/65511 Submitted by: Roman Neuhauser Approved by: mat (mentor).
* Utilize devel/pear-PEAR/Makefile.common.Thierry Thomas2004-04-143-9/+3
| | | | | | PR: ports/65512 Submitted by: Roman Neuhauser Approved by: mat (mentor).
* Utilize devel/pear-PEAR/Makefile.commonThierry Thomas2004-04-143-20/+10
| | | | | | PR: ports/65510 Submitted by: Roman Neuhauser Approved by: mat (mentor).
* - Update to version 3.32.00Kirill Ponomarev2004-04-143-9/+27
| | | | | PR: ports/65539 Submitted by: Ports Fury
* Add missing man pageErwin Lansing2004-04-141-2/+2
| | | | | | Remove MAN3PREFIX while I'm here Submitted by: dosirak
* Update to 0.14Mathieu Arnold2004-04-142-3/+3
|
* Use DOCSDIR macro where it possible.Sergey A. Osokin2004-04-141-4/+10
| | | | | Fix dynamic pkg-plist by adding @dirrm %%DOCSDIR%%. Bump PORTREVISION.
* Take over maintainership of two ports related to ftp/curl as aPeter Pentchev2004-04-141-1/+1
| | | | | preparation for fixing some breakage resulting from curl-7.11.1 finally removing two options marked obsolete for over a year.
* Assign maintainership to Gerhard Schmidt who have sent previousHye-Shik Chang2004-04-146-6/+6
| | | | | | update PR. Submitted by: Gerhard Schmidt <estartu@augusta.de>
* Correct config file handling and remove directoriesKris Kennaway2004-04-131-2/+3
|
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
|