NOTICE: This package has been removed from pkgsrc

./textproc/apache-velocity, Java-based template engine for web application

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.4, Package name: apache-velocity-1.6.4, Maintainer: pkgsrc-users

Velocity is a Java-based template engine. It permits anyone to use the simple
yet powerful template language to reference objects defined in Java code. When
Velocity is used for web development, Web designers can work in parallel with
Java programmers to develop web sites according to the Model-View-Controller
(MVC) model, meaning that web page designers can focus solely on creating a site
that looks good, and programmers can focus solely on writing top-notch code.
Velocity separates Java code from the web pages, making the web site more
maintainable over the long run and providing a viable alternative to Java Server
Pages (JSPs) or PHP.


Required to run:
[lang/sun-jre6] [wip/jakarta-oro]

Required to build:
[lang/sun-jdk6]

Master sites:

SHA1: 624c244401065f02b1ce5772d14e58039a4a7d6a
RMD160: 1b6d45c24c054cc8c25ebdbcf1f1d9e465cb1ea4
Filesize: 5639.063 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:26 by othyro | Files touched by this commit (50)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2012-01-01 16:38:09 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update Maintainer

   2010-09-09 02:57:35 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import apache-velocity-1.6.4 as wip/apache-velocity.

Velocity is a Java-based template engine. It permits anyone to use the simple
 yet powerful template language to reference objects defined in Java code.
When Velocity is used for web development, Web designers can work in parallel
with Java programmers to develop web sites according to
the Model-View-Controller (MVC) model, meaning that web page designers can focus
solely on creating a site that looks good, and programmers can focus solely on
writing top-notch code. Velocity separates Java code from the web pages,
making the web site more maintainable over the long run and providing a viable
alternative to Java Server Pages (JSPs) or PHP.