Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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 ...

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:02 wiz Exp $
#
DISTNAME= Filesys-Df-0.92
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
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
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"

View File

@@ -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