1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: velocity
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>,
Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends: debhelper (>= 6), cdbs, default-jdk, quilt
Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 5), ant, ant-optional,
junit, libexcalibur-logkit-java, libservlet2.5-java,
liblog4j1.2-java, libjdom1-java, libcommons-lang-java, libcommons-collections3-java, libcommons-logging-java,
libwerken.xpath-java, liboro-java, default-jdk-doc
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity
Homepage: http://velocity.apache.org/
Package: velocity
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless,
libcommons-lang-java, libcommons-collections3-java, liboro-java
Recommends: libcommons-logging-java, libexcalibur-logkit-java, liblog4j1.2-java,
libservlet2.5-java, libjdom1-java, libwerken.xpath-java, libxerces2-java
Suggests: velocity-doc, ant
Description: Java-based template engine for web application
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.
Package: velocity-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: velocity
Description: Documentation for velocity
Velocity is a Java-based template engine which is useful to develop
Model-View-Controller (MVC) model web application. It permits anyone
to use the simple yet powerful template language to reference objects
defined in Java code. This package provides documents and examples for
velocity.
|