View | Details | Raw Unified | Return to bug 240728
Collapse All | Expand All

(-)sysutils/Makefile (+1 lines)
Lines 776-781 Link Here
776
    SUBDIR += p5-File-Listing
776
    SUBDIR += p5-File-Listing
777
    SUBDIR += p5-File-Log
777
    SUBDIR += p5-File-Log
778
    SUBDIR += p5-File-Next
778
    SUBDIR += p5-File-Next
779
    SUBDIR += p5-File-Rename
779
    SUBDIR += p5-File-Signature
780
    SUBDIR += p5-File-Signature
780
    SUBDIR += p5-File-Stat-Bits
781
    SUBDIR += p5-File-Stat-Bits
781
    SUBDIR += p5-File-Stat-ModeString
782
    SUBDIR += p5-File-Stat-ModeString
(-)sysutils/p5-File-Rename/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	File-Rename
4
PORTVERSION=	1.10
5
CATEGORIES=	sysutils perl5
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	vidar@karlsen.tech
10
COMMENT=	Rename multiple files
11
12
LICENSE=	ART10
13
14
USES=		perl5
15
USE_PERL5=	configure
16
17
NO_ARCH=	yes
18
19
.include <bsd.port.mk>
(-)sysutils/p5-File-Rename/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1569010631
2
SHA256 (File-Rename-1.10.tar.gz) = 054ebb366c36e55140f7765f5ea13e34e1a3520bb964ba231ac0926c8046f58c
3
SIZE (File-Rename-1.10.tar.gz) = 13674
(-)sysutils/p5-File-Rename/pkg-descr (+8 lines)
Line 0 Link Here
1
rename renames the filenames supplied according to the rule specified as the
2
first argument. The perlexpr argument is a Perl expression which is expected
3
to modify the $_ string in Perl for at least some of the filenames specified.
4
If a given filename is not modified by the expression, it will not be renamed.
5
If no filenames are given on the command line, filenames will be read via
6
standard input.
7
8
WWW: https://metacpan.org/release/File-Rename
(-)sysutils/p5-File-Rename/pkg-plist (+6 lines)
Line 0 Link Here
1
bin/rename
2
%%SITE_PERL%%/File/Rename.pm
3
%%SITE_PERL%%/File/Rename/Options.pm
4
%%PERL5_MAN1%%/rename.1.gz
5
%%PERL5_MAN3%%/File::Rename.3.gz
6
%%PERL5_MAN3%%/File::Rename::Options.3.gz

Return to bug 240728