pkgsrc/devel/p5-Expect/Makefile

24 lines
615 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.40 2016/06/12 08:06:46 wiz Exp $
DISTNAME= Expect-1.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
2016-05-03 12:54:52 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Expect/
COMMENT= Perl version of the TCL "expect" tool
(pkgsrc) - Add LICENSE to ${PERL5_LICENSE} (upstream) - Update 1.21 to 1.32 ---------------------- 1.32 2014-10-26 Skip bc tests. https://rt.cpan.org/Ticket/Display.html?id=98495 1.31 2014-09-02 Eliminate the requirement for ExtUtils::MakeMaker 1.70. Now any ExtUtils::MakeMaker should work on the client side. In the tests, add special treatment for $^O=midnightbsd and dragonfly. and for $^O=linux as well. Test t/11-calc.t also got some special treatment. 1.30 2014-08-22 RT #47834 After a failed call to ->expect the ->match, and ->after will return undef and ->before will return the content of the accumulator. Earlier they retained the values obtained during the last successful match. ->before will return undef at the first time but later, if we call ->clear_accum, it will start returning the empty string. CONFIGURE_REQUIRES ExtUtils::MakeMaker 6.70 Some test updates. 1.29 2014-08-14 Official co-maintainer SZABGAB (Gabor Szabo) Update documentation according to RT #60722 1.28 2014-08-14 Croak if undef passed to _trim_length Fix double planning on skipped test 1.27 2014-08-13 Remove $& and $` fixing the rest of RT #61395 Add more test cases. Various code refactoring declaring loop variables; parameter passing; return undef; etc. 1.26 2014-08-12 Skip the bc test on OS-es where it has been failing. Stop inheriting from Exporter. Eliminate $` and $' from the code. part of (RT #61395) This fix might break some existing code n some extreme cases when the regex being matched has a lookbehind or a lookahead at the edges. 1.25 2014-08-05 Fix test count. 1.24 2014-08-04 More test diagnostics. Tests added for RT #62359 1.23 2014-07-29 Refactoring test script. Eliminate indirect calls in the code and in the docs. Use Perl::Tidy to unify layout. Add use warnings; IO::Tty prerequisite version 1.03 => 1.11 1.22 2014-07-27 New unofficial mainainer (Gabor Szabo) Merge .pod and .pm and move them to lib/ Move the test and the code to standard location /t in the distribution. Eliminate indirect calls in tests. Use Test::More instead of home-brew testing. Typos fixed in pod RT #86852. Changes file re-ordered and standardized.
2015-03-15 14:54:37 +01:00
LICENSE= ${PERL5_LICENSE}
2010-09-06 20:10:37 +02:00
DEPENDS+= p5-IO-Stty-[0-9]*:../../devel/p5-IO-Stty
DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
WRKSRC= ${WRKDIR}/expect.pm-${DISTNAME}
2004-02-09 00:04:55 +01:00
CONFLICTS+= p5-expect-[0-9]*
PERL5_PACKLIST= auto/Expect/.packlist
2002-10-14 00:22:45 +02:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"