diff options
author | wiz <wiz> | 2008-04-16 09:01:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-16 09:01:13 +0000 |
commit | b86d40b7307b000f7db692237635798d5876311b (patch) | |
tree | 4380b7a22929968a9c921cdf88d837a160ba11c4 /devel | |
parent | 28385af386b71cc878d8d5268caf739436cb866d (diff) | |
download | pkgsrc-b86d40b7307b000f7db692237635798d5876311b.tar.gz |
Update to 0.15:
0.15 Wed Feb 13 2008
A special thanks to Chapman Flack for bug reports and patches.
- Added some empty pod declarations to satisfy Pod::Coverage (RT 33099)
- Fixed typo \xF7 => \x7F in ascii control char check (RT 30959)
- Adapted new File::BaseDir API
- Added DesktopEntry as a mandatory dependency
- Added support for endian conversion (RT 28618)
- Fixed mask behavior by making it a bit-wise regex (RT 28620 28635)
- Reduced range by 1 byte to match ref implementation (RT 28634)
- Added "--no-ask" switch to the mimeopen command
- Added "mime_applications_custom()" to set custom commands
- Made Magic load magic data when needed, not at startup
- Made MimeInfo load glob data when needed, not at startup
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-MimeInfo/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-MimeInfo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-File-MimeInfo/Makefile b/devel/p5-File-MimeInfo/Makefile index eee2c8ce13f..8852cf7972d 100644 --- a/devel/p5-File-MimeInfo/Makefile +++ b/devel/p5-File-MimeInfo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2007/11/29 16:28:48 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/04/16 09:01:13 wiz Exp $ -DISTNAME= File-MimeInfo-0.14 +DISTNAME= File-MimeInfo-0.15 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-MimeInfo/distinfo b/devel/p5-File-MimeInfo/distinfo index cd284eb627b..a88beca748c 100644 --- a/devel/p5-File-MimeInfo/distinfo +++ b/devel/p5-File-MimeInfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/11/29 16:28:48 wiz Exp $ +$NetBSD: distinfo,v 1.5 2008/04/16 09:01:13 wiz Exp $ -SHA1 (File-MimeInfo-0.14.tar.gz) = 5a375be72c3b9107cdb4ada65b3973bb33e4f474 -RMD160 (File-MimeInfo-0.14.tar.gz) = 894fdf3486308bf6f2d4fbbe9c4501bc9d90499e -Size (File-MimeInfo-0.14.tar.gz) = 27515 bytes +SHA1 (File-MimeInfo-0.15.tar.gz) = e185dd52769ec3c77cbb1eb983e49b843e5e38e5 +RMD160 (File-MimeInfo-0.15.tar.gz) = 5914f6e737108f9fd01031b0224a76098bcb261a +Size (File-MimeInfo-0.15.tar.gz) = 29269 bytes |