Port details |
- p5-File-Rename Rename multiple files
- 2.01 sysutils =2 2.01Version of this port present on the latest quarterly branch.
- Maintainer: vidar@karlsen.tech
- Port Added: 2019-09-21 18:42:45
- Last Update: 2023-01-24 11:06:18
- Commit Hash: fe79f4d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10
- WWW:
- https://metacpan.org/release/File-Rename
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-File-Rename>0:sysutils/p5-File-Rename
- To install the port:
- cd /usr/ports/sysutils/p5-File-Rename/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-File-Rename
- pkg install p5-File-Rename
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-File-Rename
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674387594
SHA256 (File-Rename-2.01.tar.gz) = 6f4c95e554a39023081cb1ff1c9bcbfe9fa138b973fec58c14d3abb9fe4fd7b7
SIZE (File-Rename-2.01.tar.gz) = 17018
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_p5-File-Rename
- USES:
- dos2unix perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.01 24 Jan 2023 11:06:18 |
Nuno Teixeira (eduardo) Author: Vidar Karlsen |
sysutils/p5-File-Rename: Update to 2.01
Changes upstream:
- min perl version 5.8.0
- use warnings
- use Getopt::Long 2.24
- move rename source file to source/ - to avoid rename being found when
@INC includes '.'
- Revert regex for $INC values
- Initialize C<our $print> for v5.10
Changes to the port:
- Added DOS2UNIX to clean up bin/rename
ChangeLog: https://metacpan.org/dist/File-Rename/changes
PR: 269094 |
2.00 11 Jan 2023 13:53:54 |
Wen Heping (wen) |
sysutils/p5-File-Rename: Update to 2.00
PR: 268595
Reported by: wen@
Approved by: maintainer |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.20 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.20 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.20 06 Apr 2021 21:55:03 |
Lewis Cook (lcook) |
sysutils/p5-File-Rename: Update to 1.20
Changes: https://metacpan.org/release/RMBARKER/File-Rename-1.20
PR: 254820
Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
Approved by: mentors (implicit) |
1.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10 21 Sep 2019 18:42:40 |
pi |
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> |
Number of commits found: 8
|