diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-24 05:26:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-24 05:26:13 +0000 |
commit | 5fd8dbce931c802e11863ba65018b97dfab34412 (patch) | |
tree | b78807accf5f3b8fb4c549231922416c2fa4055f | |
parent | 61b0794204e4281f2448f6cb591c05eb9b8ad8fc (diff) | |
download | pkgsrc-5fd8dbce931c802e11863ba65018b97dfab34412.tar.gz |
Initial import of xlhtml-0.5.
xlhtml is used to convert Microsoft Excel Spreadsheet files into either html
or tab delimitted ASCII. The program can be interfaced with helper scripts
for viewing email attachments. Most use of this program is through the helper
scripts and one would probably rarely resort to using the commandline
interface.
-rw-r--r-- | textproc/xlhtml/DESCR | 5 | ||||
-rw-r--r-- | textproc/xlhtml/Makefile | 17 | ||||
-rw-r--r-- | textproc/xlhtml/PLIST | 8 | ||||
-rw-r--r-- | textproc/xlhtml/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/xlhtml/DESCR b/textproc/xlhtml/DESCR new file mode 100644 index 00000000000..0ecdfc6f57f --- /dev/null +++ b/textproc/xlhtml/DESCR @@ -0,0 +1,5 @@ +xlhtml is used to convert Microsoft Excel Spreadsheet files into either html or +tab delimitted ASCII. The program can be interfaced with helper scripts for +viewing email attachments. Most use of this program is through the helper +scripts and one would probably rarely resort to using the commandline +interface. diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile new file mode 100644 index 00000000000..393b42dae64 --- /dev/null +++ b/textproc/xlhtml/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/24 05:26:13 xtraeme Exp $ +# + +DISTNAME= xlhtml-0.5 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/} +EXTRACT_SUFX= .tgz + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://chicago.sourceforge.net/xlhtml/ +COMMENT= XLS to HTML converter + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/xlhtml/PLIST b/textproc/xlhtml/PLIST new file mode 100644 index 00000000000..28fce80eb37 --- /dev/null +++ b/textproc/xlhtml/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/24 05:26:13 xtraeme Exp $ +bin/nsopen +bin/nspptview +bin/nsxlview +bin/ppthtml +bin/xlhtml +man/man1/ppthtml.1 +man/man1/xlhtml.1 diff --git a/textproc/xlhtml/distinfo b/textproc/xlhtml/distinfo new file mode 100644 index 00000000000..a508c730ce3 --- /dev/null +++ b/textproc/xlhtml/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/24 05:26:13 xtraeme Exp $ + +SHA1 (xlhtml-0.5.tgz) = b661e061feb72282dbbe80d1dfe09ce08b44ce25 +Size (xlhtml-0.5.tgz) = 271045 bytes |