pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libmwaw



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 19 11:49:20 UTC 2021

Modified Files:
        pkgsrc/converters/libmwaw: Makefile distinfo

Log Message:
libmwaw: update to 0.3.17

09/13/2020:
- add a parser for Jazz(Lotus) writer and spreasheet files
  + the writer parser can only be called if the file still
    contains its resource fork

09/01/2020:
- add a parser for Canvas 3 and 3.5 files

08/24/2020:
- AppleWorks parser: try to retrieve more Windows presentation

08/01/2020:
- add a parser for Drawing Table files

07/22/2020:
- add a parser for Canvas 2 files

07/20/2020:
- configure.ac: add an enable-asan option

06/26/2020:
- API: add new reserved enums in MWAWDocument.hxx
     MWAW_T_RESERVED10..MWAW_T_RESERVED29
  and add a new define in libmwaw.hxx
     MWAW_INTERFACE_VERSION
  to check if these enums are defined


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/converters/libmwaw/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/libmwaw/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/libmwaw/Makefile
diff -u pkgsrc/converters/libmwaw/Makefile:1.26 pkgsrc/converters/libmwaw/Makefile:1.27
--- pkgsrc/converters/libmwaw/Makefile:1.26     Fri Jan  1 08:24:37 2021
+++ pkgsrc/converters/libmwaw/Makefile  Fri Mar 19 11:49:20 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/01/01 08:24:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2021/03/19 11:49:20 nia Exp $
 
-DISTNAME=      libmwaw-0.3.16
-PKGREVISION=   2
+DISTNAME=      libmwaw-0.3.17
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libmwaw/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/converters/libmwaw/distinfo
diff -u pkgsrc/converters/libmwaw/distinfo:1.11 pkgsrc/converters/libmwaw/distinfo:1.12
--- pkgsrc/converters/libmwaw/distinfo:1.11     Wed Mar 25 10:44:04 2020
+++ pkgsrc/converters/libmwaw/distinfo  Fri Mar 19 11:49:20 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/03/25 10:44:04 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/03/19 11:49:20 nia Exp $
 
-SHA1 (libmwaw-0.3.16.tar.xz) = dcb5fee35fd9a0489e8f8ce666c10899e3aa4bbd
-RMD160 (libmwaw-0.3.16.tar.xz) = 111e5dc4e9cefbd812dafd4168ea0c0cc18aca04
-SHA512 (libmwaw-0.3.16.tar.xz) = c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a
-Size (libmwaw-0.3.16.tar.xz) = 1306872 bytes
+SHA1 (libmwaw-0.3.17.tar.xz) = e884ccf8f9a67e58a6a5581e10c45da4f0ff0e61
+RMD160 (libmwaw-0.3.17.tar.xz) = bb92b16e03bab3ec37e8c514341678e6e5a2837c
+SHA512 (libmwaw-0.3.17.tar.xz) = c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4
+Size (libmwaw-0.3.17.tar.xz) = 1349700 bytes



Home | Main Index | Thread Index | Old Index