diff options
-rw-r--r-- | graphics/azpainter/Makefile | 11 | ||||
-rw-r--r-- | graphics/azpainter/pkg-descr | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/graphics/azpainter/Makefile b/graphics/azpainter/Makefile index 26be48754f54..40be03093b72 100644 --- a/graphics/azpainter/Makefile +++ b/graphics/azpainter/Makefile @@ -4,8 +4,15 @@ PORTNAME= azpainter DISTVERSION= 2.0.2 CATEGORIES= graphics -MASTER_SITES= http://jaist.dl.osdn.jp/azpainter/67130/ \ - http://rwthaachen.dl.osdn.jp/azpainter/67130/ +MASTER_SITES= http://acc.dl.osdn.jp/azpainter/67130/ \ + http://cznic.dl.osdn.jp/azpainter/67130/ \ + http://gigenet.dl.osdn.jp/azpainter/67130/ \ + http://iij.dl.osdn.jp/azpainter/67130/ \ + http://jaist.dl.osdn.jp/azpainter/67130/ \ + http://onet.dl.osdn.jp/azpainter/67130/ \ + http://osdn.dl.osdn.jp/azpainter/67130/ \ + http://rwthaachen.dl.osdn.jp/azpainter/67130/ \ + http://ymu.dl.osdn.jp/azpainter/67130/ MAINTAINER= danfe@FreeBSD.org COMMENT= 16-bit RGB full color painting application diff --git a/graphics/azpainter/pkg-descr b/graphics/azpainter/pkg-descr index e4a0e5f6cd6e..28605f8bf4e9 100644 --- a/graphics/azpainter/pkg-descr +++ b/graphics/azpainter/pkg-descr @@ -1,6 +1,6 @@ AzPainter is a full color painting application for Unix-like systems for -illustration drawing. This is not suitable for dot editing. Since the -color is handled internally with 16-bit precision (15-bit fixed point), -color accuracy is increased at the expense of more memory being consumed. +illustration drawing. It is not suitable for "dot editing" or pixel-art. +Since the color is handled internally with 16-bit precision (15-bit fixed +point), color accuracy is increased at the expense of more memory usage. WWW: http://azsky2.html.xdomain.jp/linux/azpainter/ |