Bug 240728 - [NEW PORT] sysutils/p5-File-Rename: rename multiple files
Summary: [NEW PORT] sysutils/p5-File-Rename: rename multiple files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-21 13:51 UTC by Vidar Karlsen
Modified: 2019-09-21 18:42 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (2.36 KB, patch)
2019-09-21 13:51 UTC, Vidar Karlsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!