summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix finding the gnomevfs headersPatrick Li2002-02-262-2/+2
| | | | | | | | PR: 35337 Submitted by: maintainer Notes: svn path=/head/; revision=55280
* Upgrade to 2.7.Munechika SUMIKAWA2002-02-265-141/+77
| | | | Notes: svn path=/head/; revision=55276
* Update to 2.0.6.Akinori MUSHA2002-02-262-2/+2
| | | | | | | Submitted by: Kouichi ABE (WALL) <kouichi@MysticWALL.COM> (MAINTAINER) Notes: svn path=/head/; revision=55269
* update to analog 5.21Michael Haro2002-02-252-2/+2
| | | | Notes: svn path=/head/; revision=55245
* Update to 2.13Patrick Li2002-02-254-16/+34
| | | | | | | | PR: 35306 Submitted by: maintainer Notes: svn path=/head/; revision=55239
* Update to adzap-20020220 (a.k.a 20/02/2002 palindrome release :-)Kris Kennaway2002-02-252-2/+2
| | | | Notes: svn path=/head/; revision=55229
* Now sets the CLASSPATH *after* JAVA_HOME is determined.Ernst de Haan2002-02-255-15/+15
| | | | | | | Reported by: Clive Lin <clive@tongi.org> Notes: svn path=/head/; revision=55219
* - Update to 0.94.12.r2Patrick Li2002-02-258-38/+67
| | | | | | | | | | | - Give maintainership to Alex Dupre who requested it PR: 35065, 35279 Submitted by: Paul Marquis <pmarquis@pobox.com>, Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=55212
* List the correct file name.Eric Melville2002-02-241-1/+1
| | | | Notes: svn path=/head/; revision=55210
* Update to latest distfile.Eric Melville2002-02-242-2/+2
| | | | Notes: svn path=/head/; revision=55206
* Update to version 3.10.Anders Nordby2002-02-245-30/+20
| | | | Notes: svn path=/head/; revision=55193
* Re-enable linux-netscape6. It is no longer broken for "make ignorelist".Trevor Johnson2002-02-241-1/+1
| | | | Notes: svn path=/head/; revision=55173
* Allow packages to be built, but warn that they should not beTrevor Johnson2002-02-242-2/+10
| | | | | | | distributed. Notes: svn path=/head/; revision=55157
* Test for existence of components.conf (fenner).Trevor Johnson2002-02-242-2/+108
| | | | | | | | | | | | | | | | | | Allow batch builds, with all components selected by default (myself). Respect WRKDIRPREFIX and set IS_INTERACTIVE (Simon Schubert <corecode@corecode.ath.cx>). Allow packages to be built, but warn that they should not be distributed. Add checksum target, copied from bsd.port.mk. I modified it to only check files which exist. PR: 34518 and 35239 Notes: svn path=/head/; revision=55156
* Comment out linux-netscape6 for now, because it is breaking the bentoKris Kennaway2002-02-241-1/+1
| | | | | | | build ('make ignorefiles' fails) Notes: svn path=/head/; revision=55148
* Update to modssl version 2.8.7Patrick Li2002-02-232-2/+2
| | | | Notes: svn path=/head/; revision=55144
* Increased PORTVERSION to 3.2.4, since it is now based onErnst de Haan2002-02-225-43/+68
| | | | | | | | | | Jakarta Tomcat 3.2.4 instead of 3.2.3. Cleaned the port up a bit. It now also uses JDK 1.3.1 by default. This behaviour can be changed by using the JAVA_PORT and the JAVA_HOME parameters. Notes: svn path=/head/; revision=55081
* Now uses Jakarta Tomcat 3.2.4. Improved the list of download locations.Ernst de Haan2002-02-222-5/+8
| | | | Notes: svn path=/head/; revision=55076
* Fixed the man page for tomcatctl.Ernst de Haan2002-02-2113-469/+220
| | | | Notes: svn path=/head/; revision=55056
* Checks for the existence of a 'www' user and group. Forgot to addErnst de Haan2002-02-215-0/+230
| | | | | | | this file during the last commit. :-\ Notes: svn path=/head/; revision=55053
* Cleaned things up. Made things working :-) Both the startup scriptErnst de Haan2002-02-2128-486/+729
| | | | | | | | | | | | | | | | | | | in ${PREFIX}/etc/rc.d and the control script in ${PREFIX}/bin have been refactored and now actually work very well. Using the 'www' user and group, creating them if they don't exist. I've used the same approach as www/apache13. STDOUT_LOG and STDERR_LOG are now fixed (no ?= anymore) since the package deinstall does not support a different location. This fixes the first half of PR 28624. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=34931 Reported by: Kees Jan Koster <k.j.koster@kpn.com> Notes: svn path=/head/; revision=55052
* Update to 2.05Tom Hukins2002-02-212-2/+2
| | | | Notes: svn path=/head/; revision=55031
* Upgraded from Jakarta 3.2.3 to 3.2.4.Ernst de Haan2002-02-2115-30/+20
| | | | | | | Not using DIST_SUBDIR anymore. Notes: svn path=/head/; revision=55030
* Added bin/tomcatctl.Ernst de Haan2002-02-215-0/+5
| | | | Notes: svn path=/head/; revision=55027
* Startup script to be installed in ${PREFIX}/etc/rc.d/.Ernst de Haan2002-02-218-0/+192
| | | | Notes: svn path=/head/; revision=55026
* Hand over maintainership to vanilla.Sheldon Hearn2002-02-203-3/+3
| | | | | | | | Requested by: vanilla Message-ID: <20020220071014.GA5708@fatpipi.cirx.org> Notes: svn path=/head/; revision=54973
* Populate SCRIPTS_ENV with variables the configure script needs.Pete Fritchman2002-02-201-0/+4
| | | | | | | | PR: 34969 Submitted by: maintainer Notes: svn path=/head/; revision=54956
* Fix path in patch file.Pete Fritchman2002-02-201-2/+2
| | | | | | | | PR: 34984 Submitted by: maintainer Notes: svn path=/head/; revision=54952
* Fix a typo, spotted by des.Adrian Chadd2002-02-207-7/+7
| | | | Notes: svn path=/head/; revision=54936
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵Ernst de Haan2002-02-1910-480/+240
| | | | | | | instead of only removing the second APP_TITLE from the Makefile. Notes: svn path=/head/; revision=54912
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵Ernst de Haan2002-02-195-5/+5
| | | | | | | instead of only removing the second APP_TITLE. Bumped the PORTREVISION. Notes: svn path=/head/; revision=54911
* Update the port to squid-2.4stable4 .Adrian Chadd2002-02-1914-21/+21
| | | | Notes: svn path=/head/; revision=54910
* Upgrade to 2.5.Jun Kuriyama2002-02-193-3/+21
| | | | | | | Pointed out by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) Notes: svn path=/head/; revision=54909
* APP_TITLE was set twice.Ernst de Haan2002-02-1915-290/+560
| | | | | | | Reported by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=54886
* Allow to configure HARD_SERVER_LIMIT via 'make' variableAndrey A. Chernov2002-02-191-2/+10
| | | | Notes: svn path=/head/; revision=54885
* Pre-create symlink to a Java plugin, so that the user only needs to installMaxim Sobolev2002-02-1810-5/+20
| | | | | | | jdk1.3.1 to make it working. Bump PORTREVISION. Notes: svn path=/head/; revision=54873
* Sync with reality after reg's Mozilla cleanup (mozilla-0.9.8_1,1).Maxim Sobolev2002-02-183-51/+0
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=54867
* Update to 0.10.2.t5Yukihiro Nakai2002-02-183-2/+3
| | | | | | | | PR: ports/35042 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> Notes: svn path=/head/; revision=54846
* Upgrade to Website META Language (WML), version 2.0.8Ralf S. Engelschall2002-02-174-8/+6
| | | | Notes: svn path=/head/; revision=54809
* Remove this port.Munechika SUMIKAWA2002-02-1618-1398/+0
| | | | | | | | Now www/mozilla works correctly on both IPv6 and IPv4 environment so we don't need mozilla+ipv6 anymore. Notes: svn path=/head/; revision=54783
* Clean up this port, including GCing old configure options and making patchesJeremy Lea2002-02-1555-1025/+2665
| | | | | | | | | | | | | more acceptable to mozilla.org. Hopefully these will make it into 0.9.9. Add a hack to minimise the number of files extracted. Merge in the patches from the mozilla+ipv6 port. Submitted by: sumikawa (mozilla+ipv6) Notes: svn path=/head/; revision=54761
* Fix pkg-plist;Dmitry Sivachenko2002-02-152-1/+3
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=54757
* Update to 5.5Patrick Li2002-02-153-43/+713
| | | | Notes: svn path=/head/; revision=54756
* Perl module to filter entries out of an httpd log.Jun Kuriyama2002-02-156-0/+50
| | | | Notes: svn path=/head/; revision=54754
* Update to 1.1.5.Akinori MUSHA2002-02-152-2/+2
| | | | Notes: svn path=/head/; revision=54747
* Update to 0.9.7.Akinori MUSHA2002-02-152-2/+2
| | | | Notes: svn path=/head/; revision=54746
* Initial import of p5-HTML-StickyQuery 0.07Kevin Lo2002-02-156-0/+43
| | | | | | | | | | | This module is sub class of the HTML::Parser and uses it to parse HTML document and add QUERY_STRING to href attributes. PR: 34256 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=54733
* - Change exect to execve because of SIGTRAP on 4.5Kevin Lo2002-02-152-2/+2
| | | | | | | | | | - Bump port revision PR: 34896 Submitted by: MAINTAINER Notes: svn path=/head/; revision=54725
* Make this port keep up with the version of audio/timidity++.Kevin Lo2002-02-154-4/+39
| | | | | | | | PR: 34937 Submitted by: MAINTAINER Notes: svn path=/head/; revision=54724
* Fix build if snmp support is enabled.Dirk Froemberg2002-02-142-2/+2
| | | | | | | | PR: ports/34671 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=54715