From 701967fbc592bb5a9279931e1fe90181f4b6c36e Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 14 May 2001 13:23:51 +0000 Subject: Initial import of xlHtml-0.2.8 into the packages collection. Provided in PR 12882 by Jesse Off (joff@newmonics.com) xlHtml is an Excel 95 and later file converter. Its html output can be used as a Netscape Plugin to let you view xls e-mail attachments. It can also extract regions of a spreadsheet and convert the spreadsheet to pure text rather than html. --- converters/xlHtml-mixedcase/Makefile | 19 +++++++++++++++++++ converters/xlHtml-mixedcase/distinfo | 7 +++++++ converters/xlHtml-mixedcase/patches/patch-aa | 10 ++++++++++ converters/xlHtml-mixedcase/patches/patch-ab | 10 ++++++++++ converters/xlHtml-mixedcase/patches/patch-ac | 10 ++++++++++ converters/xlHtml-mixedcase/pkg/DESCR | 4 ++++ converters/xlHtml-mixedcase/pkg/PLIST | 16 ++++++++++++++++ 7 files changed, 76 insertions(+) create mode 100644 converters/xlHtml-mixedcase/Makefile create mode 100644 converters/xlHtml-mixedcase/distinfo create mode 100644 converters/xlHtml-mixedcase/patches/patch-aa create mode 100644 converters/xlHtml-mixedcase/patches/patch-ab create mode 100644 converters/xlHtml-mixedcase/patches/patch-ac create mode 100644 converters/xlHtml-mixedcase/pkg/DESCR create mode 100644 converters/xlHtml-mixedcase/pkg/PLIST (limited to 'converters') diff --git a/converters/xlHtml-mixedcase/Makefile b/converters/xlHtml-mixedcase/Makefile new file mode 100644 index 00000000000..a2c8d74b583 --- /dev/null +++ b/converters/xlHtml-mixedcase/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 13:23:51 agc Exp $ +# + +DISTNAME= xlHtml-0.2.8 +CATEGORIES= converters +MASTER_SITES= http://www.xlHtml.org/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.xlHtml.org/ +COMMENT= Microsoft xls/ppt to HTML converter + +BUILD_DEPENDS+= autoconf-*:../../devel/autoconf +BUILD_DEPENDS+= automake-*:../../devel/automake + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/xlHtml-mixedcase/distinfo b/converters/xlHtml-mixedcase/distinfo new file mode 100644 index 00000000000..ac4f170893b --- /dev/null +++ b/converters/xlHtml-mixedcase/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 13:23:51 agc Exp $ + +SHA1 (xlHtml-0.2.8.tar.gz) = 17c39a704338c38f1c0463af2d01a6c063a6c834 +Size (xlHtml-0.2.8.tar.gz) = 339705 bytes +SHA1 (patch-aa) = 11e45455c14a71f0459ac3104e5ffc2a148e70e7 +SHA1 (patch-ab) = 2f6d90508278fc8be313995bf1c83daf6c7ec21b +SHA1 (patch-ac) = b44f37ce830bfe4cb53a64bac0c6f25892df8eba diff --git a/converters/xlHtml-mixedcase/patches/patch-aa b/converters/xlHtml-mixedcase/patches/patch-aa new file mode 100644 index 00000000000..3ca265fd13d --- /dev/null +++ b/converters/xlHtml-mixedcase/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 13:23:51 agc Exp $ + +--- pptHtml/nspptview.orig Wed Oct 13 10:46:03 1999 ++++ pptHtml/nspptview +@@ -1,4 +1,4 @@ +-#!/bin/tcsh ++#!/bin/csh + + if ($#argv != 1) then + echo "Usage: $0 file.doc" diff --git a/converters/xlHtml-mixedcase/patches/patch-ab b/converters/xlHtml-mixedcase/patches/patch-ab new file mode 100644 index 00000000000..c2cd5d7aa14 --- /dev/null +++ b/converters/xlHtml-mixedcase/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 13:23:51 agc Exp $ + +--- xlHtml/nsopen.orig Wed Sep 29 07:22:31 1999 ++++ xlHtml/nsopen +@@ -1,4 +1,4 @@ +-#!/bin/tcsh ++#!/bin/csh + + if ($#argv != 1) then + echo "Usage: $0 file" diff --git a/converters/xlHtml-mixedcase/patches/patch-ac b/converters/xlHtml-mixedcase/patches/patch-ac new file mode 100644 index 00000000000..288bd9f8f1c --- /dev/null +++ b/converters/xlHtml-mixedcase/patches/patch-ac @@ -0,0 +1,10 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/05/14 13:23:51 agc Exp $ + +--- xlHtml/nsxlview.orig Sun Dec 26 13:39:05 1999 ++++ xlHtml/nsxlview +@@ -1,4 +1,4 @@ +-#!/bin/tcsh ++#!/bin/csh + + if ($#argv != 1) then + echo "Usage: $0 file.xls" diff --git a/converters/xlHtml-mixedcase/pkg/DESCR b/converters/xlHtml-mixedcase/pkg/DESCR new file mode 100644 index 00000000000..65f83ed91ae --- /dev/null +++ b/converters/xlHtml-mixedcase/pkg/DESCR @@ -0,0 +1,4 @@ +xlHtml is an Excel 95 and later file converter. Its html output +can be used as a Netscape Plugin to let you view xls e-mail +attachments. It can also extract regions of a spreadsheet and +convert the spreadsheet to pure text rather than html. diff --git a/converters/xlHtml-mixedcase/pkg/PLIST b/converters/xlHtml-mixedcase/pkg/PLIST new file mode 100644 index 00000000000..561ee19ee4f --- /dev/null +++ b/converters/xlHtml-mixedcase/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 13:23:51 agc Exp $ +bin/nsopen +bin/nspptview +bin/nsxlview +bin/pptHtml +bin/xlHtml +include/cole/cole.h +lib/libcole.a +lib/libcole.la +lib/libcole.so +lib/libcole.so.2 +lib/libcole.so.2.1 +man/man1/pptHtml.1 +man/man1/xlHtml.1 +share/aclocal/cole.m4 +@dirrm include/cole -- cgit v1.2.3