diff options
author | adam <adam@pkgsrc.org> | 2009-07-24 08:02:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-07-24 08:02:59 +0000 |
commit | 6f5c69c3288c16b7cfb25ce4b375942ee800eaed (patch) | |
tree | bc77067df4f86c8f3ca58df248ef071316b27286 /fonts/fontforge/Makefile | |
parent | 7c95b18c77829d13307e480500fb1f6b573369ad (diff) | |
download | pkgsrc-6f5c69c3288c16b7cfb25ce4b375942ee800eaed.tar.gz |
Changes 20090622:
* Add support for friendly names attached to style set features (New in OTF 1.6)
* Add support for Mark Sets (New in OTF 1.6)
* Serhij Dubyk has provided a Ukrainian UI
* Alexandre Prokoudine has updated the Russian UI
* Updated Polish translation from Michal
* Various patches from Michal fixing some out of bound array references.
* Added a cvt.find method to the python cvt object which returns the index
in the cvt table of a given value (or -1 if not found)
* more...
Diffstat (limited to 'fonts/fontforge/Makefile')
-rw-r--r-- | fonts/fontforge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index a5c0dd35d08..67f1cd56ac0 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2009/04/10 08:48:20 adam Exp $ +# $NetBSD: Makefile,v 1.60 2009/07/24 08:02:59 adam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -10,7 +10,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fontforge.sourceforge.net/ COMMENT= Postscript font editor -VERSION= 20090408 +VERSION= 20090622 PKG_DESTDIR_SUPPORT= user-destdir |