diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-07 14:52:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-07 14:52:57 +0000 |
commit | 699400ad6ab8282f5073b81c4b1aef18c29c0b9a (patch) | |
tree | 46392429622c4c889230cb42f120744938fbf5c7 /graphics/tuxpaint | |
parent | b40c79587cf5e3c331584a930b563a4fd38f6a46 (diff) | |
download | pkgsrc-699400ad6ab8282f5073b81c4b1aef18c29c0b9a.tar.gz |
Update to 0.9.14:
2004.September.28 (0.9.14)
* New Features:
-------------
* Added support for immutable "starter" images, which are installed
globally with Tux Paint, and provide a starting canvas for images.
A PNG file with alpha is continuously drawn over whatever changes are
made to the current drawing. For example, a black outline of a cartoon
character could be made, to simulate a coloring book.
(See 'jetplane.png')
A second PNG file can be supplied which will be drawn on the normal
part of the canvas (where a new picture would normally be all-white),
allowing for simulated depth. Drawing and magic tools all mutilate the
background, as it's part of the normal canvas. However, when editing
a picture based on a 'starter' with a background layer, the eraser will
bring back the background image. In a sense, it's like having a photo
on the bottom, a clear sheet to draw on in the middle, and a clear sheet
with some more photo (which you can't draw on) on top.
(See 'reef.png' and 'reef-back.jpg')
* Added lockfile support, to prevent Tux Paint from being launched more
than once every 30 seconds. (Disable with "--nolockfile" command-line
argument.) Thanks to Darci Lindgren for suggestion the feature, and
Mark K. Kim for suggesting it be time-based.
(Lockfile is "lockfile.dat" in "~/.tuxpaint/" on Linux/Unix, and
"userdata\" on Windows.)
* Added "--nosave" option (suggested by Adam Moore).
* Updated Features:
-----------------
* Added some more brushes.
Jeremie Zimmermann <txptdv@tofz.org>
* Multiple sizes of erasers are present.
(Compile-time #defines can be used to determine how many sizes are
available, and their minimum and (approx.) maximum sizes.)
Note: Erasers are still square. Sorry!
* Fixed tinting of low-saturation stamps.
Addded 'notintgray' option.
Karl Ove Hufthammer <karl@huftis.org>
* Made sure shape tool never made a tiny shape.
(Should hint users that they should click-and-drag.)
* Made some colors more unique, so that they affected stamps better.
(e.g., purple and magenta used to look the same when used to tint a stamp)
Karl Ove Hufthammer <karl@huftis.org>
* Made current image the selected image on Open screen, if applicable.
* Now prompts to confirm before printing.
* New translations:
-----------------
* Afrikaans translation created.
Petri Jooste <rkwjpj@puk.ac.za>
* Belarusian translation created.
Eugene Zelenko <greendeath@mail.ru>
* Breton translation created.
Korvigellou An Drouizig (Philippe) <drouizig@drouizig.org>
* Bulgarian translation created.
Martin Zhekov <mjekov@bginfo.net>
* Croatian translation created.
Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com>
* Hindi translation created.
Ankit Malik <greatestankit@yahoo.co.in>
* Italian documentation translation.
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Klingon (Romanized) translation started.
Bill Kendrick <bill@newbreedsoftware.com>
* Korean README.txt documentation added, in both EUC-KR and UTF-8 formats.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Serbian translation created.
Aleksandar Jelenak <jelenak@netlinkplus.net>
* Slovenian translation created.
Urska Colner <urska.colner@agenda.si>,
Ines Kovacevic <ines@agenda.si>
* Traditional Chinese translation created.
Song Huang <Song@ossacc.org>
* Vietnamese translation created. (Simple version)
Le Quang Phan <lqphan@hn.vnn.vn>
* Welsh translation created.
Kevin Donnelly <kevin@dotmon.com>
* Updated translations:
---------------------
* Updated Basque translation.
Juan Irigoien <juanirigoien@irakasle.net>
* Updated Brazilian Portuguese translation.
Daniel Jose Viana <danjovic@vespanet.com.br>
* Updated British English translation.
Gareth Owen <gowen72@yahoo.com>
* Updated Catalan translation.
Pere Pujal Carabantes <ppujal@airtel.net>
* Updated Danish translation.
Mogens Jæger <mogensjaeger@get2net.dk>
* Updated Dutch translation.
Geert Stams <geertstams@wanadoo.nl>
* Updated Finnish translation.
Tarmo Toikkanen <tarmo.toikkanen@iki.fi>
* Updated French translation.
Jacques Chion <Jacques.Chion@wanadoo.fr>
* Updated German translation.
Roland Illig <roland.illig@gmx.de>
* Updated Hungarian translation.
Török Gábor <gabo@linuxportal.hu>
* Updated Icelandic translation.
Pjetur G. Hjaltason <pjetur@pjetur.net>
* Updated Indonesian translation.
Tedi Heriyanto <tedi_h@gmx.net>
* Updated Italian translation.
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Updated Japanese translation.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
* Updated Korean translation.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Updated Malay translation.
Muhammad Najmi Ahmad Zabidi <mnajem@linuxmail.org>
* Updated Norwegian Bokmal translation.
Karl Ove Hufthammer <karl@huftis.org>
* Updated Norwegian Nynorsk translation.
Karl Ove Hufthammer <karl@huftis.org>
* Updated Portuguese (Portugal) translation.
Ricardo Cruz <rick2@aeiu.pt>
* Updated Simplified Chinese translation.
Wang Jian <lark@linux.net.cn>
* Updated Slovakian translation.
Andrej Kacian <andrej@kacian.sk>
* Updated Spanish translation.
Gabriel Gazzán <ggabriel@internet.com.uy>
* Updated Tamil translation.
Muguntharaj <mugunth@thamizha.com>
* Updated Turkish translation.
Doruk Fisek <dfisek@fisek.com.tr>
* Updated Walloon language translation.
Pablo Saratxaga <pablo@walon.org>
* Localization clean-ups:
-----------------------
* Removed all non-UTF-8 related character handling code,
including HTML character entity reference support.
(All stamps are now in UTF-8, with scripts to convert
to and from PO files.)
Karl Ove Hufthammer <karl@huftis.org>
* Updated punctuation in many text strings.
Karl Ove Hufthammer <karl@huftis.org>
* Added "--lang simplified-chinese" option (same as "--lang chinese").
Simplified also now looks for "zh_cn.ttf" font, as "zh.ttf"
was too ambiguous. (For backwards-compatibility, it checks for
"zh.ttf" if "zh_cn.ttf" is missing, though.)
Bill Kendrick <bill@newbreedsoftware.com>,
John Popplewell <john@johnnypops.demon.co.uk>
* Cleaned up translation and font code.
Karl Ove Hufthammer <karl@huftis.org>
* Language option now sets "LANGUAGE" environment variable
(along with LC_ALL and LANG).
* Initial work to get proper uppercase support in languages other
than English.
* Added reference to "--lang help" to documentation.
* Documentation updates:
----------------------
* README (docs/html/README.html and docs/README.txt) has been pared down
and made more friendly. Mention of other doc. files are now hyperlinked.
* Documentation regarding configuration file and command-line options
have been moved into a separate OPTIONS document (docs/html/OPTIONS.html
and docs/OPTIONS.txt), since Tux Paint Config. now exists to simplify
changing settings.
* Porting and packaging updates:
------------------------------
* Added startup display mode and resolution options to the Windows
installer.
John Popplewell <john@johnnypops.demon.co.uk>
* Visual Studio build system included in CVS and source release
('visualc' folder)
John Popplewell <john@johnnypops.demon.co.uk>
* Updated Makefile for easier install.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Cleaned up desktop entry file.
Karl Ove Hufthammer <karl@huftis.org>
* Made sure KDE icon directories exist before trying to copy files to them.
* Created 16x16 mouse pointer shapes; use "MOUSEDIR" and "CURSOR_SHAPES"
Makefile variables to use them.
* Application icon updates:
-------------------------
* SVG (Scalable Vector Graphics) icon created.
Karl Ove Hufthammer <karl@huftis.org>
* Added 22x22, 64x64, 96x96, 128x128 and 192x192 icons, based on SVG icon.
Karl Ove Hufthammer <karl@huftis.org>
* Improved Windows icon, based on SVG icon.
Karl Ove Hufthammer <karl@huftis.org>
* Bug fixes:
----------
* Fixed "--noprint=yes" not working under Windows and BeOS.
Thanks to Adam Moore for pointing out this bug!
Bill Kendrick & Mark K. Kim
* Fixed crash bug when translated text ends in a space.
Mark K. Kim & John Popplewell
* Fixed security issue with permissions to Tux Paint docs directory.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Fixed 'savedir' bug. (Was dropping filenames)
* Removed redundant '--wheelmouse...' listing from "--usage" output.
* Fixed crash bug when switching from different tools with scrolling
collections, and then scrolling.
Thanks to Kevin Jarrett for the report, and John Popplewell for a
replicable way of crashing it.
* Misc. Updates:
--------------
* Keywords ("Title" and "Software") now written into PNGs.
* Changed default UI font to "FreeSans.ttf"
Diffstat (limited to 'graphics/tuxpaint')
-rw-r--r-- | graphics/tuxpaint/DESCR | 13 | ||||
-rw-r--r-- | graphics/tuxpaint/Makefile | 9 | ||||
-rw-r--r-- | graphics/tuxpaint/PLIST | 182 | ||||
-rw-r--r-- | graphics/tuxpaint/distinfo | 8 | ||||
-rw-r--r-- | graphics/tuxpaint/patches/patch-aa | 31 |
5 files changed, 209 insertions, 34 deletions
diff --git a/graphics/tuxpaint/DESCR b/graphics/tuxpaint/DESCR index 79d0a544e12..8a7fa70715a 100644 --- a/graphics/tuxpaint/DESCR +++ b/graphics/tuxpaint/DESCR @@ -1,8 +1,7 @@ -"Tux Paint" is a drawing program for young children. It provides -a simple interface and fixed canvas size, and will provide access -to previous images using a thumbnail browser (e.g., no access to -the underlying filesystem). +Tux Paint is a free drawing program designed for young children +(kids ages 3 and up). It has a simple, easy-to-use interface, fun +sound effects, and an encouraging cartoon mascot who helps guide +children as they use the program. -Unlike popular drawing programs like "The GIMP," it has a very -limited toolset. However, it provides a much simpler interface, -and has entertaining, child-oriented additions such as sound effects. +It provides a blank canvas and a variety of drawing tools to help +your child be creative. diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile index 94e269341f1..ee51b27a112 100644 --- a/graphics/tuxpaint/Makefile +++ b/graphics/tuxpaint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.25 2004/10/07 14:52:57 wiz Exp $ # -DISTNAME= tuxpaint-0.9.13 -PKGREVISION= 1 +DISTNAME= tuxpaint-0.9.14 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/} \ + ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/source/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/ @@ -24,6 +24,7 @@ CONF_FILES= ${EGDIR}/tuxpaint.conf ${PKG_SYSCONFDIR}/tuxpaint.conf post-install: -${FIND} ${PREFIX}/share/doc/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null + -${RMDIR} ${PREFIX}/share/doc/tuxpaint/cz -${FIND} ${PREFIX}/share/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null .include "../../audio/SDL_mixer/buildlink3.mk" diff --git a/graphics/tuxpaint/PLIST b/graphics/tuxpaint/PLIST index 47f21eba336..a87556c75fa 100644 --- a/graphics/tuxpaint/PLIST +++ b/graphics/tuxpaint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/03/07 02:01:00 snj Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/10/07 14:52:57 wiz Exp $ bin/tuxpaint bin/tuxpaint-import man/man1/tuxpaint-import.1 @@ -7,28 +7,67 @@ man/pl/man1/tuxpaint.1 share/doc/tuxpaint/AUTHORS.txt share/doc/tuxpaint/CHANGES.txt share/doc/tuxpaint/COPYING.txt -share/doc/tuxpaint/ESCAPES.txt share/doc/tuxpaint/FAQ.txt share/doc/tuxpaint/INSTALL.txt +share/doc/tuxpaint/OPTIONS.txt share/doc/tuxpaint/PNG.txt share/doc/tuxpaint/README.txt share/doc/tuxpaint/TODO.txt +share/doc/tuxpaint/af/AUTHORS.txt +share/doc/tuxpaint/af/COPYING.txt +share/doc/tuxpaint/af/FAQ.txt +share/doc/tuxpaint/af/INSTALL.txt +share/doc/tuxpaint/af/OPTIONS.txt +share/doc/tuxpaint/af/PNG.txt +share/doc/tuxpaint/af/README.txt +share/doc/tuxpaint/be/AUTHORS.txt +share/doc/tuxpaint/be/COPYING.html +share/doc/tuxpaint/be/FAQ.txt +share/doc/tuxpaint/be/INSTALL.txt +share/doc/tuxpaint/be/OPTIONS.txt +share/doc/tuxpaint/be/PNG.txt +share/doc/tuxpaint/be/README.txt +share/doc/tuxpaint/bg/AUTHORS.txt +share/doc/tuxpaint/bg/COPYING.txt +share/doc/tuxpaint/bg/FAQ.txt +share/doc/tuxpaint/bg/INSTALL.txt +share/doc/tuxpaint/bg/OPTIONS.txt +share/doc/tuxpaint/bg/PNG.txt +share/doc/tuxpaint/bg/README.txt +share/doc/tuxpaint/bg/gplbg.html +share/doc/tuxpaint/br/AUTHORS.txt +share/doc/tuxpaint/br/COPYING.txt +share/doc/tuxpaint/br/FAQ.txt +share/doc/tuxpaint/br/INSTALL.txt +share/doc/tuxpaint/br/OPTIONS.txt +share/doc/tuxpaint/br/PNG.txt +share/doc/tuxpaint/br/README.txt share/doc/tuxpaint/ca/AUTHORS.txt share/doc/tuxpaint/ca/COPYING.txt share/doc/tuxpaint/ca/FAQ.txt share/doc/tuxpaint/ca/INSTALL.txt +share/doc/tuxpaint/ca/OPTIONS.txt share/doc/tuxpaint/ca/PNG.txt share/doc/tuxpaint/ca/README.txt share/doc/tuxpaint/cs/AUTHORS.txt share/doc/tuxpaint/cs/COPYING.txt share/doc/tuxpaint/cs/FAQ.txt share/doc/tuxpaint/cs/INSTALL.txt +share/doc/tuxpaint/cs/OPTIONS.txt share/doc/tuxpaint/cs/PNG.txt share/doc/tuxpaint/cs/README.txt +share/doc/tuxpaint/cy/AUTHORS.txt +share/doc/tuxpaint/cy/FAQ.txt +share/doc/tuxpaint/cy/GPL.html +share/doc/tuxpaint/cy/INSTALL.txt +share/doc/tuxpaint/cy/OPTIONS.txt +share/doc/tuxpaint/cy/PNG.txt +share/doc/tuxpaint/cy/README.txt share/doc/tuxpaint/da/AUTHORS.txt share/doc/tuxpaint/da/COPYING.txt share/doc/tuxpaint/da/FAQ.txt share/doc/tuxpaint/da/INSTALL.txt +share/doc/tuxpaint/da/OPTIONS.txt share/doc/tuxpaint/da/PNG.txt share/doc/tuxpaint/da/README.txt share/doc/tuxpaint/de/ANBRINGEN.txt @@ -36,14 +75,22 @@ share/doc/tuxpaint/de/AUTOREN.txt share/doc/tuxpaint/de/FAQ.txt share/doc/tuxpaint/de/GELESEN_MIR.txt share/doc/tuxpaint/de/KOPIE.txt +share/doc/tuxpaint/de/OPTIONS.txt share/doc/tuxpaint/de/PNG.txt +share/doc/tuxpaint/el/AUTHORS.txt share/doc/tuxpaint/el/COPYING.txt +share/doc/tuxpaint/el/FAQ.txt +share/doc/tuxpaint/el/INSTALL.txt +share/doc/tuxpaint/el/OPTIONS.txt +share/doc/tuxpaint/el/PNG.txt +share/doc/tuxpaint/el/README.txt share/doc/tuxpaint/es/AUTORES.txt share/doc/tuxpaint/es/CONTRIBUYENTES.txt share/doc/tuxpaint/es/COPIADO.txt share/doc/tuxpaint/es/FAQ.txt share/doc/tuxpaint/es/INSTALACION.txt share/doc/tuxpaint/es/LEEME.txt +share/doc/tuxpaint/es/OPTIONS.txt share/doc/tuxpaint/es/PNG.txt share/doc/tuxpaint/es/html/LEEME.html share/doc/tuxpaint/eu/AUTHORS.txt @@ -56,15 +103,38 @@ share/doc/tuxpaint/fi/AUTHORS.txt share/doc/tuxpaint/fi/COPYING.txt share/doc/tuxpaint/fi/FAQ.txt share/doc/tuxpaint/fi/INSTALL.txt +share/doc/tuxpaint/fi/OPTIONS.txt share/doc/tuxpaint/fi/PNG.txt share/doc/tuxpaint/fi/README.txt share/doc/tuxpaint/fr/AUTHORS.txt share/doc/tuxpaint/fr/COPIER.txt share/doc/tuxpaint/fr/FAQ.txt share/doc/tuxpaint/fr/INSTALL.txt +share/doc/tuxpaint/fr/OPTIONS.txt share/doc/tuxpaint/fr/PNG.txt share/doc/tuxpaint/fr/README.txt +share/doc/tuxpaint/he/AUTHORS.txt share/doc/tuxpaint/he/COPYING.html +share/doc/tuxpaint/he/FAQ.txt +share/doc/tuxpaint/he/INSTALL.txt +share/doc/tuxpaint/he/OPTIONS.txt +share/doc/tuxpaint/he/PNG.txt +share/doc/tuxpaint/he/README.txt +share/doc/tuxpaint/hi/AUTHORS.txt +share/doc/tuxpaint/hi/COPYING.txt +share/doc/tuxpaint/hi/FAQ.txt +share/doc/tuxpaint/hi/INSTALL.txt +share/doc/tuxpaint/hi/OPTIONS.txt +share/doc/tuxpaint/hi/PNG.txt +share/doc/tuxpaint/hi/README.txt +share/doc/tuxpaint/hr/AUTHORS.txt +share/doc/tuxpaint/hr/COPYING.txt +share/doc/tuxpaint/hr/FAQ.txt +share/doc/tuxpaint/hr/INSTALL.txt +share/doc/tuxpaint/hr/OPTIONS.txt +share/doc/tuxpaint/hr/PNG.txt +share/doc/tuxpaint/hr/README.txt +share/doc/tuxpaint/html/OPTIONS.html share/doc/tuxpaint/html/README.html share/doc/tuxpaint/html/images/brush_edit.png share/doc/tuxpaint/html/images/canvas.jpg @@ -109,7 +179,13 @@ share/doc/tuxpaint/hu/FAQ.txt share/doc/tuxpaint/hu/INSTALL.txt share/doc/tuxpaint/hu/PNG.txt share/doc/tuxpaint/hu/README.txt +share/doc/tuxpaint/id/AUTHORS.txt share/doc/tuxpaint/id/COPYING.txt +share/doc/tuxpaint/id/FAQ.txt +share/doc/tuxpaint/id/INSTALL.txt +share/doc/tuxpaint/id/OPTIONS.txt +share/doc/tuxpaint/id/PNG.txt +share/doc/tuxpaint/id/README.txt share/doc/tuxpaint/is/AUTHORS.txt share/doc/tuxpaint/is/COPYING.txt share/doc/tuxpaint/is/FAQ.txt @@ -120,16 +196,32 @@ share/doc/tuxpaint/it/AUTHORS.txt share/doc/tuxpaint/it/COPIATURA.txt share/doc/tuxpaint/it/FAQ.txt share/doc/tuxpaint/it/INSTALL.txt +share/doc/tuxpaint/it/OPTIONS.txt share/doc/tuxpaint/it/PNG.txt share/doc/tuxpaint/it/README.txt +share/doc/tuxpaint/it/html/README.html +share/doc/tuxpaint/ja/AUTHORS.txt share/doc/tuxpaint/ja/COPYING.html +share/doc/tuxpaint/ja/FAQ.txt +share/doc/tuxpaint/ja/INSTALL.txt +share/doc/tuxpaint/ja/OPTIONS.txt +share/doc/tuxpaint/ja/PNG.txt +share/doc/tuxpaint/ja/README.txt share/doc/tuxpaint/ko/AUTHORS.txt share/doc/tuxpaint/ko/COPYING.html share/doc/tuxpaint/ko/FAQ.txt share/doc/tuxpaint/ko/INSTALL.txt +share/doc/tuxpaint/ko/OPTIONS.txt share/doc/tuxpaint/ko/PNG.txt +share/doc/tuxpaint/ko/README-utf8.txt share/doc/tuxpaint/ko/README.txt +share/doc/tuxpaint/lt/AUTHORS.txt share/doc/tuxpaint/lt/COPYING.txt +share/doc/tuxpaint/lt/FAQ.txt +share/doc/tuxpaint/lt/INSTALL.txt +share/doc/tuxpaint/lt/OPTIONS.txt +share/doc/tuxpaint/lt/PNG.txt +share/doc/tuxpaint/lt/README.txt share/doc/tuxpaint/ms/COPYING.txt share/doc/tuxpaint/nb/AUTHORS.txt share/doc/tuxpaint/nb/COPYING.txt @@ -141,6 +233,7 @@ share/doc/tuxpaint/nl/AUTHORS.txt share/doc/tuxpaint/nl/COPYING_nl.txt share/doc/tuxpaint/nl/FAQ.txt share/doc/tuxpaint/nl/INSTALL.txt +share/doc/tuxpaint/nl/OPTIONS.txt share/doc/tuxpaint/nl/PNG.txt share/doc/tuxpaint/nl/README.txt share/doc/tuxpaint/nl/html/README.html @@ -150,21 +243,42 @@ share/doc/tuxpaint/nn/FAQ.txt share/doc/tuxpaint/nn/INSTALLERING.txt share/doc/tuxpaint/nn/PNG.txt share/doc/tuxpaint/nn/README.txt +share/doc/tuxpaint/pl/AUTHORS.txt +share/doc/tuxpaint/pl/FAQ.txt +share/doc/tuxpaint/pl/INSTALL.txt share/doc/tuxpaint/pl/LICENCJA-GNU.txt +share/doc/tuxpaint/pl/OPTIONS.txt +share/doc/tuxpaint/pl/PNG.txt +share/doc/tuxpaint/pl/README.txt share/doc/tuxpaint/pt/COPYING.txt share/doc/tuxpaint/pt_br/AUTORES.txt share/doc/tuxpaint/pt_br/COPYING_pt_BR.txt share/doc/tuxpaint/pt_br/FAQ.txt share/doc/tuxpaint/pt_br/INSTALL.txt +share/doc/tuxpaint/pt_br/OPTIONS.txt share/doc/tuxpaint/pt_br/PNG.txt share/doc/tuxpaint/pt_br/README.txt +share/doc/tuxpaint/ro/AUTHORS.txt share/doc/tuxpaint/ro/COPYING.txt +share/doc/tuxpaint/ro/FAQ.txt +share/doc/tuxpaint/ro/INSTALL.txt +share/doc/tuxpaint/ro/OPTIONS.txt +share/doc/tuxpaint/ro/PNG.txt +share/doc/tuxpaint/ro/README.txt share/doc/tuxpaint/ru/COPYING.txt share/doc/tuxpaint/sk/COPYING.txt +share/doc/tuxpaint/sr/AUTHORS.txt +share/doc/tuxpaint/sr/FAQ.txt +share/doc/tuxpaint/sr/INSTALL.txt +share/doc/tuxpaint/sr/OPTIONS.txt +share/doc/tuxpaint/sr/PNG.txt +share/doc/tuxpaint/sr/README.txt +share/doc/tuxpaint/sr/ojl.html share/doc/tuxpaint/sv/AUTHORS.txt share/doc/tuxpaint/sv/COPYING.txt share/doc/tuxpaint/sv/FAQ.txt share/doc/tuxpaint/sv/INSTALL.txt +share/doc/tuxpaint/sv/OPTIONS.txt share/doc/tuxpaint/sv/PNG.txt share/doc/tuxpaint/sv/README.txt share/doc/tuxpaint/ta/COPYING.txt @@ -172,13 +286,28 @@ share/doc/tuxpaint/tr/AUTHORS.txt share/doc/tuxpaint/tr/COPYING_tr.txt share/doc/tuxpaint/tr/FAQ.txt share/doc/tuxpaint/tr/INSTALL.txt +share/doc/tuxpaint/tr/OPTIONS.txt share/doc/tuxpaint/tr/PNG.txt share/doc/tuxpaint/tr/README.txt share/doc/tuxpaint/wa/COPYING.txt -share/doc/tuxpaint/zh/COPYING.html +share/doc/tuxpaint/zh_cn/COPYING.html +share/doc/tuxpaint/zh_tw/AUTHORS.txt +share/doc/tuxpaint/zh_tw/COPYING.txt +share/doc/tuxpaint/zh_tw/FAQ.txt +share/doc/tuxpaint/zh_tw/GNU_GPL_Chinese.html +share/doc/tuxpaint/zh_tw/INSTALL.txt +share/doc/tuxpaint/zh_tw/OPTIONS.txt +share/doc/tuxpaint/zh_tw/PNG.txt +share/doc/tuxpaint/zh_tw/README.txt +share/doc/tuxpaint/zh_tw/html/README.html share/examples/tuxpaint/tuxpaint.conf +${PKGLOCALEDIR}/locale/af/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/be/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/br/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/tuxpaint.mo @@ -188,6 +317,8 @@ ${PKGLOCALEDIR}/locale/eu/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/hi/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/hr/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 @@ -200,22 +331,30 @@ ${PKGLOCALEDIR}/locale/nb/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 -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/pt_PT/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/tlh/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/tuxpaint.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/tuxpaint.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/tuxpaint.mo +share/tuxpaint/brushes/round_03.png share/tuxpaint/brushes/round_06.png share/tuxpaint/brushes/round_12.png share/tuxpaint/brushes/round_24.png share/tuxpaint/brushes/round_36.png share/tuxpaint/brushes/round_fuzz.png share/tuxpaint/brushes/round_seethru.png +share/tuxpaint/brushes/round_seethru_05.png +share/tuxpaint/brushes/round_seethru_10.png share/tuxpaint/brushes/slash_10_lt.png share/tuxpaint/brushes/slash_10_rt.png share/tuxpaint/brushes/slash_16_lt.png @@ -229,6 +368,7 @@ share/tuxpaint/brushes/square_24.png share/tuxpaint/brushes/square_36.png share/tuxpaint/brushes/square_fuzz.png share/tuxpaint/brushes/square_seethru.png +share/tuxpaint/brushes/tiny.png share/tuxpaint/brushes/x.png share/tuxpaint/fonts/FreeMono.ttf share/tuxpaint/fonts/FreeMonoBold.ttf @@ -243,12 +383,17 @@ share/tuxpaint/fonts/FreeSerifBold.ttf share/tuxpaint/fonts/FreeSerifBoldItalic.ttf share/tuxpaint/fonts/FreeSerifItalic.ttf share/tuxpaint/fonts/default_font.ttf -share/tuxpaint/images/icon-win32.png +share/tuxpaint/images/icon-win32.ico share/tuxpaint/images/icon.png +share/tuxpaint/images/icon128x128.png share/tuxpaint/images/icon16x16.png +share/tuxpaint/images/icon192x192.png +share/tuxpaint/images/icon22x22.png share/tuxpaint/images/icon32x32.png share/tuxpaint/images/icon32x32.xpm share/tuxpaint/images/icon48x48.png +share/tuxpaint/images/icon64x64.png +share/tuxpaint/images/icon96x96.png share/tuxpaint/images/magic/blocks.png share/tuxpaint/images/magic/blur.png share/tuxpaint/images/magic/chalk.png @@ -297,6 +442,9 @@ share/tuxpaint/images/tux/great.png share/tuxpaint/images/tux/kiss.png share/tuxpaint/images/tux/oops.png share/tuxpaint/images/tux/wait.png +share/tuxpaint/images/tuxpaint-icon.svg +share/tuxpaint/images/tuxpaint-installer-icon-32x32.png +share/tuxpaint/images/tuxpaint-installer.ico share/tuxpaint/images/ui/back.png share/tuxpaint/images/ui/btn_down.png share/tuxpaint/images/ui/btn_off.png @@ -305,6 +453,8 @@ share/tuxpaint/images/ui/color_btn_down.png share/tuxpaint/images/ui/color_btn_up.png share/tuxpaint/images/ui/cursor_down.png share/tuxpaint/images/ui/cursor_down_large.png +share/tuxpaint/images/ui/cursor_starter_down.png +share/tuxpaint/images/ui/cursor_starter_up.png share/tuxpaint/images/ui/cursor_up.png share/tuxpaint/images/ui/cursor_up_large.png share/tuxpaint/images/ui/erase.png @@ -371,6 +521,15 @@ share/tuxpaint/stamps/cartoon/tux/tux-yes1.dat share/tuxpaint/stamps/cartoon/tux/tux-yes1.png share/tuxpaint/stamps/cartoon/tux/tux-yes2.dat share/tuxpaint/stamps/cartoon/tux/tux-yes2.png +share/tuxpaint/starters/chicken.png +share/tuxpaint/starters/jetplane.png +share/tuxpaint/starters/reef-back.png +share/tuxpaint/starters/reef.png +share/tuxpaint/starters/reef.txt +share/tuxpaint/starters/skyline-sf-dusk-back.jpeg +share/tuxpaint/starters/skyline-sf-dusk.png +share/tuxpaint/starters/skyline-sf-dusk.txt +@dirrm share/tuxpaint/starters @dirrm share/tuxpaint/stamps/cartoon/tux @dirrm share/tuxpaint/stamps/cartoon @dirrm share/tuxpaint/stamps @@ -385,11 +544,16 @@ share/tuxpaint/stamps/cartoon/tux/tux-yes2.png @dirrm share/tuxpaint/brushes @dirrm share/tuxpaint @dirrm share/examples/tuxpaint +@dirrm share/doc/tuxpaint/zh_tw/html +@dirrm share/doc/tuxpaint/zh_tw +@dirrm share/doc/tuxpaint/zh_cn @dirrm share/doc/tuxpaint/zh @dirrm share/doc/tuxpaint/wa +@dirrm share/doc/tuxpaint/vi @dirrm share/doc/tuxpaint/tr @dirrm share/doc/tuxpaint/ta @dirrm share/doc/tuxpaint/sv +@dirrm share/doc/tuxpaint/sr @dirrm share/doc/tuxpaint/sk @dirrm share/doc/tuxpaint/ru @dirrm share/doc/tuxpaint/ro @@ -404,12 +568,15 @@ share/tuxpaint/stamps/cartoon/tux/tux-yes2.png @dirrm share/doc/tuxpaint/lt @dirrm share/doc/tuxpaint/ko @dirrm share/doc/tuxpaint/ja +@dirrm share/doc/tuxpaint/it/html @dirrm share/doc/tuxpaint/it @dirrm share/doc/tuxpaint/is @dirrm share/doc/tuxpaint/id @dirrm share/doc/tuxpaint/hu @dirrm share/doc/tuxpaint/html/images @dirrm share/doc/tuxpaint/html +@dirrm share/doc/tuxpaint/hr +@dirrm share/doc/tuxpaint/hi @dirrm share/doc/tuxpaint/he @dirrm share/doc/tuxpaint/fr @dirrm share/doc/tuxpaint/fi @@ -419,6 +586,11 @@ share/tuxpaint/stamps/cartoon/tux/tux-yes2.png @dirrm share/doc/tuxpaint/el @dirrm share/doc/tuxpaint/de @dirrm share/doc/tuxpaint/da +@dirrm share/doc/tuxpaint/cy @dirrm share/doc/tuxpaint/cs @dirrm share/doc/tuxpaint/ca +@dirrm share/doc/tuxpaint/br +@dirrm share/doc/tuxpaint/bg +@dirrm share/doc/tuxpaint/be +@dirrm share/doc/tuxpaint/af @dirrm share/doc/tuxpaint diff --git a/graphics/tuxpaint/distinfo b/graphics/tuxpaint/distinfo index 1ab380024cd..f547597c5c3 100644 --- a/graphics/tuxpaint/distinfo +++ b/graphics/tuxpaint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2004/03/07 02:01:00 snj Exp $ +$NetBSD: distinfo,v 1.12 2004/10/07 14:52:57 wiz Exp $ -SHA1 (tuxpaint-0.9.13.tar.gz) = 668722c5857c81f3a68fa5519ec0239a06dd57bc -Size (tuxpaint-0.9.13.tar.gz) = 2495193 bytes -SHA1 (patch-aa) = 3a4f4ee887fe6790dca9c68bd31988a4e56855a1 +SHA1 (tuxpaint-0.9.14.tar.gz) = d899f15ae348413b85e5d0cacf971db2c604b036 +Size (tuxpaint-0.9.14.tar.gz) = 3208894 bytes +SHA1 (patch-aa) = 6b2474c9c1564d563f868add51093b3f4fd84305 diff --git a/graphics/tuxpaint/patches/patch-aa b/graphics/tuxpaint/patches/patch-aa index 4981abba131..b1b51f6a76f 100644 --- a/graphics/tuxpaint/patches/patch-aa +++ b/graphics/tuxpaint/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 2004/03/07 02:01:00 snj Exp $ +$NetBSD: patch-aa,v 1.8 2004/10/07 14:52:57 wiz Exp $ ---- Makefile.orig 2003-12-23 17:46:04.000000000 -0800 -+++ Makefile 2004-03-06 16:51:48.000000000 -0800 +--- Makefile.orig 2004-10-04 00:32:26.000000000 +0200 ++++ Makefile @@ -11,7 +11,7 @@ # Where to install things: @@ -29,26 +29,29 @@ $NetBSD: patch-aa,v 1.7 2004/03/07 02:01:00 snj Exp $ # Commands useful to other arch's (e.g., BeOS) -@@ -74,7 +67,7 @@ SDL_CFLAGS=$(shell sdl-config --cflags) +@@ -88,7 +81,7 @@ SDL_CFLAGS=$(shell sdl-config --cflags) # The entire set of CFLAGS: --CFLAGS=-O2 -Wall -+CFLAGS+=-Wall +-CFLAGS=-O2 -Wall -Isrc/$(MOUSEDIR) -D$(CURSOR_SHAPES)_CURSOR_SHAPES ++CFLAGS+=-Wall -Isrc/$(MOUSEDIR) -D$(CURSOR_SHAPES)_CURSOR_SHAPES DEFS=-DDATA_PREFIX=\"$(DATA_PREFIX)\" \ -D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \ -DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\" -@@ -129,8 +122,7 @@ beos: +@@ -143,10 +136,9 @@ beos: # to do this as superuser ("root")) install: install-bin install-data install-man install-doc \ -- install-gnome install-kde install-kde-icons \ - install-icon install-gettext install-importscript \ + install-gettext install-importscript \ - install-default-config install-example-stamps + install-default-config install-example-stamps \ +- install-example-starters \ +- install-gnome install-kde install-kde-icons ++ install-example-starters @echo @echo "--------------------------------------------------------------" -@@ -247,9 +239,9 @@ uninstall: + @echo +@@ -288,9 +280,9 @@ uninstall: install-default-config: @echo @echo "...Installing default config file..." @@ -61,12 +64,12 @@ $NetBSD: patch-aa,v 1.7 2004/03/07 02:01:00 snj Exp $ # Install example stamps -@@ -554,7 +546,7 @@ install-man: - tuxpaint: obj/tuxpaint.o obj/hqxx.o obj/hq4x.o $(ARCH_LIBS) +@@ -698,7 +690,7 @@ install-man: + tuxpaint: obj/tuxpaint.o $(HQXX_O) $(ARCH_LIBS) @echo @echo "...Linking Tux Paint..." - @$(CC) $(CFLAGS) $(SDL_CFLAGS) $(DEFS) \ -+ @$(CC) $(CFLAGS) $(LDFLAGS) $(SDL_CFLAGS) $(DEFS) \ - -o tuxpaint obj/tuxpaint.o obj/hqxx.o obj/hq4x.o \ ++ @$(CC) $(CFLAGS) $(LD_FLAGS) $(SDL_CFLAGS) $(DEFS) \ + -o tuxpaint obj/tuxpaint.o $(HQXX_O) \ $(ARCH_LIBS) $(SDL_LIBS) \ -lm $(ARCH_LINKS) |