summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-24 17:04:27 +0000
committernia <nia@pkgsrc.org>2020-03-24 17:04:27 +0000
commit8a4c1891a4555afe2531638984e1830822171dfd (patch)
treeb548abfb7c33cb45531041192a3868bc59ba06a0 /converters
parente2afe5aa8af6a4e81504501888db7f90496cda27 (diff)
downloadpkgsrc-8a4c1891a4555afe2531638984e1830822171dfd.tar.gz
libstaroffice: Update to 0.0.6
0.0.6: - 12/17/2017: - all: retrieve formula and charts(as graphic) - .sdw: try to retrieve more attachments. 0.0.5: - 10/30/2017: - require C++11 for build. 0.0.4: - 07/15/2017: - correct many errors detected by fuzzing 0.0.3: - 02/20/2017: - tests if the file is created by StarImpress, if yes, converts it in a presentation file, - .sdw: try to retrieve more table's formattings and some outline levels, - graphics: try to retrieve more embedded pictures and the textbox rotations.
Diffstat (limited to 'converters')
-rw-r--r--converters/libstaroffice/Makefile12
-rw-r--r--converters/libstaroffice/distinfo10
2 files changed, 12 insertions, 10 deletions
diff --git a/converters/libstaroffice/Makefile b/converters/libstaroffice/Makefile
index 99fdf5a8e19..e958db0ee73 100644
--- a/converters/libstaroffice/Makefile
+++ b/converters/libstaroffice/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/01/26 17:30:51 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/24 17:04:27 nia Exp $
-DISTNAME= libstaroffice-0.0.2
-PKGREVISION= 9
+DISTNAME= libstaroffice-0.0.6
CATEGORIES= converters
-MASTER_SITES= http://dev-www.libreoffice.org/src/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= https://dev-www.libreoffice.org/src/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://dev-www.libreoffice.org/src/
@@ -16,6 +15,9 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+# C++11
+GCC_REQD+= 4.7
+
CONFIGURE_ARGS+= --without-docs
CONFIGURE_ARGS+= --disable-werror
diff --git a/converters/libstaroffice/distinfo b/converters/libstaroffice/distinfo
index e0606552876..7809b3f30e3 100644
--- a/converters/libstaroffice/distinfo
+++ b/converters/libstaroffice/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/04 01:41:41 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2020/03/24 17:04:27 nia Exp $
-SHA1 (libstaroffice-0.0.2.tar.bz2) = fb7ec416807e49cb8cb12b1e46003499fad9df5f
-RMD160 (libstaroffice-0.0.2.tar.bz2) = b387b4feb04371ad816553a8b984b9c3f91561bf
-SHA512 (libstaroffice-0.0.2.tar.bz2) = dc66324dd8b365db73ea6dea16188b808648970311d443f09302648ab6b3d27c95e91f09f2be6d0d8ef173d8c5129afe6d493b1e2664dbe229553060142858e8
-Size (libstaroffice-0.0.2.tar.bz2) = 886950 bytes
+SHA1 (libstaroffice-0.0.6.tar.xz) = d4f0ab61702fe24f3d89ec625616583e77a33697
+RMD160 (libstaroffice-0.0.6.tar.xz) = 9eff31611c80bb3d1c9c4e668fa7954d9f1e81a5
+SHA512 (libstaroffice-0.0.6.tar.xz) = 9b5313a069e29265875f2e744b6b39c261f578d72f67fdefe1454c092aaa28399e1b3dfcb3a2f881f9a60674e0115a29350fba3ee37fb442f0a837982077f324
+Size (libstaroffice-0.0.6.tar.xz) = 706324 bytes