diff options
author | pi <pi@FreeBSD.org> | 2019-09-22 02:42:40 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2019-09-22 02:42:40 +0800 |
commit | af23967558a5292c96d0b12b4c2f8789021afe09 (patch) | |
tree | a9a52a45513652727e2929e0c027fffc4e912446 /sysutils/Makefile | |
parent | b34a13e6130eb88c281a3249ffc9c51e7ea2cbee (diff) | |
download | freebsd-ports-gnome-af23967558a5292c96d0b12b4c2f8789021afe09.tar.gz freebsd-ports-gnome-af23967558a5292c96d0b12b4c2f8789021afe09.tar.zst freebsd-ports-gnome-af23967558a5292c96d0b12b4c2f8789021afe09.zip |
New port: sysutils/p5-File-Rename
rename renames the filenames supplied according to the rule specified as the
first argument. The perlexpr argument is a Perl expression which is expected
to modify the $_ string in Perl for at least some of the filenames specified.
If a given filename is not modified by the expression, it will not be renamed.
If no filenames are given on the command line, filenames will be read via
standard input.
WWW: https://metacpan.org/release/File-Rename
PR: 240728
Submitted by: Vidar Karlsen <vidar@karlsen.tech>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 33c40a974379..25c904bc1487 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -776,6 +776,7 @@ SUBDIR += p5-File-Listing SUBDIR += p5-File-Log SUBDIR += p5-File-Next + SUBDIR += p5-File-Rename SUBDIR += p5-File-Signature SUBDIR += p5-File-Stat-Bits SUBDIR += p5-File-Stat-ModeString |