pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libstaroffice libstaroffice: Update to 0.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c432b89b81fb
branches:  trunk
changeset: 414210:c432b89b81fb
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 24 17:04:27 2020 +0000

description:
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:

 converters/libstaroffice/Makefile |  12 +++++++-----
 converters/libstaroffice/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r 54cbb6dafeec -r c432b89b81fb converters/libstaroffice/Makefile
--- a/converters/libstaroffice/Makefile Tue Mar 24 17:03:59 2020 +0000
+++ b/converters/libstaroffice/Makefile Tue Mar 24 17:04:27 2020 +0000
@@ -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@localhost
 HOMEPAGE=      https://dev-www.libreoffice.org/src/
@@ -16,6 +15,9 @@
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# C++11
+GCC_REQD+=     4.7
+
 CONFIGURE_ARGS+=       --without-docs
 CONFIGURE_ARGS+=       --disable-werror
 
diff -r 54cbb6dafeec -r c432b89b81fb converters/libstaroffice/distinfo
--- a/converters/libstaroffice/distinfo Tue Mar 24 17:03:59 2020 +0000
+++ b/converters/libstaroffice/distinfo Tue Mar 24 17:04:27 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index