From 5f0928aed4f444883bc710cb98b2d0383e15b84e Mon Sep 17 00:00:00 2001 From: sturm Date: Wed, 23 Feb 2005 17:56:07 +0000 Subject: [PATCH] Initial import of BSD-stat 1.21 This module's default exports override the core stat() and lstat() functions, replacing them with versions that contain BSD 4.4 extentions such as file flags. This module also adds chflags function. from Alexander Bluhm --- devel/p5-BSD-stat/Makefile | 23 +++++++++++++++++++++++ devel/p5-BSD-stat/distinfo | 4 ++++ devel/p5-BSD-stat/pkg/DESCR | 3 +++ devel/p5-BSD-stat/pkg/PLIST | 11 +++++++++++ 4 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/DESCR create mode 100644 devel/p5-BSD-stat/pkg/PLIST diff --git a/devel/p5-BSD-stat/Makefile b/devel/p5-BSD-stat/Makefile new file mode 100644 index 00000000000..418d523c18b --- /dev/null +++ b/devel/p5-BSD-stat/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/02/23 17:56:07 sturm Exp $ + +NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} + +COMMENT= "stat() with BSD 4.4 extentions" + +DISTNAME= BSD-stat-1.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Alexander Bluhm + +# GPL or Artistic (same terms as Perl) +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/} + +CONFIGURE_STYLE=perl + +.include diff --git a/devel/p5-BSD-stat/distinfo b/devel/p5-BSD-stat/distinfo new file mode 100644 index 00000000000..032fa73110a --- /dev/null +++ b/devel/p5-BSD-stat/distinfo @@ -0,0 +1,4 @@ +MD5 (BSD-stat-1.21.tar.gz) = dd89fb74f5578af41124f82e69b9954d +RMD160 (BSD-stat-1.21.tar.gz) = 2175b26660f9d2c1fb3e168204b0776db4b342b8 +SHA1 (BSD-stat-1.21.tar.gz) = 25e2d83f6c55b17a4ed5e035e449e9bc46ad46ff +SIZE (BSD-stat-1.21.tar.gz) = 8805 diff --git a/devel/p5-BSD-stat/pkg/DESCR b/devel/p5-BSD-stat/pkg/DESCR new file mode 100644 index 00000000000..747b706b570 --- /dev/null +++ b/devel/p5-BSD-stat/pkg/DESCR @@ -0,0 +1,3 @@ +This module's default exports override the core stat() and lstat() +functions, replacing them with versions that contain BSD 4.4 +extentions such as file flags. This module also adds chflags function. diff --git a/devel/p5-BSD-stat/pkg/PLIST b/devel/p5-BSD-stat/pkg/PLIST new file mode 100644 index 00000000000..3ba472e1181 --- /dev/null +++ b/devel/p5-BSD-stat/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/23 17:56:07 sturm Exp $ +${P5ARCH}/ +${P5ARCH}/BSD/ +${P5ARCH}/BSD/stat.pm +${P5ARCH}/auto/ +${P5ARCH}/auto/BSD/ +${P5ARCH}/auto/BSD/stat/ +${P5ARCH}/auto/BSD/stat/autosplit.ix +${P5ARCH}/auto/BSD/stat/stat.bs +${P5ARCH}/auto/BSD/stat/stat.so +@man man/man3p/BSD::stat.3p