mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Add p5-File-Stat-ModeString 1.00
File::Stat::ModeString is a Perl5 module provides a few functions for conversionbetween binary and literal representations of file mode bits, including file type. WWW: http://search.cpan.org/dist/File-Stat-ModeString/ PR: ports/152124 Submitted by: Jase Thew <freebsd@beardz.net>
This commit is contained in:
parent
b6a0e8d24e
commit
13ad12768e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264475
5 changed files with 39 additions and 0 deletions
|
@ -558,6 +558,7 @@
|
|||
SUBDIR += p5-File-Next
|
||||
SUBDIR += p5-File-Signature
|
||||
SUBDIR += p5-File-Stat-Bits
|
||||
SUBDIR += p5-File-Stat-ModeString
|
||||
SUBDIR += p5-File-Which
|
||||
SUBDIR += p5-Filesys-Df
|
||||
SUBDIR += p5-Filesys-DfPortable
|
||||
|
|
24
sysutils/p5-File-Stat-ModeString/Makefile
Normal file
24
sysutils/p5-File-Stat-ModeString/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: File-Stat-ModeString
|
||||
# Date created: Wed 10 Nov 2010 23:44:23 GMT
|
||||
# Whom: Jase Thew <freebsd@beardz.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Stat-ModeString
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= freebsd@beardz.net
|
||||
COMMENT= Converts file stat(2) mode to/from string representation
|
||||
|
||||
BUILD_DEPENDS= p5-File-Stat-Bits>0:${PORTSDIR}/sysutils/p5-File-Stat-Bits
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::Stat::ModeString.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/p5-File-Stat-ModeString/distinfo
Normal file
2
sysutils/p5-File-Stat-ModeString/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-Stat-ModeString-1.00.tar.gz) = 87ca1466dae900739380d4276d5040a5b459ff43baf8c8f533327eb8f83b7672
|
||||
SIZE (File-Stat-ModeString-1.00.tar.gz) = 6691
|
5
sysutils/p5-File-Stat-ModeString/pkg-descr
Normal file
5
sysutils/p5-File-Stat-ModeString/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
File::Stat::ModeString is a Perl5 module provides a few functions for
|
||||
conversionbetween binary and literal representations of file mode bits,
|
||||
including file type.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-Stat-ModeString/
|
7
sysutils/p5-File-Stat-ModeString/pkg-plist
Normal file
7
sysutils/p5-File-Stat-ModeString/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/File/Stat/ModeString.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Stat/ModeString/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Stat/ModeString
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Stat
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
||||
@dirrmtry %%SITE_PERL%%/File/Stat
|
||||
@dirrmtry %%SITE_PERL%%/File
|
Loading…
Add table
Reference in a new issue