summaryrefslogtreecommitdiff
path: root/converters/libmwaw/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2016-08-15 18:58:13 +0000
committerryoon <ryoon>2016-08-15 18:58:13 +0000
commit3804a526aec25619789edc4524749c54f8318dd6 (patch)
treec31f4f324be7e0d8044561e09474f9835f2ff791 /converters/libmwaw/Makefile
parentfba5c8bfedcdcc19f5098cfbda4b4d4d80985f34 (diff)
downloadpkgsrc-3804a526aec25619789edc4524749c54f8318dd6.tar.gz
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
Diffstat (limited to 'converters/libmwaw/Makefile')
-rw-r--r--converters/libmwaw/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/libmwaw/Makefile b/converters/libmwaw/Makefile
index 62eb1bff91e..2d92428fc23 100644
--- a/converters/libmwaw/Makefile
+++ b/converters/libmwaw/Makefile
@@ -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/}