From 3b7c02e6bd0b6a5ede76b6e3020eea5e90fe19ae Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 7 Mar 2006 15:19:59 +0000 Subject: Initial import of antixls, an Excel file to text converter. --- math/antixls/DESCR | 5 +++++ math/antixls/Makefile | 23 +++++++++++++++++++++++ math/antixls/PLIST | 2 ++ math/antixls/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 math/antixls/DESCR create mode 100644 math/antixls/Makefile create mode 100644 math/antixls/PLIST create mode 100644 math/antixls/distinfo (limited to 'math/antixls') diff --git a/math/antixls/DESCR b/math/antixls/DESCR new file mode 100644 index 00000000000..1bfc5cc5e0a --- /dev/null +++ b/math/antixls/DESCR @@ -0,0 +1,5 @@ +antixls is a small Perl wrapper for Kawai Takanori's +Spreadsheet::ParseExcel module. It prints out an XLS file with +minimal formatting, or extracts the data into CSV format. + +It is to Excel files what antiword is to Word documents. diff --git a/math/antixls/Makefile b/math/antixls/Makefile new file mode 100644 index 00000000000..52039b3c02b --- /dev/null +++ b/math/antixls/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/07 15:19:59 dillo Exp $ +# + +DISTNAME= antixls-0.2b +CATEGORIES= math +MASTER_SITES= http://www.af0.net/~dan/ +EXTRACT_SUFX= .perl + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://www.af0.net/~dan/?antixls +COMMENT= Print XLS file with minimal formatting, or as CSV + +WRKSRC= ${WRKDIR} +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} antixls +REPLACE_PERL+= antixls +NO_BUILD= YES + +DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/antixls ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/math/antixls/PLIST b/math/antixls/PLIST new file mode 100644 index 00000000000..5250549e5d6 --- /dev/null +++ b/math/antixls/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/07 15:19:59 dillo Exp $ +bin/antixls diff --git a/math/antixls/distinfo b/math/antixls/distinfo new file mode 100644 index 00000000000..59352903e86 --- /dev/null +++ b/math/antixls/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/03/07 15:19:59 dillo Exp $ + +SHA1 (antixls-0.2b.perl) = c5d53f7b2677051273129536cb9f2b39f9bda16e +RMD160 (antixls-0.2b.perl) = 9ed1d8e68b7f08d6686ce55df7eb518e72865a4b +Size (antixls-0.2b.perl) = 4082 bytes -- cgit v1.2.3