pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairo Changes 1.0.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e9cac8772ee
branches:  trunk
changeset: 499984:5e9cac8772ee
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 30 13:51:24 2005 +0000

description:
Changes 1.0.0:
* Behavior and API changes
* API additions
* Features
* Optimization
* Bug fixes

diffstat:

 graphics/cairo/Makefile |  13 ++++++++-----
 graphics/cairo/PLIST    |  34 +++++++++++++++++++++++-----------
 graphics/cairo/distinfo |   8 ++++----
 3 files changed, 35 insertions(+), 20 deletions(-)

diffs (95 lines):

diff -r bb813c8ea26a -r 5e9cac8772ee graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Fri Sep 30 13:44:40 2005 +0000
+++ b/graphics/cairo/Makefile   Fri Sep 30 13:51:24 2005 +0000
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.22 2005/08/19 16:14:54 drochner Exp $
+# $NetBSD: Makefile,v 1.23 2005/09/30 13:51:24 adam Exp $
 
-DISTNAME=      cairo-0.9.0
+DISTNAME=      cairo-1.0.0
 CATEGORIES=    graphics
-MASTER_SITES=  http://cairographics.org/snapshots/
+MASTER_SITES=  http://cairographics.org/releases/
 
 MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://cairographics.org/
 COMMENT=       Vector graphics library with cross-device output support
 
-USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            pkg-config
+PKGCONFIG_OVERRIDE+=   cairo.pc.in
 GNU_CONFIGURE=         yes
-PKGCONFIG_OVERRIDE+=   cairo.pc.in
 CONFIGURE_ARGS+=       --disable-atsui
 CONFIGURE_ARGS+=       --disable-xcb
+CONFIGURE_ARGS+=       --enable-glitz
+CONFIGURE_ARGS+=       --enable-pdf
+CONFIGURE_ARGS+=       --enable-ps
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
 
 BUILDLINK_DEPENDS.freetype2+=  freetype2>=2.1.5
diff -r bb813c8ea26a -r 5e9cac8772ee graphics/cairo/PLIST
--- a/graphics/cairo/PLIST      Fri Sep 30 13:44:40 2005 +0000
+++ b/graphics/cairo/PLIST      Fri Sep 30 13:51:24 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/08/11 15:25:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/09/30 13:51:24 adam Exp $
 include/cairo/cairo-features.h
 include/cairo/cairo-ft.h
 include/cairo/cairo-glitz.h
@@ -18,18 +18,30 @@
 share/doc/cairo/bindings-return-values.html
 share/doc/cairo/bindings-streams.html
 share/doc/cairo/bindings-surfaces.html
-share/doc/cairo/cairo-Fonts.html
+share/doc/cairo/Drawing.html
+share/doc/cairo/Fonts.html
+share/doc/cairo/Support.html
+share/doc/cairo/Surfaces.html
+share/doc/cairo/cairo-Error-handling.html
 share/doc/cairo/cairo-FreeType-Fonts.html
-share/doc/cairo/cairo-Glitz-backend.html
-share/doc/cairo/cairo-Microsoft-Windows-Backend.html
-share/doc/cairo/cairo-PDF-Backend.html
-share/doc/cairo/cairo-PNG-Backend.html
-share/doc/cairo/cairo-PS-Backend.html
-share/doc/cairo/cairo-Quartz-Backend.html
-share/doc/cairo/cairo-XCB-Backend.html
-share/doc/cairo/cairo-XLib-Backend.html
+share/doc/cairo/cairo-Font-Options.html
+share/doc/cairo/cairo-Glitz-Surfaces.html
+share/doc/cairo/cairo-Image-Surfaces.html
+share/doc/cairo/cairo-PDF-Surfaces.html
+share/doc/cairo/cairo-PNG-Support.html
+share/doc/cairo/cairo-Paths.html
+share/doc/cairo/cairo-Patterns.html
+share/doc/cairo/cairo-PostScript-Surfaces.html
+share/doc/cairo/cairo-Scaled-Fonts.html
+share/doc/cairo/cairo-Text.html
+share/doc/cairo/cairo-Transformations.html
+share/doc/cairo/cairo-Types.html
+share/doc/cairo/cairo-Version-Information.html
+share/doc/cairo/cairo-Win32-Fonts.html
+share/doc/cairo/cairo-Win32-Surfaces.html
+share/doc/cairo/cairo-XLib-Surfaces.html
+share/doc/cairo/cairo-cairo-font-face-t.html
 share/doc/cairo/cairo-cairo-matrix-t.html
-share/doc/cairo/cairo-cairo-pattern-t.html
 share/doc/cairo/cairo-cairo-surface-t.html
 share/doc/cairo/cairo-cairo-t.html
 share/doc/cairo/cairo.devhelp
diff -r bb813c8ea26a -r 5e9cac8772ee graphics/cairo/distinfo
--- a/graphics/cairo/distinfo   Fri Sep 30 13:44:40 2005 +0000
+++ b/graphics/cairo/distinfo   Fri Sep 30 13:51:24 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/08/11 15:25:20 adam Exp $
+$NetBSD: distinfo,v 1.12 2005/09/30 13:51:24 adam Exp $
 
-SHA1 (cairo-0.9.0.tar.gz) = 16b13c11baac69bcaf4c2c335d1742364d00c2c2
-RMD160 (cairo-0.9.0.tar.gz) = 6e652c8bb6d85cf4030b4efc0428e17b4c1a4196
-Size (cairo-0.9.0.tar.gz) = 1225082 bytes
+SHA1 (cairo-1.0.0.tar.gz) = abc50d6a657cba15b3956c8c3aaea080b71172bb
+RMD160 (cairo-1.0.0.tar.gz) = cd81c235d62d816983233b3e87004144001cfe7f
+Size (cairo-1.0.0.tar.gz) = 1439299 bytes



Home | Main Index | Thread Index | Old Index