pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Filesys-Statvfs Importing package for Perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa9438d03043
branches:  trunk
changeset: 556584:aa9438d03043
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Mar 22 21:45:16 2009 +0000

description:
Importing package for Perl module Filesys::Statvfs-0.82

Interface for statvfs() and fstatvfs()

Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice.  They will
generally provide more functionality and portability.

The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...

Oked by joerg@

diffstat:

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

diffs (50 lines):

diff -r a801e2f98367 -r aa9438d03043 sysutils/p5-Filesys-Statvfs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-Statvfs/DESCR Sun Mar 22 21:45:16 2009 +0000
@@ -0,0 +1,9 @@
+Interface for statvfs() and fstatvfs()
+
+Unless access to the bsize, flag, and namemax values is required, either
+Filesys::DfPortable or Filesys::Df could be a better choice.  They will
+generally provide more functionality and portability.
+
+The module should work with all flavors of Unix that implement the statvfs()
+and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
+Mac OS X, Irix, Cygwin, etc ...
diff -r a801e2f98367 -r aa9438d03043 sysutils/p5-Filesys-Statvfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-Statvfs/Makefile      Sun Mar 22 21:45:16 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:45:16 sno Exp $
+#
+
+DISTNAME=              Filesys-Statvfs-0.82
+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-Statvfs/
+COMMENT=               Perl extension for statvfs() and fstatvfs()
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_MODULE_TYPE=     MakeMaker
+
+PERL5_PACKLIST=                auto/Filesys/Statvfs/.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 a801e2f98367 -r aa9438d03043 sysutils/p5-Filesys-Statvfs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Filesys-Statvfs/distinfo      Sun Mar 22 21:45:16 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/22 21:45:16 sno Exp $
+
+SHA1 (Filesys-Statvfs-0.82.tar.gz) = e90e29426545f389ba18ed99ac082dc98babc406
+RMD160 (Filesys-Statvfs-0.82.tar.gz) = 603549dc1ae2ac99249c09bb51331faaff7f89df
+Size (Filesys-Statvfs-0.82.tar.gz) = 3964 bytes



Home | Main Index | Thread Index | Old Index