pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libstaroffice



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 24 17:04:27 UTC 2020

Modified Files:
        pkgsrc/converters/libstaroffice: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/libstaroffice/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/libstaroffice/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/libstaroffice/Makefile
diff -u pkgsrc/converters/libstaroffice/Makefile:1.12 pkgsrc/converters/libstaroffice/Makefile:1.13
--- pkgsrc/converters/libstaroffice/Makefile:1.12       Sun Jan 26 17:30:51 2020
+++ pkgsrc/converters/libstaroffice/Makefile    Tue Mar 24 17:04:27 2020
@@ -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_LIBTOOL=  yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# C++11
+GCC_REQD+=     4.7
+
 CONFIGURE_ARGS+=       --without-docs
 CONFIGURE_ARGS+=       --disable-werror
 

Index: pkgsrc/converters/libstaroffice/distinfo
diff -u pkgsrc/converters/libstaroffice/distinfo:1.1 pkgsrc/converters/libstaroffice/distinfo:1.2
--- pkgsrc/converters/libstaroffice/distinfo:1.1        Sat Feb  4 01:41:41 2017
+++ pkgsrc/converters/libstaroffice/distinfo    Tue Mar 24 17:04:27 2020
@@ -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