File: control

package info (click to toggle)
velocity 1.3.1-2
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 4,164 kB
  • ctags: 2,922
  • sloc: java: 24,134; xml: 16,911; sh: 99; lisp: 53; makefile: 45
file content (34 lines) | stat: -rw-r--r-- 1,873 bytes parent folder | download
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
Source: velocity
Section: contrib/web
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Takashi Okamoto <tora@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>> 3.0.0), kaffe (>=2:1.1.4.PRECVS9-1), libxerces-java, junit, libjdom0-java, libcommons-collections-java, libservlet2.3-java, libwerken.xpath-java, libbcel-java, liblog4j1.2-java, liblogkit-java, liboro-java, ant(>=1.4), antlr
Standards-Version: 3.5.9

Package: velocity
Architecture: all
Depends: java-common, libjdom0-java, libcommons-collections-java, ant(>=1.3), liblog4j1.2-java, libwerken.xpath-java, libbcel-java, libxerces-java | libcrimson-java
Suggests: velocity-doc
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
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.