diff options
author | rh <rh@pkgsrc.org> | 2004-09-27 01:10:18 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-27 01:10:18 +0000 |
commit | 863df1c96a126f8c1d40490200da007fb935989a (patch) | |
tree | 0b768942c9aa77423c81374e1ac3dc0793b179cf /x11/gnustep-back | |
parent | 354c2fcc7bd39ca7d71beb9e7a08d80c352eeb9e (diff) | |
download | pkgsrc-863df1c96a126f8c1d40490200da007fb935989a.tar.gz |
Update gnustep-back to 0.9.4. Notable changes include:
* Fast drawing on 8 bit displays was added (although it might only
speed things up on old X11 servers and/or remote servers).
* GNUstep modifier keys are mapped to KeySyms instead of KeyCodes
* Added a Cairo backend, although it is probably non-functional.
Anyone is invited to contribute to making it work.
* art backend supports reading from a window.
* Add internal window decoration handling.
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r-- | x11/gnustep-back/Makefile | 5 | ||||
-rw-r--r-- | x11/gnustep-back/PLIST | 5 | ||||
-rw-r--r-- | x11/gnustep-back/distinfo | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index f54700c3604..fd94c8e58f9 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2004/09/24 01:56:54 rh Exp $ +# $NetBSD: Makefile,v 1.18 2004/09/27 01:10:18 rh Exp $ -DISTNAME= gnustep-back-0.9.3 -PKGREVISION= 1 +DISTNAME= gnustep-back-0.9.4 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-back/PLIST b/x11/gnustep-back/PLIST index dd805c5457f..c8f684fe5f0 100644 --- a/x11/gnustep-back/PLIST +++ b/x11/gnustep-back/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/05 10:15:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/09/27 01:10:18 rh Exp $ share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/English.lproj/nfontFaceNames.strings share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Swedish.lproj/nfontFaceNames.strings @@ -7,7 +7,10 @@ share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/stamp.make share/GNUstep/System/Library/Documentation/man/man1/gpbs.1 share/GNUstep/System/Tools/font_cacher share/GNUstep/System/Tools/gpbs +@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Tools +@comment in devel/gnustep-base: @dirrm share/GNUstep/System/Library/Documentation/man/man1 @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Swedish.lproj @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/English.lproj @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle +@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Bundles diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo index 8aa60378e35..3ebede2e63b 100644 --- a/x11/gnustep-back/distinfo +++ b/x11/gnustep-back/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2004/08/18 14:01:57 adam Exp $ +$NetBSD: distinfo,v 1.8 2004/09/27 01:10:18 rh Exp $ -SHA1 (gnustep-back-0.9.3.tar.gz) = b46620b67c136dce3bd0f80304fa98c67501d247 -Size (gnustep-back-0.9.3.tar.gz) = 372902 bytes +SHA1 (gnustep-back-0.9.4.tar.gz) = 414f64def206959b469277f7f65ce5101b82c49e +Size (gnustep-back-0.9.4.tar.gz) = 401182 bytes SHA1 (patch-aa) = cd01033d18e07d0cfe690f53ff6cea8d768e586b |