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:   ryoon
Date:           Mon Aug 15 18:58:13 UTC 2016

Modified Files:
        pkgsrc/converters/libmwaw: Makefile distinfo

Log Message:
Update to 0.3.7

Changelog:
15/11/2015
- RagTime v5-v6 parser: try to retrieve the embedded spreadsheets
  + begin to understand the hierarchical structures which store
    a chart (but not the meaning of each field),
- ClarisWorks/AppleWorks: find a new structure in the file's header
  (which could prevent to convert some database's file),
- BeagleWorks/GreatWorks/Word Perfect Works: retrieve the picture's
  field in a database
- all: improve a little the methods which create spreadsheets,
- all: make some constructors explicit.

10/13/2015
- add a parser for Style documents(at least v1.6 and v1.9)

10/9/2015
- add file signatures for FullPaint documents which have the same format as MacPaint..

10/8/2015
- add a parser for Pixel Paint documents


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/libmwaw/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/converters/libmwaw/Makefile:1.11
--- pkgsrc/converters/libmwaw/Makefile:1.10     Sat Aug 15 22:46:39 2015
+++ pkgsrc/converters/libmwaw/Makefile  Mon Aug 15 18:58:13 2016
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2015/08/15 22:46:39 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/08/15 18:58:13 ryoon Exp $
 
-DISTNAME=      libmwaw-0.3.6-v2
+DISTNAME=      libmwaw-0.3.7
 # next two lines added for 0.3.6-v2, remove after update to usual
 # version number format
 PKGNAME=       ${DISTNAME:S/-v/./}
-PKGREVISION=   1
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-v2//}
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libmwaw/}

Index: pkgsrc/converters/libmwaw/distinfo
diff -u pkgsrc/converters/libmwaw/distinfo:1.9 pkgsrc/converters/libmwaw/distinfo:1.10
--- pkgsrc/converters/libmwaw/distinfo:1.9      Tue Nov  3 01:43:50 2015
+++ pkgsrc/converters/libmwaw/distinfo  Mon Aug 15 18:58:13 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 01:43:50 agc Exp $
+$NetBSD: distinfo,v 1.10 2016/08/15 18:58:13 ryoon Exp $
 
-SHA1 (libmwaw-0.3.6-v2.tar.bz2) = 3dbd7625e2bd1561d637487caf113c808851f78f
-RMD160 (libmwaw-0.3.6-v2.tar.bz2) = 5ae5e38319a03d18b23b99d1605cd9b70d55cd75
-SHA512 (libmwaw-0.3.6-v2.tar.bz2) = afa52382ca76a1f3a78730de6c9353f7e9fa1bdbb3e66d0a2ddb353e7e308a7801c5556d7c5df3cce9766ad5d6c0ed629ea2613c6a4c58a58406a8abd413d1df
-Size (libmwaw-0.3.6-v2.tar.bz2) = 1357887 bytes
+SHA1 (libmwaw-0.3.7.tar.bz2) = 8b58073dff4ce59da929e25a627722d6c34f9788
+RMD160 (libmwaw-0.3.7.tar.bz2) = 8444d5d6310f45fa140356fbeb4cf963bdefa171
+SHA512 (libmwaw-0.3.7.tar.bz2) = e1c68efbb4f12bd6e8817636df3d9e3d0bbc95ace634df98e8599b4e0b70bc407eb12e979ddcd54ddd585617d379d226b3e7d807399ec89537491a8f592964b1
+Size (libmwaw-0.3.7.tar.bz2) = 1390872 bytes



Home | Main Index | Thread Index | Old Index