Import from xlHtml (to sync with PKGNAME).
Moved xlHtml to xlHtml-mixedcase in the repository [schmonz 2007-06-07]
This commit is contained in:
parent
fef589d48b
commit
9a826785cc
4 changed files with 35 additions and 0 deletions
4
converters/xlhtml/DESCR
Normal file
4
converters/xlhtml/DESCR
Normal file
|
@ -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.
|
19
converters/xlhtml/Makefile
Normal file
19
converters/xlhtml/Makefile
Normal file
|
@ -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"
|
8
converters/xlhtml/PLIST
Normal file
8
converters/xlhtml/PLIST
Normal file
|
@ -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
|
4
converters/xlhtml/distinfo
Normal file
4
converters/xlhtml/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue