summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - SIZE'ifyKirill Ponomarev2004-03-182-0/+2
| | | | | | | | PR: ports/64414 Submitted by: maintainer Notes: svn path=/head/; revision=104447
* - Add SIZEPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104442
* Add SIZE into distinfo.Maxime Henrion2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104438
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* - SIZE'ifyKirill Ponomarev2004-03-181-0/+1
| | | | | | | | PR: ports/64401 Submitted by: maintainer Notes: svn path=/head/; revision=104415
* Add SIZE data.Hye-Shik Chang2004-03-183-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* - add SIZEDirk Meyer2004-03-183-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104384
* Add SIZE.Clive Lin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104374
* Add size data.Trevor Johnson2004-03-185-0/+5
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* SIZEify my ports.Yen-Ming Lee2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104359
* - SIZEifyClement Laforet2004-03-183-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104354
* SIZEify.Jun Kuriyama2004-03-183-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* PKGNAMESUFFIX should be added if WITH_APACHE2 is set. (and not only inClement Laforet2004-03-182-1/+1
| | | | | | | slave port) Notes: svn path=/head/; revision=104340
* (1) Use .include correctly.Jun Kuriyama2004-03-181-2/+3
| | | | | | | | | (2) Remove bogus $MAN3PREFIX definition. PR: ports/64393 (1) Notes: svn path=/head/; revision=104339
* (should) fix INDEX build.Clement Laforet2004-03-171-0/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=104327
* Upgrading to the latest snapshot (040315).Thierry Thomas2004-03-172-3/+3
| | | | | | | Approved by: mat (mentor). Notes: svn path=/head/; revision=104324
* Add mod_rpaf2, a mod_rpaf slave port, for apache2.Clement Laforet2004-03-172-0/+13
| | | | Notes: svn path=/head/; revision=104316
* Add mod_rpaf 0.5Clement Laforet2004-03-175-0/+48
| | | | | | | | | | | | | | rpaf changes the remote address of the client on incoming proxy requests. It is used in backend servers that needs to know the IP of the client, and works in conjunction with mod_proxy_add_forward (which sets the X-Forwarded-For header). When an X-Host header exists rpaf will take the hostname found here, put it into Apache, and update the virtualhost settings so that you can serve virtualhosts on the backend. Author: Thomas Eibner Notes: svn path=/head/; revision=104314
* SIZEify.Trevor Johnson2004-03-1739-0/+69
| | | | Notes: svn path=/head/; revision=104313
* - Don't define -fPIC to all achitectures but only for AMD64Kirill Ponomarev2004-03-172-2/+8
| | | | | | | | PR: ports/64357 Submitted by: maintainer Notes: svn path=/head/; revision=104303
* Fix build on amd64 by linking against shared libraries instead of tryingKris Kennaway2004-03-171-4/+6
| | | | | | | | | to link static libraries into a shared library. Reviewed by: maintainer Notes: svn path=/head/; revision=104279
* Update to Tomcat 3.3.2.Ernst de Haan2004-03-173-140/+86
| | | | | | | See: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/readme-3.3.2 Notes: svn path=/head/; revision=104276
* Oops I forgot one file...Clement Laforet2004-03-172-34/+0
| | | | Notes: svn path=/head/; revision=104265
* - Move apache21 to Attic.Clement Laforet2004-03-1736-4898/+0
| | | | | | | | | Will be back soon ;-) Suggested by: kris Notes: svn path=/head/; revision=104264
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-1713-48/+156
| | | | Notes: svn path=/head/; revision=104255
* - update to squid-2.5.STABLE5, including two vendor patches issued so farSergei Kolobov2004-03-1748-1254/+4038
| | | | | | | | | | | | | | | | | | - provide more OPTIONS, including (untested) support for pf(4) - integrate the follow-XFF-patch from devel.squid-cache.org (submitted by Michael Ranner), this should improve interaction with dansguardian - use id 100 for the squid pseudo user instead of choosing the first free id greater than 3127, a behaviour introduced with PORTVERSION 2.5.4_6. Provide a 'changeuser' target to make migration from a high id to id 100 possible (requested by Kris Kennaway) - don't let the port CONFLICT with itself (criticized by Oliver Eikemeier) - provide rcNG support in squid.sh only on systems with /etc/rc.subr PR: ports/64061 Submitted by: Thomas-Martin Seck (maintainer) Notes: svn path=/head/; revision=104252
* Chase the new location of libXft.Joe Marcus Clarke2004-03-1613-13/+13
| | | | Notes: svn path=/head/; revision=104228
* Upgrading to Horde 2.2.5.Thierry Thomas2004-03-164-31/+43
| | | | | | | | | | | | The full list of changes (from version 2.2.4) can be viewed here: <http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.207.2.86&r2=1.207.2.91&ty=h>. PR: ports/63947. Submitted by: maintainer. Approved by: mat (mentor). Notes: svn path=/head/; revision=104217
* Update to 2.1.12Daichi GOTO2004-03-166-20/+31
| | | | | | | | | | | | | Set LATEST_LINK Add libresin.so to packing list Add license information to pkg-descr USE_REINPLACE and REINPLACE_CMD instead of sed -i PR: ports/64255 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) Notes: svn path=/head/; revision=104142
* - Correct the return code given for successful FTP CWD requestsKirill Ponomarev2004-03-152-1/+10
| | | | | | | | | | - Bump PORTREVISION PR: ports/64309 Submitted by: maintainer Notes: svn path=/head/; revision=104107
* o Fix symlink on packge install.Norikatsu Shigemura2004-03-152-4/+4
| | | | | | | | | o Bump PORTREVISION. Submitted by: ru Notes: svn path=/head/; revision=104089
* Fix build on amd64 (compile shared library objects with -fPIC)Kris Kennaway2004-03-151-0/+52
| | | | Notes: svn path=/head/; revision=104073
* - Update to 2.0.7Pav Lucistnik2004-03-153-12/+14
| | | | | | | | PR: ports/64239 Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) Notes: svn path=/head/; revision=104035
* Update to 0.7.5.Akinori MUSHA2004-03-143-3/+5
| | | | Notes: svn path=/head/; revision=104008
* Update to 0.0.20040310.Akinori MUSHA2004-03-143-13/+8
| | | | Notes: svn path=/head/; revision=104007
* Unbreak: Don't pass CFLAGS in single-quotesVolker Stolz2004-03-141-7/+2
| | | | | | | | | http://bento.freebsd.org/errorlogs/i386-4-latest/p5-FastCGI-0.67.log Approved by: linimon (mentor) Notes: svn path=/head/; revision=103986
* Resign maintainership of the ports corresponding to software I developedRalf S. Engelschall2004-03-141-1/+1
| | | | | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports. Notes: svn path=/head/; revision=103976
* - Chase recent gtkhtml3 updatePav Lucistnik2004-03-141-4/+2
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=103975
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-1414-22/+26
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-1438-43/+43
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Fix build on amd64 (shared library objects must be built with -fPIC)Kris Kennaway2004-03-141-3/+3
| | | | Notes: svn path=/head/; revision=103961
* Fix build on amd64 (shared library objects must be compiled with -fPIC)Kris Kennaway2004-03-141-0/+24
| | | | Notes: svn path=/head/; revision=103960
* Fix build on amd64 (-fPIC for shared library objects)Kris Kennaway2004-03-141-3/+3
| | | | Notes: svn path=/head/; revision=103956
* - Update to version 3.31Kirill Ponomarev2004-03-134-22/+42
| | | | | | | | PR: ports/64219 Submitted by: Ports Fury Notes: svn path=/head/; revision=103893
* Fix configure.Clement Laforet2004-03-132-0/+2
| | | | Notes: svn path=/head/; revision=103876
* - Chase libraries for new security/gnutls versionKirill Ponomarev2004-03-131-1/+2
| | | | | | | | | | PR: ports/64194 Submitted by: Hendrik Scholz <hendrik@scholz.net> Reported by: bento via kris No cookies for: sergei Notes: svn path=/head/; revision=103850
* Add a NOOP -preserve flag as a workaround to buildAlex Dupre2004-03-121-0/+12
| | | | | | | | | FreeBSD docs with tidy-devel. Approved by: maintainer Notes: svn path=/head/; revision=103818
* - Update to 3.2.2Kirill Ponomarev2004-03-125-160/+196
| | | | | | | | | | | | - Fix dead URL - Utilize DOCSDIR - Assign maintainership to submitter PR: ports/64026 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=103788
* - Add intlhack to fix install on -STABLEPav Lucistnik2004-03-122-2/+2
| | | | Notes: svn path=/head/; revision=103785
* Unbreak on -current.Pete Fritchman2004-03-123-7/+25
| | | | Notes: svn path=/head/; revision=103780