The GIMP Help Documentation Team released the new version product gimp-help-2.6.0-html. Version 2.4.x is outdated. Since this latest version, we had been providing packages in ready-to-install tarballs separated in translated languages. Source package doesn't exist. On the contrary, Older version was a source tree of XML files and images gathering whole translated languages. There are 13 packages in languages provided. The attached patch separates this port as match as the number of languages and changes here as the meta-port for other real ports. (attached file is the part 1 of 3) Fix: The attached file is bzip2-compressed and uuencoded, because its base 'diff' file made by "cvs diff -uN" is 405536bytes. It affects on ports/graphics/gimp-help. Patch attached with submission follows: How-To-Repeat: outdated document is problematic for user of GIMP 2.6
The first patch is wrong because it is for the part two. This patch is correct one. I'm very very sorry for inconvenience. RyoTa
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer(s).
Responsible Changed From-To: gnome->makc Take with kwm@ permission
makc 2010-06-14 20:47:50 UTC FreeBSD ports repository Added files: chinese/gimp-help-zh_CN Makefile french/gimp-help Makefile german/gimp-help Makefile japanese/gimp-help Makefile korean/gimp-help Makefile misc/gimp-help-en Makefile distinfo pkg-descr pkg-plist misc/gimp-help-es Makefile misc/gimp-help-it Makefile misc/gimp-help-nl Makefile misc/gimp-help-nn Makefile misc/gimp-help-sv Makefile polish/gimp-help Makefile russian/gimp-help Makefile Log: Add new ports for GIMP Manual: The GIMP User Manual is distributed as a set of HTML pages for use with the internal GIMP help browser or any web browser. WWW: http://docs.gimp.org/ PR: ports/145650, ports/145652 Submitted by: SimaMoto, RyoTa <liangtai.s4 at gmail.com> Revision Changes Path 1.1 +18 -0 ports/chinese/gimp-help-zh_CN/Makefile (new) 1.1 +18 -0 ports/french/gimp-help/Makefile (new) 1.1 +18 -0 ports/german/gimp-help/Makefile (new) 1.1 +18 -0 ports/japanese/gimp-help/Makefile (new) 1.1 +18 -0 ports/korean/gimp-help/Makefile (new) 1.1 +40 -0 ports/misc/gimp-help-en/Makefile (new) 1.1 +39 -0 ports/misc/gimp-help-en/distinfo (new) 1.1 +4 -0 ports/misc/gimp-help-en/pkg-descr (new) 1.1 +2067 -0 ports/misc/gimp-help-en/pkg-plist (new) 1.1 +18 -0 ports/misc/gimp-help-es/Makefile (new) 1.1 +18 -0 ports/misc/gimp-help-it/Makefile (new) 1.1 +18 -0 ports/misc/gimp-help-nl/Makefile (new) 1.1 +18 -0 ports/misc/gimp-help-nn/Makefile (new) 1.1 +18 -0 ports/misc/gimp-help-sv/Makefile (new) 1.1 +18 -0 ports/polish/gimp-help/Makefile (new) 1.1 +18 -0 ports/russian/gimp-help/Makefile (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
makc 2010-06-14 20:52:36 UTC FreeBSD ports repository Modified files: graphics/gimp-help Makefile pkg-descr Removed files: graphics/gimp-help distinfo pkg-plist Log: gimp-help is now a meta port pass maintainership to submitter PR: ports/145650, ports/145652 Submitted by: SimaMoto, RyoTa <liangtai.s4 at gmail.com> Approved by: kwm@ via irc Revision Changes Path 1.19 +58 -33 ports/graphics/gimp-help/Makefile 1.8 +0 -3 ports/graphics/gimp-help/distinfo (dead) 1.2 +4 -5 ports/graphics/gimp-help/pkg-descr 1.8 +0 -7784 ports/graphics/gimp-help/pkg-plist (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some modifications: 1) run dependency on gimp is removed (instead gimp may want to depend on manuals). 2) some ports directories are renamed (removed extra suffixes). 3) other minor changes. Thanks for your work!