pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/readline Update to 5.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/014562059bff
branches: trunk
changeset: 505141:014562059bff
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 31 00:01:45 2005 +0000
description:
Update to 5.1:
This is a terse description of the new features added to readline-5.1 since
the release of readline-5.0.
1. New Features in Readline
a. The key sequence sent by the keypad `delete' key is now automatically
bound to delete-char.
b. A negative argument to menu-complete now cycles backward through the
completion list.
c. A new bindable readline variable: bind-tty-special-chars. If non-zero,
readline will bind the terminal special characters to their readline
equivalents when it's called (on by default).
d. New bindable command: vi-rubout. Saves deleted text for possible
reinsertion, as with any vi-mode `text modification' command; `X' is bound
to this in vi command mode.
e. If the rl_completion_query_items is set to a value < 0, readline never
asks the user whether or not to view the possible completions.
f. New application-callable auxiliary function, rl_variable_value, returns
a string corresponding to a readline variable's value.
g. When parsing inputrc files and variable binding commands, the parser
strips trailing whitespace from values assigned to boolean variables
before checking them.
h. A new external application-controllable variable that allows the LINES
and COLUMNS environment variables to set the window size regardless of
what the kernel returns.
diffstat:
devel/readline/Makefile | 8 ++++++--
devel/readline/distinfo | 11 +++++++----
2 files changed, 13 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 6fce171eb4d9 -r 014562059bff devel/readline/Makefile
--- a/devel/readline/Makefile Sat Dec 31 00:01:22 2005 +0000
+++ b/devel/readline/Makefile Sat Dec 31 00:01:45 2005 +0000
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.35 2005/04/11 21:45:38 tv Exp $
+# $NetBSD: Makefile,v 1.36 2005/12/31 00:01:45 wiz Exp $
#
-DISTNAME= readline-5.0
+DISTNAME= readline-5.1
+PKGNAME= readline-5.1pl1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
+PATCH_SITES= ${MASTER_SITE_GNU:=readline/readline-5.1-patches/}
+PATCHFILES= readline51-001
+
MAINTAINER= tech-pkg%NetBSD.org@localhost
HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
COMMENT= GNU library that can recall and edit previous input
diff -r 6fce171eb4d9 -r 014562059bff devel/readline/distinfo
--- a/devel/readline/distinfo Sat Dec 31 00:01:22 2005 +0000
+++ b/devel/readline/distinfo Sat Dec 31 00:01:45 2005 +0000
@@ -1,6 +1,9 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 22:24:32 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/12/31 00:01:45 wiz Exp $
-SHA1 (readline-5.0.tar.gz) = 9b9959c3f62e3e82d3edd604c0bf6124d5256c9e
-RMD160 (readline-5.0.tar.gz) = 17b38d5cafab6dbc663aba4fbba5a2e282bb4876
-Size (readline-5.0.tar.gz) = 1808946 bytes
+SHA1 (readline-5.1.tar.gz) = 4b2ee2bc9c6dd1d238c84a58f7e6db173600b850
+RMD160 (readline-5.1.tar.gz) = e7e755bcde7a38740dd0ef6fc10d66614b74ea21
+Size (readline-5.1.tar.gz) = 2030276 bytes
+SHA1 (readline51-001) = 2d369ad65a8751d0a9721002c06e139afe35265b
+RMD160 (readline51-001) = 93dd36106f68682c4dc73a9b1ecf62bf7943fae4
+Size (readline51-001) = 2042 bytes
SHA1 (patch-ae) = 92a6249e51d8e0cb0e159862a383ba7b785a33c0
Home |
Main Index |
Thread Index |
Old Index