1d3abe955e
2.24 Thu Jun 21 22:41:49 CDT 2018 ==================================== No changes since 2.23_03. 2.23_03 Fri Jun 15 23:18:42 CDT 2018 ==================================== [ENHANCEMENTS] Added --ts for Typescript. [FIXES] ack would stop searching if there was a file called "0" in the current directory where ack was invoked. (GH #667) 2.23_02 Sat Jan 6 23:53:03 CST 2018 ==================================== [FIXES] t/ack-n.t was not calling lists_match() correctly. [ENHANCEMENTS] Added an optimization to make ack only do a line-by-line search of a file if there's a match somewhere in the file. This gives ack a 20-30% in timings of common cases. 2.23_01 ==================================== Broken. Deleted.
26 lines
713 B
Makefile
26 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.29 2018/06/24 09:17:27 wiz Exp $
|
|
|
|
DISTNAME= ack-2.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ack/
|
|
COMMENT= Grep-like text finder
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-Next>=0.4:../../devel/p5-File-Next
|
|
#DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
|
|
|
|
USE_TOOLS+= perl
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/ack/.packlist
|
|
REPLACE_PERL+= ack
|
|
|
|
# Avoid ack regenerating itself and frustrating REPLACE_PERL setting
|
|
post-configure:
|
|
${TOUCH} ${WRKSRC}/ack
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|