aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-20 06:41:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-20 06:41:22 +0000
commit14036574d9dc6911ac60cd830890a75652963c41 (patch)
tree9a096233b32bbee3cc5f948c0b7099bf5eb88f45 /graphics
parent11ecebdd94120ffb3de0e3aa07f40ee645ff3a3e (diff)
downloadports-14036574d9dc6911ac60cd830890a75652963c41.tar.gz
ports-14036574d9dc6911ac60cd830890a75652963c41.zip
Add MASTER_SITE_LOCAL to MASTER_SITES until
freedesktop.org is back in order Approved by: adamw (implicit)
Notes
Notes: svn path=/head/; revision=121987
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile5
-rw-r--r--graphics/glitz/Makefile4
-rw-r--r--graphics/gtkcairo/Makefile4
-rw-r--r--graphics/libpixman/Makefile4
-rw-r--r--graphics/libsvg-cairo/Makefile4
-rw-r--r--graphics/libsvg/Makefile4
6 files changed, 18 insertions, 7 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 2c6325997f2e..bd0e48ec3e25 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -8,7 +8,9 @@
PORTNAME= cairo
PORTVERSION= 0.2.0
CATEGORIES= graphics
-MASTER_SITES= http://www.cairographics.org/snapshots/
+MASTER_SITES= http://www.cairographics.org/snapshots/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= Cairo is a vector graphics library with cross-device output support
@@ -41,4 +43,3 @@ post-patch:
.endif
.include <bsd.port.post.mk>
-
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
index b6027bedd51b..411ebac25200 100644
--- a/graphics/glitz/Makefile
+++ b/graphics/glitz/Makefile
@@ -8,7 +8,9 @@
PORTNAME= glitz
PORTVERSION= 0.2.3
CATEGORIES= graphics
-MASTER_SITES= http://cairographics.org/snapshots/
+MASTER_SITES= http://cairographics.org/snapshots/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= OpenGL image compositing library
diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile
index 82e0d1e98cfb..7e8b657687e8 100644
--- a/graphics/gtkcairo/Makefile
+++ b/graphics/gtkcairo/Makefile
@@ -8,7 +8,9 @@
PORTNAME= gtkcairo
PORTVERSION= 0.3
CATEGORIES= graphics
-MASTER_SITES= http://www.cairographics.org/snapshots/
+MASTER_SITES= http://www.cairographics.org/snapshots/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= Gtk+ bindings to cairo
diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile
index dfc7396a2c7d..c2dc9666d3a3 100644
--- a/graphics/libpixman/Makefile
+++ b/graphics/libpixman/Makefile
@@ -8,7 +8,9 @@
PORTNAME= libpixman
PORTVERSION= 0.1.2
CATEGORIES= graphics
-MASTER_SITES= http://cairographics.org/snapshots/
+MASTER_SITES= http://cairographics.org/snapshots/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= Pixel region library
diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile
index fa929536574c..e728b053d286 100644
--- a/graphics/libsvg-cairo/Makefile
+++ b/graphics/libsvg-cairo/Makefile
@@ -8,7 +8,9 @@
PORTNAME= libsvg-cairo
PORTVERSION= 0.1.4
CATEGORIES= graphics
-MASTER_SITES= http://www.cairographics.org/snapshots/
+MASTER_SITES= http://www.cairographics.org/snapshots/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= SVG rendering library
diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile
index 2e5054709382..4008352c3395 100644
--- a/graphics/libsvg/Makefile
+++ b/graphics/libsvg/Makefile
@@ -8,7 +8,9 @@
PORTNAME= libsvg
PORTVERSION= 0.1.2
CATEGORIES= graphics
-MASTER_SITES= http://cairographics.org/cairo/snapshots/
+MASTER_SITES= http://cairographics.org/cairo/snapshots/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= A parser for SVG content in files or buffers