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 <alexander_bluhm@genua.de>
This commit is contained in:
parent
8202c0bf78
commit
5f0928aed4
23
devel/p5-BSD-stat/Makefile
Normal file
23
devel/p5-BSD-stat/Makefile
Normal file
@ -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 <alexander_bluhm@genua.de>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
devel/p5-BSD-stat/distinfo
Normal file
4
devel/p5-BSD-stat/distinfo
Normal file
@ -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
|
3
devel/p5-BSD-stat/pkg/DESCR
Normal file
3
devel/p5-BSD-stat/pkg/DESCR
Normal file
@ -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.
|
11
devel/p5-BSD-stat/pkg/PLIST
Normal file
11
devel/p5-BSD-stat/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user