Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D90177A290 for ; Thu, 28 Jul 2016 02:56:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5556685EF1; Thu, 28 Jul 2016 02:56:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D86FB85E61 for ; Thu, 28 Jul 2016 02:56:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OBHEpDHSJQw0 for ; Thu, 28 Jul 2016 02:56:49 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3B86F84CE8 for ; Thu, 28 Jul 2016 02:56:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36CB7FBB5; Thu, 28 Jul 2016 02:56:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469674609256150" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 02:56:49 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Term-ReadLine To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160728025649.36CB7FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469674609256150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jul 28 02:56:49 UTC 2016 Modified Files: pkgsrc/devel/p5-Term-ReadLine: Makefile distinfo Log Message: Update to 1.34 Upstream changes: 1.34 2016-06-12 - ppport.h: update from version 1.0007 to version 3.31. - t/utf8_text.t: fix for the fail when PERL_UNICODE environment variable is set. 1.33 2016-06-10 - Gnu.pm, t/utf8_text.t: fix version checks for perl 5.10.0. - t/utf8_text.t: fix the number of skip for systems which do not support en_US.UTF-8 locale. - Gnu.pm: delete old formated 'use VERSION' 1.32 2016-06-06 - improve UTF-8 handling - UTF-8 decoding is done at the interface between Perl and XS. This makes it possible for UTF-8 strings to be get from the GNU Readline Library functions and variables. - add enableUTF8() method - UTF-8 support is enabled when STDIN is in UTF-8 by the -C command-line switch, or PERL_UNICODE environment variable, or IN file handle has utf8 IO layer, or -enableUTF8 method is called. - pop IO layer only when stdio layer is pushed on utf8 layer to support Perl 5.8.x - rl_save_state(), rl_restore_state(), history_get_history_state(), and history_set_history_state() are finally implemented. - update RL_STATE_* definitions - fix rl_readline_state and history_legnth variable to be writable - fix rl_completion_quote_character and rl_completion_found_quate variable to be read only - update POD document - t/*.t: use Test::More and improved - t/utf8_binary.t, t/utf8_text.t: - use en_US.UTF-8 instead of en_US.utf8 for locale - force the GNU Readline Library 8bit through - add variable access test, IO layer check, verbose mode, etc. - use camel characters instead of Japanese kanji characters - t/utf8_binary.t: skip when PERL_UNICODE is set. [rt.cpan.org #114185] - t/utf8.txt: use camel characters instead of Japanese kanji characters - t/callback.t: update comments and code clean-up - use some modern Perl features (but still in 5.8 era) - use file handle references - define export tags - comment out 'use vars' for subroutine name aliase 1.31 2016-03-06 - t/utf8_binary.t, t/utf_text.t: skip on non UTF-8 environment. - t/readline.t: skip the cursor move test for an active CPAN tester's environment 1.30 2016-03-02 - t/utf8_binary.t: add a fix to handle escape sequences which rl_initialize may output. 1.29 2016-02-28 - pop the stdio PerlIO layer only when utf8 layer is included for remote debugging. [rt.cpan.org #110121] - call utf8::decode() for a UTF8-enabled input filehandle. [rt.cpan.org #104239] - call newTTY() any time to set filehandles. - make use of 'our' instead of 'use vars'. - add tests for UTF-8 handling. - pass _rl_store_iostream 'FILE *' in stead of 'PerlIO *'. - remove T_STDIO definition from typemap. - requires Perl 5.8.1 1.28 2015-09-21 - Makefile.PL: revert a change on 1.27 which causes fail on the rlmalloc test. [rt.cpan.org #107201] - t/readline.t, t/history.t: use LC_ALL instead of LANG. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-Term-ReadLine/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Term-ReadLine/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469674609256150 Content-Disposition: inline Content-Length: 1816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Term-ReadLine/Makefile diff -u pkgsrc/devel/p5-Term-ReadLine/Makefile:1.45 pkgsrc/devel/p5-Term-ReadLine/Makefile:1.46 --- pkgsrc/devel/p5-Term-ReadLine/Makefile:1.45 Wed Jun 8 19:23:34 2016 +++ pkgsrc/devel/p5-Term-ReadLine/Makefile Thu Jul 28 02:56:49 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2016/06/08 19:23:34 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2016/07/28 02:56:49 wen Exp $ -DISTNAME= Term-ReadLine-Gnu-1.27 +DISTNAME= Term-ReadLine-Gnu-1.34 PKGNAME= p5-${DISTNAME:S/-Gnu//} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} Index: pkgsrc/devel/p5-Term-ReadLine/distinfo diff -u pkgsrc/devel/p5-Term-ReadLine/distinfo:1.18 pkgsrc/devel/p5-Term-ReadLine/distinfo:1.19 --- pkgsrc/devel/p5-Term-ReadLine/distinfo:1.18 Tue Nov 3 03:28:48 2015 +++ pkgsrc/devel/p5-Term-ReadLine/distinfo Thu Jul 28 02:56:49 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 03:28:48 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/07/28 02:56:49 wen Exp $ -SHA1 (Term-ReadLine-Gnu-1.27.tar.gz) = b4658f715c1d1df9575432995ec14f1e7bd4f05c -RMD160 (Term-ReadLine-Gnu-1.27.tar.gz) = 1b59ebdda962602bd655bf9429c90f84d40450a5 -SHA512 (Term-ReadLine-Gnu-1.27.tar.gz) = e3834057a9da6bf4022b2b1614255fbc673877506ab9fd78497b0fbfa2b6df9142b4061a0a58f8281c7bde0caf7d2b700d5f2d4284dbb2af736bfaad0dfd5a22 -Size (Term-ReadLine-Gnu-1.27.tar.gz) = 76921 bytes +SHA1 (Term-ReadLine-Gnu-1.34.tar.gz) = 8052543fcdf3ab5ae44a385224d92b8337dd5125 +RMD160 (Term-ReadLine-Gnu-1.34.tar.gz) = 7af3617ff0b398e808acd170ecf1274d7d3e5d44 +SHA512 (Term-ReadLine-Gnu-1.34.tar.gz) = ea6ccc09dd99a75aede9eb93594de3956deba3b6451d9d940995f8b95d2e3450bfeddd9b90066ce4934a2e8bc9a82e32093bad5f7c2ec637725ab777ed028083 +Size (Term-ReadLine-Gnu-1.34.tar.gz) = 126841 bytes --_----------=_1469674609256150--