SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
devel/p5-File-Finder/pkg/DESCR
Normal file
10
devel/p5-File-Finder/pkg/DESCR
Normal 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.
|
6
devel/p5-File-Finder/pkg/PLIST
Normal file
6
devel/p5-File-Finder/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue