0249d8ae0f
v3.4.0 Mon Jun 29 23:04:18 CDT 2020 ======================================== [FEATURES] When calling "ack -c" to get a list of filenames and counts, the filename would not be colored like when getting normal search results. Now it will. Thanks to Matthew Hughes for adding the feature, and Ophir Lifshitz for the suggestion. (GH#282) Added --toml for the TOML filetype. (GH#306) [FIXES] The test t/ack-x.t would fail when run as root. Now it is skipped. Thanks, Michael LaGrasta. (GH#217)
26 lines
751 B
Makefile
26 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/09/07 17:31:44 wiz Exp $
|
|
|
|
DISTNAME= ack-v3.4.0
|
|
PKGNAME= p5-${DISTNAME:S/-v/-/}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PETDANCE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/ack
|
|
COMMENT= Grep-like text finder
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-Next>=1.18:../../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"
|