- Update `graphics/azpainter' to version 2.1.2
- Switch to recently added OSDN mastersite macro - Update existing locales, add new one (Belarusian) - TIMESTAMP (azpainter-2.1.2.tar.xz) = 1524119880
This commit is contained in:
parent
61f5d5b50c
commit
74a710cafa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468032
5 changed files with 1313 additions and 21 deletions
|
@ -2,22 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azpainter
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://aarnet.dl.osdn.jp/azpainter/68339/ \
|
||||
http://acc.dl.osdn.jp/azpainter/68339/ \
|
||||
http://c3sl.dl.osdn.jp/azpainter/68339/ \
|
||||
http://cznic.dl.osdn.jp/azpainter/68339/ \
|
||||
http://gigenet.dl.osdn.jp/azpainter/68339/ \
|
||||
http://iij.dl.osdn.jp/azpainter/68339/ \
|
||||
http://jaist.dl.osdn.jp/azpainter/68339/ \
|
||||
http://master.dl.osdn.jp/azpainter/68339/ \
|
||||
http://nchc.dl.osdn.jp/azpainter/68339/ \
|
||||
http://onet.dl.osdn.jp/azpainter/68339/ \
|
||||
http://osdn.dl.osdn.jp/azpainter/68339/ \
|
||||
http://pumath.dl.osdn.jp/azpainter/68339/ \
|
||||
http://rwthaachen.dl.osdn.jp/azpainter/68339/ \
|
||||
http://ymu.dl.osdn.jp/azpainter/68339/
|
||||
MASTER_SITES= OSDN/${PORTNAME}/69408
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= 16-bit RGB full color painting application
|
||||
|
@ -40,13 +27,18 @@ PORTDOCS= AUTHORS ChangeLog NEWS README README_ja manual
|
|||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
post-patch-NLS-on:
|
||||
@${REINPLACE_CMD} -e 's,tr/en\.mtr,tr/be.mtr &,' \
|
||||
${WRKSRC}/data/Makefile.in
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} -e 's, install-dist_trdataDATA$$,,' \
|
||||
${WRKSRC}/data/Makefile.in
|
||||
|
||||
pre-build-NLS-on:
|
||||
${CP} -p ${FILESDIR}/be ${WRKSRC}/translation
|
||||
cd ${WRKSRC}/translation && ${CC} ${CFLAGS} -o mtrconv mtrconv.c
|
||||
.for lang in en ru uk
|
||||
.for lang in be en ru uk
|
||||
cd ${WRKSRC}/translation && ./mtrconv ${lang} ../data/tr/${lang}.mtr
|
||||
.endfor
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1505689613
|
||||
SHA256 (azpainter-2.1.1.tar.xz) = f70111edbbbbd512a48954289be130ecc7f3ff39cc8ccb3cc6b9e9cfdd3c932b
|
||||
SIZE (azpainter-2.1.1.tar.xz) = 771600
|
||||
TIMESTAMP = 1524119880
|
||||
SHA256 (azpainter-2.1.2.tar.xz) = 3590d9d15bfcefa6e7040ddcad95d7bf38f7d7f511ef677ab43b5413201c9810
|
||||
SIZE (azpainter-2.1.2.tar.xz) = 777280
|
||||
|
|
1299
graphics/azpainter/files/be
Normal file
1299
graphics/azpainter/files/be
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
--- translation/uk.orig 2017-06-02 01:28:14 UTC
|
||||
--- translation/uk.orig 2018-04-15 15:00:00 UTC
|
||||
+++ translation/uk
|
||||
@@ -761,7 +761,7 @@
|
||||
+=Нахилений
|
||||
|
@ -48,7 +48,7 @@
|
|||
-+=Радіальне розмиття...
|
||||
-+=Оптичне розмиття...
|
||||
++=Розмивання...
|
||||
++=Гаусеве розмивання...
|
||||
++=Гаусове розмивання...
|
||||
++=Розмивання рухом...
|
||||
++=Радіальне розмивання...
|
||||
++=Оптичне розмивання...
|
||||
|
|
|
@ -168,6 +168,7 @@ bin/azpainter
|
|||
%%DATADIR%%/texture/various/white_circle.png
|
||||
%%DATADIR%%/texture/various/x-mark.png
|
||||
%%DATADIR%%/theme/black.theme
|
||||
%%NLS%%%%DATADIR%%/tr/be.mtr
|
||||
%%NLS%%%%DATADIR%%/tr/en.mtr
|
||||
%%NLS%%%%DATADIR%%/tr/ja.mtr
|
||||
%%NLS%%%%DATADIR%%/tr/pt_BR.mtr
|
||||
|
|
Loading…
Reference in a new issue