update to p5-Term-ReadLine-Gnu-1.13

- 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.
This commit is contained in:
wilfried 2002-08-09 10:22:47 +00:00
parent 4b6d87eb54
commit 2c687458ff
2 changed files with 12 additions and 7 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2002/05/13 08:18:19 wilfried Exp $
# $OpenBSD: Makefile,v 1.9 2002/08/09 10:22:47 wilfried Exp $
COMMENT= 'GNU Readline Library Wrapper Module'
DISTNAME= Term-ReadLine-Gnu-1.12
DISTNAME= Term-ReadLine-Gnu-1.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.528
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
@ -20,8 +19,14 @@ CONFIGURE_STYLE= perl
# This regression test wants an X11 display
REGRESS_DEPENDS= :p5-Tk-*:x11/p5-Tk
REGRESS_FLAGS+= DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
REGRESS_FLAGS+= TERM=${TERM} DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
REGRESS_IS_INTERACTIVE= Yes
pre-regress:
.for t in TERM DISPLAY XAUTHORITY
.if !defined($t)
@echo "$t needs to be set to run regress"; exit 1
.endif
.endfor
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (Term-ReadLine-Gnu-1.12.tar.gz) = 6ad27f54ca35e7c05d4e241f5c949fcb
RMD160 (Term-ReadLine-Gnu-1.12.tar.gz) = fe39c1ece6f55790fac37208dcf570bf9d2a692a
SHA1 (Term-ReadLine-Gnu-1.12.tar.gz) = d0121c6d4a0831466f1ee81e099a5ba957c04a7a
MD5 (Term-ReadLine-Gnu-1.13.tar.gz) = 67eeba8587e7e6146f0e271ffc065db6
RMD160 (Term-ReadLine-Gnu-1.13.tar.gz) = 95b1cc297660bcee28fa6fd997c0a172e525d6f0
SHA1 (Term-ReadLine-Gnu-1.13.tar.gz) = bd9fb48384e5f5773a5ed35880248b31eca0e836