Tue Mar 24 17:04:27 2020 UTC ()
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.


(nia)
diff -r1.12 -r1.13 pkgsrc/converters/libstaroffice/Makefile
diff -r1.1 -r1.2 pkgsrc/converters/libstaroffice/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/converters/libstaroffice/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/libstaroffice/Makefile 2020/01/26 17:30:51 1.12
+++ pkgsrc/converters/libstaroffice/Makefile 2020/03/24 17:04:27 1.13
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.12 2020/01/26 17:30:51 rillig Exp $ 1# $NetBSD: Makefile,v 1.13 2020/03/24 17:04:27 nia Exp $
2 2
3DISTNAME= libstaroffice-0.0.2 3DISTNAME= libstaroffice-0.0.6
4PKGREVISION= 9 
5CATEGORIES= converters 4CATEGORIES= converters
6MASTER_SITES= http://dev-www.libreoffice.org/src/ 5MASTER_SITES= https://dev-www.libreoffice.org/src/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= https://dev-www.libreoffice.org/src/ 9HOMEPAGE= https://dev-www.libreoffice.org/src/
11COMMENT= Library to import StarOffice documents 10COMMENT= Library to import StarOffice documents
12LICENSE= mpl-2.0 OR gnu-lgpl-v2.1 11LICENSE= mpl-2.0 OR gnu-lgpl-v2.1
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18 17
 18# C++11
 19GCC_REQD+= 4.7
 20
19CONFIGURE_ARGS+= --without-docs 21CONFIGURE_ARGS+= --without-docs
20CONFIGURE_ARGS+= --disable-werror 22CONFIGURE_ARGS+= --disable-werror
21 23
22PKGCONFIG_OVERRIDE+= libstaroffice.pc.in 24PKGCONFIG_OVERRIDE+= libstaroffice.pc.in
23 25
24.include "../../converters/librevenge/buildlink3.mk" 26.include "../../converters/librevenge/buildlink3.mk"
25.include "../../devel/boost-libs/buildlink3.mk" 27.include "../../devel/boost-libs/buildlink3.mk"
26.include "../../devel/zlib/buildlink3.mk" 28.include "../../devel/zlib/buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/converters/libstaroffice/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/libstaroffice/distinfo 2017/02/04 01:41:41 1.1
+++ pkgsrc/converters/libstaroffice/distinfo 2020/03/24 17:04:27 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/02/04 01:41:41 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2020/03/24 17:04:27 nia Exp $
2 2
3SHA1 (libstaroffice-0.0.2.tar.bz2) = fb7ec416807e49cb8cb12b1e46003499fad9df5f 3SHA1 (libstaroffice-0.0.6.tar.xz) = d4f0ab61702fe24f3d89ec625616583e77a33697
4RMD160 (libstaroffice-0.0.2.tar.bz2) = b387b4feb04371ad816553a8b984b9c3f91561bf 4RMD160 (libstaroffice-0.0.6.tar.xz) = 9eff31611c80bb3d1c9c4e668fa7954d9f1e81a5
5SHA512 (libstaroffice-0.0.2.tar.bz2) = dc66324dd8b365db73ea6dea16188b808648970311d443f09302648ab6b3d27c95e91f09f2be6d0d8ef173d8c5129afe6d493b1e2664dbe229553060142858e8 5SHA512 (libstaroffice-0.0.6.tar.xz) = 9b5313a069e29265875f2e744b6b39c261f578d72f67fdefe1454c092aaa28399e1b3dfcb3a2f881f9a60674e0115a29350fba3ee37fb442f0a837982077f324
6Size (libstaroffice-0.0.2.tar.bz2) = 886950 bytes 6Size (libstaroffice-0.0.6.tar.xz) = 706324 bytes