summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-12-17 13:45:13 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-12-17 13:45:13 +0000
commit7938f3c431d46a74afff9db4fe96bb9a60ba6edd (patch)
tree221a900d954cdd3a3c18fbe678adffd7e9c30cf3 /devel
parentAdd p5-Carp-Assert 0.17, perl module not unlike C assert.h. (diff)
Add p5-BSD-stat 0.23, a stat() with BSD 4.4 extentions.
PR: 32930 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=51669
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-BSD-stat/Makefile22
-rw-r--r--devel/p5-BSD-stat/distinfo1
-rw-r--r--devel/p5-BSD-stat/pkg-comment1
-rw-r--r--devel/p5-BSD-stat/pkg-descr8
-rw-r--r--devel/p5-BSD-stat/pkg-plist8
6 files changed, 41 insertions, 0 deletions
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 <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 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