diff options
author | adam <adam@pkgsrc.org> | 2008-05-25 08:28:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-05-25 08:28:01 +0000 |
commit | 5030a2db4e06c62c4569c0cb610507a3317aeac3 (patch) | |
tree | 21f2931feac22e67065c175b3ea06fead82571e1 /x11/gnustep-gui | |
parent | 103770d15c5fea6242d49a96b09c4547013262da (diff) | |
download | pkgsrc-5030a2db4e06c62c4569c0cb610507a3317aeac3.tar.gz |
Changes 0.12.1:
* Switched to use LGPL 3 and GPL 3.
* Report more controls as being flipped. (NSTextField,
NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton)
NSTabView is still missing.
* In NSAffineTransform use optimized primitive methods from base.
* Add font attribute fixing to NSAttributedString. To allow for the
output of glyphs not present in the current font.
* Optimized the validation of edited cells.
Diffstat (limited to 'x11/gnustep-gui')
-rw-r--r-- | x11/gnustep-gui/Makefile | 5 | ||||
-rw-r--r-- | x11/gnustep-gui/PLIST | 5 | ||||
-rw-r--r-- | x11/gnustep-gui/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index 8da9243b1fb..2799a8a4827 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2008/01/18 05:09:55 tnn Exp $ +# $NetBSD: Makefile,v 1.39 2008/05/25 08:28:01 adam Exp $ -DISTNAME= gnustep-gui-0.12.0 -PKGREVISION= 1 +DISTNAME= gnustep-gui-0.12.1 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-gui/PLIST b/x11/gnustep-gui/PLIST index d1854edc894..0dcd78ef4e2 100644 --- a/x11/gnustep-gui/PLIST +++ b/x11/gnustep-gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2007/11/25 14:43:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2008/05/25 08:28:01 adam Exp $ share/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR share/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/stamp.make @@ -421,6 +421,9 @@ share/GNUstep/System/Tools/set_show_service @dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj/GSDataLinkPanel.gorm @dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources/English.lproj @dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12/Resources +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions/0.12 +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui/Versions +@dirrm share/GNUstep/System/Library/Libraries/gnustep-gui @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries/Resources @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Libraries @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/KeyBindings diff --git a/x11/gnustep-gui/distinfo b/x11/gnustep-gui/distinfo index 64ef720b63c..1d8eb4e8b83 100644 --- a/x11/gnustep-gui/distinfo +++ b/x11/gnustep-gui/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2007/11/25 14:43:12 adam Exp $ +$NetBSD: distinfo,v 1.17 2008/05/25 08:28:01 adam Exp $ -SHA1 (gnustep-gui-0.12.0.tar.gz) = f3ebc28181db5a30788ccfc547404a6f52c49fd0 -RMD160 (gnustep-gui-0.12.0.tar.gz) = 886839d60065dbb598d9aefed929a820a0b5dc36 -Size (gnustep-gui-0.12.0.tar.gz) = 1738576 bytes +SHA1 (gnustep-gui-0.12.1.tar.gz) = f7452d6b959355c41895e5a84678eafb07dbd23d +RMD160 (gnustep-gui-0.12.1.tar.gz) = c0ce1ad5b85383155abf309b56f4d94dea8d4cbe +Size (gnustep-gui-0.12.1.tar.gz) = 1739779 bytes SHA1 (patch-ab) = 3a0aad91274707c1f935db754dda90b1f6f04d3b SHA1 (patch-ac) = ad486b1e2a751475c2f8bb118f8452c38273053a |