Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-21 | Bump the PKGREVISION for all packages which depend directly on perl, | seb | 1 | -1/+2 | |
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks! | |||||
2009-03-22 | Importing package for Perl module Filesys::Statvfs-0.82 | sno | 3 | -0/+38 | |
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@ |