pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-Filesys-Df Importing module for Filesys::Df
details: https://anonhg.NetBSD.org/pkgsrc/rev/e71d19e86074
branches: trunk
changeset: 556580:e71d19e86074
user: sno <sno%pkgsrc.org@localhost>
date: Sun Mar 22 21:25:10 2009 +0000
description:
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:
sysutils/p5-Filesys-Df/DESCR | 9 +++++++++
sysutils/p5-Filesys-Df/Makefile | 24 ++++++++++++++++++++++++
sysutils/p5-Filesys-Df/distinfo | 5 +++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 420020c098de -r e71d19e86074 sysutils/p5-Filesys-Df/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-Df/DESCR Sun Mar 22 21:25:10 2009 +0000
@@ -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 -r 420020c098de -r e71d19e86074 sysutils/p5-Filesys-Df/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-Df/Makefile Sun Mar 22 21:25:10 2009 +0000
@@ -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@localhost
+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 -r 420020c098de -r e71d19e86074 sysutils/p5-Filesys-Df/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-Df/distinfo Sun Mar 22 21:25:10 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index