CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/05/31 08:57:13
Log message:
Import sysutils/p5-File-Rename.
OK (and teaks from) sthen@. Thanks.
pkg/DESCR:
---8<---
File::Rename is a Perl extension that accepts a list of files, passes
them through a subroutine, and renames them according to the output
of that function.
rename(1) is a command-line tool using this extension, allowing batch
changes like these to be made:
- strip the .bak extension of any *.bak files
rename 's/\e.bak$//' *.bak
- translate uppercase names to lower
rename 'y/A-Z/a-z/' *
--->8---
Status:
Vendor Tag: edd
Release Tags: edd_20180531
N ports/sysutils/p5-File-Rename/Makefile
N ports/sysutils/p5-File-Rename/distinfo
N ports/sysutils/p5-File-Rename/pkg/DESCR
N ports/sysutils/p5-File-Rename/pkg/PLIST
No conflicts created by this import