diff options
author | sno <sno@pkgsrc.org> | 2009-03-22 21:34:26 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-03-22 21:34:26 +0000 |
commit | e2409894d98bb60389ed12f1a312d36b8ea07543 (patch) | |
tree | c3506e0dd9d207f922525ab71f1597b4e34e0c37 /sysutils/p5-Filesys-DfPortable | |
parent | 12c2ecb7311ceae368d106d69d35f246681d1eaa (diff) | |
download | pkgsrc-e2409894d98bb60389ed12f1a312d36b8ea07543.tar.gz |
Adding package for perl module Filesys::DfPortable-0.85
This module provides a portable way to obtain filesystem disk space
information.
The module should work with all versions of Windows (95 and up), and with all
flavors of Unix that implement the statvfs or the statfs calls. This would
include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
This module differs from Filesys::Df in that it has added support for
Windows, but does not support open filehandles as a argument.
Oked by joerg@
Diffstat (limited to 'sysutils/p5-Filesys-DfPortable')
-rw-r--r-- | sysutils/p5-Filesys-DfPortable/DESCR | 9 | ||||
-rw-r--r-- | sysutils/p5-Filesys-DfPortable/Makefile | 24 | ||||
-rw-r--r-- | sysutils/p5-Filesys-DfPortable/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/p5-Filesys-DfPortable/DESCR b/sysutils/p5-Filesys-DfPortable/DESCR new file mode 100644 index 00000000000..43976c010f9 --- /dev/null +++ b/sysutils/p5-Filesys-DfPortable/DESCR @@ -0,0 +1,9 @@ +This module provides a portable way to obtain filesystem disk space +information. + +The module should work with all versions of Windows (95 and up), and with all +flavors of Unix that implement the statvfs or the statfs calls. This would +include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... + +This module differs from Filesys::Df in that it has added support for +Windows, but does not support open filehandles as a argument. diff --git a/sysutils/p5-Filesys-DfPortable/Makefile b/sysutils/p5-Filesys-DfPortable/Makefile new file mode 100644 index 00000000000..d0fc67f4055 --- /dev/null +++ b/sysutils/p5-Filesys-DfPortable/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:34:26 sno Exp $ +# + +DISTNAME= Filesys-DfPortable-0.85 +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-DfPortable/ +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/DfPortable/.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-DfPortable/distinfo b/sysutils/p5-Filesys-DfPortable/distinfo new file mode 100644 index 00000000000..517e74e94a7 --- /dev/null +++ b/sysutils/p5-Filesys-DfPortable/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/03/22 21:34:26 sno Exp $ + +SHA1 (Filesys-DfPortable-0.85.tar.gz) = d3f603c6b3bfaa43aca1197276b12634cd8f4d8f +RMD160 (Filesys-DfPortable-0.85.tar.gz) = 6d69e68b898b437a8526378c5ede09d107afffad +Size (Filesys-DfPortable-0.85.tar.gz) = 7221 bytes |