From 7938f3c431d46a74afff9db4fe96bb9a60ba6edd Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 17 Dec 2001 13:45:13 +0000 Subject: [PATCH] Add p5-BSD-stat 0.23, a stat() with BSD 4.4 extentions. PR: 32930 Submitted by: Sergey Skvortsov --- devel/Makefile | 1 + devel/p5-BSD-stat/Makefile | 22 ++++++++++++++++++++++ devel/p5-BSD-stat/distinfo | 1 + devel/p5-BSD-stat/pkg-comment | 1 + devel/p5-BSD-stat/pkg-descr | 8 ++++++++ devel/p5-BSD-stat/pkg-plist | 8 ++++++++ 6 files changed, 41 insertions(+) create mode 100644 devel/p5-BSD-stat/Makefile create mode 100644 devel/p5-BSD-stat/distinfo create mode 100644 devel/p5-BSD-stat/pkg-comment create mode 100644 devel/p5-BSD-stat/pkg-descr create mode 100644 devel/p5-BSD-stat/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index cec839e249ae..84957a1346e4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-BSD-stat/Makefile b/devel/p5-BSD-stat/Makefile new file mode 100644 index 000000000000..cb36290c5d40 --- /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 +# +# $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 diff --git a/devel/p5-BSD-stat/distinfo b/devel/p5-BSD-stat/distinfo new file mode 100644 index 000000000000..3823635abeb0 --- /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 000000000000..7fe6920f47da --- /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 000000000000..ad93592b8547 --- /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 000000000000..78c6ed240643 --- /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