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:
parent
7b285f3ce9
commit
0aa7f67192
20
sysutils/find2perl/Makefile
Normal file
20
sysutils/find2perl/Makefile
Normal 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>
|
2
sysutils/find2perl/distinfo
Normal file
2
sysutils/find2perl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (App-find2perl-1.005.tar.gz) = 1yznb3lsS2H3/Boio5rOqwg0eqRd4QsNfAjUaIIryUs=
|
||||
SIZE (App-find2perl-1.005.tar.gz) = 21365
|
3
sysutils/find2perl/pkg/DESCR
Normal file
3
sysutils/find2perl/pkg/DESCR
Normal 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.
|
6
sysutils/find2perl/pkg/PLIST
Normal file
6
sysutils/find2perl/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user