summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chase libxml2 includes to unbreak buildKris Kennaway2002-03-311-0/+17
| | | | Notes: svn path=/head/; revision=57032
* Use FORBIDDEN to display notice about manual fetching of distfile.Kris Kennaway2002-03-311-12/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=57019
* Remove #include <malloc.h>Kris Kennaway2002-03-312-0/+27
| | | | | | | Don't statically initialize a FILE * Notes: svn path=/head/; revision=57005
* Changed a message to make it more generic.Ernst de Haan2002-03-305-5/+5
| | | | Notes: svn path=/head/; revision=56988
* Replacing the man page title (in capitals) in orderErnst de Haan2002-03-3013-8/+18
| | | | | | | | | | | to make the man page fully generic for jakarta-tomcat, jakarta-tomcat4, orion and possibly others. PORTREVISION is not bumped, since the resulting man page is exactly the same. Notes: svn path=/head/; revision=56986
* Now replacing STARTUP_SCRIPT in man page. Bumped PORTREVISION again.Ernst de Haan2002-03-305-5/+10
| | | | Notes: svn path=/head/; revision=56976
* Stopping the server from pkg-deinstall. ApplyingErnst de Haan2002-03-3010-45/+170
| | | | | | | replacements to server.xml. Bumped PORTREVISION. Notes: svn path=/head/; revision=56973
* Removed reference to workers.properties since it noErnst de Haan2002-03-305-10/+5
| | | | | | | longer exists. Bumped PORTREVISION. Notes: svn path=/head/; revision=56967
* Removed reference to non-existent ${FILESDIR}/MANIFEST.MF.Ernst de Haan2002-03-305-20/+10
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=56962
* Lot of changes: Using USE_JAVA infrastructure. Upgraded portErnst de Haan2002-03-3051-3409/+3546
| | | | | | | | | to 3.3.1. Using HTTP_PORT i.s.o. LISTEN_PORT. Using daemonctl.c i.s.o. tomcatctl shell script. Displaying steps i.s.o. commands being executed. Synced man page. Notes: svn path=/head/; revision=56959
* Using patch files for replacements in default-web-site.xml andErnst de Haan2002-03-308-46/+94
| | | | | | | | | | | rmi.xml. Changed the order in which certain steps are performed. Fixed a small bug in the orionctl man page. Including a dirty hack to make sure that WRKDIR is defined (WRKDIR?=work). Bumped PORTREVISION. Notes: svn path=/head/; revision=56951
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-301-2/+2
| | | | Notes: svn path=/head/; revision=56946
* Mark as BROKEN; it does not work with the latest PHP4.Akinori MUSHA2002-03-301-0/+2
| | | | Notes: svn path=/head/; revision=56926
* Add patch as suggested.Dirk Meyer2002-03-302-0/+14
| | | | | | | | | PR: 33925 Submitted by: hars@bik-gmbh.de Approved by: gonza@techline.ru Notes: svn path=/head/; revision=56901
* Add a temporary master site to make this port fetchable.Pete Fritchman2002-03-291-1/+2
| | | | | | | | PR: 36440 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=56890
* Finally catch up with the version number change of devel/tcllib --Mikhail Teterin2002-03-291-1/+1
| | | | | | | | | | | I guess, we need some pattern matching in the RUN_DEPENDS too -- this port would work happily with the old tcllib0.8 as well as the new tcllib1.2. Submitted by: bento Notes: svn path=/head/; revision=56883
* Now replacing all occurences during the customization ofErnst de Haan2002-03-292-38/+38
| | | | | | | | files, not just the first occurence on a line. This was a bug. Bumped PORTREVISION. Notes: svn path=/head/; revision=56869
* Improved startup script. It now creates the PID file and fixesErnst de Haan2002-03-294-2/+28
| | | | | | | | | | the ownership and permissions before actually calling the orionctl program. Bumped PORTREVISION. Notes: svn path=/head/; revision=56866
* Add an http web crawler to the ports.Josef Karthauser2002-03-297-0/+88
| | | | Notes: svn path=/head/; revision=56858
* Fix patch error on www/w3m-m17n caused by the previous change of ↵MANTANI Nobutaka2002-03-291-10/+1
| | | | | | | patch-configure. Notes: svn path=/head/; revision=56857
* Fix configure error on -current.MANTANI Nobutaka2002-03-291-12/+82
| | | | Notes: svn path=/head/; revision=56856
* - Fix breakage in bentoMunechika SUMIKAWA2002-03-293-1/+13
| | | | | | | - Suppress message when booting from rc.d/wwwoffled.sh from netchild. Notes: svn path=/head/; revision=56847
* Fix a silly typo, again... I could have sworn I fixed this before commit!Pete Fritchman2002-03-291-1/+1
| | | | Notes: svn path=/head/; revision=56839
* Multiple IP trying works not only when connection resused but alsoMunechika SUMIKAWA2002-03-2915-5/+505
| | | | | | | | | | | when timeout. This patch was already commited in mozilla-current and will appear in mozilla-1.0. Obtained from: Bugzilla/126755 http://bugzilla.mozilla.org/show_bug.cgi?id=126755 Notes: svn path=/head/; revision=56837
* Install the neon's manpages -- something the packages itself forgetsMikhail Teterin2002-03-294-4/+28
| | | | | | | | | | to do. The maintainer gave the go ahead, but warned, that he did not test the change himself -- so any problems would be purely my fault. Approved by: maintainer Notes: svn path=/head/; revision=56834
* Fix a master site.Pete Fritchman2002-03-281-1/+1
| | | | | | | | PR: 36409 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=56814
* First checking if WITH_JIKES is actually defined beforeErnst de Haan2002-03-282-4/+4
| | | | | | | | | comparing it. Bumped PORTREVISION. Reported by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=56794
* Synced control program and man page. Bumped PORTREVISION to 11.Ernst de Haan2002-03-286-56/+66
| | | | Notes: svn path=/head/; revision=56793
* Using a C program instead of a shell script for controllingErnst de Haan2002-03-288-370/+750
| | | | | | | | | | | | | the server, so that we can use set the effective UID of the control script. Redirecting stdout output from the startup script to /dev/null. Bumped PORTREVISION to 10. Notes: svn path=/head/; revision=56791
* Now uses USE_JAVA.Ernst de Haan2002-03-282-24/+4
| | | | Notes: svn path=/head/; revision=56782
* Upgrade to v3.4.2.Joseph Koshy2002-03-286-12/+88
| | | | | | | | PR: ports/35100 Submitted by: Jose Abelardo Martinez <jamartinez@altern.org> Notes: svn path=/head/; revision=56778
* Add dansguardian 2.2.7.1, a fast, simple web content filter forCy Schubert2002-03-2810-0/+277
| | | | | | | | | | Squid proxy servers. PR: 35382 Submitted by: Freddie Cash <fcash@bigfoot.com> Notes: svn path=/head/; revision=56767
* Update to 1.3.24+2.8.8Patrick Li2002-03-283-4/+5
| | | | Notes: svn path=/head/; revision=56765
* General cleanup:Pete Fritchman2002-03-274-6/+20
| | | | | | | | | | | | | - fix packaging - respect prefix/localbase Pass maintainership to submitter as well. PR: 36382 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=56760
* Fix a typo in the last revision.Pete Fritchman2002-03-271-1/+1
| | | | Notes: svn path=/head/; revision=56759
* Bump PORTREVISION for change to startup script.Trevor Johnson2002-03-272-2/+4
| | | | | | | Change a space to a tab. Notes: svn path=/head/; revision=56754
* Update English Netscape to 6.2.2, with unknown changes. The French,Trevor Johnson2002-03-274-36/+32
| | | | | | | | | German and Japanese ones remain at 6.2.1. Bump PORTREVISION for those, because of change to startup script. Notes: svn path=/head/; revision=56753
* Don't link with libgnuregex - the benefit is unclear (if any), while it causesMaxim Sobolev2002-03-2712-116/+8
| | | | | | | | | | certain problems on -stable when editing html text (evolution et al). Reported by: Mark Sergeant <msergeant@looksmart.net> Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56729
* Fix localbase/prefix issues in pkg-message.Pete Fritchman2002-03-272-2/+3
| | | | | | | | PR: 36349 Submitted by: maintainer Notes: svn path=/head/; revision=56721
* Unbreak build.Joseph Koshy2002-03-262-3/+4
| | | | Notes: svn path=/head/; revision=56692
* This patch is no longer needed as postgresql installs includePete Fritchman2002-03-261-40/+0
| | | | | | | | | files into the Right Place now. Submitted by: bento Notes: svn path=/head/; revision=56686
* Make startup script pass arguments.Trevor Johnson2002-03-262-2/+2
| | | | | | | Submitted by: Adrian Woizik <morrow@unfug.org> Notes: svn path=/head/; revision=56668
* Make startup script pass arguments.Trevor Johnson2002-03-262-2/+2
| | | | | | | | Submitted by: nhibma PR: 36280 Notes: svn path=/head/; revision=56667
* Remove BROKEN= because this port now packages correctly after my lastPete Fritchman2002-03-251-2/+0
| | | | | | | | | commit. Forgotten by: petef Notes: svn path=/head/; revision=56658
* (1) respect PREFIX/LOCALBASEPete Fritchman2002-03-252-3/+5
| | | | | | | | | | (2) make sure the directory we're installing to exists PR: 36099 Submitted by: maintainer (2) Notes: svn path=/head/; revision=56657
* Unbreak: don't clobber the system's strcasestr() function.Pete Fritchman2002-03-251-2/+4
| | | | Notes: svn path=/head/; revision=56649
* Update to 1.0.2.Maxim Sobolev2002-03-2524-48/+196
| | | | Notes: svn path=/head/; revision=56647
* Update to 0.24 and set MAINTAINER to ports@FreeBSD.org.Peter Pentchev2002-03-252-3/+3
| | | | | | | | PR: 36305 Submitted by: the former maintainer Notes: svn path=/head/; revision=56642
* Set MAINTAINER to ports@FreeBSD.org.Peter Pentchev2002-03-252-2/+2
| | | | | | | | PR: 36306 Submitted by: the former maintainer Notes: svn path=/head/; revision=56641
* Update to 1.0.19 and set MAINTAINER to ports@FreeBSD.org.Peter Pentchev2002-03-252-4/+3
| | | | | | | | PR: 36304 Submitted by: the former maintainer Notes: svn path=/head/; revision=56640