summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2003-10-05 10:08:39 +0000
committerwiz <wiz>2003-10-05 10:08:39 +0000
commitd457b5db9766ec3bd9b4f509e7914f2816a98ffd (patch)
tree8d124820a71b469fade90d206943e3fbb1b84c7a /x11
parent037612d58ce2b205384fbf497603027b0ce8064c (diff)
downloadpkgsrc-d457b5db9766ec3bd9b4f509e7914f2816a98ffd.tar.gz
Update to 0.15.1:
0.15.1: 030915 Toggle again: the check mark displayed in the wrong place when the widget wasn't its default height. Added code to the Command Redisplay function so it doesn't shift the text when the widget is a Toggle in check or radio style. That's really ugly because we're depending on how the widget is subclassed. But it works. 030913 The new highlighting code broke with the Toggle widget in radio or check style. 030912 Fixed function prototypes in Toggle.c and fixed bugs caused by not having them in the first place. 030903 Eliminated warnings caused by missing #includes. 030902 Scrollbar: Added XtNarrowStyle resource to make arrows in the style of Windows ("win95") or NeXt ("next", default). UPDATE: This was later backed out. 0.15.0: 030902 Scrollbar: Made the bump on the thumb optional (resource XtNdrawBump, default True). 030901 ThreeD: Added XtNbevel resource to make the bevel "solid" (Motif/Xaw3d-like) or "rounded" (neXtaw, default). Added the same code to neXtawDrawShadowBox in Misc.c, which is used by Scrollbar and SimpleMenu. Added a 3D bevel to Text using a similar hack as in Xaw95. 030831 Command, Repeater and Toggle: Draw a dotted rectangle around the highlighted widget. Reduced the distance the text shifts in a set widget to 1 pixel. 030824 Added traversal code from Ed Falk's XawM. Note: KDE messes up translations for the Command widget. That is a bug in KDE.
Diffstat (limited to 'x11')
-rw-r--r--x11/neXtaw/Makefile4
-rw-r--r--x11/neXtaw/PLIST9
-rw-r--r--x11/neXtaw/buildlink2.mk4
-rw-r--r--x11/neXtaw/distinfo6
4 files changed, 13 insertions, 10 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile
index 491c40f974d..b822993b6cf 100644
--- a/x11/neXtaw/Makefile
+++ b/x11/neXtaw/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2003/09/17 19:41:23 grant Exp $
+# $NetBSD: Makefile,v 1.13 2003/10/05 10:08:39 wiz Exp $
-DISTNAME= neXtaw-0.14.1
+DISTNAME= neXtaw-0.15.1
CATEGORIES= x11
MASTER_SITES= http://siag.nu/pub/neXtaw/
diff --git a/x11/neXtaw/PLIST b/x11/neXtaw/PLIST
index 3764280f66f..8fdd495f6cd 100644
--- a/x11/neXtaw/PLIST
+++ b/x11/neXtaw/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/08/31 12:01:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/10/05 10:08:39 wiz Exp $
include/X11/neXtaw/AllWidgets.h
include/X11/neXtaw/AsciiSink.h
include/X11/neXtaw/AsciiSinkP.h
@@ -67,6 +67,8 @@ include/X11/neXtaw/ThreeD.h
include/X11/neXtaw/ThreeDP.h
include/X11/neXtaw/Toggle.h
include/X11/neXtaw/ToggleP.h
+include/X11/neXtaw/Traversal.h
+include/X11/neXtaw/TraversalP.h
include/X11/neXtaw/Tree.h
include/X11/neXtaw/TreeP.h
include/X11/neXtaw/VendorEP.h
@@ -76,12 +78,13 @@ include/X11/neXtaw/XawAlloc.h
include/X11/neXtaw/XawI18n.h
include/X11/neXtaw/XawImP.h
include/X11/neXtaw/XawInit.h
+include/X11/neXtaw/XawVersion.h
include/X11/neXtaw/laygram.h
lib/libneXtaw.a
lib/libneXtaw.la
lib/libneXtaw.so
-lib/libneXtaw.so.14
-lib/libneXtaw.so.14.1
+lib/libneXtaw.so.15
+lib/libneXtaw.so.15.1
share/doc/neXtaw/FAQ
share/doc/neXtaw/README
share/doc/neXtaw/README.XAW3D
diff --git a/x11/neXtaw/buildlink2.mk b/x11/neXtaw/buildlink2.mk
index 8b0c18adb35..749ae8c4a31 100644
--- a/x11/neXtaw/buildlink2.mk
+++ b/x11/neXtaw/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.4 2003/03/05 13:05:14 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.5 2003/10/05 10:08:39 wiz Exp $
.if !defined(NEXTAW_BUILDLINK2_MK)
NEXTAW_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= neXtaw
-BUILDLINK_DEPENDS.neXtaw?= neXtaw>=0.14.0
+BUILDLINK_DEPENDS.neXtaw?= neXtaw>=0.15.0
BUILDLINK_PKGSRCDIR.neXtaw?= ../../x11/neXtaw
.include "../../mk/bsd.prefs.mk"
diff --git a/x11/neXtaw/distinfo b/x11/neXtaw/distinfo
index 74e25ed4011..f41d9e690d0 100644
--- a/x11/neXtaw/distinfo
+++ b/x11/neXtaw/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/08/31 12:01:16 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/10/05 10:08:39 wiz Exp $
-SHA1 (neXtaw-0.14.1.tar.gz) = 8bf69bf439b03f9e96bd99fa5e9ba9e3ae5e8d66
-Size (neXtaw-0.14.1.tar.gz) = 568234 bytes
+SHA1 (neXtaw-0.15.1.tar.gz) = 9fb912e0fbcd5a7319eb7ffafac7a20ce207a0a1
+Size (neXtaw-0.15.1.tar.gz) = 577459 bytes