diff options
author | adam <adam> | 2005-09-30 13:51:24 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-30 13:51:24 +0000 |
commit | b409cec7976d6510e21503b0edd5b4f0c245ee2a (patch) | |
tree | 4ed83f3a6a95d674d6a09e44cc77eaf0b10fe7c5 | |
parent | 1064197d4b3f4c0b37273080a29922a32aaaadeb (diff) | |
download | pkgsrc-b409cec7976d6510e21503b0edd5b4f0c245ee2a.tar.gz |
Changes 1.0.0:
* Behavior and API changes
* API additions
* Features
* Optimization
* Bug fixes
-rw-r--r-- | graphics/cairo/Makefile | 13 | ||||
-rw-r--r-- | graphics/cairo/PLIST | 34 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 8 |
3 files changed, 35 insertions, 20 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 8ea885366f3..a47f603d9f8 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -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 HOMEPAGE= http://cairographics.org/ COMMENT= Vector graphics library with cross-device output support -USE_TOOLS+= pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= cairo.pc.in +GNU_CONFIGURE= yes 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 --git a/graphics/cairo/PLIST b/graphics/cairo/PLIST index c633a335899..c0986ba108f 100644 --- a/graphics/cairo/PLIST +++ b/graphics/cairo/PLIST @@ -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-patterns.html 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 --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 7df71239b9d..b51fc3a6a82 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -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 |