Mon Jul 26 13:23:16 2021 UTC ()
p5-cairo: update to 1.109

Overview of changes in Cairo 1.109
==================================

* Remove PDF outline exports that do not exist

Overview of changes in Cairo 1.108
==================================

* Add missing status codes
* Add Perl bindings for Cairo surface mime type setting/getting and get extents
* Add bindings for PDF outline support
* Add example file for PDF outline support bindings
* Updated MANIFEST file with newly added files
* Makefile.PL: updated Git URLs
* Add defined constants for MIME types, pdf outlining, and tags


(bsiegert)
diff -r1.43 -r1.44 pkgsrc/graphics/p5-cairo/Makefile
diff -r1.10 -r1.11 pkgsrc/graphics/p5-cairo/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/graphics/p5-cairo/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-cairo/Makefile 2021/05/24 19:52:27 1.43
+++ pkgsrc/graphics/p5-cairo/Makefile 2021/07/26 13:23:16 1.44
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.43 2021/05/24 19:52:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2021/07/26 13:23:16 bsiegert Exp $
2 2
3DISTNAME= Cairo-1.107 3DISTNAME= Cairo-1.109
4PKGNAME= p5-${DISTNAME:tl} 4PKGNAME= p5-${DISTNAME:tl}
5PKGREVISION= 1 
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gtk2-perl.sourceforge.net/ 9HOMEPAGE= http://gtk2-perl.sourceforge.net/
11COMMENT= Perl bindings to the cairo graphics library 10COMMENT= Perl bindings to the cairo graphics library
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends 15BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
17BUILD_DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig 16BUILD_DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
18 17

cvs diff -r1.10 -r1.11 pkgsrc/graphics/p5-cairo/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/p5-cairo/distinfo 2020/09/07 11:24:54 1.10
+++ pkgsrc/graphics/p5-cairo/distinfo 2021/07/26 13:23:16 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2020/09/07 11:24:54 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2021/07/26 13:23:16 bsiegert Exp $
2 2
3SHA1 (Cairo-1.107.tar.gz) = d9aeb9e471e4ab366b4b3b6aac9c37172983d054 3SHA1 (Cairo-1.109.tar.gz) = 549a055054854d69e055fc5d9a071bece3f4d2f9
4RMD160 (Cairo-1.107.tar.gz) = 0b93c6e0ea9857d9c4e2e5c9db70f9cd65813010 4RMD160 (Cairo-1.109.tar.gz) = c6eb5dda1ca8f5e9b0bf9373e38cd8809914d874
5SHA512 (Cairo-1.107.tar.gz) = 613ba59ee3bd1adc2f33be60b395148f23d1de793fde888fd417f0b0cb6631a35429ee696172e9292b7d3fecab93de8ca958c96f803b9f5a16747a6d1fc7e9cb 5SHA512 (Cairo-1.109.tar.gz) = b80841bff480acf95f69659cba02ca17c79b67a2dc5c9b9302efb15bbd79bd4bc2f1801c001c220723da11081e86a08a83e07ecc8866810ebf9406e1f6fa1c53
6Size (Cairo-1.107.tar.gz) = 111203 bytes 6Size (Cairo-1.109.tar.gz) = 116924 bytes