aboutsummaryrefslogtreecommitdiff
path: root/textproc/jakarta-poi
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-04 14:20:39 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-04 14:20:39 +0000
commit85ced959504c2f20fec06e32fc5255ebb759daae (patch)
tree145b505af1b7414d88bb3fbbb037ef8d88258ff3 /textproc/jakarta-poi
parent8656f2dc3cc186af3e77c8ed2b9411c71fa4b19a (diff)
downloadports-85ced959504c2f20fec06e32fc5255ebb759daae.tar.gz
ports-85ced959504c2f20fec06e32fc5255ebb759daae.zip
Notes
Diffstat (limited to 'textproc/jakarta-poi')
-rw-r--r--textproc/jakarta-poi/Makefile50
-rw-r--r--textproc/jakarta-poi/distinfo2
-rw-r--r--textproc/jakarta-poi/pkg-descr8
3 files changed, 0 insertions, 60 deletions
diff --git a/textproc/jakarta-poi/Makefile b/textproc/jakarta-poi/Makefile
deleted file mode 100644
index aac3fc99fa00..000000000000
--- a/textproc/jakarta-poi/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# Created by: Anton Yudin <toha@toha.org.ua>
-# $FreeBSD$
-
-PORTNAME= poi
-PORTVERSION= 2.5.1
-PORTREVISION= 2
-CATEGORIES= textproc devel java
-MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
-MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/release/src
-PKGNAMEPREFIX= jakarta-
-DISTNAME= ${PORTNAME}-src-${PORTVERSION}-final-20040804
-
-MAINTAINER= toha@toha.org.ua
-COMMENT= Java API To Access Microsoft Format Files
-
-BUILD_DEPENDS= ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j
-
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-
-NO_WRKSUBDIR= yes
-
-DSTAMP= `date +%Y%m%d`
-
-USE_ANT= yes
-MAKE_ENV+= ANT_INCLUDE_SHARED_JARS=YES
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-ALL_TARGET= jar
-JARFILE= ${PORTNAME}-${PORTVERSION}-final-${DSTAMP}.jar
-DESTJARFILE= ${PORTNAME}.jar
-
-PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
-
-NO_STAGE= yes
-do-install:
- @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..."
- @${INSTALL_DATA} ${WRKSRC}/build/dist/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE}
- @${ECHO_MSG} " [ DONE ]"
-
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/docs/apidocs \
- && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/jakarta-poi/distinfo b/textproc/jakarta-poi/distinfo
deleted file mode 100644
index 5d9e8211fc85..000000000000
--- a/textproc/jakarta-poi/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (poi-src-2.5.1-final-20040804.tar.gz) = 783c6c36b9762aafd3386adcfbe71ad46aaa14d9fe20545c4a60eb591cfe0cc1
-SIZE (poi-src-2.5.1-final-20040804.tar.gz) = 6870414
diff --git a/textproc/jakarta-poi/pkg-descr b/textproc/jakarta-poi/pkg-descr
deleted file mode 100644
index d7e1374c28cd..000000000000
--- a/textproc/jakarta-poi/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-Word Excel solution. However, we have a complete API for porting other OLE 2
-Compound Document formats and welcome others to participate.
-
-WWW: http://jakarta.apache.org/poi/