the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: poi
Version: 2.5.1
Revision: 2
Type: java(1.4)
Maintainer: Benjamin Reed
#
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
ant-optional (>= 1.6.5-6),
apache-forrest,
commons-beanutils (>= 1.6-1),
commons-collections (>= 3.2-3),
commons-lang (>= 1.0-1),
commons-logging (>= 1.0.1-1),
fink (>= 0.22.2-1),
jdepend,
junit (>= 3.8.1-1),
log4j (>= 1.2.9-4),
system-java-dev (>= 1.4-1),
xerces-j (>= 2.4.0-1)
<<
Depends: <<
commons-beanutils (>= 1.6-1),
commons-collections (>= 3.2-3),
commons-lang (>= 1.0-1),
commons-logging (>= 1.0.1-1),
fink (>= 0.22.2-1),
log4j (>= 1.2.8-1),
system-java-dev (>= 1.4-1),
xerces-j (>= 2.4.0-1)
<<
Source: http://archive.apache.org/dist/jakarta/poi/release/src/%n-src-%v-final-20040804.tar.gz
Source-MD5: d80052119b2d6746f103d49f915b0ad8
NoSourceDirectory: true
PatchScript: perl -pi -e 's,
#!/bin/sh -ex
ant -Ddisconnected=true -Dmain.docs.notRequired=true -Dmain.test.notRequired=true dist
<<
InstallScript: <<
#!/bin/sh -ev
for file in build/dist/*.jar; do
newfile=`echo "$file" | sed -e 's,-%v-final.*$,.jar,'`
mv "$file" "$newfile"
done
install -d -m 755 %i/share/doc/%N
mv docs/* %i/share/doc/%N/
<<
JarFiles: build/dist/*.jar
DocFiles: KEYS LICENSE NOTICE
Description: Java API for manipulating Microsoft files
DescDetail: <<
The POI project consists of APIs for manipulating various file formats
based upon Microsoft's OLE 2 Compound Document format using pure Java.
In short, you can read and write MS Excel files using Java. Soon,
you'll be able to read and write Word files using Java. POI is your
Java Excel solution as well as your Java Word solution. However, we
have a complete API for porting other OLE 2 Compound Document formats
and welcome others to participate.
OLE 2 Compound Document Format based files include most Microsoft
Office files such as XLS and DOC as well as MFC serialization API
based file formats.
<<
Homepage: http://jakarta.apache.org/poi/
License: BSD