File: control

package info (click to toggle)
libcommons-net-java 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,204 kB
  • sloc: java: 24,256; xml: 3,025; makefile: 4; sh: 1
file content (52 lines) | stat: -rw-r--r-- 1,938 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
47
48
49
50
51
52
Source: libcommons-net-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               junit4,
               libbuild-helper-maven-plugin-java,
               libcommons-parent-java (>= 39),
               libmaven-antrun-plugin-java,
               libmaven-bundle-plugin-java,
               libmaven-source-plugin-java,
               libmaven-javadoc-plugin-java,
               maven-debian-helper (>= 2.0.2~)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libcommons-net-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-net-java
Homepage: https://commons.apache.org/proper/commons-net/

Package: libcommons-net-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-net-java-doc
Description: Apache Commons Net - Java client API for basic Internet protocols
 The Apache Commons Net library implements the client side of many basic
 Internet protocols. The purpose of the library is to provide fundamental
 protocol access, not higher-level abstractions. Therefore, some of the
 design violates object-oriented design principles. The philosophy is to
 make the global functionality of a protocol accessible (e.g., TFTP send
 file and receive file) when possible, but also provide access to the
 fundamental protocols where applicable so that a programmer may construct
 his own custom implementations (e.g, the TFTP packet classes and the TFTP
 packet send and receive methods are exposed).
 .
 The supported protocols include:
  * FTP/FTPS
  * FTP over HTTP (experimental)
  * NNTP
  * SMTP(S)
  * POP3(S)
  * IMAP(S)
  * Telnet
  * TFTP
  * Finger
  * Whois
  * rexec/rcmd/rlogin
  * Time (rdate) and Daytime
  * Echo
  * Discard
  * NTP/SNTP