File: control

package info (click to toggle)
gnujsp 1.0.0-6
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 2,292 kB
  • ctags: 781
  • sloc: jsp: 4,932; java: 4,052; makefile: 173; sh: 61
file content (21 lines) | stat: -rw-r--r-- 802 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
Source: gnujsp
Section: contrib/web
Priority: optional
Maintainer: Stefan Gybas <sgybas@debian.org>
Build-Depends-Indep: debhelper (>= 2.0.40), jikes, jdk1.1
Standards-Version: 3.5.6

Package: gnujsp
Architecture: all
Depends: jserv (>= 1.1-2), jikes | java-compiler
Conflicts: jdk1.1-native
Description: A free implementation of Sun's Java Server Pages (JSP 1.0)
 GNUJSP is a Java servlet that allows you to insert Java source code
 into HTML files. When such a page is accessed, GNUJSP translates it
 into a pure Java source code, compiles it and runs the class file.
 .
 This version conforms to the JSP 1.0 specification and is thus incompatible
 to GNUJSP 0.9.x which supported the 0.91 specification.
 .
 For more information take a look at the GNUJSP home page at
 http://www.klomp.org/gnujsp/.