Use this module to check whether a filehandle is readable, writable, or
readable/writable. WWW: http://search.cpan.org/dist/FileHandle-Fmode/ Authors: sisyphus@cpan.org PR: ports/116787 Submitted by: janos.mohacsi at bsd.hu
This commit is contained in:
parent
771c01b09e
commit
b46d46983c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200931
5 changed files with 38 additions and 0 deletions
|
@ -1222,6 +1222,7 @@
|
|||
SUBDIR += p5-File-Util
|
||||
SUBDIR += p5-File-chdir
|
||||
SUBDIR += p5-File-pushd
|
||||
SUBDIR += p5-FileHandle-Fmode
|
||||
SUBDIR += p5-FileHandle-Unget
|
||||
SUBDIR += p5-Filesys-Virtual
|
||||
SUBDIR += p5-Filesys-Virtual-Plain
|
||||
|
|
22
devel/p5-FileHandle-Fmode/Makefile
Normal file
22
devel/p5-FileHandle-Fmode/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-FileHandle-Fmode
|
||||
# Date created: 01 October 2007
|
||||
# Whom: janos.mohacsi@bsd.hu
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= FileHandle-Fmode
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= FileHandle
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Module to determine if a filehandle is opened for reading, writing
|
||||
|
||||
MAN3= FileHandle::Fmode.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-FileHandle-Fmode/distinfo
Normal file
3
devel/p5-FileHandle-Fmode/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (FileHandle-Fmode-0.09.tar.gz) = 1d0c629d8e4138fc753757ad41e69d5d
|
||||
SHA256 (FileHandle-Fmode-0.09.tar.gz) = cce5b06f0f209fe313ea26d22e254944c735a351a774aad20d3ed705c0d3d653
|
||||
SIZE (FileHandle-Fmode-0.09.tar.gz) = 4963
|
5
devel/p5-FileHandle-Fmode/pkg-descr
Normal file
5
devel/p5-FileHandle-Fmode/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Use this module to check whether a filehandle is readable, writable, or
|
||||
readable/writable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/FileHandle-Fmode/
|
||||
Authors: sisyphus@cpan.org
|
7
devel/p5-FileHandle-Fmode/pkg-plist
Normal file
7
devel/p5-FileHandle-Fmode/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/FileHandle/Fmode.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/FileHandle
|
Loading…
Reference in a new issue