diff options
author | sno <sno> | 2010-02-22 14:27:01 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-22 14:27:01 +0000 |
commit | ee406e14b913046035ff6e560839fde476b2c829 (patch) | |
tree | 7843ba188e97ea294d6628c36020a75d80283cfb /sysutils | |
parent | 8924051ad2e3bf39b5f281138862b43c8201ccfe (diff) | |
download | pkgsrc-ee406e14b913046035ff6e560839fde476b2c829.tar.gz |
Updating sysutils/p5-Sys-Filesystem from 1.23 to 1.27
pkgsrc changes:
- Adding license definition
- Adding dependencies
Upstream changes:
1.27
Fixing RT#54406 (patch from Robert Bohne with some modifications)
Fixing RT#54599 (patch from Jonathan Yu)
Fixing wrong dependencies detection on Windows
Fixing generic fstab/mnttab reading
1.26
Adding more special file systems for Linux
Prefer /proc/self/mounts over /etc/mtab (when available), fixes
RT #51151 (Thanks Tyler MacDonald)
Fix some tests to skip when no regular file systems could be found
Some Win32 fixes
Switch to Module::Pluggable to load OS-plugins
1.25
Fixed support for FreeBSD and generalize BSD support
Fixed support for AIX
Fixed aliased attribute support for Sys::Filesystem->filesystems
Fix "Sys::Filesystem->filesystems ()" and
"Sys::Filesystem::filesystems" (reported by H.Merijn Brand)
by using Params::Util
Add keyword "Id" to be used/expanded by svn
Explain how restrictions on method filesystem works in Sys::Filesystem
Add a version method to all fs plugins
Update documentation
Correct t/03test.t to use format instead of type (recommended)
1.24
Added support for NetBSD (Jens Rehsack)
Added support for HP-UX (H.Merijn Brand)
Fixed POD a little
Add a simple test to see whether it's working or not
Increased required perl version (suggested by H.Merijn Brand)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Sys-Filesystem/Makefile | 27 | ||||
-rw-r--r-- | sysutils/p5-Sys-Filesystem/distinfo | 8 |
2 files changed, 19 insertions, 16 deletions
diff --git a/sysutils/p5-Sys-Filesystem/Makefile b/sysutils/p5-Sys-Filesystem/Makefile index 5c7569a91b2..75662000d7c 100644 --- a/sysutils/p5-Sys-Filesystem/Makefile +++ b/sysutils/p5-Sys-Filesystem/Makefile @@ -1,24 +1,27 @@ -# $NetBSD: Makefile,v 1.3 2009/03/10 17:27:28 sno Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/22 14:27:01 sno Exp $ # -DISTNAME= Sys-Filesystem-1.23 -PKGNAME= p5-${DISTNAME} -CATEGORIES= sysutils devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/} +DISTNAME= Sys-Filesystem-1.27 +PKGNAME= p5-${DISTNAME} +CATEGORIES= sysutils devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Sys-Filesystem/ -COMMENT= Retrieve list of filesystems and their properties +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Sys-Filesystem/ +COMMENT= Retrieve list of filesystems and their properties +LICENSE= apache-2.0 + +DEPENDS+= {perl>=5.10.1,p5-Module-Pluggable>=3.9}:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -PERL5_MODULE_TYPE= Module::Build - PERL5_PACKLIST= auto/Sys/Filesystem/.packlist +PERL5_MODULE_TYPE= Module::Build -pre-configure: - ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f +#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-Sys-Filesystem/distinfo b/sysutils/p5-Sys-Filesystem/distinfo index 2c93e7c8e6d..db76151fe99 100644 --- a/sysutils/p5-Sys-Filesystem/distinfo +++ b/sysutils/p5-Sys-Filesystem/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/03/10 17:27:28 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/02/22 14:27:01 sno Exp $ -SHA1 (Sys-Filesystem-1.23.tar.gz) = 75141812feb1228fed58e8e388ad6fdc6f409bca -RMD160 (Sys-Filesystem-1.23.tar.gz) = 4cb51a16fb0b3ef396d54e61f01570de8f415569 -Size (Sys-Filesystem-1.23.tar.gz) = 22119 bytes +SHA1 (Sys-Filesystem-1.27.tar.gz) = c0e4dc3c4f8e056a0e605d05da61f4dd78753fd0 +RMD160 (Sys-Filesystem-1.27.tar.gz) = 3afc15b0c77f340b84d56a4027dc9e074ef06b06 +Size (Sys-Filesystem-1.27.tar.gz) = 32467 bytes |