diff options
author | wiz <wiz> | 2002-09-29 20:58:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-29 20:58:18 +0000 |
commit | b1c54107a1e6669789acad648b00a412f0deb509 (patch) | |
tree | 2597f41c95246c76fb78613ed31e7d5aa7f99d03 /graphics/tuxpaint/PLIST | |
parent | c3a072ccb8e5b020f62c7740cfccf283972789bd (diff) | |
download | pkgsrc-b1c54107a1e6669789acad648b00a412f0deb509.tar.gz |
Update to 2002.09.28, for Cyrus.
Changes:
* Translated to Brazilian Portuguese ('pt_BR').
* Fixed 'get_fname()' so that it won't return a directory name with
a trailing slash (if no filename was given). Some 'mkdir()'s don't
like trailing slashes.
* "lang=" setting is now recognized in configuration files.
* Default configuration file now exists (Unix/Linux).
Installed as /etc/tuxpaint/tuxpaint.conf.
Read before "~/.tuxpaintrc".
Reading it can be disabled with "--nosysconfig" on command-line.
* Added support for "OPTION=no" in config file, as well as
"UNOPTION=yes" (like command-line args. use), so that "~/.tuxpaintrc"
can override any settings in new system config.
(e.g., "noprint=no" or "print=yes" will override a "noprint=yes")
* Updated Spanish documentation.
* Added warnings about untranslated strings ("NOTRANS: ...") to
debugging output. ("#define DEBUG") (Useful for translators.)
* Added option to disable 'fancy' mouse pointers: --nofancycursors
(since fullscreen under Windows and non-X-Window targets under Linux
currently have problems due to an SDL library bug)
* Changed 'tuxpaint-import's usage message to reflect that it can import
multiple files at a time, and that it has a "--help" option.
* Updated 'tuxpaint-import's help message to describe what the program does.
Diffstat (limited to 'graphics/tuxpaint/PLIST')
-rw-r--r-- | graphics/tuxpaint/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/tuxpaint/PLIST b/graphics/tuxpaint/PLIST index d295af4130c..1670aa9bba8 100644 --- a/graphics/tuxpaint/PLIST +++ b/graphics/tuxpaint/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/27 11:07:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/09/29 20:58:18 wiz Exp $ bin/tuxpaint bin/tuxpaint-import +etc/tuxpaint/tuxpaint.conf share/doc/tuxpaint/AUTHORS.txt share/doc/tuxpaint/CHANGES.txt share/doc/tuxpaint/COPYING.txt @@ -66,6 +67,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/tuxpaint.mo share/tuxpaint/brushes/round_06.png @@ -222,3 +224,4 @@ share/tuxpaint/sounds/thin.wav @dirrm share/doc/tuxpaint/de @dirrm share/doc/tuxpaint/da @dirrm share/doc/tuxpaint +@dirrm etc/tuxpaint |