diff options
author | tobez <tobez@FreeBSD.org> | 2001-12-17 13:45:13 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-12-17 13:45:13 +0000 |
commit | 9cd8f4cde2c13bfc7913935c24894d8c2ada8d2a (patch) | |
tree | 186b29a6b18f698ab3490a006f69371ca4e21eea /devel/p5-BSD-stat | |
parent | 103ffd2c7fa27f957957c845958767321e190e89 (diff) | |
download | FreeBSD-ports-9cd8f4cde2c13bfc7913935c24894d8c2ada8d2a.zip FreeBSD-ports-9cd8f4cde2c13bfc7913935c24894d8c2ada8d2a.tar.gz |
Add p5-BSD-stat 0.23, a stat() with BSD 4.4 extentions.
PR: 32930
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'devel/p5-BSD-stat')
-rw-r--r-- | devel/p5-BSD-stat/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-BSD-stat/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-BSD-stat/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-BSD-stat/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-BSD-stat/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-BSD-stat/Makefile b/devel/p5-BSD-stat/Makefile new file mode 100644 index 0000000..cb36290 --- /dev/null +++ b/devel/p5-BSD-stat/Makefile @@ -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> diff --git a/devel/p5-BSD-stat/distinfo b/devel/p5-BSD-stat/distinfo new file mode 100644 index 0000000..3823635 --- /dev/null +++ b/devel/p5-BSD-stat/distinfo @@ -0,0 +1 @@ +MD5 (BSD-stat-0.23.tar.gz) = b1cc70e072e373e2909f25bb89194b43 diff --git a/devel/p5-BSD-stat/pkg-comment b/devel/p5-BSD-stat/pkg-comment new file mode 100644 index 0000000..7fe6920 --- /dev/null +++ b/devel/p5-BSD-stat/pkg-comment @@ -0,0 +1 @@ +A stat() with BSD 4.4 extentions diff --git a/devel/p5-BSD-stat/pkg-descr b/devel/p5-BSD-stat/pkg-descr new file mode 100644 index 0000000..ad93592 --- /dev/null +++ b/devel/p5-BSD-stat/pkg-descr @@ -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 diff --git a/devel/p5-BSD-stat/pkg-plist b/devel/p5-BSD-stat/pkg-plist new file mode 100644 index 0000000..78c6ed2 --- /dev/null +++ b/devel/p5-BSD-stat/pkg-plist @@ -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 |