85a3a8d883
2004.October.02 * Spanish translation updates. Gabriel Gazzan * Added new directory 'win32' containing script for the NSIS installer, with custom icon and Python support script. John Popplewell * Added Welsh translation. Kevin Donnelly * Added Italian translation. Flavio 'Iron Bishop' Pastore <ironbishop <at> altervista <dot> org> * Updated Catalan translation. Pere Pujal Carabantes * Updated Brazilian Portuguese translation. Daniel Jose Viana * New fireworks stamps. Karl Ove Hufthammer * Added shrimp, lobster and seahorse photos to Animals/Fish. (Public domain. From the United States National Oceanic & Atmospheric Adminstration (NOAA) library: http://www.photolib.noaa.gov/ ) * Added Malay translation. Muhammad Najmi Ahmad Zabidi * Updated Danish translation. Mogens Jæger * Added Turkish translation. Doruk Fisek * Updated Dutch translation. Geert Stams * Added Slovenian translation. Urska Colner * Updated Finnish translation. Tarmo Toikkanen * Added Simplified Chinese translation. Wang Jian * Updated Japanese translation. TOYAMA Shin-ichi * Updated Tamil translation. Muguntharaj * Updated Hungarian translation. Török Gábor * Added Afrikaans translation. Petri Jooste * Updated Portuguese (Portugal) translation. Ricardo Cruz * Updated French translation. Jacques Chion * Moved to storing stamp description translations in PO files, with scripts to convert to and from the .txt files used by Tux Paint. Song Huang * Added pineapple photo stamp. Mike Fitzpatrick http://www.sxc.hu/browse.phtml?f=view&id=134314 * Changed all stamp descriptions to use UTF-8, using Song Huang's script and much manual cleanup. * Added cartoonish fruit and Christmas tree stamps. Nicu Buculei, http://nicubunu.ro/clipart/ * Added Easter stamps. Jean from DoodleLoo's * Much improved jack-o'-lantern stamp from: http://www.openclipart.org/ * Added grapes, sliced orange and sliced lime stamps from: http://www.sxc.hu/browse.phtml?f=view&id=16742 http://www.sxc.hu/browse.phtml?f=view&id=111664 http://www.sxc.hu/browse.phtml?f=view&id=86046 * Serbian translation. Aleksandar Jelenak * Traditional Chinese translation. Song Huang * Dutch translation. Geert Stams * Russian and Belarusian translations. Eugene Zelenko * French translation updates. Jacques Chion * Icelandic translation updates. Pjetur G. Hjaltason * Added Candian coins Ed Montgomery * Korean translations completed for all available stamps with translation (*.txt) files; Korean number sound clips replaced with low-noise counterparts. Mark K. Kim * Automobile stamps added. Justin Zeigler * Added "make uninstall" target. * Korean sound clips for numbers added. Sohyun Iris Lee (voice) Mark K. Kim (merge) * Korean translations for the math symbols. Mark K. Kim
21 lines
546 B
Makefile
21 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/10/07 14:54:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= tuxpaint-stamps-2004-10-03
|
|
PKGNAME= tuxpaint-stamps-2004.10.03
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/
|
|
COMMENT= Rubber stamps for Tux Paint
|
|
|
|
DEPENDS+= tuxpaint>=0.9.13:../../graphics/tuxpaint
|
|
|
|
CONFLICTS+= tuxpaint<0.9.13
|
|
|
|
post-install:
|
|
-${FIND} ${PREFIX}/share/tuxpaint/stamps -name CVS -exec \
|
|
${RM} -r {} \; 2>/dev/null
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|