diff --git a/converters/xlhtml/DESCR b/converters/xlhtml/DESCR new file mode 100644 index 000000000000..c1db2432e755 --- /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 000000000000..775eec0da2f8 --- /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 000000000000..293a8b358d86 --- /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 000000000000..df7d1a2488e9 --- /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