diff options
author | kei <kei@pkgsrc.org> | 2005-01-21 16:10:14 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2005-01-21 16:10:14 +0000 |
commit | f44479424217794c3b7dcd1c9329446478f6b43d (patch) | |
tree | 42b91214c38bf33ce374320bb7771bca66d7c714 /fonts | |
parent | 88c4357cd055a89cc56251be2140740126aa979e (diff) | |
download | pkgsrc-f44479424217794c3b7dcd1c9329446478f6b43d.tar.gz |
updated fonts/xmbdfed to 4.5. changes from 4.4 follow.
XMBDFED CHANGES
Version: 4.5
Date : 09 November 2001
==========================
1. Fixed handling of double quotes in properties.
2. Fixed an incorrect value in a switch statement having to do with EOL's.
3. Fixed a bug dealing with adding properties to fonts.
4. Fixed numerous warnings about possible use of uninitialized variables.
5. Fixed an invalid indication of no next page when glyphs pasted span more
than one page.
6. Fixed a problem with drawing offsets in the GlyphTest widget in
right-to-left drawing.
7. Started a "Tips" section in the Help text.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/xmbdfed/Makefile | 6 | ||||
-rw-r--r-- | fonts/xmbdfed/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile index 0e4d6d7e8e2..e2e6328c919 100644 --- a/fonts/xmbdfed/Makefile +++ b/fonts/xmbdfed/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/01/21 16:10:14 kei Exp $ -DISTNAME= xmbdfed-4.4 -PKGREVISION= 1 +DISTNAME= xmbdfed-4.5 +PKGREVISION= # CATEGORIES= fonts graphics x11 MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/ diff --git a/fonts/xmbdfed/distinfo b/fonts/xmbdfed/distinfo index 1d8ef0e66f6..88a77177c2b 100644 --- a/fonts/xmbdfed/distinfo +++ b/fonts/xmbdfed/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/10/15 12:29:19 kei Exp $ +$NetBSD: distinfo,v 1.2 2005/01/21 16:10:14 kei Exp $ -SHA1 (xmbdfed-4.4.tar.gz) = 34cf268d1d69ef6ee486f1ca2d898f2fe4ec309c -Size (xmbdfed-4.4.tar.gz) = 281619 bytes +SHA1 (xmbdfed-4.5.tar.gz) = 325f2f3a8ae68b3f5d22ff9bdd115d30cdd743db +Size (xmbdfed-4.5.tar.gz) = 282055 bytes SHA1 (patch-aa) = c56292901cfe776c26fc21da2b851aa2fccf2e02 SHA1 (patch-ab) = eb5c46e723988cf9febf65f64e0b142ce8dccde3 |