diff options
author | sno <sno@pkgsrc.org> | 2009-03-22 21:25:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-03-22 21:25:10 +0000 |
commit | 521fc1c07a66c88ec5b7a6fb1e37195b16ac5302 (patch) | |
tree | 01e12d7cad25c264cc17979686a19fc081540e67 /sysutils | |
parent | 42eb7dce078d89c52b935d6a51b48e0776f064cb (diff) | |
download | pkgsrc-521fc1c07a66c88ec5b7a6fb1e37195b16ac5302.tar.gz |
Importing module for Filesys::Df
This module provides a way to obtain filesystem disk space information. This
is a Unix only distribution. If those information needs to be gathered for
Unix and Windows, use Filesys::DfPortable. The only major benefit of using
Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of
open filehandles as arguments.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include
Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Filesys-Df/DESCR | 9 | ||||
-rw-r--r-- | sysutils/p5-Filesys-Df/Makefile | 24 | ||||
-rw-r--r-- | sysutils/p5-Filesys-Df/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/p5-Filesys-Df/DESCR b/sysutils/p5-Filesys-Df/DESCR new file mode 100644 index 00000000000..6adb74cffb4 --- /dev/null +++ b/sysutils/p5-Filesys-Df/DESCR @@ -0,0 +1,9 @@ +This module provides a way to obtain filesystem disk space information. This +is a Unix only distribution. If those information needs to be gathered for +Unix and Windows, use Filesys::DfPortable. The only major benefit of using +Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of +open filehandles as arguments. + +The module should work with all flavors of Unix that implement the statvfs() +and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include +Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... diff --git a/sysutils/p5-Filesys-Df/Makefile b/sysutils/p5-Filesys-Df/Makefile new file mode 100644 index 00000000000..7a45d9f74dd --- /dev/null +++ b/sysutils/p5-Filesys-Df/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:25:10 sno Exp $ +# + +DISTNAME= Filesys-Df-0.92 +PKGNAME= p5-${DISTNAME} +CATEGORIES= sysutils devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filesys/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Filesys-Df/ +COMMENT= Perl extension for filesystem disk space information + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_MODULE_TYPE= MakeMaker + +PERL5_PACKLIST= auto/Filesys/Df/.packlist + +pre-configure: + ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/p5-Filesys-Df/distinfo b/sysutils/p5-Filesys-Df/distinfo new file mode 100644 index 00000000000..fc8390665bc --- /dev/null +++ b/sysutils/p5-Filesys-Df/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/03/22 21:25:10 sno Exp $ + +SHA1 (Filesys-Df-0.92.tar.gz) = c264e3cf8c0f39a9bf5b36d4819a365b9f6d80f1 +RMD160 (Filesys-Df-0.92.tar.gz) = 8baf50df114f3b5af70df8b9c0cb005b5558ee67 +Size (Filesys-Df-0.92.tar.gz) = 7113 bytes |