summaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadLine
diff options
context:
space:
mode:
authortaca <taca>2014-03-30 13:08:50 +0000
committertaca <taca>2014-03-30 13:08:50 +0000
commitf3ffe90b29c05b2c359d37651ba68151413aa27d (patch)
tree31ab8e10ab3a614258b34618a3c4ced4066d308d /devel/p5-Term-ReadLine
parentbd0f501b2ec251a215e91ed85533df811c3bd3b4 (diff)
downloadpkgsrc-f3ffe90b29c05b2c359d37651ba68151413aa27d.tar.gz
Update p5-Term-ReadLine to 1.22. Approved by wiz@ to fix build problem
with readline 6.3. 1.22 2014-03-05 - make Kwalitee <http://cpants.cpanauthors.org/> friendly - add MakeMaker options for META.yml - add Changelog - fix POD errors - make .pm versions consistent - use "use warnings" - Makefile.PL dies on the CPAN Test for OpenBSD temporarily (hopefully). 1.21 2014-03-02 - readline-6.3 support (Gnu Readline Library 6.3 requires this release or newers.) new function rl_clear_history new variable rl_signal_event_hook rl_input_available_hook rl_executing_key rl_executing_keyseq rl_key_sequence_length rl_change_environment rl_filename_stat_hook - readline-6.1 support new function rl_free_keymap (enabled) new variable rl_filename_rewrite_hook (now implemented) - make the following variables read-only.: rl_executing_macro, history_length, rl_readline_state, rl_explicit_arg, rl_numeric_arg, rl_editing_mode - Improve backward compatiblity variable and function definitions. - Fix Term::ReadLine::Gnu::XS::_trp_completion_function not to perform a case-sensitive filter. - fix Gnu.xs:rl_initialize to be compiled with Perl 5.8.5 or before. - update Pod documents - t/readline.t, t/history.t: add variable access tests. - t/readline.t: consider .svn directory on filename completion test and to set the standard tty setting before re_initialize() being called. - eg/perlsh makes use of the deferred signal (safe signal) feature. - Maefile.PL checks whether the xmalloc exported by readline is indeed called 'xmalloc' or whether it has been renamed to '_rl_malloc'. - Makefile.PL: add -DTRL_READLINE_VERSION to show GNU Readline Library version in CPAN Tester Reports. - t/00checkver.t: let messages go to stdout. - README: add project home page URL and remove out-of-date descriptions. - INSTALL: add a section "Install on Mac OS X"
Diffstat (limited to 'devel/p5-Term-ReadLine')
-rw-r--r--devel/p5-Term-ReadLine/Makefile5
-rw-r--r--devel/p5-Term-ReadLine/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Term-ReadLine/Makefile b/devel/p5-Term-ReadLine/Makefile
index f6265befeee..865bf98a5b3 100644
--- a/devel/p5-Term-ReadLine/Makefile
+++ b/devel/p5-Term-ReadLine/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2014/01/28 12:06:48 obache Exp $
+# $NetBSD: Makefile,v 1.36 2014/03/30 13:08:50 taca Exp $
-DISTNAME= Term-ReadLine-Gnu-1.20
+DISTNAME= Term-ReadLine-Gnu-1.22
PKGNAME= p5-${DISTNAME:S/-Gnu//}
-PKGREVISION= 5
SVR4_PKGNAME= p5trl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
diff --git a/devel/p5-Term-ReadLine/distinfo b/devel/p5-Term-ReadLine/distinfo
index 89a7bde0bbf..1176df46d5c 100644
--- a/devel/p5-Term-ReadLine/distinfo
+++ b/devel/p5-Term-ReadLine/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2010/08/01 19:36:40 sno Exp $
+$NetBSD: distinfo,v 1.13 2014/03/30 13:08:50 taca Exp $
-SHA1 (Term-ReadLine-Gnu-1.20.tar.gz) = 23f2562c436c09e0d6ca85e135727d73bfdb18ea
-RMD160 (Term-ReadLine-Gnu-1.20.tar.gz) = 3569290543a4545bc70b2d435fc6ee4cc3598223
-Size (Term-ReadLine-Gnu-1.20.tar.gz) = 69077 bytes
+SHA1 (Term-ReadLine-Gnu-1.22.tar.gz) = 9538186064803c8812add4d99a1b406b4852e508
+RMD160 (Term-ReadLine-Gnu-1.22.tar.gz) = 99f0da54e1287992ba5c762c2352949576501c93
+Size (Term-ReadLine-Gnu-1.22.tar.gz) = 72917 bytes