diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-22 15:25:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-22 15:25:59 +0000 |
commit | 9a826785cc911383e40dbe2e11aab9ccc3b4ac22 (patch) | |
tree | d366d9f5ec9957d941200a65ce55a72bf9502a84 /converters | |
parent | fef589d48bf3a49fc749c4679e449f5d83a7a2cf (diff) | |
download | pkgsrc-9a826785cc911383e40dbe2e11aab9ccc3b4ac22.tar.gz |
Import from xlHtml (to sync with PKGNAME).
Moved xlHtml to xlHtml-mixedcase in the repository [schmonz 2007-06-07]
Diffstat (limited to 'converters')
-rw-r--r-- | converters/xlhtml/DESCR | 4 | ||||
-rw-r--r-- | converters/xlhtml/Makefile | 19 | ||||
-rw-r--r-- | converters/xlhtml/PLIST | 8 | ||||
-rw-r--r-- | converters/xlhtml/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/converters/xlhtml/DESCR b/converters/xlhtml/DESCR new file mode 100644 index 00000000000..c1db2432e75 --- /dev/null +++ b/converters/xlhtml/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/Makefile b/converters/xlhtml/Makefile new file mode 100644 index 00000000000..775eec0da2f --- /dev/null +++ b/converters/xlhtml/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/22 15:25:59 wiz Exp $ +# + +DISTNAME= xlhtml.0.5.1 +PKGNAME= ${DISTNAME:S/./-/} +WRKSRC= ${WRKDIR}/xlhtml +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/} +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://chicago.sourceforge.net/xlhtml/ +COMMENT= Microsoft xls/ppt to HTML converter + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/xlhtml/PLIST b/converters/xlhtml/PLIST new file mode 100644 index 00000000000..293a8b358d8 --- /dev/null +++ b/converters/xlhtml/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/22 15:25:59 wiz Exp $ +bin/nsopen +bin/nspptview +bin/nsxlview +bin/ppthtml +bin/xlhtml +man/man1/ppthtml.1 +man/man1/xlhtml.1 diff --git a/converters/xlhtml/distinfo b/converters/xlhtml/distinfo new file mode 100644 index 00000000000..df7d1a2488e --- /dev/null +++ b/converters/xlhtml/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/22 15:25:59 wiz Exp $ + +SHA1 (xlhtml.0.5.1.tgz) = b399bca7eadb908f636df0012eadaa18d9e00513 +Size (xlhtml.0.5.1.tgz) = 263933 bytes |