From 19d83f1a30d2b04db800564504e1f95a5561eca1 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 24 Jun 2004 05:26:13 +0000 Subject: 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. --- textproc/xlhtml/DESCR | 5 +++++ textproc/xlhtml/Makefile | 17 +++++++++++++++++ textproc/xlhtml/PLIST | 8 ++++++++ textproc/xlhtml/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 textproc/xlhtml/DESCR create mode 100644 textproc/xlhtml/Makefile create mode 100644 textproc/xlhtml/PLIST create mode 100644 textproc/xlhtml/distinfo (limited to 'textproc') 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 -- cgit v1.2.3