File: control

package info (click to toggle)
pja 2.5-4
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 784 kB
  • ctags: 1,099
  • sloc: java: 8,860; sh: 73; xml: 69; makefile: 19
file content (24 lines) | stat: -rw-r--r-- 1,115 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
Source: pja
Section: contrib/libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Takashi Okamoto <tora@debian.org>, Arnaud Vandyck <avdyk@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, ant, j2sdk1.4, jikes, libservlet2.4-java
Standards-Version: 3.6.2

Package: libpja-java
Architecture: all
Depends: kaffe (>= 1.0.7) | java1-runtime | java2-runtime, libservlet2.3-java | libservlet2.4-java
Description: 100% Pure Java AWT Toolkit which works without X Server.
 PJA (Pure Java AWT) is 100% Pure Java and doesn't use any native
 graphics resource of the system on which the Java Virtual Machine
 runs. Default AWT needs X Server but PJA doesn't. PJA is useful for
 server side Java application which generate images such as a graph
 chart and a graphical counter dynamically under non-X environment.

Package: libpja-java-doc
Architecture: all
Suggests: libpja-java
Description: Documentation for libpja-java
 Documentation and examples for libpja-java which is 100% Pure Java
 AWT. pja don't need X-Window System for generating images.