SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
COMMENT= wrapper around File::Find
MODULES= cpan
PKG_ARCH= *
DISTNAME= File-Finder-0.53
REVISION= 2
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
MAKE_ENV= TEST_VERBOSE=Yes
TEST_DEPENDS= devel/p5-Test-Distribution
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-Finder-0.53.tar.gz) = LsvBmsZ6nmNchyqAeo0+qv9bq8BU8VoZHUfN/F8XanQ=
SIZE (File-Finder-0.53.tar.gz) = 14485

View file

@ -0,0 +1,10 @@
use File::Finder;
## simulate "-type f"
my $all_files = File::Finder->type('f');
## any rule can be extended:
my $all_files_printer = $all_files->print;
File::Find is great, but constructing the wanted routine can
sometimes be a pain. This module provides a wanted-writer, using
syntax that is directly mappable to the find command's syntax.

View file

@ -0,0 +1,6 @@
${P5SITE}/File/
${P5SITE}/File/Finder/
${P5SITE}/File/Finder.pm
${P5SITE}/File/Finder/Steps.pm
@man man/man3p/File::Finder.3p
@man man/man3p/File::Finder::Steps.3p