forked from ports/contrib
ack: deleted unmaintained port
This commit is contained in:
parent
c5f02e2a77
commit
7d9da8133b
@ -1,38 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-r-xr-xr-x root/root usr/bin/ack
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.32/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.32/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/App/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/App/Ack/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/ConfigDefault.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/ConfigFinder.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/ConfigLoader.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/File.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Files.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/Collection.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/Default.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/Extension.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/ExtensionGroup.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/FirstLineMatch.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/Inverse.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/Is.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/IsGroup.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/IsPath.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/IsPathGroup.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/Match.pm
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/App/Ack/Filter/MatchGroup.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/ack/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-r--r--r-- root/root usr/share/man/man1/ack.1pm.gz
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/EMEnKYvCJK1YSEKoVD2LvKpS7QjMqiQy5W+LqcRcTeY/x+P7oekYanMK/pFwCsdQcVa4FDoLI3TYcha3vE0gY=
|
||||
SHA256 (Pkgfile) = 60abdc572d20fdb2f1ce1a6354fcf5be74096921cd6f259eb25420dc03216ceb
|
||||
SHA256 (.footprint) = 1b9f770467a5d20856b10bcf29078dd63bced461c993b0d793951f5ed7822746
|
||||
SHA256 (ack-v3.4.0.tar.gz) = 6ecfd6b9b9e129a1dee42f800283fb8d9fece925abc0ca6fa136d029989a6b50
|
19
ack/Pkgfile
19
ack/Pkgfile
@ -1,19 +0,0 @@
|
||||
# Description: tool like grep, aimed at programmers with large trees of heterogeneous source code
|
||||
# URL: https://beyondgrep.com/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
||||
|
||||
name=ack
|
||||
version=3.4.0
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$name-v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-v$version
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG \(\
|
||||
-iname '*perllocal.pod*' -o \
|
||||
-iname '*.packlist*' \) -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user