libcommons-net2-java 2.0-2 source package in Ubuntu

Changelog

libcommons-net2-java (2.0-2) unstable; urgency=low

  * Include manifest with OSGi information
  * Prefer openjdk-6-doc as Depends for the -doc package.
  * Move the Javadoc to /usr/share/doc/libcommons-net2-java/api

libcommons-net2-java (2.0-1) unstable; urgency=low

  * Initial release, split from libcommons-net-java as this is
    a major version change with API incompatibilities

 -- Matthias Klose <email address hidden>   Mon,  12 Oct 2009 08:33:17 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Karmic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-net2-java_2.0.orig.tar.gz 284.0 KiB aee3d35a71ecc85307304acd7c5792d3e42b00fc6d5cbaadb83c6905e1414ebc
libcommons-net2-java_2.0-2.diff.gz 3.5 KiB 10f8f1f6da66da25c79ad35f16458015f6135b3d7fe2ffe852bee706d2bf23ae
libcommons-net2-java_2.0-2.dsc 1.4 KiB 3a57036aadbd9c4a1518096c624b7be756476333d48027641b50c733028ef889

View changes file

Binary packages built by this source

libcommons-net2-java: internet protocol suite Java library

 This is an Internet protocol suite Java library originally developed by
 ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
 NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well
 as BSD R command support. 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. Our
 philosophy is to make the global functionality of a protocal accesible
 (e.g., TFTP send file and receive file) when possible, but also provide
 access to the fundamental protocols where applicable so that the
 programmer may construct his own custom implementations (e.g, the TFTP
 packet classes and the TFTP packet send and receive methods are
 exposed). NetComponents was originally a commercial product, but after
 ORO dissolved, it was continued to be made available for those who
 found it useful. However, no updates have been made since version
 1.3.8, released in 1998. Now that certain contract obligations have
 expired, it is possible to make the source code freely available under
 the Apache Software License.
 .
 This is a part of the Apache Jakarta Project.

libcommons-net2-java-doc: internet protocol suite Java library - API docs

 This is an Internet protocol suite Java library originally developed by
 ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
 NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well
 as BSD R command support. 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. Our
 philosophy is to make the global functionality of a protocal accesible
 (e.g., TFTP send file and receive file) when possible, but also provide
 access to the fundamental protocols where applicable so that the
 programmer may construct his own custom implementations (e.g, the TFTP
 packet classes and the TFTP packet send and receive methods are
 exposed). NetComponents was originally a commercial product, but after
 ORO dissolved, it was continued to be made available for those who
 found it useful. However, no updates have been made since version
 1.3.8, released in 1998. Now that certain contract obligations have
 expired, it is possible to make the source code freely available under
 the Apache Software License.
 .
 This is a part of the Apache Jakarta Project.
 .
 This package contains the API documentation for libcommons-net-java.