pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libcdr Updated libcdr to 0.1.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/692cf10c0e2e
branches: trunk
changeset: 350210:692cf10c0e2e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 24 19:00:12 2016 +0000
description:
Updated libcdr to 0.1.3.
libcdr 0.1.3
* Improvements for CMX parsers
- More robust parsing using the pointers from CMX header
- Implement almost all fills
- Implement outline properties
- Implement embedded raster images
- Implement transparency lens for fills
* Some fixes for CDR parsers
- Consider fill/outline styles
* Tools
- Make cmx2* and cdr2* tools handle both CDR and CMX
diffstat:
converters/libcdr/Makefile | 5 ++---
converters/libcdr/distinfo | 11 ++++++-----
converters/libcdr/patches/patch-test-driver | 15 +++++++++++++++
3 files changed, 23 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r a8a1bf03ff0c -r 692cf10c0e2e converters/libcdr/Makefile
--- a/converters/libcdr/Makefile Sun Jul 24 18:56:21 2016 +0000
+++ b/converters/libcdr/Makefile Sun Jul 24 19:00:12 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/04/11 19:01:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2016/07/24 19:00:12 wiz Exp $
-DISTNAME= libcdr-0.1.2
-PKGREVISION= 1
+DISTNAME= libcdr-0.1.3
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libcdr/
EXTRACT_SUFX= .tar.xz
diff -r a8a1bf03ff0c -r 692cf10c0e2e converters/libcdr/distinfo
--- a/converters/libcdr/distinfo Sun Jul 24 18:56:21 2016 +0000
+++ b/converters/libcdr/distinfo Sun Jul 24 19:00:12 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/12/30 00:18:31 wiz Exp $
+$NetBSD: distinfo,v 1.8 2016/07/24 19:00:12 wiz Exp $
-SHA1 (libcdr-0.1.2.tar.xz) = 244b92a51451ab4c2abc9aebfbe521e6277f7800
-RMD160 (libcdr-0.1.2.tar.xz) = 5b4e32bfd17e4e1cb0345da719624f1b8931e223
-SHA512 (libcdr-0.1.2.tar.xz) = c5c08444fa28be13b60ba1aa515a47606de80b079cbabb0276f54064820fecb2a6ee50a8b33a6cc1b2f5f46323d3de7f00822aadec5c3058a14adebf5255da91
-Size (libcdr-0.1.2.tar.xz) = 602024 bytes
+SHA1 (libcdr-0.1.3.tar.xz) = af1cad13b431f31a27fb2a1b0599a9c479a732cf
+RMD160 (libcdr-0.1.3.tar.xz) = 29bdf0517b4476a109d4b42965fcab5e62058bee
+SHA512 (libcdr-0.1.3.tar.xz) = 9811efb13f7dd72c69a98e81b44a261e913ffe87200486c8e07200d75790004d4fdf30e29f779b0ddd2ad09e3d1e8813ef501e9448c1789f89256f71bdb5fadd
+Size (libcdr-0.1.3.tar.xz) = 596772 bytes
+SHA1 (patch-test-driver) = c347e73fdb3f9cda85827dceec4e124881a50776
diff -r a8a1bf03ff0c -r 692cf10c0e2e converters/libcdr/patches/patch-test-driver
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libcdr/patches/patch-test-driver Sun Jul 24 19:00:12 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-test-driver,v 1.1 2016/07/24 19:00:13 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- test-driver.orig 2016-07-21 06:43:23.000000000 +0000
++++ test-driver
+@@ -59,7 +59,7 @@ enable_hard_errors=yes
+ while test $# -gt 1; do
+ arg=${1%=*}
+ val=${1#*=}
+- if [ $arg == $val ]; then
++ if [ $arg = $val ]; then
+ val=$2
+ shift
+ fi
Home |
Main Index |
Thread Index |
Old Index