summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-01-09 08:21:58 +0000
committerryoon <ryoon@pkgsrc.org>2016-01-09 08:21:58 +0000
commitcd5610b909a6566c5b327d0aa49bd932980f3ca3 (patch)
treeac7a60aeb0e91d904fa806c1a7c953203963cd86
parent40a456a410d27681cf3b1f58ba592fa709473077 (diff)
downloadpkgsrc-cd5610b909a6566c5b327d0aa49bd932980f3ca3.tar.gz
Update to 2.8.2
Changelog: IMP Help 2 release 2.8.2 ========================= - Complete translation for Brazilian Portuguese - Many improvements for existing translations - Bugfixes: * Bug: 696034 - Exporting transparency docs use "Save" instead of "Export" * Bug: 724056 - typo reverses meaning... * Bug: 719859 - File#Export menu labels have been changed * Bug: 719971 - Grammatical error: "addressing one of the most often received complain" * Bug: 720479 - Apply save/export concepts on using/web.xml * Bug: 720209 - Typo in web filters - GIMP manual * Bug: 719876 - languageVocab.xml missing in 2.8.1 release * Bug: 719748 - Grammatical error: "GIMP 2.8 is an another important release" contributions from: João S. O. Bueno, Daniel Mustieles, Marco Ciampa, Rafael Ferreira, Enrico Nicoletto, Julien Hardelin, Dimitris Spingos, Sven Claussner, kolbjoern, Róman Joost, Piotr Drąg, SimaMoto,RyōTa, Benjamin Kerensa, Bogdan Petcu, Christian Kirbach, Konfrare Albert, Mariana Santos, Nils Philippsen, Willer Gomes Júnior
-rw-r--r--graphics/gimp-docs-de/PLIST4
-rw-r--r--graphics/gimp-docs-en/Makefile3
-rw-r--r--graphics/gimp-docs-en/Makefile.common4
-rw-r--r--graphics/gimp-docs-en/PLIST4
-rw-r--r--graphics/gimp-docs-en/distinfo11
-rw-r--r--graphics/gimp-docs-en/patches/patch-po_de_menus_view.po16
-rw-r--r--graphics/gimp-docs-es/PLIST4
-rw-r--r--graphics/gimp-docs-fr/PLIST4
-rw-r--r--graphics/gimp-docs-it/PLIST4
-rw-r--r--graphics/gimp-docs-ja/PLIST4
-rw-r--r--graphics/gimp-docs-ko/PLIST4
-rw-r--r--graphics/gimp-docs-nl/PLIST4
-rw-r--r--graphics/gimp-docs-nn/PLIST4
-rw-r--r--graphics/gimp-docs-pl/PLIST4
-rw-r--r--graphics/gimp-docs-ru/PLIST4
-rw-r--r--graphics/gimp-docs-sv/PLIST4
-rw-r--r--graphics/gimp-docs-zh_CN/PLIST4
17 files changed, 47 insertions, 39 deletions
diff --git a/graphics/gimp-docs-de/PLIST b/graphics/gimp-docs-de/PLIST
index 08277ff387a..d1360476b6b 100644
--- a/graphics/gimp-docs-de/PLIST
+++ b/graphics/gimp-docs-de/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:58 ryoon Exp $
share/gimp/2.0/help/de/become-a-gimp-wizard.html
share/gimp/2.0/help/de/bibliography.html
share/gimp/2.0/help/de/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/de/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/de/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/de/images/toolbox/painting-examples.png
share/gimp/2.0/help/de/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/de/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/de/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/de/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/de/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/de/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-en/Makefile b/graphics/gimp-docs-en/Makefile
index c930818a31b..f95cd3c8cad 100644
--- a/graphics/gimp-docs-en/Makefile
+++ b/graphics/gimp-docs-en/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2015/06/12 10:50:10 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/01/09 08:21:58 ryoon Exp $
HELPLANGUAGE= en
PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//}
-PKGREVISION= 2
.include "../../graphics/gimp-docs-en/Makefile.common"
diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common
index c285aae9e6e..419d7f3cbcb 100644
--- a/graphics/gimp-docs-en/Makefile.common
+++ b/graphics/gimp-docs-en/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2015/12/05 21:25:44 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2016/01/09 08:21:58 ryoon Exp $
#
# used by graphics/gimp-docs-de/Makefile
# used by graphics/gimp-docs-en/Makefile
@@ -45,7 +45,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.0
CONFLICTS= gimp-docs<=2.4.0
SUPERSEDES= gimp-docs<=2.4.0
-GIMPDOCVER= 2.8.1
+GIMPDOCVER= 2.8.2
GNU_CONFIGURE= yes
diff --git a/graphics/gimp-docs-en/PLIST b/graphics/gimp-docs-en/PLIST
index 6f6d05aec38..560ae37a037 100644
--- a/graphics/gimp-docs-en/PLIST
+++ b/graphics/gimp-docs-en/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:58 ryoon Exp $
share/gimp/2.0/help/en/become-a-gimp-wizard.html
share/gimp/2.0/help/en/bibliography.html
share/gimp/2.0/help/en/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/en/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/en/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/en/images/toolbox/painting-examples.png
share/gimp/2.0/help/en/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/en/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/en/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/en/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/en/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/en/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-en/distinfo b/graphics/gimp-docs-en/distinfo
index ea938d7364e..c96574c6b35 100644
--- a/graphics/gimp-docs-en/distinfo
+++ b/graphics/gimp-docs-en/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 21:33:59 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/01/09 08:21:58 ryoon Exp $
-SHA1 (gimp-help-2.8.1.tar.bz2) = 319d3478293320fe5ce1034e4f2d3940bb40125f
-RMD160 (gimp-help-2.8.1.tar.bz2) = 83e528ef5fa5926cd8bfad775e51179054b3a218
-SHA512 (gimp-help-2.8.1.tar.bz2) = 4fad1a0cd51d19080b0649c6684752a298b0c0de6ffc634eec4daf8f60e9fa87c50dc66b47e0788de25189f16a624262fcd209a35e36ef4faa664c18558403a4
-Size (gimp-help-2.8.1.tar.bz2) = 138622582 bytes
+SHA1 (gimp-help-2.8.2.tar.bz2) = 38df36c0692efbe2f7949f5535b5dcc32aa46f0d
+RMD160 (gimp-help-2.8.2.tar.bz2) = 1b2bd82224abd9eee39e6e795368af28074161e2
+SHA512 (gimp-help-2.8.2.tar.bz2) = 3afdaa8b2f005d939d039d2e22c8306145e7b7acaca5ef89279998e87931e99d1fe607f1337f7796d667d5c6be456ba976b3c8a937c9dd6b1888d7158cfbed67
+Size (gimp-help-2.8.2.tar.bz2) = 158504580 bytes
SHA1 (patch-Makefile.in) = e78332cbcad1417e15d34ae11097210f46b087b1
SHA1 (patch-configure) = 46f705c6f5d439f9c499f238e4e555bae6f2d9aa
-SHA1 (patch-po_de_menus_view.po) = 4931228f7282b5b911189592fd34b2a8e68d0062
diff --git a/graphics/gimp-docs-en/patches/patch-po_de_menus_view.po b/graphics/gimp-docs-en/patches/patch-po_de_menus_view.po
deleted file mode 100644
index 9e4e47c9ed0..00000000000
--- a/graphics/gimp-docs-en/patches/patch-po_de_menus_view.po
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-po_de_menus_view.po,v 1.1 2013/07/21 17:20:48 ryoon Exp $
-
-* Fix build time segfault of xml2po.py.
-
---- po/de/menus/view.po.orig 2012-05-23 22:49:50.000000000 +0000
-+++ po/de/menus/view.po
-@@ -171,8 +171,7 @@ msgstr ""
- #: src/menus/view/zoom.xml:130(anchor:xreflabel)
- msgid "Fit Image in Window"
- msgstr ""
--"Bild in Fenster einpassen (<keycombo><keycap>Umschalt</keycap><keycap>Strg</"
--"keycap><keycap>E</keycap></keycombo>)"
-+"Bild in Fenster einpassen"
-
- #: src/menus/view/zoom.xml:131(para)
- msgid ""
diff --git a/graphics/gimp-docs-es/PLIST b/graphics/gimp-docs-es/PLIST
index 177bfe5c4ca..26f98f60027 100644
--- a/graphics/gimp-docs-es/PLIST
+++ b/graphics/gimp-docs-es/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/es/become-a-gimp-wizard.html
share/gimp/2.0/help/es/bibliography.html
share/gimp/2.0/help/es/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/es/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/es/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/es/images/toolbox/painting-examples.png
share/gimp/2.0/help/es/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/es/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/es/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/es/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/es/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/es/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-fr/PLIST b/graphics/gimp-docs-fr/PLIST
index 828a208a3f1..f7555b23356 100644
--- a/graphics/gimp-docs-fr/PLIST
+++ b/graphics/gimp-docs-fr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/fr/become-a-gimp-wizard.html
share/gimp/2.0/help/fr/bibliography.html
share/gimp/2.0/help/fr/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/fr/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/fr/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/fr/images/toolbox/painting-examples.png
share/gimp/2.0/help/fr/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/fr/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/fr/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/fr/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/fr/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/fr/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-it/PLIST b/graphics/gimp-docs-it/PLIST
index d3317a42dc1..171b7d3990a 100644
--- a/graphics/gimp-docs-it/PLIST
+++ b/graphics/gimp-docs-it/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/it/become-a-gimp-wizard.html
share/gimp/2.0/help/it/bibliography.html
share/gimp/2.0/help/it/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/it/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/it/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/it/images/toolbox/painting-examples.png
share/gimp/2.0/help/it/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/it/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/it/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/it/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/it/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/it/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-ja/PLIST b/graphics/gimp-docs-ja/PLIST
index 090bb1f28dd..e60271c2793 100644
--- a/graphics/gimp-docs-ja/PLIST
+++ b/graphics/gimp-docs-ja/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/ja/become-a-gimp-wizard.html
share/gimp/2.0/help/ja/bibliography.html
share/gimp/2.0/help/ja/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/ja/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/ja/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/ja/images/toolbox/painting-examples.png
share/gimp/2.0/help/ja/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/ja/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/ja/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/ja/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/ja/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/ja/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-ko/PLIST b/graphics/gimp-docs-ko/PLIST
index 7e06ec74367..427dd159360 100644
--- a/graphics/gimp-docs-ko/PLIST
+++ b/graphics/gimp-docs-ko/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/ko/become-a-gimp-wizard.html
share/gimp/2.0/help/ko/bibliography.html
share/gimp/2.0/help/ko/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/ko/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/ko/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/ko/images/toolbox/painting-examples.png
share/gimp/2.0/help/ko/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/ko/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/ko/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/ko/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/ko/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/ko/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-nl/PLIST b/graphics/gimp-docs-nl/PLIST
index 0cc9c301e94..d7491f792c7 100644
--- a/graphics/gimp-docs-nl/PLIST
+++ b/graphics/gimp-docs-nl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/nl/become-a-gimp-wizard.html
share/gimp/2.0/help/nl/bibliography.html
share/gimp/2.0/help/nl/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/nl/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/nl/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/nl/images/toolbox/painting-examples.png
share/gimp/2.0/help/nl/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/nl/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/nl/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/nl/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/nl/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/nl/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-nn/PLIST b/graphics/gimp-docs-nn/PLIST
index fef0642cc31..6bf5044dad4 100644
--- a/graphics/gimp-docs-nn/PLIST
+++ b/graphics/gimp-docs-nn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/nn/become-a-gimp-wizard.html
share/gimp/2.0/help/nn/bibliography.html
share/gimp/2.0/help/nn/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/nn/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/nn/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/nn/images/toolbox/painting-examples.png
share/gimp/2.0/help/nn/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/nn/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/nn/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/nn/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/nn/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/nn/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-pl/PLIST b/graphics/gimp-docs-pl/PLIST
index 455c75ee770..67dd6d31099 100644
--- a/graphics/gimp-docs-pl/PLIST
+++ b/graphics/gimp-docs-pl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/pl/become-a-gimp-wizard.html
share/gimp/2.0/help/pl/bibliography.html
share/gimp/2.0/help/pl/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/pl/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/pl/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/pl/images/toolbox/painting-examples.png
share/gimp/2.0/help/pl/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/pl/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/pl/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/pl/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/pl/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/pl/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-ru/PLIST b/graphics/gimp-docs-ru/PLIST
index faef3c24ed0..8b5127a48e0 100644
--- a/graphics/gimp-docs-ru/PLIST
+++ b/graphics/gimp-docs-ru/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/ru/become-a-gimp-wizard.html
share/gimp/2.0/help/ru/bibliography.html
share/gimp/2.0/help/ru/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/ru/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/ru/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/ru/images/toolbox/painting-examples.png
share/gimp/2.0/help/ru/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/ru/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/ru/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/ru/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/ru/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/ru/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-sv/PLIST b/graphics/gimp-docs-sv/PLIST
index 22f4e6958f4..bd86b784eb9 100644
--- a/graphics/gimp-docs-sv/PLIST
+++ b/graphics/gimp-docs-sv/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/sv/become-a-gimp-wizard.html
share/gimp/2.0/help/sv/bibliography.html
share/gimp/2.0/help/sv/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/sv/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/sv/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/sv/images/toolbox/painting-examples.png
share/gimp/2.0/help/sv/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/sv/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/sv/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/sv/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/sv/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/sv/images/toolbox/pointer.png
diff --git a/graphics/gimp-docs-zh_CN/PLIST b/graphics/gimp-docs-zh_CN/PLIST
index 2e1951dcee1..42768dbcd8a 100644
--- a/graphics/gimp-docs-zh_CN/PLIST
+++ b/graphics/gimp-docs-zh_CN/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/26 16:18:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/01/09 08:21:59 ryoon Exp $
share/gimp/2.0/help/zh_CN/become-a-gimp-wizard.html
share/gimp/2.0/help/zh_CN/bibliography.html
share/gimp/2.0/help/zh_CN/common-script-fu-errors.html
@@ -1595,6 +1595,8 @@ share/gimp/2.0/help/zh_CN/images/toolbox/paint-dynamics-tuning-color.png
share/gimp/2.0/help/zh_CN/images/toolbox/paint-dynamics-tuning.png
share/gimp/2.0/help/zh_CN/images/toolbox/painting-examples.png
share/gimp/2.0/help/zh_CN/images/toolbox/path-tool-options.png
+share/gimp/2.0/help/zh_CN/images/toolbox/paths-transform-1.png
+share/gimp/2.0/help/zh_CN/images/toolbox/paths-transform-2.png
share/gimp/2.0/help/zh_CN/images/toolbox/perspective-clone-ex1.png
share/gimp/2.0/help/zh_CN/images/toolbox/perspective-clone-ex2.png
share/gimp/2.0/help/zh_CN/images/toolbox/pointer.png