Commit graph

11 commits

Author SHA1 Message Date
sno
1a73b16527 Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:
1.19  2009-03-21
	- make sure the outstream fd inside the readline library is in
          sync (see http://bugs.debian.org/236018)
	- fixes to be more CPAN Testers friendly
	  - t/readline.t does not use visible bell for "make test"
	  - Makefile.PL requires perl 5.7.0 or later.  (Use
	    Term::ReadLine::Gnu-1.09 for older Perl.)
	  - Makefile.PL exits 0 when /dev/tty cannot be opened.
	- INSTALL
	    add description of the -DPERL_USE_SAFE_PUTENV issue.  If
	    you encounter a segmentation fault, read it.

Oked by he@
2009-03-21 23:24:12 +00:00
sno
1be1bed102 PkgSrc changes:
- Updating p5-Term-ReadLine to 1.18

Upstream changes:
1.18  2009-02-27
	- better error checking of Makefile.PL for automatic testing
	  on non-supported platfrom (for example one without GNU
	  Readline Library).
	- readline-6.0 support
	    new function
		rl_save_state (not supported yet)
		rl_restore_state (not supported yet)
		rl_echo_signal_char
	    new variable
		rl_display_prompt
		rl_sort_completion_matches
		rl_completion_invoking_key
	    t/history.t does not fail by hist_expand() which is fixed
	    on readline-6.0

Oked by rhaen@
2009-03-10 19:04:47 +00:00
he
94fa67e1b9 Update from version 1.16 to 1.17a. Changes:
1.17  2008-02-07
	- Unnecessary PerlIO_releaseFILE() calls are removed.  This
          fix prevents `make test' from failing on Perl 5.10.
	- Makefile.PL now fails with the EditLine Library on MacOS X.
          Use the GNU Readline Library.
	- tested with readline-5.2 (which has no new feature to be
          supported).
2008-07-27 17:29:36 +00:00
heinz
0c8168e03b Updated to version 1.16.
Pkgsrc changes:
  - HOMEPAGE points to search.cpan.org which gives a bit more information...

Relevant changes since version 1.14:
====================================
1.16  2006-04-02
	- readline-5.1 support
	    new function
		variable_value
		reset_screen_size
	    new variable
		prefer_env_winsize

1.15  2004-10-17
	- readline-5.0 support
	    new function
		bind_key_if_unbound
		bind_keyseq
		bind_keyseq_if_unbound
		tty_unset_default_bindings
		add_history_time
		history_get_time
	    new variable
		history_write_timestamps
		completion_quote_character
		completion_suppress_quote
		completion_found_quote
		completion_word_break_hook
	- double IO stream close bug fix (more use of PerlIO)
	- warning on 'use Term::ReadLine::Gnu;'.
2006-07-12 17:22:38 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
heinz
c94cbe0476 Updated to version 1.14, based on the patch provided by Adrian Portelli.
Patch-aa is not necessary anymore.
This closes PR pkg/25163.

Revision History:

1.14  2003-03-16
	- kludge not to cause segmentation fault on Perl 5.8.0
          w/PerlIO and FileHandle (ex. CPAN.pm)
	- clean up Makefile.PL (use strict, fix for HPUX and FreeBSD,
          fix typo, etc.)

1.13  2002-07-27
	- readline-4.2 support
	    new variables
		rl_completion_suppress_append
		rl_completion_mark_symlink_dirs
	    new functions
		rl_replace_line()
		rl_completion_mode()
	- tgetstr() calls tput() to apply padding information.  No
	  more "$<2>" on prompt.
	- shadow_redisplay() with ornament works on xterm.
2004-05-23 16:43:47 +00:00
uebayasi
ccd1f22ebe Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.
Changes from 1.11 are
	- add '-static' flag to 'LDDFLAGS' on Cygwin 1.3.
	- shadow redisplay does not pester you with warning on a poor
	  terminal, or a terminal with wrong TERM environment variable
	  setting.
	- update documents
	- improve coding style of Gnu.xs. (indentation stype, more
	  typemap, etc.)
2002-05-31 09:52:05 +00:00
jdolecek
f56057d8ea the patch is NOT unnecessary 2002-05-07 14:39:14 +00:00
jlam
f26c1bfb97 Buildlinkify and remove an unnecessary patch as a result. 2002-02-07 23:07:28 +00:00
jdolecek
ff3498e8c3 update patch-aa checksum 2002-02-07 07:39:51 +00:00
jdolecek
2c8ad121a4 Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additional
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung.
Fixes pkg/15445.
2002-02-07 07:38:19 +00:00