Index: sysutils/Makefile =================================================================== --- sysutils/Makefile (revision 512487) +++ sysutils/Makefile (working copy) @@ -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 Index: sysutils/p5-File-Rename/Makefile =================================================================== --- sysutils/p5-File-Rename/Makefile (nonexistent) +++ sysutils/p5-File-Rename/Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= File-Rename +PORTVERSION= 1.10 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vidar@karlsen.tech +COMMENT= Rename multiple files + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Index: sysutils/p5-File-Rename/distinfo =================================================================== --- sysutils/p5-File-Rename/distinfo (nonexistent) +++ sysutils/p5-File-Rename/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569010631 +SHA256 (File-Rename-1.10.tar.gz) = 054ebb366c36e55140f7765f5ea13e34e1a3520bb964ba231ac0926c8046f58c +SIZE (File-Rename-1.10.tar.gz) = 13674 Index: sysutils/p5-File-Rename/pkg-descr =================================================================== --- sysutils/p5-File-Rename/pkg-descr (nonexistent) +++ sysutils/p5-File-Rename/pkg-descr (working copy) @@ -0,0 +1,8 @@ +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 Index: sysutils/p5-File-Rename/pkg-plist =================================================================== --- sysutils/p5-File-Rename/pkg-plist (nonexistent) +++ sysutils/p5-File-Rename/pkg-plist (working copy) @@ -0,0 +1,6 @@ +bin/rename +%%SITE_PERL%%/File/Rename.pm +%%SITE_PERL%%/File/Rename/Options.pm +%%PERL5_MAN1%%/rename.1.gz +%%PERL5_MAN3%%/File::Rename.3.gz +%%PERL5_MAN3%%/File::Rename::Options.3.gz