Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2022-03-16 23:42:49 +01:00
commit 41015efc73
19 changed files with 249 additions and 198 deletions

View file

@ -19,7 +19,7 @@ June 17, 2002 - December 1, 2021
by Damian Yerrick - http://www.wikipedia.org/wiki/Damian_Yerrick
800x600 resolution support patch by:
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
Arbitrary resolution support, smudge magic tool, grass magic tool,
brick magic tools, improved stamp tinter, and other fixes by:
@ -734,11 +734,11 @@ June 17, 2002 - December 1, 2021
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Japanese Input Method
Mark K. Kim <mkkim214@gmail.com>
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Kabyle translation
Yacine Bouklif <yacine_tizi2003@yahoo.fr>
@ -1077,7 +1077,7 @@ June 17, 2002 - December 1, 2021
* Ports and Packaging
* Windows 32-bit coding and builds
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
John Popplewell <john@johnnypops.demon.co.uk>
* Tweaks to help Windows cross-compiling under Linux
@ -1104,7 +1104,7 @@ June 17, 2002 - December 1, 2021
Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
* RedHat Linux / Fedora Core packages and RPM spec file
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
Richard June <rjune@bravegnuworld.com> [backup]
* Slackware Linux packages

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.March.2 (0.9.28)
2022.March.16 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -133,7 +133,7 @@ http://www.tuxpaint.org/
Sveinn í Felli <sv1@fellsnet.is>
* Japanese translation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Santali translation (Ol-Chiki)
Prasanta Hembram <prasantahembram720@gmail.com>
@ -162,7 +162,7 @@ http://www.tuxpaint.org/
----------
* Fixed abnormal exit of threaded font scan which prevented enabling
text/label tools on some environment such as Rocky Linux 8.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Ports & Building:
-----------------
@ -175,7 +175,7 @@ http://www.tuxpaint.org/
* Pass the full path of locale directory to bindtextdomain().
Workaround to the issue that gettext() can not find translation
files after the update of MinGW/MSYS2 in January 2022.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Initializing layout of onscreen keyboard (osk) to avoid undefined
behavior when changing keyboards.
@ -198,12 +198,12 @@ http://www.tuxpaint.org/
* Windows installer will no nlonger show a dialogue to inform
user of uninstallation when "/VERYSILENT" switch is specified
(useful for automated installation/uninsta$llation processes).
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Standard output and standard error are now redirected to the
files in User's save directory for example:
"C:\Users\<username>\AppData\Roaming\TuxPaint"
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* macOS
Mark Kim <markuskimius@gmail.com>
@ -379,7 +379,7 @@ http://www.tuxpaint.org/
---------------------
* Allowing Left [Alt] key for switching to Japanese input method
(for keyboards that lack a Right [Alt] key).
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Catalan translation
Pere Pujal i Carabantes <perepujal@gmail.com>
@ -391,7 +391,7 @@ http://www.tuxpaint.org/
Sveinn í Felli <sv1@fellsnet.is>
* Japanese translation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Portuguese (Portugal) translation
Hugo Carvalho <hugokarvalho@hotmail.com>
@ -420,7 +420,7 @@ http://www.tuxpaint.org/
not supply a needed function.)
* h/t @Miyagi_Andel on Twitter for reporting the crash
* h/t Pere Pujal i Carabantes for confirming how to reproduce it
* TOYAMA Shin-ichi <shin1@wmail.plala.or.jp> dropped the old
* TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp> dropped the old
code and rebuilt Tux Paint 0.9.26 for Win32 as 0.9.26-5
* Note: This means dropping support for Windows 2000 & XP
* (Also, remove Windows-only call to `_nl_locale_name()`,
@ -465,10 +465,10 @@ http://www.tuxpaint.org/
translation is supported both for the web site and installer.
+ Disabled start menu shortcut to outdated translations of README.html.
+ Remove old OpenCandy stuff from Windows .iss file.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Added shell script to build windows installer and portable zip archive.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Further work to remove compiler warnings.
@ -525,7 +525,7 @@ http://www.tuxpaint.org/
Miguel Anxo Bouzada <mbouzada@gmail.com>
+ Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Adding documentation that covers some of the
environment variables that Tux Paint utilizes.
@ -652,7 +652,7 @@ http://www.tuxpaint.org/
* Support for Mingw64 for 64-bit builds
* Ability to find Mingw DLLs by examining EXEs
(new shell script replaces hard-coded list in Makefile)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* New Brushes
-----------
@ -725,7 +725,7 @@ http://www.tuxpaint.org/
Sveinn í Felli <sv1@fellsnet.is>
* Japanese translation & Japanese README documentation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Norwegian Bokmål translation
Karl Ove Hufthammer <karl@huftis.org>
@ -769,10 +769,10 @@ http://www.tuxpaint.org/
STDERR, rather than STDOUT.
* Updates to build for Windows (using mingw/msys)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Updates to 'spec' file for Linux RPM builds
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Other Improvements
------------------
@ -988,7 +988,7 @@ http://www.tuxpaint.org/
Flavio Pastore <ironbishop@fsfe.org>
* Japanese translation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Korean translation
Mark K. Kim <mkkim214@gmail.com>
@ -2086,7 +2086,7 @@ http://www.tuxpaint.org/
+ Plugin .so files were missing.
+ Separated devel packages in RPM spec.
+ Added dependency on SDL_Pango.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Placing Tux Paint launcher icon ("tuxpaint.desktop") in
'applications', rather than 'gnome/apps/Graphics', per Freedesktop.org
@ -2174,7 +2174,7 @@ http://www.tuxpaint.org/
* Fixed issues where some strings not appearing under 'nopango'
(at least on older Fedora CORE and RedHat).
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* New Starters:
-------------
@ -2542,7 +2542,7 @@ http://www.tuxpaint.org/
Flavio "Iron Bishop" Pastore <ironbishop@fsfe.org>
* Japanese translation
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Mexican Spanish translation
Ignacio Tike <itike0100@gmail.com>
@ -2885,7 +2885,7 @@ http://www.tuxpaint.org/
Kevin Patrick Scannell <kscanne@gmail.com>
* Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Lithuanian
Gintaras Gostautas <gintaras@nes.lt>
@ -3101,7 +3101,7 @@ http://www.tuxpaint.org/
Flavio "Iron Bishop" Pastore <ironbishop@fsfe.org>
* Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Japanese font shipped in Tux Paint now includes common educational Kanji
@ -3138,7 +3138,7 @@ http://www.tuxpaint.org/
* Including a scaled down version of the Japanese TrueType font (ja.ttf),
that includes only the characters uses by Tux Paint.
For info, see: fonts/locale/ja_docs/
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Documentation Improvements:
---------------------------
@ -3153,7 +3153,7 @@ http://www.tuxpaint.org/
* Ran source code through "indent -nbfda -npcs -npsl -bli0".
* "DESTDIR" patch is no longer needed.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Split parts of "tuxpaint.c" into separate source files:
+ "compiler.h": Compiler-version-specific definitions.
@ -3346,7 +3346,7 @@ http://www.tuxpaint.org/
----------------------------
* Added larger screen size support:
1024x768, 1280x1024, 1400x1050, 1600x1200
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Arbitrary window sizes allowed (--XXXXxYYYY); useful for more modern
displays (e.g., Mac monitors)
@ -3510,12 +3510,12 @@ http://www.tuxpaint.org/
John Popplewell <john@johnnypops.demon.co.uk>
* There's no longer a need to remove CVS-related things in 'tuxpaint.spec'.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Added "test-option.sh" shell script, which can be used in Makefile
for basic compiler option tests
(e.g., is "-Wdeclaration-after-statement" available?)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Created 'release' Makefile target, which generates a .tar.gz
(sans CVS-related files) based on the clean source directory.
@ -3579,13 +3579,13 @@ http://www.tuxpaint.org/
* Added "PKG_ROOT" variable to Makefile, and "tuxpaint.spec" file,
for Tux Paint RPM building ease.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Fixed to compile on old GLIBC system (such as RedHat-6.2)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Fixes to RPM spec file
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Enabled more compiler warnings, and updated code to prevent them.
Albert Cahalan <albert@users.sf.net>
@ -3692,7 +3692,7 @@ http://www.tuxpaint.org/
Tedi Heriyanto <tedi_h@gmx.net>
* Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Korean
Mark K. Kim <mkkim214@gmail.com>
@ -3887,7 +3887,7 @@ http://www.tuxpaint.org/
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Updated Japanese translation.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Updated Korean translation.
Mark K. Kim <mkkim214@gmail.com>
@ -4167,7 +4167,7 @@ http://www.tuxpaint.org/
and you went to the 'Open' dialog.
* Fixed prompt bug for larger window sizes
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
2003.Jun.17 (0.9.11)
@ -4195,7 +4195,7 @@ http://www.tuxpaint.org/
Mantas Kriauciunas <monte@mail.lt>
* Set $OUTPUT_CHARSET for Japanese locale, to fix Win32 issue.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Lithuanian translation.
Mantas Kriauciunas <monte@mail.lt>,
@ -4293,7 +4293,7 @@ http://www.tuxpaint.org/
Karl Ove Hufthammer <karl@huftis.org>
* Added Japanese translation to Tux Paint icon (tuxpaint.desktop)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Moved Makefile.beos into src/, to keep root directory less cluttered.
@ -4314,7 +4314,7 @@ http://www.tuxpaint.org/
* Removed some debugging output that shouldn't have been kept in.
* Locale-detection code made more robust. (Check LC_MESSAGES, not LC_ALL)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Added support for some useful HTML escape sequences in stamp descriptions
(e.g., "&acute;" for "<22>" ("a" with "'" over it))
@ -4350,7 +4350,7 @@ http://www.tuxpaint.org/
selector on the right.
* Fixed Japanese locale detection.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Stamp description translations can be encoded using UTF-8.
Append ".utf8" to the locale code (e.g., "fr.utf8=...")
@ -4362,7 +4362,7 @@ http://www.tuxpaint.org/
2003.January.26 (0.9.7)
* Translated to Japanese!
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Fixed translation bugs with some save-related prompts.
@ -4386,10 +4386,10 @@ http://www.tuxpaint.org/
if it doesn't exist
* Initial support for arbitrary window sizes. (#define SVGA for 800x600)
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Added a few new colors, renamed some old ones.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Fixed text tool bug when hitting [Enter]/[Return] past bottom of canvas

View file

@ -149,8 +149,8 @@ Compiling and Installation
Windows Users
November 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
<shin1@wmail.plala.or.jp>
November 3, 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp
<dolphin6k@wmail.plala.or.jp>
Compiling Set-Up

View file

@ -242,7 +242,7 @@
</h3>
<p style="font-size: small;">
<em>
November 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp &lt;<a href="mailto:shin1@wmail.plala.or.jp">shin1@wmail.plala.or.jp</a>&gt;
November 3, 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</em>
</p>
<blockquote>

View file

@ -149,8 +149,8 @@ Compiling and Installation
Windows Users
noviembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
<shin1@wmail.plala.or.jp>
noviembre 3, 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp
<dolphin6k@wmail.plala.or.jp>
Compiling Set-Up

View file

@ -242,7 +242,7 @@
</h3>
<p style="font-size: small;">
<em>
noviembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp &lt;<a href="mailto:shin1@wmail.plala.or.jp">shin1@wmail.plala.or.jp</a>&gt;
noviembre 3, 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</em>
</p>
<blockquote>

View file

@ -152,8 +152,8 @@ Compilation et installation
Utilisateurs de Windows
novembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
<shin1@wmail.plala.or.jp>
novembre 3, 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp
<dolphin6k@wmail.plala.or.jp>
Réglages pour compilation

View file

@ -242,7 +242,7 @@
</h3>
<p style="font-size: small;">
<em>
novembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp &lt;<a href="mailto:shin1@wmail.plala.or.jp">shin1@wmail.plala.or.jp</a>&gt;
novembre 3, 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</em>
</p>
<blockquote>

View file

@ -153,8 +153,8 @@ Compiling and Installation
Usuarios de Windows
3 de Novembro de 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
<shin1@wmail.plala.or.jp>
3 de Novembro de 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp
<dolphin6k@wmail.plala.or.jp>
Compiling Set-Up

View file

@ -242,7 +242,7 @@
</h3>
<p style="font-size: small;">
<em>
3 de Novembro de 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp &lt;<a href="mailto:shin1@wmail.plala.or.jp">shin1@wmail.plala.or.jp</a>&gt;
3 de Novembro de 2021 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</em>
</p>
<blockquote>

View file

@ -149,8 +149,8 @@ Compiling and Installation
Windows のユーザー
2021年11月 3日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
<shin1@wmail.plala.or.jp>
2021年11月 3日 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp
<dolphin6k@wmail.plala.or.jp>
Compiling Set-Up

View file

@ -242,7 +242,7 @@
</h3>
<p style="font-size: small;">
<em>
2021年11月 3日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp &lt;<a href="mailto:shin1@wmail.plala.or.jp">shin1@wmail.plala.or.jp</a>&gt;
2021年11月 3日 Shin-ichi TOYAMA dolphin6k@wmail.plala.or.jp &lt;<a href="mailto:dolphin6k@wmail.plala.or.jp">dolphin6k@wmail.plala.or.jp</a>&gt;
</em>
</p>
<blockquote>

View file

@ -228,7 +228,7 @@ http://www.newbreedsoftware.com/tuxpaint/
Flavio Pastore <ironbishop@fsfe.org>
* Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Kinyarwanda
Steve Murphy <murf@e-tools.com>
@ -356,7 +356,7 @@ http://www.newbreedsoftware.com/tuxpaint/
Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
* RedHat Linux / Fedora Core packages and RPM spec file
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
Richard June <rjune[AT]lumensoftware.com>
* NetBSD packages

View file

@ -22,7 +22,7 @@ http://www.newbreedsoftware.com/tuxpaint/
by Damian Yerrick - http://www.wikipedia.org/wiki/Damian_Yerrick
£ata do obs³ugi rozdzielczoœci 800x600
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
Obs³uga rozdzielczoœci, smudge magic tool, grass magic tool,
brick magic tools, improved stamp tinter, and other i inne.
@ -183,7 +183,7 @@ http://www.newbreedsoftware.com/tuxpaint/
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Japanese
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
* Kinyarwanda
Steve Murphy <murf@e-tools.com>
@ -296,7 +296,7 @@ http://www.newbreedsoftware.com/tuxpaint/
Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
* RedHat Linux / Fedora Core packages and RPM spec file
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
Richard June <rjune[AT]lumensoftware.com>
* NetBSD packages