summaryrefslogtreecommitdiff
path: root/graphics/tuxpaint
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-07 11:40:58 +0000
committerwiz <wiz@pkgsrc.org>2003-03-07 11:40:58 +0000
commitbebb89b9e0354298c1002e299c7a17a0978d1ba3 (patch)
tree49904e7aa3d2256fcea9c6322045b624bb86a695 /graphics/tuxpaint
parent73b00bc56794a70e6b514be88b2daf1dfb3ed9d8 (diff)
downloadpkgsrc-bebb89b9e0354298c1002e299c7a17a0978d1ba3.tar.gz
Update to 0.9.10:
Some more platforms supported, new translations and translation updates, documentation updates, bug fixes, and 2003.February.22 (0.9.10) * UTF-8 stamp descriptions word-wrap around spaces. * Support for more HTML escape codes in description files. [ Not yet working ] * ALT+F4 accepted as alternative to [Escape] (to quit) by Tux Paint's main loop. Windows wasn't rending a 'Close Window' event on that key combo, like it should (I think). John Popplewell 2003.February.1 (0.9.9) * When a locale requiring its own font can't be used because the font is missing, Tux Paint now CORRECTLY switches back to default ($LANG=C, which for Tux Paint is 'American English') * Locale-detection code made more robust. (Check LC_MESSAGES, not LC_ALL) TOYAMA Shin-ichi * Added support for some useful HTML escape sequences in stamp descriptions (e.g., "&acute;" for "รก" ("a" with "'" over it)) Append ".esc" to the locale code (e.g., "fr.esc=...") in the ".txt" description files. * Wrote "docs/ESCAPES.txt", which covers valid escape sequences. * Made 800x600 mode available at runtime, rather than just at compile-time (available "--800x600" command-line option and "800x600=yes" in conf. file; overridden by "--640x480" option, or "800x600=no" or "640x480=yes" in conf.) NOTE: STILL EXPERIMENTAL! 640x480 mode is still default! * Fixed 'Magic Tool' selector redraw bug in 800x600 mode. 2003.January.27 (0.9.8) * Added some translations to Tux Paint's icon's comment in tuxpaint.desktop. * Updated default tuxpaint.conf to mention all of the newest options. * Fixed Japanese locale detection. TOYAMA Shin-ichi * Stamp description translations can be encoded using UTF-8. Append ".utf8" to the locale code (e.g., "fr.utf8=...") * Removed stamp descriptions from Japanese translation file (src/messages/ja.po). (Will be placed as UTF-8 encoded text in next Tux Paint stamps package release.) 2003.January.26 (0.9.7) * Fixed translation bugs with some save-related prompts. * Polish available as "--lang polski" as well. 2003.January.22 (0.9.6) * Save directory can be specified ("--savedir") John Popplewell * tuxpaint-import now creates the '~/.tuxpaint/saved' directory, if it doesn't exist * Initial support for arbitrary window sizes. (#define SVGA for 800x600) TOYAMA Shin-ichi * Added a few new colors, renamed some old ones. TOYAMA Shin-ichi * Fixed text tool bug when hitting [Enter]/[Return] past bottom of canvas * Indonesian available as "--lang bahasa-indonesia" as well. 2003.January.8 (0.9.4) * Changed sparkles so they look less like blobs. (Thanks to Dave Nelson for the suggestion.) * Added a mode that uses XORs ("rubber-band lines") much less: --nooutlines It should help for very slow machines and using Tux Paint remotely over a networked X display. * The 'Circle' shape no longer switches into rotation mode (since it never affected the shape!) 2003.January.6 (0.9.3) * Screen now refreshes when switching back to fullscreen Tux Paint. John Popplewell * FAQ categorized 2002.December.10 (0.9.2) * Added initial attempt at keyboard control support (for mouseless environments): "--keyboard" * UTF-8 support working. 2002.November.16 (0.9.1) * Updated man page. * Added some missing "gettext_noop()" wrappers to some strings. * Stamp sound effects played when clicked, even if stamp is already selected. * Added more translated documentation directories, with dummy docs. 2002.November.12 (0.9.0) * Fixed endian issue which caused stamp icons and saved-file thumbnails to have messed up colors! (Tested on Mac laptop running Mac OS X.) * Added FAQ item regarding fullscreen not being in 640x480 under Linux. (Partially based on libSDL's Linux FAQ: http://www.libsdl.org/faq.php?action=listentries&category=3#34 ) * Added notice about downloading libraries and '-dev' packages under compiling/Linux section of INSTALL.txt. * Rearranged INSTALL.txt some. * Converted titlescreen image from JPEG to PNG (so libJPEG would no longer be required). * Updated PNG software list (PNG.txt) * Added version number and release date to title screen. * Fixed strange undo/redo access bug (redo available after open). * Uses "Library/Preferences/tuxpaint" instead of hidden ".tuxpaint" directory under Mac OS X. Darrell Walisser 2002.November.3 * HTML documentation cleaned up (no warnings or errors from HTML Tidy!) * Supports locale-specific fonts for languages that need Unicode. e.g., Korean will use "ko.ttf", if found, for translated strings.
Diffstat (limited to 'graphics/tuxpaint')
-rw-r--r--graphics/tuxpaint/Makefile7
-rw-r--r--graphics/tuxpaint/PLIST110
-rw-r--r--graphics/tuxpaint/distinfo8
-rw-r--r--graphics/tuxpaint/patches/patch-aa26
4 files changed, 128 insertions, 23 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile
index a0e4f3f727c..ce81f1eedbf 100644
--- a/graphics/tuxpaint/Makefile
+++ b/graphics/tuxpaint/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2003/01/28 22:03:26 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2003/03/07 11:40:58 wiz Exp $
#
-DISTNAME= tuxpaint-2002.10.26
-PKGREVISION= 2
+DISTNAME= tuxpaint-0.9.10
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/
diff --git a/graphics/tuxpaint/PLIST b/graphics/tuxpaint/PLIST
index 03cd790766e..dc77c2209c6 100644
--- a/graphics/tuxpaint/PLIST
+++ b/graphics/tuxpaint/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/01/01 19:24:19 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/03/07 11:40:58 wiz Exp $
bin/tuxpaint
bin/tuxpaint-import
man/man1/tuxpaint-import.1
@@ -6,9 +6,29 @@ man/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/PNG.txt
share/doc/tuxpaint/README.txt
share/doc/tuxpaint/TODO.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/PNG.txt
+share/doc/tuxpaint/ca/README.txt
+share/doc/tuxpaint/cz/AUTHORS.txt
+share/doc/tuxpaint/cz/COPYING.txt
+share/doc/tuxpaint/cz/FAQ.txt
+share/doc/tuxpaint/cz/INSTALL.txt
+share/doc/tuxpaint/cz/PNG.txt
+share/doc/tuxpaint/cz/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/PNG.txt
share/doc/tuxpaint/da/README.txt
share/doc/tuxpaint/de/ANBRINGEN.txt
share/doc/tuxpaint/de/AUTOREN.txt
@@ -17,11 +37,13 @@ share/doc/tuxpaint/de/GELESEN_MIR.txt
share/doc/tuxpaint/de/KOPIE.txt
share/doc/tuxpaint/de/PNG.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/PNG.txt
+share/doc/tuxpaint/es/html/LEEME.html
share/doc/tuxpaint/fi/AUTHORS.txt
share/doc/tuxpaint/fi/COPYING.txt
share/doc/tuxpaint/fi/FAQ.txt
@@ -34,12 +56,68 @@ share/doc/tuxpaint/fr/FAQ.txt
share/doc/tuxpaint/fr/INSTALL.txt
share/doc/tuxpaint/fr/PNG.txt
share/doc/tuxpaint/fr/README.txt
+share/doc/tuxpaint/html/README.html
+share/doc/tuxpaint/html/images/brush_edit.png
+share/doc/tuxpaint/html/images/canvas.jpg
+share/doc/tuxpaint/html/images/colors.jpg
+share/doc/tuxpaint/html/images/ex_colorable.png
+share/doc/tuxpaint/html/images/ex_lines.png
+share/doc/tuxpaint/html/images/ex_paint.png
+share/doc/tuxpaint/html/images/ex_shapes.png
+share/doc/tuxpaint/html/images/ex_stamps.png
+share/doc/tuxpaint/html/images/ex_text.png
+share/doc/tuxpaint/html/images/ex_tintable.png
+share/doc/tuxpaint/html/images/fontsizes.png
+share/doc/tuxpaint/html/images/icon-win32.png
+share/doc/tuxpaint/html/images/open_back.png
+share/doc/tuxpaint/html/images/open_dialog.jpg
+share/doc/tuxpaint/html/images/open_erase.png
+share/doc/tuxpaint/html/images/open_open.png
+share/doc/tuxpaint/html/images/saveover.png
+share/doc/tuxpaint/html/images/selector.jpg
+share/doc/tuxpaint/html/images/stamp_edit.png
+share/doc/tuxpaint/html/images/tips.jpg
+share/doc/tuxpaint/html/images/tool_eraser.png
+share/doc/tuxpaint/html/images/tool_lines.png
+share/doc/tuxpaint/html/images/tool_magic.png
+share/doc/tuxpaint/html/images/tool_new.png
+share/doc/tuxpaint/html/images/tool_open.png
+share/doc/tuxpaint/html/images/tool_paint.png
+share/doc/tuxpaint/html/images/tool_print.png
+share/doc/tuxpaint/html/images/tool_quit.png
+share/doc/tuxpaint/html/images/tool_redo.png
+share/doc/tuxpaint/html/images/tool_save.png
+share/doc/tuxpaint/html/images/tool_shapes.png
+share/doc/tuxpaint/html/images/tool_stamp.png
+share/doc/tuxpaint/html/images/tool_text.png
+share/doc/tuxpaint/html/images/tool_undo.png
+share/doc/tuxpaint/html/images/tools.jpg
+share/doc/tuxpaint/html/images/tuxpaint-title.jpg
+share/doc/tuxpaint/html/images/tuxpaint-title.png
+share/doc/tuxpaint/hu/AUTHORS.txt
+share/doc/tuxpaint/hu/COPYING.txt
+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/is/AUTHORS.txt
+share/doc/tuxpaint/is/COPYING.txt
+share/doc/tuxpaint/is/FAQ.txt
+share/doc/tuxpaint/is/INSTALL.txt
+share/doc/tuxpaint/is/PNG.txt
+share/doc/tuxpaint/is/README.txt
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/PNG.txt
share/doc/tuxpaint/it/README.txt
+share/doc/tuxpaint/ko/AUTHORS.txt
+share/doc/tuxpaint/ko/COPYING.txt
+share/doc/tuxpaint/ko/FAQ.txt
+share/doc/tuxpaint/ko/INSTALL.txt
+share/doc/tuxpaint/ko/PNG.txt
+share/doc/tuxpaint/ko/README.txt
share/doc/tuxpaint/nl/AUTHORS.txt
share/doc/tuxpaint/nl/COPYING_nl.txt
share/doc/tuxpaint/nl/FAQ.txt
@@ -58,6 +136,12 @@ share/doc/tuxpaint/pt_br/FAQ.txt
share/doc/tuxpaint/pt_br/INSTALL.txt
share/doc/tuxpaint/pt_br/PNG.txt
share/doc/tuxpaint/pt_br/README.txt
+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/PNG.txt
+share/doc/tuxpaint/sv/README.txt
share/doc/tuxpaint/tr/AUTHORS.txt
share/doc/tuxpaint/tr/COPYING_tr.txt
share/doc/tuxpaint/tr/FAQ.txt
@@ -65,21 +149,31 @@ share/doc/tuxpaint/tr/INSTALL.txt
share/doc/tuxpaint/tr/PNG.txt
share/doc/tuxpaint/tr/README.txt
share/examples/tuxpaint/tuxpaint.conf
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/tuxpaint.mo
${PKGLOCALEDIR}/locale/cs/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
${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/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/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/ro/LC_MESSAGES/tuxpaint.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/tuxpaint.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/tuxpaint.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/tuxpaint.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/tuxpaint.mo
share/tuxpaint/brushes/round_06.png
share/tuxpaint/brushes/round_12.png
share/tuxpaint/brushes/round_24.png
@@ -132,7 +226,7 @@ share/tuxpaint/images/shapes/square.png
share/tuxpaint/images/shapes/square_f.png
share/tuxpaint/images/shapes/triangle.png
share/tuxpaint/images/shapes/triangle_f.png
-share/tuxpaint/images/title.jpg
+share/tuxpaint/images/title.png
share/tuxpaint/images/tools/brush.png
share/tuxpaint/images/tools/eraser.png
share/tuxpaint/images/tools/lines.png
@@ -160,7 +254,9 @@ share/tuxpaint/images/ui/btn_up.png
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_up.png
+share/tuxpaint/images/ui/cursor_up_large.png
share/tuxpaint/images/ui/erase.png
share/tuxpaint/images/ui/no.png
share/tuxpaint/images/ui/no_title.png
@@ -172,6 +268,7 @@ share/tuxpaint/images/ui/scroll_down.png
share/tuxpaint/images/ui/scroll_down_off.png
share/tuxpaint/images/ui/scroll_up.png
share/tuxpaint/images/ui/scroll_up_off.png
+share/tuxpaint/images/ui/sparkles-old.png
share/tuxpaint/images/ui/sparkles.png
share/tuxpaint/images/ui/title.png
share/tuxpaint/images/ui/title_large.png
@@ -220,13 +317,22 @@ share/tuxpaint/sounds/thin.wav
@dirrm share/tuxpaint
@dirrm share/examples/tuxpaint
@dirrm share/doc/tuxpaint/tr
+@dirrm share/doc/tuxpaint/sv
@dirrm share/doc/tuxpaint/pt_br
@dirrm share/doc/tuxpaint/nn
@dirrm share/doc/tuxpaint/nl
+@dirrm share/doc/tuxpaint/ko
@dirrm share/doc/tuxpaint/it
+@dirrm share/doc/tuxpaint/is
+@dirrm share/doc/tuxpaint/hu
+@dirrm share/doc/tuxpaint/html/images
+@dirrm share/doc/tuxpaint/html
@dirrm share/doc/tuxpaint/fr
@dirrm share/doc/tuxpaint/fi
+@dirrm share/doc/tuxpaint/es/html
@dirrm share/doc/tuxpaint/es
@dirrm share/doc/tuxpaint/de
@dirrm share/doc/tuxpaint/da
+@dirrm share/doc/tuxpaint/cz
+@dirrm share/doc/tuxpaint/ca
@dirrm share/doc/tuxpaint
diff --git a/graphics/tuxpaint/distinfo b/graphics/tuxpaint/distinfo
index c315eec96d7..3988e0d3637 100644
--- a/graphics/tuxpaint/distinfo
+++ b/graphics/tuxpaint/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2003/01/01 19:24:19 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2003/03/07 11:40:58 wiz Exp $
-SHA1 (tuxpaint-2002.10.26.tar.gz) = 7c1ea171462f03482cc081142f90fa2dc6214e9d
-Size (tuxpaint-2002.10.26.tar.gz) = 1131125 bytes
-SHA1 (patch-aa) = 63841c9e671e60f6bd16e449a13023336892c158
+SHA1 (tuxpaint-0.9.10.tar.gz) = 862324420144150bb2fb892912ce23ef4ddbf0e1
+Size (tuxpaint-0.9.10.tar.gz) = 1260841 bytes
+SHA1 (patch-aa) = a85b6f9ab421d35a0c2f158de779fbacc59caddf
diff --git a/graphics/tuxpaint/patches/patch-aa b/graphics/tuxpaint/patches/patch-aa
index 5d856646597..6e9df5ff6ab 100644
--- a/graphics/tuxpaint/patches/patch-aa
+++ b/graphics/tuxpaint/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2003/01/01 19:24:20 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2003/03/07 11:40:58 wiz Exp $
---- Makefile.orig Sun Oct 27 06:17:27 2002
+--- Makefile.orig Wed Feb 19 08:27:22 2003
+++ Makefile
@@ -11,7 +11,7 @@
@@ -28,8 +28,8 @@ $NetBSD: patch-aa,v 1.3 2003/01/01 19:24:20 jmmv Exp $
-endif
- # Icons and launchers:
-@@ -68,7 +61,7 @@ SDL_CFLAGS=$(shell sdl-config --cflags)
+ # Commands useful to other arch's (e.g., BeOS)
+@@ -74,7 +67,7 @@ SDL_CFLAGS=$(shell sdl-config --cflags)
# The entire set of CFLAGS:
@@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.3 2003/01/01 19:24:20 jmmv Exp $
-D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \
-DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\"
-@@ -100,8 +93,7 @@ nosound:
+@@ -132,8 +125,7 @@ beos:
# to do this as superuser ("root"))
install: install-bin install-data install-man install-doc \
@@ -47,17 +47,17 @@ $NetBSD: patch-aa,v 1.3 2003/01/01 19:24:20 jmmv Exp $
+ install-gettext install-importscript \
install-default-config
@echo
- @echo "All done! Now (preferably NOT as 'root' superuser),"
-@@ -167,9 +159,9 @@ uninstall:
+ @echo "--------------------------------------------------------------"
+@@ -244,9 +236,9 @@ uninstall:
install-default-config:
@echo
@echo "...Installing default config file..."
-- install -d $(CONFDIR)
-- cp src/tuxpaint.conf $(CONFDIR)
-- chmod 644 $(CONFDIR)/tuxpaint.conf
-+ install -d $(PREFIX)/share/examples/tuxpaint
-+ cp src/tuxpaint.conf $(PREFIX)/share/examples/tuxpaint
-+ chmod 644 $(PREFIX)/share/examples/tuxpaint/tuxpaint.conf
+- @install -d $(CONFDIR)
+- @cp src/tuxpaint.conf $(CONFDIR)
+- @chmod 644 $(CONFDIR)/tuxpaint.conf
++ @install -d $(PREFIX)/share/examples/tuxpaint
++ @cp src/tuxpaint.conf $(PREFIX)/share/examples/tuxpaint
++ @chmod 644 $(PREFIX)/share/examples/tuxpaint/tuxpaint.conf
# Install a launcher icon in the Gnome menu, under "Graphics"