diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-29 20:58:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-29 20:58:18 +0000 |
commit | 5dfb1970fb2f7930528635b0273898cb349fa723 (patch) | |
tree | 2597f41c95246c76fb78613ed31e7d5aa7f99d03 /graphics/tuxpaint/Makefile | |
parent | b98834adad089b0159abe17ccaf074a0eca54f7f (diff) | |
download | pkgsrc-5dfb1970fb2f7930528635b0273898cb349fa723.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/Makefile')
-rw-r--r-- | graphics/tuxpaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile index 6b060b90120..9ba1e9a85a6 100644 --- a/graphics/tuxpaint/Makefile +++ b/graphics/tuxpaint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/27 11:07:23 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/29 20:58:18 wiz Exp $ # -DISTNAME= tuxpaint-2002.09.25 +DISTNAME= tuxpaint-2002.09.28 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/ |