Import sysutils/find2perl 1.005.

find2perl is a little translator to convert find(1) command lines to
equivalent Perl code. The resulting code is typically faster than
running find(1) itself.

ok bluhm@
This commit is contained in:
naddy 2021-05-16 15:13:03 +00:00
parent 7b285f3ce9
commit 0aa7f67192
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/05/16 15:13:03 naddy Exp $
COMMENT= translate find command lines to Perl code
V= 1.005
DISTNAME= App-find2perl-$V
PKGNAME= find2perl-$V
CATEGORIES= sysutils
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# Perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
TEST_DEPENDS= devel/p5-Devel-FindPerl
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (App-find2perl-1.005.tar.gz) = 1yznb3lsS2H3/Boio5rOqwg0eqRd4QsNfAjUaIIryUs=
SIZE (App-find2perl-1.005.tar.gz) = 21365

View File

@ -0,0 +1,3 @@
find2perl is a little translator to convert find(1) command lines to
equivalent Perl code. The resulting code is typically faster than
running find(1) itself.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/05/16 15:13:03 naddy Exp $
bin/find2perl
@comment ${P5SITE}/App/
@comment ${P5SITE}/App/find2perl.pm
@man man/man1/find2perl.1
@comment @man man/man3p/App::find2perl.3p