diff options
author | sno <sno@pkgsrc.org> | 2009-05-21 17:53:48 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-21 17:53:48 +0000 |
commit | bc29414c7e32d07fdd9ba88d3d7a8b1bd2e27355 (patch) | |
tree | 10501ef6091ccb9fbe4ad63aa109076dacf3cdc2 /graphics | |
parent | d6e31e0e4405fe6c7c0f7ad29551a7e5af856d33 (diff) | |
download | pkgsrc-bc29414c7e32d07fdd9ba88d3d7a8b1bd2e27355.tar.gz |
pkgsrc changes:
- Updating package for p5 cairo bindings from 1.060 to 1.061
Upstream changes:
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* NEWS
* README
* lib/Cairo.pm: Stable release 1.061.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm -> lib/Cairo.pm (moved)
* MakeHelper.pm -> inc/MakeHelper.pm (moved)
* MANIFEST
* Makefile.PL: Move the two modules into their own folders to make
it clear that the one is the real thing while the other is just
build helper code.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.xs (cairo_object_from_sv, cairo_struct_from_sv): Hush two
compiler warnings.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm: In the POD, use =item instead of =head4 for methods so
that not every single method shows up in a table of contents.
Also fix two other small POD glitches.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MANIFEST.SKIP: Update for SVN.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Use EU::MM's META_MERGE instead of EXTRA_META.
2008-10-26 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: CAIRO_FONT_TYPE_QUARTZ was introduced in cairo 1.6,
not 1.4.
2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MakeHelper.pm: Use the correct enum type instead of int for the
enum converters.
2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm:
* Cairo.xs:
* CairoFont.xs:
* CairoFt.xs:
* CairoMatrix.xs:
* CairoPath.xs:
* CairoPattern.xs:
* CairoSurface.xs:
* MakeHelper.pm:
* Makefile.PL:
* cairo-perl-private.h:
* cairo-perl.h:
* cairo-perl.typemap:
* examples/simple.pl:
* t/Cairo.t:
* t/CairoFont.t:
* t/CairoFt.t:
* t/CairoMatrix.t:
* t/CairoPath.t:
* t/CairoPattern.t:
* t/CairoSurface.t: In preparation of the move to SVN, use the Id
keyword in place of Header.
2008-09-07 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: When prompting for auto-installing dependencies,
default to 'no' so that automatic testers with CPANPLUS.pm don't
end up invoking CPAN.pm. (RT #38286)
2008-09-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* README: Fix the dependency versions for EU::Depends and
EU::PkgConfig.
* Cairo.pm: Mention http://cairographics.org/manual/ in the API
documentation section. Fix a POD error.
* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ. (RT
#34681)
2008-06-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/CairoSurface.t: Cairo::PsSurface->create can under certain
conditions apparently return a surface that is not a PS surface.
Handle this gracefully. (RT #33871)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-cairo/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-cairo/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile index 372e55bf703..0cea803e671 100644 --- a/graphics/p5-cairo/Makefile +++ b/graphics/p5-cairo/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:10 he Exp $ +# $NetBSD: Makefile,v 1.7 2009/05/21 17:53:48 sno Exp $ # DISTNAME= Cairo-${DIST_VER} PKGNAME= p5-${DISTNAME} PKGNAME= p5-cairo-${DIST_VER} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} @@ -16,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config -DIST_VER= 1.060 +DIST_VER= 1.061 DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig diff --git a/graphics/p5-cairo/distinfo b/graphics/p5-cairo/distinfo index d769fa8a8fd..ba48f002cee 100644 --- a/graphics/p5-cairo/distinfo +++ b/graphics/p5-cairo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/21 14:43:20 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2009/05/21 17:53:48 sno Exp $ -SHA1 (Cairo-1.060.tar.gz) = af0334d7732f991509c0b90e509040d4bbd2b939 -RMD160 (Cairo-1.060.tar.gz) = f514f5065b53ca740ea415ec97f0d45f5208b637 -Size (Cairo-1.060.tar.gz) = 90111 bytes +SHA1 (Cairo-1.061.tar.gz) = 534500b85935a0fbfaeff76b4ff04067021cd8c7 +RMD160 (Cairo-1.061.tar.gz) = eeed3fc830276a794b145ab9da2770e3cb856a65 +Size (Cairo-1.061.tar.gz) = 90604 bytes |