diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-03 09:03:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-03 09:03:33 +0000 |
commit | 6b4593020b7d8768d41c70515f0b12d9ed2c39b8 (patch) | |
tree | cae41bccdca26c429b12dfb33285a0ffc10b0eb0 /graphics | |
parent | 50ec2f612d017d4062dfa72c1a0b21e3b90c30d0 (diff) | |
download | ports-6b4593020b7d8768d41c70515f0b12d9ed2c39b8.tar.gz ports-6b4593020b7d8768d41c70515f0b12d9ed2c39b8.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/gtkcairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/libpixman/Makefile | 2 | ||||
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/libsvg/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 82f0d81e8bb2..554159a1faf6 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3.0 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile index 7c3607f6ecbf..6c05d116c07e 100644 --- a/graphics/gtkcairo/Makefile +++ b/graphics/gtkcairo/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ bindings to cairo LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile index e645fc491a82..f77e612afe23 100644 --- a/graphics/libpixman/Makefile +++ b/graphics/libpixman/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Pixel region library USE_REINPLACE= yes diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index c19861fda8ff..00c1920973be 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.5 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= SVG rendering library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 6a7d79efb11b..2d3a2cb60e1c 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= A parser for SVG content in files or buffers LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ |