summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authoragc <agc>2001-05-14 13:23:51 +0000
committeragc <agc>2001-05-14 13:23:51 +0000
commit00b2b984881a3d35001bf2f58a56d9331a52ceca (patch)
tree1d2265c8e73bd374c54581f3912b6745815db513 /converters
parente06b034cf815fc1d40c2d474c74a3cf471daba7e (diff)
downloadpkgsrc-00b2b984881a3d35001bf2f58a56d9331a52ceca.tar.gz
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.
Diffstat (limited to 'converters')
-rw-r--r--converters/xlHtml-mixedcase/Makefile19
-rw-r--r--converters/xlHtml-mixedcase/distinfo7
-rw-r--r--converters/xlHtml-mixedcase/patches/patch-aa10
-rw-r--r--converters/xlHtml-mixedcase/patches/patch-ab10
-rw-r--r--converters/xlHtml-mixedcase/patches/patch-ac10
-rw-r--r--converters/xlHtml-mixedcase/pkg/DESCR4
-rw-r--r--converters/xlHtml-mixedcase/pkg/PLIST16
7 files changed, 76 insertions, 0 deletions
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