pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Term-ReadLine Updated to version 1.14, based ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39f310e90244
branches:  trunk
changeset: 475695:39f310e90244
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 23 16:43:47 2004 +0000

description:
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.

diffstat:

 devel/p5-Term-ReadLine/Makefile         |   6 +++---
 devel/p5-Term-ReadLine/distinfo         |   7 +++----
 devel/p5-Term-ReadLine/patches/patch-aa |  13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (43 lines):

diff -r cd90933d1cab -r 39f310e90244 devel/p5-Term-ReadLine/Makefile
--- a/devel/p5-Term-ReadLine/Makefile   Sun May 23 16:30:03 2004 +0000
+++ b/devel/p5-Term-ReadLine/Makefile   Sun May 23 16:43:47 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/04/25 03:19:11 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/23 16:43:47 heinz Exp $
 
-DISTNAME=      Term-ReadLine-Gnu-1.12
-PKGNAME=       p5-Term-ReadLine-1.12
+DISTNAME=      Term-ReadLine-Gnu-1.14
+PKGNAME=       p5-${DISTNAME:S/-Gnu//}
 SVR4_PKGNAME=  p5trl
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Term/}
diff -r cd90933d1cab -r 39f310e90244 devel/p5-Term-ReadLine/distinfo
--- a/devel/p5-Term-ReadLine/distinfo   Sun May 23 16:30:03 2004 +0000
+++ b/devel/p5-Term-ReadLine/distinfo   Sun May 23 16:43:47 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/05/31 09:52:05 uebayasi Exp $
+$NetBSD: distinfo,v 1.6 2004/05/23 16:43:47 heinz Exp $
 
-SHA1 (Term-ReadLine-Gnu-1.12.tar.gz) = d0121c6d4a0831466f1ee81e099a5ba957c04a7a
-Size (Term-ReadLine-Gnu-1.12.tar.gz) = 63886 bytes
-SHA1 (patch-aa) = 20d31c4553675d461722185e720b1d21b6fc2c9c
+SHA1 (Term-ReadLine-Gnu-1.14.tar.gz) = 7f46e81074a5059390fb1730e56cb139ccac4906
+Size (Term-ReadLine-Gnu-1.14.tar.gz) = 65140 bytes
diff -r cd90933d1cab -r 39f310e90244 devel/p5-Term-ReadLine/patches/patch-aa
--- a/devel/p5-Term-ReadLine/patches/patch-aa   Sun May 23 16:30:03 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2002/05/31 09:52:05 uebayasi Exp $
-
---- Makefile.PL.orig   Mon Feb  4 10:37:19 2002
-+++ Makefile.PL        Mon Feb  4 10:37:37 2002
-@@ -79,7 +79,7 @@
- close(F);
- 
- # compile it
--$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $ldflags $Config{ldflags} $libs";
-+$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $ldflags $Config{ldflags} $ENV{LDFLAGS} $libs";
- print $comp_cmd, "\n";
- system($comp_cmd);
- if ($?) {



Home | Main Index | Thread Index | Old Index