diff options
author | taca <taca@pkgsrc.org> | 2002-04-08 15:04:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-04-08 15:04:03 +0000 |
commit | da30aff813f5ea24c247a9e621d11bfa3af37650 (patch) | |
tree | f74e729c37681bce4f896bf80b232983ef8c3bac /converters | |
parent | 2c3e465cde33cd2e85ae5213672832a6470cee55 (diff) | |
download | pkgsrc-da30aff813f5ea24c247a9e621d11bfa3af37650.tar.gz |
Update xlhtml package to 0.4.9.3 with HOMEPAGE and MASTER_SITES updates.
xlHtml ChangeLog
0.4.9.3 03/19/02
*Began code modularization
*Changed pointers to xlhtml web site
0.4.9.2 03/13/02
*Turned over xlhtml to Charles Wyble
*Added a patch to support bold formatting
0.4.9.1 03/10/02
* Fixed bug in cole.c which causes errors reading ppthtml files - Takahiro Kamba
* Fixed bug in page name output for non-html output
* xlhtml now uses Microsoft CodePages - Victor Wagner
P.S.
My last name isn't "Kamba" but "Kambe". :-)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/xlHtml-mixedcase/Makefile | 10 | ||||
-rw-r--r-- | converters/xlHtml-mixedcase/distinfo | 7 | ||||
-rw-r--r-- | converters/xlHtml-mixedcase/patches/patch-ad | 17 |
3 files changed, 8 insertions, 26 deletions
diff --git a/converters/xlHtml-mixedcase/Makefile b/converters/xlHtml-mixedcase/Makefile index c651e0f1250..f52991f004b 100644 --- a/converters/xlHtml-mixedcase/Makefile +++ b/converters/xlHtml-mixedcase/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2001/12/28 04:59:08 taca Exp $ +# $NetBSD: Makefile,v 1.8 2002/04/08 15:04:03 taca Exp $ # -DISTNAME= xlhtml-0.4 -PKGREVISION= 1 +DISTNAME= xlhtml-0.4.9.3 CATEGORIES= converters -MASTER_SITES= http://www.xlHtml.org/ +MASTER_SITES= http://prdownloads.sf.net/chicago/ +EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.xlHtml.org/ +HOMEPAGE= http://chicago.sourceforge.net/xlhtml/ COMMENT= Microsoft xls/ppt to HTML converter USE_BUILDLINK_ONLY= YES diff --git a/converters/xlHtml-mixedcase/distinfo b/converters/xlHtml-mixedcase/distinfo index 9715dbf42de..acd8f2ffc70 100644 --- a/converters/xlHtml-mixedcase/distinfo +++ b/converters/xlHtml-mixedcase/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/12/28 04:59:08 taca Exp $ +$NetBSD: distinfo,v 1.4 2002/04/08 15:04:03 taca Exp $ -SHA1 (xlhtml-0.4.tar.gz) = c42844187db3965e078886e6c24eebd6a30be65e -Size (xlhtml-0.4.tar.gz) = 266623 bytes -SHA1 (patch-ad) = a1fae140ee7ed8dd918b4b676613c8ddbabe9538 +SHA1 (xlhtml-0.4.9.3.tgz) = c2d014f05e5bae1a61b8b4067b342d74b9f4bd4d +Size (xlhtml-0.4.9.3.tgz) = 276645 bytes diff --git a/converters/xlHtml-mixedcase/patches/patch-ad b/converters/xlHtml-mixedcase/patches/patch-ad deleted file mode 100644 index 1f9932751bc..00000000000 --- a/converters/xlHtml-mixedcase/patches/patch-ad +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2001/12/28 04:59:09 taca Exp $ - ---- cole/cole.c.orig Mon Nov 5 07:09:54 2001 -+++ cole/cole.c -@@ -192,10 +192,12 @@ - if (colerrno != NULL) *colerrno = COLE_ECLOSEFILE; - ret = 1; - } -+#if defined( __WIN32__ ) || defined( __BORLANDC__ ) - if (remove (colefilesystem->sbfilename) && !ret) { - if (colerrno != NULL) *colerrno = COLE_EREMOVE; - ret = 1; - } -+#endif - free (colefilesystem->sbfilename); - } - free (colefilesystem); |