Bug 240728

Summary: [NEW PORT] sysutils/p5-File-Rename: rename multiple files
Product: Ports & Packages Reporter: Vidar Karlsen <vidar>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff none

Description Vidar Karlsen 2019-09-21 13:51:04 UTC
Created attachment 207678 [details]
svn diff

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.

portlint -CA: looks fine
poudriere testport: ok (11.2 and 12.0)
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2019-09-21 17:39:48 UTC
testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-09-21 18:42:43 UTC
A commit references this bug:

Author: pi
Date: Sat Sep 21 18:42:41 UTC 2019
New revision: 512532
URL: https://svnweb.freebsd.org/changeset/ports/512532

Log:
  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>

Changes:
  head/sysutils/Makefile
  head/sysutils/p5-File-Rename/
  head/sysutils/p5-File-Rename/Makefile
  head/sysutils/p5-File-Rename/distinfo
  head/sysutils/p5-File-Rename/pkg-descr
  head/sysutils/p5-File-Rename/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2019-09-21 18:42:51 UTC
Committed, thanks!