Add p5-BSD-stat 0.23, a stat() with BSD 4.4 extentions.
PR: 32930 Submitted by: Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
parent
9aadd3f9df
commit
7938f3c431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51669
6 changed files with 41 additions and 0 deletions
|
@ -315,6 +315,7 @@
|
|||
SUBDIR += p5-AppConfig
|
||||
SUBDIR += p5-B-Graph
|
||||
SUBDIR += p5-BSD-Resource
|
||||
SUBDIR += p5-BSD-stat
|
||||
SUBDIR += p5-C-Scan
|
||||
SUBDIR += p5-Cache-Cache
|
||||
SUBDIR += p5-Carp-Assert
|
||||
|
|
22
devel/p5-BSD-stat/Makefile
Normal file
22
devel/p5-BSD-stat/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: BSD-stat
|
||||
# Date created: 17 Dec 2001
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= BSD-stat
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= BSD
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= BSD::stat.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-BSD-stat/distinfo
Normal file
1
devel/p5-BSD-stat/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (BSD-stat-0.23.tar.gz) = b1cc70e072e373e2909f25bb89194b43
|
1
devel/p5-BSD-stat/pkg-comment
Normal file
1
devel/p5-BSD-stat/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A stat() with BSD 4.4 extentions
|
8
devel/p5-BSD-stat/pkg-descr
Normal file
8
devel/p5-BSD-stat/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This module's default exports override the core stat() and lstat()
|
||||
functions, replacing them with versions that contain BSD 4.4 extentions
|
||||
such as flags. This module also adds chflags function.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=BSD-stat
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@protey.ru
|
8
devel/p5-BSD-stat/pkg-plist
Normal file
8
devel/p5-BSD-stat/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BSD/stat/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BSD/stat/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BSD/stat/stat.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BSD/stat/stat.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BSD/stat.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BSD/stat
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BSD 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BSD 2>/dev/null || true
|
Loading…
Reference in a new issue