pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnustep-gui Changes 0.12.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09212db2474d
branches:  trunk
changeset: 542677:09212db2474d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 25 08:28:01 2008 +0000

description:
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:

 x11/gnustep-gui/Makefile |  5 ++---
 x11/gnustep-gui/PLIST    |  5 ++++-
 x11/gnustep-gui/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 4aeab61952aa -r 09212db2474d x11/gnustep-gui/Makefile
--- a/x11/gnustep-gui/Makefile  Sun May 25 08:27:03 2008 +0000
+++ b/x11/gnustep-gui/Makefile  Sun May 25 08:28:01 2008 +0000
@@ -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 -r 4aeab61952aa -r 09212db2474d x11/gnustep-gui/PLIST
--- a/x11/gnustep-gui/PLIST     Sun May 25 08:27:03 2008 +0000
+++ b/x11/gnustep-gui/PLIST     Sun May 25 08:28:01 2008 +0000
@@ -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 @@
 @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 -r 4aeab61952aa -r 09212db2474d x11/gnustep-gui/distinfo
--- a/x11/gnustep-gui/distinfo  Sun May 25 08:27:03 2008 +0000
+++ b/x11/gnustep-gui/distinfo  Sun May 25 08:28:01 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index