summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-08-12 00:27:57 +0000
committerryoon <ryoon@pkgsrc.org>2015-08-12 00:27:57 +0000
commitfb648201ea986e3decfbc51751f148087177d285 (patch)
treec0aaf774d5252611edec1d38b74961552ff1a9f4 /converters
parent1cec8a432b286d48e4d5b03bb015433e6da7d5c5 (diff)
downloadpkgsrc-fb648201ea986e3decfbc51751f148087177d285.tar.gz
Update to 0.4.0
Changelog: 0.3.x -> 0.4.0 - add support for unknown encoding files (ie. DOS file) - add potential support for converting Lotus, ... documents, - accept to convert all Lotus Wk1 files and Symphony Wk1 files, - add support for Lotus Wk3 and Wk4 documents, - add support for Quattro Pro Wq1 and Wq2 documents, - only in debug mode, add pre-support for Lotus Wk5..., must allow to retrieve the main sheets content's with no formatting, - add potential support for asking the document's password ( but do nothing ) - correct some compiler warnings when compiling in debug mode.
Diffstat (limited to 'converters')
-rw-r--r--converters/libwps/Makefile4
-rw-r--r--converters/libwps/PLIST10
-rw-r--r--converters/libwps/buildlink3.mk5
-rw-r--r--converters/libwps/distinfo8
-rw-r--r--converters/libwps/patches/patch-configure15
5 files changed, 13 insertions, 29 deletions
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile
index 083063c11df..c7843d12984 100644
--- a/converters/libwps/Makefile
+++ b/converters/libwps/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/01/16 09:08:38 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/08/12 00:27:57 ryoon Exp $
-DISTNAME= libwps-0.3.1
+DISTNAME= libwps-0.4.0
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwps/}
EXTRACT_SUFX= .tar.bz2
diff --git a/converters/libwps/PLIST b/converters/libwps/PLIST
index d65a358ed48..7ba578bca88 100644
--- a/converters/libwps/PLIST
+++ b/converters/libwps/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2014/07/23 06:29:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/08/12 00:27:57 ryoon Exp $
bin/wks2csv
bin/wks2raw
bin/wks2text
bin/wps2html
bin/wps2raw
bin/wps2text
-include/libwps-0.3/libwps/WPSDocument.h
-include/libwps-0.3/libwps/libwps.h
-lib/libwps-0.3.la
-lib/pkgconfig/libwps-0.3.pc
+include/libwps-0.4/libwps/WPSDocument.h
+include/libwps-0.4/libwps/libwps.h
+lib/libwps-0.4.la
+lib/pkgconfig/libwps-0.4.pc
diff --git a/converters/libwps/buildlink3.mk b/converters/libwps/buildlink3.mk
index 6a88f1a347b..38954ea35e0 100644
--- a/converters/libwps/buildlink3.mk
+++ b/converters/libwps/buildlink3.mk
@@ -1,12 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/07/23 06:29:53 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2015/08/12 00:27:57 ryoon Exp $
BUILDLINK_TREE+= libwps
.if !defined(LIBWPS_BUILDLINK3_MK)
LIBWPS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.libwps+= libwps>=0.2.0
-BUILDLINK_ABI_DEPENDS.libwps?= libwps>=0.3.0
+BUILDLINK_API_DEPENDS.libwps+= libwps>=0.4.0
BUILDLINK_PKGSRCDIR.libwps?= ../../converters/libwps
.include "../../converters/librevenge/buildlink3.mk"
diff --git a/converters/libwps/distinfo b/converters/libwps/distinfo
index c1c2ac52ecf..88ce93dd78b 100644
--- a/converters/libwps/distinfo
+++ b/converters/libwps/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/01/16 09:08:38 wiz Exp $
+$NetBSD: distinfo,v 1.10 2015/08/12 00:27:57 ryoon Exp $
-SHA1 (libwps-0.3.1.tar.bz2) = f873f672adf0d92030ab2b6697be735ef6cfc6e2
-RMD160 (libwps-0.3.1.tar.bz2) = 109484e67bf62d64eeaf78417e1552b3e2f3d7fa
-Size (libwps-0.3.1.tar.bz2) = 496436 bytes
+SHA1 (libwps-0.4.0.tar.bz2) = cde00ac428e316b6d7c9401720f57496668f2651
+RMD160 (libwps-0.4.0.tar.bz2) = d0fae4ffb539c12f94246f2280591bc2d362c810
+Size (libwps-0.4.0.tar.bz2) = 564733 bytes
SHA1 (patch-configure) = 5b3e7b782a708a9039032a9eb0f57ed21ead3c86
diff --git a/converters/libwps/patches/patch-configure b/converters/libwps/patches/patch-configure
deleted file mode 100644
index 6bb5aeb2729..00000000000
--- a/converters/libwps/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2015/01/16 09:08:38 wiz Exp $
-
-Fix unportable test(1) operator.
-
---- configure.orig 2014-12-30 09:10:53.000000000 +0000
-+++ configure
-@@ -16187,7 +16187,7 @@ else
- fi
-
-
--if test "x$platform_win32" == "xyes"; then :
-+if test "x$platform_win32" = "xyes"; then :
-
- else
-