aboutsummaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat3
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: DOes not buildKris Kennaway2006-02-201-0/+2
| | | | Notes: svn path=/head/; revision=156446
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Fix a patching problem in Tomcat portsHerve Quiroz2005-03-211-4/+5
| | | | | | | | | | | - Add a patch-dependency on jakarta-tomcat4 PR: 79052 Submitted by: maintainer Obtained from: des (for jakarta-tomcat41) Notes: svn path=/head/; revision=131802
* Remove hardcoded WRKDIRPREFIX.Kirill Ponomarev2005-03-191-1/+0
| | | | | | | Proposed by: des Notes: svn path=/head/; revision=131649
* - Backup configuration files during deinstallHerve Quiroz2004-12-272-67/+102
| | | | | | | | | | | | | - Fix plist problem when NOPORTDOCS is defined - Fix pkg_add permission problem [1] - use ECHO_MSG rather than ECHO_CMD - Bump PORTREVISION PR: 75487, 57235 [1] Submitted by: maintainer Notes: svn path=/head/; revision=125292
* - Use MAN1 in Makefile instead of adding manpages in pkg-plist [1]Herve Quiroz2004-12-062-4/+3
| | | | | | | | | | - Add $FreeBSD$ tags where missing PR: 74697 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=123276
* - Use MASTER_SITE_APACHE_JAKARTA [1]Herve Quiroz2004-12-041-4/+4
| | | | | | | | | | - Update to bsd.java.mk 2.0 PR: 74662 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=123092
* Assign all Jakarta Tomcat ports to the same maintainer, Kang Liu (alreadyHerve Quiroz2004-12-031-1/+1
| | | | | | | maintainer of www/jakarta-tomcat5). Notes: svn path=/head/; revision=123042
* Reset znerd's ports maintainership:Herve Quiroz2004-12-031-1/+1
| | | | | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer) Notes: svn path=/head/; revision=123012
* Set LATEST_LINK to ${APP_SHORTNAME}. LATEST_LINK wasErnst de Haan2004-04-031-1/+1
| | | | | | | | | | | previously already set to jakarta-tomcat[VERSION], but this was not consistent with the jakarta-tomcat5 port. PR: 63210 Submitted by: Kang Liu <liukang@bjpu.edu.cn> Notes: svn path=/head/; revision=106024
* 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
* Set LATEST_LINK.Ernst de Haan2004-03-081-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=103279
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93885
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-091-1/+1
| | | | | | | | | | | | | | | | | The fix consists of 2 lines at the beginning of the program: setuid(geteuid()); setgid(getegid()); Bumped PORTREVISION of Orion, Tomcat and JBoss ports. PR: 40470, 43679 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> Reviewed by: audit Approved by: Silence on -audit (since Sept 13, 2002) Notes: svn path=/head/; revision=67721
* Changed target installation directory so it does not includeErnst de Haan2002-10-091-2/+2
| | | | | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=67718
* Changed WRKDIR definition. It is changed fromErnst de Haan2002-08-101-1/+1
| | | | | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593 Notes: svn path=/head/; revision=64325
* Improved the post-installation message.Ernst de Haan2002-06-251-1/+1
| | | | | | | Requested by: phantom Notes: svn path=/head/; revision=61955
* Changed daemonctl program to check if the JAR file exists beforeErnst de Haan2002-05-081-1/+1
| | | | | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION. Notes: svn path=/head/; revision=58756
* Improved the startup script. Always displaying a space firstErnst de Haan2002-05-081-1/+1
| | | | | | | | | | | | | | before the name of the application being started/stopped. The advantage is that if there is an error, then the message will have a space prepended instead of being appended to the previous application name. When the application is 'stop'ped, the error messages, if any, are now hidden. Instead the name of the application is just shown. Bumped PORTREVISION. Notes: svn path=/head/; revision=58755
* Now using lib/tomcat.jar as JAR file instead of the non-existentErnst de Haan2002-05-061-2/+2
| | | | | | | | | | | | lib/tomcat3.jar. This fixes the problems that was introduced in revision 1.30. Bumped PORTREVISION. PR: 37762 Notes: svn path=/head/; revision=58602
* Now using daemonctl.1 and startup.sh from jakarta-tomcat4.Ernst de Haan2002-04-154-123/+16
| | | | | | | | | | | | | | | | Renamed the control program to tomcat3ctl for consistency with tomcat4ctl. Now displaying installation settings in pre-patch phase. Customizing files using ${SED} in post-patch phase. Also some small changes to promote consistency and genericity. Bumped PORTREVISION. Notes: svn path=/head/; revision=57739
* Now using daemonctl.c from www/jakarta-tomcat4, since that wasErnst de Haan2002-04-101-2/+2
| | | | | | | renamed from www/jakarta-tomcat. Bumped PORTREVISION. Notes: svn path=/head/; revision=57524
* Daemon control program now checks if process is reallyErnst de Haan2002-04-081-1/+4
| | | | | | | | | | | | | | | | | | | | | terminated. If not, it will send the process a SIGKILL after a certain time-out period. The time-out can be passed to the port Makefile as a parameter. Improved documentation a bit here and there. Added some explicit casts to make lint(1) a bit happier :-) Applied some refactoring here and there. Moved some functionality into a new function 'existsProcess'. Slightly changed the output of the program. Bumped PORTREVISION. Notes: svn path=/head/; revision=57470
* Made the daemon control program less verbose.Ernst de Haan2002-04-081-1/+1
| | | | | | | | | Bumped PORTREVISION. Prompted by: Kees Jan Koster <K.J.Koster@kpn.com> Notes: svn path=/head/; revision=57462
* Improved package comment (IMO).Ernst de Haan2002-04-041-1/+1
| | | | Notes: svn path=/head/; revision=57330
* Fixed a problem where the extracted files wouldErnst de Haan2002-04-041-2/+2
| | | | | | | | | sometimes (?) be looked for in the directory 'work/work' instead of just 'work'. Bumped PORTREVISION. Notes: svn path=/head/; revision=57329
* Now using daemonctl.c from www/jakarta-tomcat.Ernst de Haan2002-04-032-395/+18
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=57283
* Changed a message to make it more generic.Ernst de Haan2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56988
* Replacing the man page title (in capitals) in orderErnst de Haan2002-03-302-1/+3
| | | | | | | | | | | 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-301-1/+2
| | | | Notes: svn path=/head/; revision=56976
* Stopping the server from pkg-deinstall. ApplyingErnst de Haan2002-03-302-9/+34
| | | | | | | replacements to server.xml. Bumped PORTREVISION. Notes: svn path=/head/; revision=56973
* Removed reference to workers.properties since it noErnst de Haan2002-03-301-2/+1
| | | | | | | longer exists. Bumped PORTREVISION. Notes: svn path=/head/; revision=56967
* Removed reference to non-existent ${FILESDIR}/MANIFEST.MF.Ernst de Haan2002-03-301-4/+2
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=56962
* Lot of changes: Using USE_JAVA infrastructure. Upgraded portErnst de Haan2002-03-309-668/+681
| | | | | | | | | 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
* Now sets the CLASSPATH *after* JAVA_HOME is determined.Ernst de Haan2002-02-251-3/+3
| | | | | | | Reported by: Clive Lin <clive@tongi.org> Notes: svn path=/head/; revision=55219
* Fixed the man page for tomcatctl.Ernst de Haan2002-02-212-59/+29
| | | | Notes: svn path=/head/; revision=55056
* Checks for the existence of a 'www' user and group. Forgot to addErnst de Haan2002-02-211-0/+46
| | | | | | | 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-215-93/+144
| | | | | | | | | | | | | | | | | | | 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
* Upgraded from Jakarta 3.2.3 to 3.2.4.Ernst de Haan2002-02-213-6/+4
| | | | | | | Not using DIST_SUBDIR anymore. Notes: svn path=/head/; revision=55030
* Added bin/tomcatctl.Ernst de Haan2002-02-211-0/+1
| | | | Notes: svn path=/head/; revision=55027
* Startup script to be installed in ${PREFIX}/etc/rc.d/.Ernst de Haan2002-02-211-0/+24
| | | | Notes: svn path=/head/; revision=55026
* Reverting changes. Accidentally committed *all* changes in my working copy, ↵Ernst de Haan2002-02-192-96/+48
| | | | | | | 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-191-1/+1
| | | | | | | instead of only removing the second APP_TITLE. Bumped the PORTREVISION. Notes: svn path=/head/; revision=54911
* APP_TITLE was set twice.Ernst de Haan2002-02-193-58/+112
| | | | | | | Reported by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=54886
* Fixed control script name. It's 020.jakarta-tomcat.sh.Ernst de Haan2002-02-041-1/+1
| | | | | | | Reported by: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Notes: svn path=/head/; revision=54206
* Run when deinstalling Tomcat. It will stop Tomcat, if it is running.Ernst de Haan2002-02-041-0/+8
| | | | Notes: svn path=/head/; revision=54205
* Now using tomcatctl instead of tomcat.shErnst de Haan2002-02-041-25/+0
| | | | Notes: svn path=/head/; revision=54204
* A new tomcatctl control script, installed in /bin.Ernst de Haan2002-02-042-0/+195
| | | | Notes: svn path=/head/; revision=54203