pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Term-ReadLine-Gnu
Module Name: pkgsrc
Committed By: wen
Date: Fri Jun 30 13:40:25 UTC 2023
Modified Files:
pkgsrc/devel/p5-Term-ReadLine-Gnu: Makefile distinfo
Log Message:
Update to 1.45
Upstream changes:
1.45 2022-11-27
- add support MSWin32
- require the GNU Readline Library 8.1 or later
- use xfree in the GNU Readline Library
- INSTALL.md: add section "MSWin32 (Strawberry Perl)"
- Makefile.PL
- On macOS Big Sur or later 'perl Makefile.PL' does not warn any
more without using ExtUtils::MakeMaker 7.58 or later.
- ppport.h: update from version 3.62 to version 3.68.
- suppress warning messages, Wcompound-token-split-by-macro,
generated by clang 12 or later
- https://github.com/Perl/perl5/issues/18780
- expand tabs, trim trailing white-spaces
1.44 2022-11-06
- change the TERM check as bash does (#11)
- Use `Term::ReadLine::Stub` if the environment variable `TERM` is
set to `"emacs"` or the environment variable `INSIDE_EMACS` or
`EMACS` is defined.
1.43 2022-09-27
- readline-8.2 support
new functions
rl_trim_arg_from_keyseq
rl_set_timeout
rl_clear_timeout
rl_timeout_remaining
new variables
rl_eof_found
rl_timeout_event_hook
new state values for rl_readline_state
RL_STATE_TIMEOUT
RL_STATE_EOF
- t/00checkver.t: check if $TERM is set properly [#11]
- Makefile.PL
- warn if $TERM is not set properly [#11]
- fix for MSYS2: take care of `\r\n` in the output of rlmalloc
- guess_malloc_names(): simplify the control structure
- INSTALL: add a section for "MSYS2"
- Gnu.xs: no more non-ANSI C compiler support (remove PARAM macros)
- Gnu.pm, Gnu.xs, Gnu/XS.pm: expand tabs
- README.md, INSTALL.md: changed to Markdown
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile \
pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile
diff -u pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.5 pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.6
--- pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.5 Tue Jun 28 11:33:19 2022
+++ pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile Fri Jun 30 13:40:25 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/06/28 11:33:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/06/30 13:40:25 wen Exp $
-DISTNAME= Term-ReadLine-Gnu-1.42
+DISTNAME= Term-ReadLine-Gnu-1.45
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
Index: pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo
diff -u pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.5 pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.6
--- pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.5 Tue Oct 26 10:17:35 2021
+++ pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo Fri Jun 30 13:40:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:17:35 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/06/30 13:40:25 wen Exp $
-BLAKE2s (Term-ReadLine-Gnu-1.42.tar.gz) = 3a64b926abdf34d13c5fbe85cabd3e766ba485e83d6d2320f25dfac3c93543f4
-SHA512 (Term-ReadLine-Gnu-1.42.tar.gz) = 8f62cb14432f9364b1a3cea708d3d648bc7df2bb7fed2b3ec7af389fa183bfbe1bec3020b184b19a267217d47a3547f52a20d75f17c13ba89684759084f24471
-Size (Term-ReadLine-Gnu-1.42.tar.gz) = 197745 bytes
+BLAKE2s (Term-ReadLine-Gnu-1.45.tar.gz) = b98b2c6fc54626960df4be9ccc8d7af678773f9284893cf776ac1a3456217505
+SHA512 (Term-ReadLine-Gnu-1.45.tar.gz) = a195b26609ce8b723edfa334e44260c0c246a8a33b781a0a7d4922ade38541fe5e5e7bdd162c81eb7190afcfcce6fc1595089d40ab7036d17ece794bc3ecb102
+Size (Term-ReadLine-Gnu-1.45.tar.gz) = 205786 bytes
Home |
Main Index |
Thread Index |
Old Index