summaryrefslogtreecommitdiff
path: root/sysutils/p5-Filesys-Df
diff options
context:
space:
mode:
authorsno <sno>2009-03-22 21:25:10 +0000
committersno <sno>2009-03-22 21:25:10 +0000
commit7717451c81b195d1b58a5b96fdd2a320a6ec8eb5 (patch)
tree01e12d7cad25c264cc17979686a19fc081540e67 /sysutils/p5-Filesys-Df
parent9c56749bf59c5073cfef334d783ec5ec1ade1e7e (diff)
downloadpkgsrc-7717451c81b195d1b58a5b96fdd2a320a6ec8eb5.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/p5-Filesys-Df')
-rw-r--r--sysutils/p5-Filesys-Df/DESCR9
-rw-r--r--sysutils/p5-Filesys-Df/Makefile24
-rw-r--r--sysutils/p5-Filesys-Df/distinfo5
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