pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Filesys-DfPortable Adding package for perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d53d84c70c7
branches:  trunk
changeset: 556582:8d53d84c70c7
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Mar 22 21:34:26 2009 +0000

description:
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:

 sysutils/p5-Filesys-DfPortable/DESCR    |   9 +++++++++
 sysutils/p5-Filesys-DfPortable/Makefile |  24 ++++++++++++++++++++++++
 sysutils/p5-Filesys-DfPortable/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 7c82ffef1981 -r 8d53d84c70c7 sysutils/p5-Filesys-DfPortable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-DfPortable/DESCR      Sun Mar 22 21:34:26 2009 +0000
@@ -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 -r 7c82ffef1981 -r 8d53d84c70c7 sysutils/p5-Filesys-DfPortable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-DfPortable/Makefile   Sun Mar 22 21:34:26 2009 +0000
@@ -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@localhost
+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 -r 7c82ffef1981 -r 8d53d84c70c7 sysutils/p5-Filesys-DfPortable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-DfPortable/distinfo   Sun Mar 22 21:34:26 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index