pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/antixls Initial import of antixls, an Excel file ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6be0fd4cb3d3
branches:  trunk
changeset: 509261:6be0fd4cb3d3
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Tue Mar 07 15:19:59 2006 +0000

description:
Initial import of antixls, an Excel file to text converter.

diffstat:

 math/antixls/DESCR    |   5 +++++
 math/antixls/Makefile |  23 +++++++++++++++++++++++
 math/antixls/PLIST    |   2 ++
 math/antixls/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r d4d96a38a007 -r 6be0fd4cb3d3 math/antixls/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/antixls/DESCR        Tue Mar 07 15:19:59 2006 +0000
@@ -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 -r d4d96a38a007 -r 6be0fd4cb3d3 math/antixls/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/antixls/Makefile     Tue Mar 07 15:19:59 2006 +0000
@@ -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@localhost
+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 -r d4d96a38a007 -r 6be0fd4cb3d3 math/antixls/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/antixls/PLIST        Tue Mar 07 15:19:59 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/07 15:19:59 dillo Exp $
+bin/antixls
diff -r d4d96a38a007 -r 6be0fd4cb3d3 math/antixls/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/antixls/distinfo     Tue Mar 07 15:19:59 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index