notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/jakarta-tomcat/Makefile

Number of commits found: 34

Tuesday, 9 Apr 2002
19:00 znerd search for other commits by this committer
This port moved to www/jakarta-tomcat4.
Original commit
Monday, 8 Apr 2002
21:50 znerd search for other commits by this committer
Daemon control program now checks if process is really
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.
Original commit
19:19 znerd search for other commits by this committer
Made the daemon control program less verbose.
Bumped PORTREVISION.

Prompted by:    Kees Jan Koster <K.J.Koster@kpn.com>
Original commit
Saturday, 6 Apr 2002
20:16 znerd search for other commits by this committer
Now installs the shell scripts as well. They were previously
not installed because there was the control program tomcat4ctl
already. For some instances, however, tomcat4ctl is not
powerful enough. For instance when setting up multiple
instances of Tomcat, see
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt.

Also added tools.jar to pkg-plist. It should have been added
previously.

Bumped PORTREVISION.

Prompted by:    Gavin Cameron <gavin@itworks.com.au>
Original commit
Thursday, 4 Apr 2002
22:48 znerd search for other commits by this committer
Fixed a problem where the extracted files would
sometimes (?) be looked for in the directory
'work/work' instead of just 'work'.
Bumped PORTREVISION.
Original commit
22:03 znerd search for other commits by this committer
Creating symlink to tools.jar. Bumped PORTREVISION.

Prompted by:    Calvin NG <calvinng@brel.com>
Original commit
Wednesday, 3 Apr 2002
21:28 znerd search for other commits by this committer
Minor cleanup.
Original commit
20:42 znerd search for other commits by this committer
Now checking for the Java VM too in the control
program. Bumped PORTREVISION.
Original commit
19:49 znerd search for other commits by this committer
Little generalization and cleanup. Nothing
spectacular. Not bumped PORTREVISION.
Original commit
Monday, 1 Apr 2002
22:01 znerd search for other commits by this committer
Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3
branch has moved to www/jakarta-tomcat3.

PR:     31096, 32022
Original commit
Saturday, 30 Mar 2002
21:08 znerd search for other commits by this committer
Changed a message to make it more generic.
Original commit
19:53 znerd search for other commits by this committer
Replacing the man page title (in capitals) in order
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.
Original commit
18:51 znerd search for other commits by this committer
Now replacing STARTUP_SCRIPT in man page. Bumped PORTREVISION again.
Original commit
18:42 znerd search for other commits by this committer
Stopping the server from pkg-deinstall. Applying
replacements to server.xml. Bumped PORTREVISION.
Original commit
18:15 znerd search for other commits by this committer
Removed reference to workers.properties since it no
longer exists. Bumped PORTREVISION.
Original commit
16:45 znerd search for other commits by this committer
Removed reference to non-existent ${FILESDIR}/MANIFEST.MF.
Bumped PORTREVISION.
Original commit
14:51 znerd search for other commits by this committer
Lot of changes: Using USE_JAVA infrastructure. Upgraded port
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.
Original commit
Thursday, 21 Feb 2002
20:31 znerd search for other commits by this committer
Fixed the man page for tomcatctl.    
Original commit
20:06 znerd search for other commits by this committer
Cleaned things up. Made things working :-) Both the startup script   in
${PREFIX}/etc/rc.d and the control script in ${PREFIX}/bin have   been
refactored and now actually work very well.    
Original commit
11:03 znerd search for other commits by this committer
Upgraded from Jakarta 3.2.3 to 3.2.4.   Not using DIST_SUBDIR anymore.    
Original commit
Tuesday, 19 Feb 2002
13:52 znerd search for other commits by this committer
Reverting changes. Accidentally committed *all* changes in my working copy,
instead of only removing the second APP_TITLE. Bumped the PORTREVISION.    
Original commit
08:20 znerd search for other commits by this committer
APP_TITLE was set twice.    
Original commit
Monday, 4 Feb 2002
13:38 znerd search for other commits by this committer
A lot of changes:   * Bumped PORTREVISION   * Now displays installation settings
  * Now possible to choose JDK. By default uses FreeBSD JDK 1.3.1 (instead of
FreeBSD JDK 1.1.8)   * Does not depend on pinstall anymore   * Now possible to
change TOMCAT_HOME. By default uses /jakarta-tomcat-3.2.3 (instead of /tomcat)  
* Now possible to change LISTEN_PORT. Default is 8080 (unchanged)   * Added
support for running Tomcat as a different user/group. By default a new user
'tomcat' and a new group 'tomcat' are created and used   * A 'tomcatctl' script
is installed in /usr/local/bin/, which uses interprocess communication to
start/stop/restart Tomcat   * Option is added for automatically starting Tomcat
after install (AUTO_START). By default Tomcat is started right away   * Appends
stdout and stderr to log files   * Uses a numeric prefix for the script in
/etc/rc.d (now by default 020.jakarta-tomcat.sh instead of tomcat.sh)    
Original commit
Tuesday, 29 Jan 2002
12:08 knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Original commit
Friday, 23 Nov 2001
17:08 dirk search for other commits by this committer
Give maintainership to znerd.    
Original commit
Monday, 1 Oct 2001
22:01 mharo search for other commits by this committer
MASTER_SITE moved    
Original commit
Sunday, 5 Aug 2001
10:37 dirk search for other commits by this committer
Upgrade to 3.2.3.    
Original commit
Monday, 21 May 2001
09:05 dirk search for other commits by this committer
- provide startup script   - log tomcat messages to a file (logs/tomcat.log)   -
fix plist    
Original commit
Sunday, 20 May 2001
18:10 dirk search for other commits by this committer
Give jakarta-tomcat a chance of working with mod_jk.    
Original commit
Sunday, 8 Apr 2001
14:09 dirk search for other commits by this committer
Upgrade to 3.2.1.    
Original commit
13:00 dirk search for other commits by this committer
Overtake maintainership.    
Original commit
Saturday, 7 Apr 2001
18:05 des search for other commits by this committer
It ain't me.    
Original commit
Tuesday, 14 Nov 2000
00:07 asami search for other commits by this committer
javac is in a jdk version specific directory, not ${LOCALBASE}/bin, so   spell
it out.    
Original commit
Saturday, 21 Oct 2000
15:44 des search for other commits by this committer
The Apache Project's Jakarta Tomcat web server.    
Original commit

Number of commits found: 34