diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-05 08:54:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-05 08:54:20 +0000 |
commit | aa77376d1247dcdd35d70874ed8c759b488d5769 (patch) | |
tree | a7cc898d89b149b214df4747f6129d84bd755470 /graphics/tuxpaint/PLIST | |
parent | 2d9d58061d4fd3a81043bc8f0c8288a692d80672 (diff) | |
download | pkgsrc-aa77376d1247dcdd35d70874ed8c759b488d5769.tar.gz |
Update to 0.9.11.
* Hebrew translation!
* Right-to-left language support (for Hebrew, for example).
* Updated Korean translations.
* UTF-8 support in the Text Tool!
* Added 'The Gimp' to docs/PNG.txt
* Lithuanian translation.
* Fixed bug that would cause some translated stamp sounds to not load.
* Added Dutch translation of (older version of) HTML documentation.
* Updated Polish translations.
* Added Polish version of manpage.
* Fixed a few typos in the manpage.
* Fixed UTF-8 word-wrapping bug when there were no spaces
* When a locale requiring its own font can't be used because the font
is missing, Tux Paint STILL didn't work right. Fixed. (Set $LC_ALL=C)
* Added a set of square brushes (similar to the various round ones).
* Added "--nostamps" option to disable stamp tool.
(When it's not needed, they just take time to load, and RAM to store.)
* Added missing "--nosysconfig" to "--help" usage output.
* Increased MAX_FILES from 256 to 2048. Users with more than 128 images
saved were unable to load the newest images! (Hopefully 1024 saved
files is sufficient.)
* Thumbnails now saved to a ".thumbs" subdirectory under "saved".
(Old thumbnails will still be loaded, if found. Currently, the old
thumbnails will still be saved in the old location, not under .thumbs)
* Updated tuxpaint-import to create .thumbs subdirectory, and put new
thumbnails there.
* "Thick" and "Thin" Magic Tools made 'stronger.'
Diffstat (limited to 'graphics/tuxpaint/PLIST')
-rw-r--r-- | graphics/tuxpaint/PLIST | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/graphics/tuxpaint/PLIST b/graphics/tuxpaint/PLIST index dc77c2209c6..1b61765f882 100644 --- a/graphics/tuxpaint/PLIST +++ b/graphics/tuxpaint/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2003/03/07 11:40:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/08/05 08:54:21 wiz Exp $ bin/tuxpaint bin/tuxpaint-import man/man1/tuxpaint-import.1 man/man1/tuxpaint.1 +man/pl/man1/tuxpaint.1 share/doc/tuxpaint/AUTHORS.txt share/doc/tuxpaint/CHANGES.txt share/doc/tuxpaint/COPYING.txt @@ -124,6 +125,7 @@ share/doc/tuxpaint/nl/FAQ.txt share/doc/tuxpaint/nl/INSTALL.txt share/doc/tuxpaint/nl/PNG.txt share/doc/tuxpaint/nl/README.txt +share/doc/tuxpaint/nl/html/README.html share/doc/tuxpaint/nn/AUTHORS.txt share/doc/tuxpaint/nn/COPYING.txt share/doc/tuxpaint/nn/FAQ.txt @@ -158,12 +160,14 @@ ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/he/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/tuxpaint.mo @@ -187,6 +191,12 @@ share/tuxpaint/brushes/slash_16_rt.png share/tuxpaint/brushes/slash_20_lt.png share/tuxpaint/brushes/slash_20_rt.png share/tuxpaint/brushes/spray.png +share/tuxpaint/brushes/square_seethru.png +share/tuxpaint/brushes/square_24.png +share/tuxpaint/brushes/square_06.png +share/tuxpaint/brushes/square_36.png +share/tuxpaint/brushes/square_12.png +share/tuxpaint/brushes/square_fuzz.png share/tuxpaint/brushes/x.png share/tuxpaint/fonts/default_font.ttf share/tuxpaint/fonts/efont_serif.ttf @@ -320,6 +330,7 @@ share/tuxpaint/sounds/thin.wav @dirrm share/doc/tuxpaint/sv @dirrm share/doc/tuxpaint/pt_br @dirrm share/doc/tuxpaint/nn +@dirrm share/doc/tuxpaint/nl/html @dirrm share/doc/tuxpaint/nl @dirrm share/doc/tuxpaint/ko @dirrm share/doc/tuxpaint/it |