Date: Thu, 28 Feb 2008 14:26:11 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/tomcat-native Makefile distinfo pkg-descr pkg-plist ports/www/tomcat-native/files patch-Makefile.in Message-ID: <200802281426.m1SEQBhT032789@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ale 2008-02-28 14:26:11 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/tomcat-native Makefile distinfo pkg-descr pkg-plist
www/tomcat-native/files patch-Makefile.in
Log:
Tomcat can use the Apache Portable Runtime to provide superior scalability,
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.
Revision Changes Path
1.1990 +1 -0 ports/www/Makefile
1.1 +31 -0 ports/www/tomcat-native/Makefile (new)
1.1 +3 -0 ports/www/tomcat-native/distinfo (new)
1.1 +16 -0 ports/www/tomcat-native/files/patch-Makefile.in (new)
1.1 +14 -0 ports/www/tomcat-native/pkg-descr (new)
1.1 +4 -0 ports/www/tomcat-native/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802281426.m1SEQBhT032789>
