diff options
-rw-r--r-- | graphics/cairo/Makefile | 9 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 4 | ||||
-rw-r--r-- | graphics/cairo/pkg-plist | 41 |
3 files changed, 10 insertions, 44 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index f340fc005..2becb530f 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,13 +3,16 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.12 2005/07/04 00:11:28 marcus Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.13 2005/07/18 17:15:12 ahze Exp $ # PORTNAME= cairo -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.2.1 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/snapshots/ \ + http://people.freebsd.org/~ahze/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 28931a8eb..ab4d82d34 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,2 +1,2 @@ -MD5 (cairo-0.5.2.tar.gz) = 56073c9c7bb1f7acbd278d298aa42b5f -SIZE (cairo-0.5.2.tar.gz) = 1099550 +MD5 (cairo-0.5.2.1.tar.gz) = bbd45c9c40424ab554bc889d56d8ad72 +SIZE (cairo-0.5.2.1.tar.gz) = 1455230 diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist index 3656793d0..4504aa0b0 100644 --- a/graphics/cairo/pkg-plist +++ b/graphics/cairo/pkg-plist @@ -2,48 +2,11 @@ include/cairo/cairo-features.h include/cairo/cairo-ft.h include/cairo/cairo-pdf.h include/cairo/cairo-ps.h -%%X11%%include/cairo/cairo-xlib-xrender.h -%%X11%%include/cairo/cairo-xlib.h +include/cairo/cairo-xlib-xrender.h +include/cairo/cairo-xlib.h include/cairo/cairo.h 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-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 |