diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 13:49:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 13:49:14 +0000 |
commit | 7bb7a871c16c607dc827f38c9dae9215c0e26ec7 (patch) | |
tree | 9ef4b9ade1671c039be280d98a1e70cafbd1dcd1 /devel/SDL_ttf | |
parent | a9a2da1d7f4cca1d65bfc87bc4c389626848f2cb (diff) | |
download | pkgsrc-7bb7a871c16c607dc827f38c9dae9215c0e26ec7.tar.gz |
Update to 2.0.11. Set LICENSE.
2.0.11:
Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
* SDL_ttf is now under the zlib license
Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
* Improved font glyph caching for non-latin languages
Erik Snoek - Wed Jan 12 09:10:15 PST 2011
* Added API to get kerning info: TTF_GetFontKerningSize()
Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
* Added Android.mk to build on the Android platform
Diffstat (limited to 'devel/SDL_ttf')
-rw-r--r-- | devel/SDL_ttf/Makefile | 6 | ||||
-rw-r--r-- | devel/SDL_ttf/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index fde88e8d6b4..cd9153e171d 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.29 2011/11/01 06:00:52 sbd Exp $ +# $NetBSD: Makefile,v 1.30 2012/01/28 13:49:14 wiz Exp $ -DISTNAME= SDL_ttf-2.0.10 -PKGREVISION= 1 +DISTNAME= SDL_ttf-2.0.11 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/ COMMENT= Use TrueType fonts in your SDL applications +LICENSE= zlib PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/SDL_ttf/distinfo b/devel/SDL_ttf/distinfo index 54d81455a9b..f3a0e6ad9d6 100644 --- a/devel/SDL_ttf/distinfo +++ b/devel/SDL_ttf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2010/07/23 13:22:12 adam Exp $ +$NetBSD: distinfo,v 1.10 2012/01/28 13:49:14 wiz Exp $ -SHA1 (SDL_ttf-2.0.10.tar.gz) = 98f6518ec71d94b8ad303a197445e0991850b887 -RMD160 (SDL_ttf-2.0.10.tar.gz) = 253c440b5723567bce48c77eb8df90d363482e88 -Size (SDL_ttf-2.0.10.tar.gz) = 1326737 bytes +SHA1 (SDL_ttf-2.0.11.tar.gz) = 0ccf7c70e26b7801d83f4847766e09f09db15cc6 +RMD160 (SDL_ttf-2.0.11.tar.gz) = 95a06230f5e82ba7b06a39987ed1828985c70dae +Size (SDL_ttf-2.0.11.tar.gz) = 4053686 bytes SHA1 (patch-aa) = 5ae58f13e2f48834eaf200131c9baaa5dc3d9d1a |