commons-net stable port information

Package: commons-net
Version: 1.4.1
Revision: 3
Type: java(1.4)
Source: mirror:apache:jakarta/commons/net/source/%n-%v-src.tar.gz
Source-MD5: ccbb3f67b55e8a7a676499db4386673c
SourceDirectory: %n-%v
PatchScript: <<
perl -pi -e 's, perl -pi -e 's/compile,test/compile/g' build.xml
perl -pi -e 's/depends="get-deps"//g' build.xml
<<
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), jakarta-oro, system-java-dev (>= 1.4-1)
Depends: jakarta-oro, system-java (>= 1.4-1)
CompileScript: <<
#!/bin/sh -ex

mkdir -p target/lib
ant dist -Dnoget=true
mv dist/commons-net-*.jar commons-net.jar
<<
JarFiles: *.jar
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs/api; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
DocFiles: LICENSE* NOTICE*
Homepage: http://jakarta.apache.org/commons/net/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Networking
DescDetail: <<
Jakarta Commons Net 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. Our
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 the programmer may construct his own custom implementations
(e.g, the TFTP packet classes and the TFTP packet send and receive
methods are exposed).
<<
License: BSD

commons-net _unstable_ port information

Package: commons-net
Version: 1.4.1
Revision: 3
Type: java(1.4)
Source: mirror:apache:jakarta/commons/net/source/%n-%v-src.tar.gz
Source-MD5: ccbb3f67b55e8a7a676499db4386673c
SourceDirectory: %n-%v
PatchScript: <<
perl -pi -e 's, perl -pi -e 's/compile,test/compile/g' build.xml
perl -pi -e 's/depends="get-deps"//g' build.xml
<<
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), jakarta-oro, system-java-dev (>= 1.4-1)
Depends: jakarta-oro, system-java (>= 1.4-1)
CompileScript: <<
#!/bin/sh -ex

mkdir -p target/lib
ant dist -Dnoget=true
mv dist/commons-net-*.jar commons-net.jar
<<
JarFiles: *.jar
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs/api; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
DocFiles: LICENSE* NOTICE*
Homepage: http://jakarta.apache.org/commons/net/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Networking
DescDetail: <<
Jakarta Commons Net 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. Our
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 the programmer may construct his own custom implementations
(e.g, the TFTP packet classes and the TFTP packet send and receive
methods are exposed).
<<
License: BSD