Wed Feb 20 11:01:37 2008 UTC ()
Update to 1.045.

Overview of changes in Cairo 1.045
==================================

* Fix memory allocation errors on win32.  [T.J. Ferraro]

Overview of changes in Cairo 1.044
==================================

* Add entries for the various kinds of surfaces to the API listing.
* Fix some test suite and build issues.

Overview of changes in Cairo 1.043
==================================

* Fix a few build and compatibility problems.

Overview of changes in Cairo 1.042
==================================

* Fix a few build and test failures.

Overview of changes in Cairo 1.041
==================================

* Use Test::Numer::Delta to make floating point tests more reliable.

Overview of changes in Cairo 1.040
==================================

* Re-add Cairo::Surface::finish.
* Add support for cairo_get_scaled_font.
* Document the new API.

Overview of changes in Cairo 1.031
==================================

* Track upstream API improvements.
* Fix enum error messages to display the correct list of allowed values.
* Fix a endianness-related test failure.


(xtraeme)
diff -r1.2 -r1.3 pkgsrc/graphics/p5-cairo/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/graphics/p5-cairo/distinfo

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

--- pkgsrc/graphics/p5-cairo/Makefile 2007/04/15 19:21:09 1.2
+++ pkgsrc/graphics/p5-cairo/Makefile 2008/02/20 11:01:37 1.3
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2007/04/15 19:21:09 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2008/02/20 11:01:37 xtraeme Exp $
2# 2#
3 3
4DISTNAME= Cairo-${DIST_VER} 4DISTNAME= Cairo-${DIST_VER}
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGNAME= p5-cairo-${DIST_VER} 6PKGNAME= p5-cairo-${DIST_VER}
7CATEGORIES= graphics 7CATEGORIES= graphics
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://gtk2-perl.sourceforge.net/ 11HOMEPAGE= http://gtk2-perl.sourceforge.net/
12COMMENT= Perl bindings to the cairo graphics library 12COMMENT= Perl bindings to the cairo graphics library
13 13
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16DIST_VER= 1.023 16DIST_VER= 1.045
17 17
18DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends 18DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
19DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig 19DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
20 20
21PERL5_PACKLIST= auto/Cairo/.packlist 21PERL5_PACKLIST= auto/Cairo/.packlist
22 22
23.include "../../graphics/cairo/buildlink3.mk" 23.include "../../graphics/cairo/buildlink3.mk"
24.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/graphics/p5-cairo/distinfo 2007/04/13 23:17:22 1.1.1.1
+++ pkgsrc/graphics/p5-cairo/distinfo 2008/02/20 11:01:37 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2007/04/13 23:17:22 xtraeme Exp $ 1$NetBSD: distinfo,v 1.2 2008/02/20 11:01:37 xtraeme Exp $
2 2
3SHA1 (Cairo-1.023.tar.gz) = 10234f92eb2888af5553d314a583ecef7ddd6469 3SHA1 (Cairo-1.045.tar.gz) = ddfc89d0c21d2d7afd508bb39e3774cff8a48280
4RMD160 (Cairo-1.023.tar.gz) = 69c8b139e6397c7a1d020a9f508815e5c45d2cf6 4RMD160 (Cairo-1.045.tar.gz) = ba36ef99e4335e36d6894930cd1a616ce7446319
5Size (Cairo-1.023.tar.gz) = 43737 bytes 5Size (Cairo-1.045.tar.gz) = 87823 bytes