aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Run when deinstalling Tomcat. It will stop Tomcat, if it is running.Ernst de Haan2002-02-045-0/+40
| | | | Notes: svn path=/head/; revision=54205
* Now using tomcatctl instead of tomcat.shErnst de Haan2002-02-045-125/+0
| | | | Notes: svn path=/head/; revision=54204
* A new tomcatctl control script, installed in /bin.Ernst de Haan2002-02-0413-0/+1263
| | | | Notes: svn path=/head/; revision=54203
* A lot of changes:Ernst de Haan2002-02-0420-575/+2690
| | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=54202
* A lot of small changes. It's now possible to change the Java port using the ↵Ernst de Haan2002-02-048-248/+292
| | | | | | | JAVA_PORT variable. Now uses the my public_distfiles instead of those of sobomax. The script installed in /etc/rc.d/ is now prefixed with the startup order, by default it is 020.orion.sh. For the rest the changes are superficial. Just improving the quality and genericity. Notes: svn path=/head/; revision=54201
* Update to patch level w.Gary Jennejohn2002-02-044-4/+8
| | | | Notes: svn path=/head/; revision=54200
* Use Emacs21 by default.Yoichi NAKAYAMA2002-02-042-137/+121
| | | | | | | | | | Terminate XEmacs support (ports/editors/xemacs-packages includes auctex). Arrange Makefile with bsd.emacs.mk. Approved by: maintainer Notes: svn path=/head/; revision=54199
* Recognize python2.2.Maxim Sobolev2002-02-041-1/+1
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=54198
* Make patch apply.Maxim Sobolev2002-02-041-2/+2
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=54197
* Update to 1.0.12.Maxim Sobolev2002-02-044-4/+6
| | | | Notes: svn path=/head/; revision=54196
* Fix typos in LIB_DEPENDS line.Jun Kuriyama2002-02-042-4/+4
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=54195
* Update to 5.1Pete Fritchman2002-02-048-32/+26
| | | | Notes: svn path=/head/; revision=54194
* Update to 0.09Pete Fritchman2002-02-042-2/+2
| | | | Notes: svn path=/head/; revision=54193
* Update to 0.91Pete Fritchman2002-02-044-4/+4
| | | | Notes: svn path=/head/; revision=54192
* * Upgrade to version 3.1.6, which fixes numerous bugs, and one possibleDoug Barton2002-02-047-123/+72
| | | | | | | | | | | | | | | | | | | | | | | | | security problem that was present in the unpatched 3.1.5. * Update the master sites list. * Configure more precisely several important directories, partly to compensate for some of the new defaults, and partly to avoid potential future security problems regarding remote users being able to read files specified as config files. This vulnerability was patched already, and the fix is included in this version. However, a little paranoia never hurt anyone. * Remove the patches, as they have either been made obsolete by the new version, or as in the pthreads issue, I'm doing them differently in the Makefile. * Make the patching in the Makefile smarter. * Put my name in the pkg-descr.... overlooked previously. * Adjust the pkg-plist, and sort it since the bloat is the same either way. Thanks to Palle Girgensohn <girgen@partitur.se> for the suggestion in the PR to place the conf file in its own directory. PR: ports/26058 Notes: svn path=/head/; revision=54191
* Update to 1.13Pete Fritchman2002-02-042-2/+2
| | | | Notes: svn path=/head/; revision=54190
* Remove the p5-GPG port. It is no longer being maintained by it's author,Pete Fritchman2002-02-046-43/+0
| | | | | | | and there is a much better PGP Perl interface in security/p5-Crypt-OpenPGP. Notes: svn path=/head/; revision=54188
* Update to 0.1.7Pete Fritchman2002-02-042-3/+4
| | | | Notes: svn path=/head/; revision=54187
* Update to 1.3.7Pete Fritchman2002-02-042-3/+4
| | | | Notes: svn path=/head/; revision=54186
* Update to 1.01Pete Fritchman2002-02-042-2/+3
| | | | Notes: svn path=/head/; revision=54185
* - update to 2.1Pete Fritchman2002-02-043-3/+3
| | | | | | | - sort pkg-plist Notes: svn path=/head/; revision=54184
* Update to 2.2.0Pete Fritchman2002-02-042-3/+2
| | | | Notes: svn path=/head/; revision=54183
* Update to 3.69Patrick Li2002-02-048-40/+6
| | | | | | | | PR: 34598 Submitted by: maintainer Notes: svn path=/head/; revision=54182
* Update to 0.2001.10.29Pete Fritchman2002-02-042-2/+2
| | | | Notes: svn path=/head/; revision=54181
* Update to 0.3Pete Fritchman2002-02-042-3/+7
| | | | Notes: svn path=/head/; revision=54180
* House distfiles at ${MASTER_SITE_LOCAL} until the main distribution sitePete Fritchman2002-02-041-1/+3
| | | | | | | | | reappears. Submitted by: fenner's distfile survey Notes: svn path=/head/; revision=54179
* Add (conditional) hidden dependency for iconv and gdbm.Jun Kuriyama2002-02-032-0/+14
| | | | | | | | PR: ports/34543 Reported by: Ronald Kuehn <rk@ronald.org> Notes: svn path=/head/; revision=54178
* Clarify dependency and add a flag to make NTL an ISO compliant lib.Christian Weisgerber2002-02-032-10/+22
| | | | | | | | | | | | | | | Thanks to Jeff Brown <jabrown@SDSC.EDU> for pointing this out. PR: 34556 Submitted by: Matthias Bauer <matthiasb@acm.org> Additionally respect CC/CXX/CFLAGS/CXXFLAGS and generally overhaul the Makefile. Obtained from: OpenBSD Notes: svn path=/head/; revision=54177
* * remove libogg dependency already implied by libvorbis oneChristian Weisgerber2002-02-031-7/+6
| | | | | | | | * add iconv dependency * simplify configure call Notes: svn path=/head/; revision=54176
* Upgrade to version 1.6 which I just have finished today.Martin Blapp2002-02-038-109/+18
| | | | | | | Reviewed by: some frontpage users Notes: svn path=/head/; revision=54175
* Upgrade to 8.3.1, an urgent bugfix release. To quote from the releaseDoug Barton2002-02-034-6/+6
| | | | | | | | | | | notes, "If you have BIND 8.3.0 you need to upgrade." See /usr/local/share/doc/bind8/CHANGES for a complete list, but the most important change is: 1324. [bug] certian bad delegations could result in a DNS storm. Notes: svn path=/head/; revision=54174
* Update Wyvern, a simple/powerful/lightweight/secure/embed-able HTTPAkinori MUSHA2002-02-037-111/+84
| | | | | | | | | server to 2.0.4. Submitted by: Kouichi ABE (WALL) <kouichi@MysticWALL.COM> Notes: svn path=/head/; revision=54173
* Update to 1.4 Build 146Mario Sergio Fujikawa Ferreira2002-02-038-8/+8
| | | | Notes: svn path=/head/; revision=54172
* o Update to 0.7.9Mario Sergio Fujikawa Ferreira2002-02-032-3/+7
| | | | | | | o Enable ipv6 support Notes: svn path=/head/; revision=54171
* o Update to 0.7.6.1Mario Sergio Fujikawa Ferreira2002-02-033-11/+13
| | | | | | | o Add ipv6 support Notes: svn path=/head/; revision=54170
* Oops, $PREFIX/share/locale/ja/LC_MESSAGES is not created by mtree.Akinori MUSHA2002-02-033-0/+3
| | | | Notes: svn path=/head/; revision=54169
* Remove ruby-mo which has been superseded by ruby-gettext.Akinori MUSHA2002-02-036-39/+0
| | | | Notes: svn path=/head/; revision=54167
* Add ruby-gettext, a Ruby implementation of the gettext library.Akinori MUSHA2002-02-0316-0/+247
| | | | Notes: svn path=/head/; revision=54165
* Update to 0.43Mario Sergio Fujikawa Ferreira2002-02-034-4/+4
| | | | Notes: svn path=/head/; revision=54164
* Update to 0.69Mario Sergio Fujikawa Ferreira2002-02-034-6/+6
| | | | Notes: svn path=/head/; revision=54163
* Update to 0.5.Akinori MUSHA2002-02-036-54/+62
| | | | Notes: svn path=/head/; revision=54162
* o Correctly apply a distribution patchMario Sergio Fujikawa Ferreira2002-02-031-1/+1
| | | | | | | | | o no PORTREVISION bump since it was not extracting before Submitted by: nik Notes: svn path=/head/; revision=54161
* Add a new port: mp3ckYaroslav Tykhiy2002-02-036-0/+32
| | | | | | | | | | | | | | Mp3ck is a portable utility for checking the consistency of MPEG Layer 2 or 3 streams or files. The primary accent of the check is on the seamless flow of frames and tags since most MPEG defects introduced by aborted network transfers manifest theirselves in its breakage. Its ability to detect such defects is its main difference from other mp3*check utilities from our port collection. Notes: svn path=/head/; revision=54159
* There is a new release of MetaKitDirk Meyer2002-02-033-15/+4
| | | | | | | | | | | | | | | Some details about this 2.4.3 release: - various bug fixes, see http://www.equi4.com/metakit/CHANGES - a cross-platform byte-order serialization bug has been fixed - the Python builds are for Python 2.2 (several improvements by GM) - the Tcl builds should run on any Tcl installation >= 8.1 See the home page for all further details and downloads: http://www.equi4.com/metakit/ Notes: svn path=/head/; revision=54158
* Fix patch, so that it doesn't break some ports on 4-STABLE.Maxim Sobolev2002-02-0315-90/+120
| | | | | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54157
* upgrade to 0.2.0Ying-Chieh Liao2002-02-033-10/+13
| | | | | | | | switch from perl to python drop maintainership Notes: svn path=/head/; revision=54156
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-03187-5049/+3434
| | | | Notes: svn path=/head/; revision=54155
* Update to 2.2.3David W. Chapman Jr.2002-02-034-22/+12
| | | | Notes: svn path=/head/; revision=54154
* Allow coexistence of M17N and INLINE_IMAGE knobMANTANI Nobutaka2002-02-032-10/+16
| | | | | | | | | | since w3m-img patch has been merged into the w3m CVS repository and w3m-0.2.5-m17n-20020202 is based on the source code after the merge. Now we can use w3m with m17n and inline image support. Notes: svn path=/head/; revision=54153
* Update to 4.0.2Patrick Li2002-02-038-22/+24
| | | | | | | | PR: 34563 Submitted by: maintainer Notes: svn path=/head/; revision=54152