File: control

package info (click to toggle)
jta 2.6%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,384 kB
  • sloc: java: 12,691; ansic: 1,066; makefile: 243; xml: 72; sh: 7
file content (46 lines) | stat: -rw-r--r-- 1,782 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
35
36
37
38
39
40
41
42
43
44
45
46
Source: jta
Section: net
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 7), ant, cdbs, default-jdk
Build-Depends-Indep: libxerces2-java, libgnu-regexp-java, libcrimson-java,
 libjdom1-java, default-jdk-doc
Standards-Version: 3.9.2
Homepage: http://www.javassh.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jta
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jta/


Package: jta
Architecture: all
Depends: libgnu-regexp-java, libcrimson-java, libjdom1-java, ${misc:Depends}
Suggests: jta-doc
Description: Java telnet/ssh applet
 JTA is a Java implementation of Telnet and ssh.
 .
 JTA may be run as a standalone application (using class
 de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet).
 .
 It's modular structure allows one to configure the software to act either
 as a sophisticated terminal emulation and/or, adding the network
 backend, as telnet implementation. Additional modules provide features
 like scripting or an improved graphical user interface.

Package: jta-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: jta, default-jdk-doc
Description: Java telnet/ssh applet - documentation
 JTA is a Java implementation of Telnet and ssh.
 .
 JTA may be run as a standalone application (using class
 de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet).
 .
 It's modular structure allows one to configure the software to act either
 as a sophisticated terminal emulation and/or, adding the network
 backend, as telnet implementation. Additional modules provide features
 like scripting or an improved graphical user interface.
 .
 This package provides the API documentation for JTA.