diff options
author | wiz <wiz> | 2003-03-07 11:45:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-07 11:45:28 +0000 |
commit | c5969369949db745d69470811ae70d0ea5bf45ac (patch) | |
tree | a957f801de579d272b9d4ada6256fbbbc7d6b851 /graphics/tuxpaint-stamps/Makefile | |
parent | 7494cc7795cf6f6e392efd1ac08ccdcd6ef4b566 (diff) | |
download | pkgsrc-c5969369949db745d69470811ae70d0ea5bf45ac.tar.gz |
Update to 2003.02.22.
Japanese, Greek, Finnish, British English, Hungarian translations.
Other translation updates.
* Gave sound effects to more stamps:
Camera, Saw, Rooster, Checkered Flag, Mallet
* Using a new set of Euro coin images. (Have correct ratios)
John O'Sullivan
* Created 'Animals' category with 'Birds' and 'Fish' subcategories.
* Added Drake, Guineafowl, Hen and Rooster to 'Birds'
John O'Sullivan
* Added Blue Groper, Butterfly Fish, Clown Fish, Coral Trout,
Dolphin Fish, Lion Fish, Moon Wrasse and Striped Fish to 'Fish'
John O'Sullivan
* Described some undescribed stamps.
Karl Ove Hufthammer
* Added hand stamp to 'Shapes.'
* Added 'Sacagawea' coin to 'US Coins.'
* Added squeaky sound for 'Rubber Duck' stamp.
* Created 'Nuts' category under food.
* Moved Walnut from 'Fruit' to 'Nuts.'
* Added (shell-less) Pecan, Walnut and Almond to 'Nuts.'
* Updated README.txt.
Diffstat (limited to 'graphics/tuxpaint-stamps/Makefile')
-rw-r--r-- | graphics/tuxpaint-stamps/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tuxpaint-stamps/Makefile b/graphics/tuxpaint-stamps/Makefile index bcb5fd9ebea..257ce4e853d 100644 --- a/graphics/tuxpaint-stamps/Makefile +++ b/graphics/tuxpaint-stamps/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2002/10/28 09:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/07 11:45:28 wiz Exp $ # -DISTNAME= tuxpaint-stamps-2002.10.26 +DISTNAME= tuxpaint-stamps-2003.02.22 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/stamps/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/ COMMENT= rubber stamps for Tux Paint -DEPENDS+= tuxpaint>=2002.09.25:../../graphics/tuxpaint +DEPENDS+= tuxpaint-[0-9]*:../../graphics/tuxpaint .include "../../mk/bsd.pkg.mk" |