svn commit: r435176 - head/graphics/azpainter

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 1 17:27:01 UTC 2017


Author: danfe
Date: Wed Mar  1 17:26:59 2017
New Revision: 435176
URL: https://svnweb.freebsd.org/changeset/ports/435176

Log:
  - Augment OSDN.jp mirror list (should probably be part of `Mk/bsd.sites.mk')
  - Slightly improve port description wording while I'm here

Modified:
  head/graphics/azpainter/Makefile
  head/graphics/azpainter/pkg-descr

Modified: head/graphics/azpainter/Makefile
==============================================================================
--- head/graphics/azpainter/Makefile	Wed Mar  1 17:24:12 2017	(r435175)
+++ head/graphics/azpainter/Makefile	Wed Mar  1 17:26:59 2017	(r435176)
@@ -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 at FreeBSD.org
 COMMENT=	16-bit RGB full color painting application

Modified: head/graphics/azpainter/pkg-descr
==============================================================================
--- head/graphics/azpainter/pkg-descr	Wed Mar  1 17:24:12 2017	(r435175)
+++ head/graphics/azpainter/pkg-descr	Wed Mar  1 17:26:59 2017	(r435176)
@@ -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/


More information about the svn-ports-all mailing list