diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-21 08:20:00 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-21 08:20:00 +0800 |
commit | c691b4bd67a58af796d2f89b2032fde4ee686338 (patch) | |
tree | 27d3fb8349ad81bbb08a250642ce923230f46a3f /graphics | |
parent | 08782a28b413ab012dadbb3f085aa8e39b515a7d (diff) | |
download | marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.tar marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.tar.gz marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.tar.bz2 marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.tar.lz marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.tar.xz marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.tar.zst marcuscom-ports-c691b4bd67a58af796d2f89b2032fde4ee686338.zip |
- Update to 0.5.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4109 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 5 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 4 | ||||
-rw-r--r-- | graphics/cairo/pkg-plist | 38 |
3 files changed, 43 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 0c752de9b..772a75944 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -2,11 +2,11 @@ # Date created: 2004-10-06 # Whom: Michael Johnson <ahze@FreeBSD.org> # -# $FreeBSD: ports/graphics/cairo/Makefile,v 1.12 2005/03/10 18:31:38 ahze Exp $ +# $FreeBSD$ # PORTNAME= cairo -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -18,6 +18,7 @@ LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ png.5:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} USE_GNOME= gnometarget gnomehack USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 20bc83890..8a1033377 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,2 +1,2 @@ -MD5 (cairo-0.5.0.tar.gz) = cf39f429026498128fd4711cf4b824bf -SIZE (cairo-0.5.0.tar.gz) = 932914 +MD5 (cairo-0.5.1.tar.gz) = 4bad34b337403e73637d2f6c752283f1 +SIZE (cairo-0.5.1.tar.gz) = 1036308 diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist index 80a575f88..461ad803f 100644 --- a/graphics/cairo/pkg-plist +++ b/graphics/cairo/pkg-plist @@ -10,4 +10,42 @@ lib/libcairo.a lib/libcairo.so lib/libcairo.so.1 libdata/pkgconfig/cairo.pc +%%DOCSDIR%%/cairo/bindings-errors.html +%%DOCSDIR%%/cairo/bindings-fonts.html +%%DOCSDIR%%/cairo/bindings-memory.html +%%DOCSDIR%%/cairo/bindings-overloading.html +%%DOCSDIR%%/cairo/bindings-path.html +%%DOCSDIR%%/cairo/bindings-patterns.html +%%DOCSDIR%%/cairo/bindings-return-values.html +%%DOCSDIR%%/cairo/bindings-streams.html +%%DOCSDIR%%/cairo/bindings-surfaces.html +%%DOCSDIR%%/cairo/cairo-ATSUI-Fonts.html +%%DOCSDIR%%/cairo/cairo-Fonts.html +%%DOCSDIR%%/cairo/cairo-FreeType-Fonts.html +%%DOCSDIR%%/cairo/cairo-Glitz-backend.html +%%DOCSDIR%%/cairo/cairo-Microsoft-Windows-Backend.html +%%DOCSDIR%%/cairo/cairo-PDF-Backend.html +%%DOCSDIR%%/cairo/cairo-PNG-Backend.html +%%DOCSDIR%%/cairo/cairo-PS-Backend.html +%%DOCSDIR%%/cairo/cairo-Quartz-Backend.html +%%DOCSDIR%%/cairo/cairo-XCB-Backend.html +%%DOCSDIR%%/cairo/cairo-XLib-Backend.html +%%DOCSDIR%%/cairo/cairo-cairo-matrix-t.html +%%DOCSDIR%%/cairo/cairo-cairo-pattern-t.html +%%DOCSDIR%%/cairo/cairo-cairo-surface-t.html +%%DOCSDIR%%/cairo/cairo-cairo-t.html +%%DOCSDIR%%/cairo/cairo.devhelp +%%DOCSDIR%%/cairo/home.png +%%DOCSDIR%%/cairo/index.html +%%DOCSDIR%%/cairo/index.sgml +%%DOCSDIR%%/cairo/ix01.html +%%DOCSDIR%%/cairo/language-bindings.html +%%DOCSDIR%%/cairo/left.png +%%DOCSDIR%%/cairo/pt01.html +%%DOCSDIR%%/cairo/pt02.html +%%DOCSDIR%%/cairo/right.png +%%DOCSDIR%%/cairo/style.css +%%DOCSDIR%%/cairo/up.png +@dirrm %%DOCSDIR%%/cairo +@dirrm %%DOCSDIR%% @dirrm include/cairo |