diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-05 13:04:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-05 13:04:55 +0000 |
commit | c35b9c59bfb98737bf7885346eb628c0d5487f07 (patch) | |
tree | c9151a40e9cd450582d51dc63a175c433e2d4835 /x11 | |
parent | 36fd44a42551feac4d9bfe818ed1d7bb7d5e7e30 (diff) | |
download | pkgsrc-c35b9c59bfb98737bf7885346eb628c0d5487f07.tar.gz |
Update to 0.14.0:
030227 Updated selection code in Text widget. Removed support for
cut buffers. Added support for CLIPBOARD. Changed keybindings:
Ctrl-C = copy selection to clipboard
Ctrl-X = cut selection to clipboard
Ctrl-V = paste clipboard
Page_Up = page up
Page_Down = page down
Home = beginning of line
Ctrl-Home = beginning of file
End = end of line
Ctrl-End = end of file
New configuration option --enable-obsolete-selections reverts
to the old code.
030204 Check for the existence of widec.h (c/o Matthias Buelow).
030115 Patches by Alexey I. Froloff:
"NeXtish" scrollbar look (thumb and buttons are wider and
look more flat).
Fixed thumb positioning for Button2 scrolling.
Released 0.13.0.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/neXtaw/Makefile | 5 | ||||
-rw-r--r-- | x11/neXtaw/PLIST | 6 | ||||
-rw-r--r-- | x11/neXtaw/distinfo | 7 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 550d9fabc47..922a5f8926e 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2003/02/06 23:20:08 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/05 13:04:55 wiz Exp $ -DISTNAME= neXtaw-0.12 +DISTNAME= neXtaw-0.14.0 CATEGORIES= x11 MASTER_SITES= http://siag.nu/pub/neXtaw/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://siag.nu/neXtaw/ COMMENT= NeXTstep-like widgets based on the Athena Widget set USE_BUILDLINK2= # defined diff --git a/x11/neXtaw/PLIST b/x11/neXtaw/PLIST index 0afe8463728..216947ba0d7 100644 --- a/x11/neXtaw/PLIST +++ b/x11/neXtaw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/02 20:10:47 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/05 13:04:55 wiz Exp $ include/X11/neXtaw/AllWidgets.h include/X11/neXtaw/AsciiSink.h include/X11/neXtaw/AsciiSinkP.h @@ -80,8 +80,8 @@ include/X11/neXtaw/laygram.h lib/libneXtaw.a lib/libneXtaw.la lib/libneXtaw.so -lib/libneXtaw.so.0 -lib/libneXtaw.so.0.2 +lib/libneXtaw.so.14 +lib/libneXtaw.so.14.0 share/doc/neXtaw/FAQ share/doc/neXtaw/README share/doc/neXtaw/README.XAW3D diff --git a/x11/neXtaw/distinfo b/x11/neXtaw/distinfo index 19b4ad5c963..ec2c599c9fe 100644 --- a/x11/neXtaw/distinfo +++ b/x11/neXtaw/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/08/02 20:10:47 jlam Exp $ +$NetBSD: distinfo,v 1.2 2003/03/05 13:04:55 wiz Exp $ -SHA1 (neXtaw-0.12.tar.gz) = 9ba55e6a002e70cab64e0b2a7715e5faba889f3c -Size (neXtaw-0.12.tar.gz) = 566925 bytes -SHA1 (patch-aa) = 38f5997f4c425a5967d37dd84025368081afd1a0 +SHA1 (neXtaw-0.14.0.tar.gz) = 5740881b6c204eee8d9a518b5cc28ed829fbdc7e +Size (neXtaw-0.14.0.tar.gz) = 579488 bytes |