Skip to content

Commit

Permalink
Update to 0.3.1. Ride libwpd bump.
Browse files Browse the repository at this point in the history
13/5/2014
- add code to create embedded spreadsheet
- AppleWorks/ClarisWorks: send page's embedded spreadsheets as spreadsheet (instead of table)
  • Loading branch information
wiz committed Jul 23, 2014
1 parent a7ecf44 commit 5e033fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions converters/libmwaw/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2014/07/22 10:53:30 wiz Exp $
# $NetBSD: Makefile,v 1.6 2014/07/23 06:20:48 wiz Exp $

DISTNAME= libmwaw-0.2.1
PKGREVISION= 1
DISTNAME= libmwaw-0.3.1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmwaw/}
EXTRACT_SUFX= .tar.xz
Expand Down Expand Up @@ -30,5 +29,6 @@ CONFIGURE_ARGS+= --with-sharedptr=tr1
PKGCONFIG_OVERRIDE+= libmwaw.pc.in

.include "../../converters/libwpg/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
11 changes: 6 additions & 5 deletions converters/libmwaw/PLIST
@@ -1,11 +1,12 @@
@comment $NetBSD: PLIST,v 1.2 2014/02/02 07:25:39 ryoon Exp $
@comment $NetBSD: PLIST,v 1.3 2014/07/23 06:20:48 wiz Exp $
bin/mwaw2csv
bin/mwaw2html
bin/mwaw2raw
bin/mwaw2svg
bin/mwaw2text
bin/mwawFile
bin/mwawZip
include/libmwaw-0.2/libmwaw/MWAWDocument.hxx
include/libmwaw-0.2/libmwaw/libmwaw.hxx
lib/libmwaw-0.2.la
lib/pkgconfig/libmwaw-0.2.pc
include/libmwaw-0.3/libmwaw/MWAWDocument.hxx
include/libmwaw-0.3/libmwaw/libmwaw.hxx
lib/libmwaw-0.3.la
lib/pkgconfig/libmwaw-0.3.pc
8 changes: 4 additions & 4 deletions converters/libmwaw/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2014/06/01 03:57:47 ryoon Exp $
$NetBSD: distinfo,v 1.5 2014/07/23 06:20:48 wiz Exp $

SHA1 (libmwaw-0.2.1.tar.xz) = 52f8059b042a72c0f2db92b39939b1eb095cddea
RMD160 (libmwaw-0.2.1.tar.xz) = 7cf2b0e4c15fbc1ea607da06dd11d1c7711d2974
Size (libmwaw-0.2.1.tar.xz) = 830816 bytes
SHA1 (libmwaw-0.3.1.tar.xz) = 3a989a0ed551600b46ff0dacd18c423be789d192
RMD160 (libmwaw-0.3.1.tar.xz) = c95eb2bac58ea4a4538b6cdaf5f02691bcc42bd2
Size (libmwaw-0.3.1.tar.xz) = 916320 bytes

0 comments on commit 5e033fc

Please sign in to comment.