Sun Aug 1 19:36:40 2010 UTC ()
Updating devel/p5-Term-ReadLine from 1.19nb1 to 1.20

pkgsrc changes:
- adding license definition

Upstream changes:
1.20  2010-05-02
	- Make a copy of the environment variable array to stop
          segmentation faults on some systems (ex. FreeBSD)
	- t/readline.t skip the test of rl_readline_version for GNU
	  Readline Library 6.1 which may return a wrong value
	- readline-6.1 support
	    new function
		rl_free_keymap (disabled due to readline-6.1 bug)
	    new variable
		rl_filename_rewrite_hook (not supported yet)


(sno)
diff -r1.25 -r1.26 pkgsrc/devel/p5-Term-ReadLine/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Term-ReadLine/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile 2009/05/20 00:58:14 1.25
+++ pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile 2010/08/01 19:36:40 1.26
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.25 2009/05/20 00:58:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2010/08/01 19:36:40 sno Exp $
2 2
3DISTNAME= Term-ReadLine-Gnu-1.19 3DISTNAME= Term-ReadLine-Gnu-1.20
4PKGNAME= p5-${DISTNAME:S/-Gnu//} 4PKGNAME= p5-${DISTNAME:S/-Gnu//}
5PKGREVISION= 1 5#PKGREVISION= 1
6SVR4_PKGNAME= p5trl 6SVR4_PKGNAME= p5trl
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/ 11HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/
12COMMENT= Interface to the GNU Readline Library 12COMMENT= Interface to the GNU Readline Library
 13LICENSE= ${PERL5_LICENSE} # see README
13 14
14PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17USE_GNU_READLINE= yes 18USE_GNU_READLINE= yes
18PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist 19PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
19 20
20MAKE_PARAMS+= --includedir=${PREFIX}/include --libdir=${PREFIX}/lib 21MAKE_PARAMS+= --includedir=${PREFIX}/include --libdir=${PREFIX}/lib
21 22
22WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} 23WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
23 24
24REPLACE_PERL+= Gnu/XS.pm Gnu/euc_jp.pm 25REPLACE_PERL+= Gnu/XS.pm Gnu/euc_jp.pm
25 26

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo 2009/03/21 23:24:12 1.11
+++ pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo 2010/08/01 19:36:40 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2009/03/21 23:24:12 sno Exp $ 1$NetBSD: distinfo,v 1.12 2010/08/01 19:36:40 sno Exp $
2 2
3SHA1 (Term-ReadLine-Gnu-1.19.tar.gz) = 2e1053e2b8ae4d83b3c8eff3cc6929ffb6cfcc88 3SHA1 (Term-ReadLine-Gnu-1.20.tar.gz) = 23f2562c436c09e0d6ca85e135727d73bfdb18ea
4RMD160 (Term-ReadLine-Gnu-1.19.tar.gz) = 14b10be08b4c8dcf086622bae0d5d610606d6f04 4RMD160 (Term-ReadLine-Gnu-1.20.tar.gz) = 3569290543a4545bc70b2d435fc6ee4cc3598223
5Size (Term-ReadLine-Gnu-1.19.tar.gz) = 68198 bytes 5Size (Term-ReadLine-Gnu-1.20.tar.gz) = 69077 bytes