axis _unstable_ port information

Package: axis
Version: 1.4
Revision: 1
Source: mirror:apache:ws/%n/1_4/%n-src-1_4.tar.gz
Source-MD5: 3dcce3cbd37f52d70ebeb858f90608dc
SourceDirectory: %n-1_4
Patch: %n.patch
Type: java(1.4)
BuildDepends: ant-base, commons-discovery (>= 0.2-2), commons-httpclient (>= 2.0-1), commons-logging (>= 1.0.4-1), commons-net (>= 1.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.21.1.1-1), jaf, jakarta-oro, javamail, system-java-dev (>= 1.4-1), wsdl4j
Depends: commons-discovery (>= 0.2-2), commons-httpclient (>= 2.0-1), commons-logging (>= 1.0.4-1), commons-net (>= 1.1-1), jaf, jakarta-oro, javamail, system-java (>= 1.4-1), wsdl4j
CompileScript: <<
#!/bin/sh -ex

find . -name commons-httpclient.jar -exec rm -rf {} \;
find . -name commons-discovery.jar -exec rm -rf {} \;
find . -name commons-logging.jar -exec rm -rf {} \;
find . -name commons-net.jar -exec rm -rf {} \;
find . -name log4j\*.jar -exec rm -rf {} \;
find . -name mailapi\*.jar -exec rm -rf {} \;
find . -name jakarta-oro\*.jar -exec rm -rf {} \;
find . -name wsdl4j\*.jar -exec rm -rf {} \;
ant dist
<<
InstallScript: <<
#!/bin/sh -ex

install -d -m 755 %i/share/%n/xmls
install -d -m 755 %i/share/doc/%n

# xml files
pushd axis-1_4
install -c -m 644 xmls/* %i/share/%n/xmls/

# documentation
mv docs/* %i/share/doc/%n/
mv samples %i/share/doc/%n/

# webapp
pushd webapps
jar -cvf %i/share/doc/%n/%n.war %n
popd

popd

find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: axis-*/lib/*.jar
DocFiles: LICENSE NOTICE README *.html
Homepage: http://ws.apache.org/axis/
Maintainer: Benjamin Reed
Description: Java SOAP implementation
DescDetail: <<
Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol").
<<
License: BSD