cvs commit: ports/www Makefile ports/www/tomcat-native Makefile distinfo pkg-descr pkg-plist ports/www/tomcat-native/files patch-Makefile.in

Alex Dupre ale at FreeBSD.org
Thu Feb 28 14:26:11 UTC 2008


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)


More information about the cvs-all mailing list