diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
commit | 2d31e96f4f2b4811449072fa83d877d5d205c3ff (patch) | |
tree | 679e23e1b46e37724085fbe35bad1b344ea0f2ac /graphics | |
parent | 95b3fb7dc6b24f4c6a5cdadc0c589903136ce79e (diff) | |
download | freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.gz freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.zst freebsd-ports-gnome-2d31e96f4f2b4811449072fa83d877d5d205c3ff.zip |
Add an additional mirror.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bmp2html/Makefile | 5 | ||||
-rw-r--r-- | graphics/exrtools/Makefile | 3 | ||||
-rw-r--r-- | graphics/metacam/Makefile | 1 | ||||
-rw-r--r-- | graphics/recoverjpeg/Makefile | 4 | ||||
-rw-r--r-- | graphics/telak/Makefile | 3 |
5 files changed, 11 insertions, 5 deletions
diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index 7f0d5cdb3a4f..9fe002e85086 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -8,8 +8,9 @@ PORTNAME= bmp2html PORTVERSION= 0.1 CATEGORIES= graphics -MASTER_SITES= http://critical.ch/distfiles/ -MASTER_SITES+= http://www.dasfisk.dk/bmp2html/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ \ + http://www.dasfisk.dk/bmp2html/ DISTNAME= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index 924040c76ded..273aa8f714c3 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -9,7 +9,8 @@ PORTNAME= exrtools PORTVERSION= 0.4 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utilities for manipulating with HDR images in OpenEXR format diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 13e172ec056c..c5edb953d448 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -9,6 +9,7 @@ PORTNAME= metacam PORTVERSION= 1.2 CATEGORIES= graphics MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt diff --git a/graphics/recoverjpeg/Makefile b/graphics/recoverjpeg/Makefile index 3c130e16124f..e8474acc9910 100644 --- a/graphics/recoverjpeg/Makefile +++ b/graphics/recoverjpeg/Makefile @@ -9,7 +9,9 @@ PORTNAME= recoverjpeg PORTVERSION= 1.1.1 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.rfc1149.net/download/recoverjpeg/ +MASTER_SITES= http://www.rfc1149.net/download/recoverjpeg/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 94b5e99e4f7b..91ae45ae7e4a 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -8,7 +8,8 @@ PORTNAME= telak PORTVERSION= 0.4 CATEGORIES= graphics -MASTER_SITES= http://critical.ch/distfiles/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to draw pictures on your root window |