Update to 1.060:
* Wrap new API: - cairo_has_current_point - cairo_path_extents - cairo_format_stride_for_width - cairo_surface_copy_page and cairo_surface_show_page - cairo_ps_surface_restrict_to_level, cairo_ps_get_levels, and cairo_ps_level_to_string - cairo_ps_surface_set_eps and cairo_ps_surface_get_eps * Provide Cairo::FtFontFace::create which can be used with Font::FreeType. * Complete the API listing POD.
This commit is contained in:
parent
b0c053dfbb
commit
470d27cf43
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/02/20 11:01:37 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/04/21 14:43:20 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Cairo-${DIST_VER}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Perl bindings to the cairo graphics library
|
|||
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
DIST_VER= 1.045
|
||||
DIST_VER= 1.060
|
||||
|
||||
DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
|
||||
DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/02/20 11:01:37 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.3 2008/04/21 14:43:20 xtraeme Exp $
|
||||
|
||||
SHA1 (Cairo-1.045.tar.gz) = ddfc89d0c21d2d7afd508bb39e3774cff8a48280
|
||||
RMD160 (Cairo-1.045.tar.gz) = ba36ef99e4335e36d6894930cd1a616ce7446319
|
||||
Size (Cairo-1.045.tar.gz) = 87823 bytes
|
||||
SHA1 (Cairo-1.060.tar.gz) = af0334d7732f991509c0b90e509040d4bbd2b939
|
||||
RMD160 (Cairo-1.060.tar.gz) = f514f5065b53ca740ea415ec97f0d45f5208b637
|
||||
Size (Cairo-1.060.tar.gz) = 90111 bytes
|
||||
|
|
Loading…
Reference in a new issue