aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat-native
Commit message (Collapse)AuthorAgeFilesLines
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* - Convert ports/ to devel/apr1Philip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254522
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* 3/5: Fix apr-1.3 libnames to be apr-1Philip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | | | PORTREVISION bumps comming next PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253783
* Update to 1.1.20 release.Alex Dupre2010-03-012-4/+4
| | | | | | | | | PR: ports/144275 Submitted by: wen Feature safe: yes Notes: svn path=/head/; revision=250461
* Update to 1.1.18 release.Alex Dupre2009-12-092-5/+5
| | | | Notes: svn path=/head/; revision=245462
* Update to 1.1.16 release.Alex Dupre2008-11-202-4/+4
| | | | Notes: svn path=/head/; revision=223077
* Update to 1.1.15 release.Alex Dupre2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220495
* Update to 1.1.14 release.Alex Dupre2008-07-052-6/+5
| | | | Notes: svn path=/head/; revision=216366
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Tomcat can use the Apache Portable Runtime to provide superior scalability,Alex Dupre2008-02-285-0/+68
performance, and better integration with native server technologies. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). These features allows making Tomcat a general purposewebserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. Notes: svn path=/head/; revision=208082