diff options
author | wiz <wiz> | 2007-02-27 09:19:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-27 09:19:21 +0000 |
commit | 1c53610fe10472de01302cb499da355d4a90c1ee (patch) | |
tree | 8bc5160b0d5e46095c6dc23c796efd4b217b9163 /devel/p5-File-MimeInfo | |
parent | ae550f8f9ff43b07ecc866553982ec83af49cb0a (diff) | |
download | pkgsrc-1c53610fe10472de01302cb499da355d4a90c1ee.tar.gz |
Update to 0.13:
0.13 Sun Feb 26 2005
- Fixed a bug in F:M::Applications for mimetypes containing a '+'
- Fixed a bug in F:M::Applications when dir non-existent (debian #347462)
0.12 Sat Oct 8 2005
Updated to version 0.13 of the shared mimeinfo specification
- Magic rules with priority 80 go above globs now
- Added mimetype_isa() to check for mimetype subclasses
- Added mimetype_canon() to check for mimetype aliases
- Added support for the inode/mount-point mimetype
- Added File::MimeInfo::Applications and the mimeopen script
- Changed the order of checking for inodetype "symlink" and "directory"
as suggested by Jens Luedicke
- Fixed a few inaccuracies in the documentation
0.11 Fri Mar 18 2005
- Added an @DIRS to be able to overload the XDG_DATA_DIRS path
- Fixed the code to let "mimetype" determine the mime-type of STDIN
Thu Mar 17 2005
- Fixed a bug in the globs() method, added File::Basename to the
dependency list.
- Added the --all and --magic-only options to "mimetype"
Wed Mar 16 2005
- globs() now returns the matched extension when called in list context
- Added Cookbook.pm as a kind of FAQ document
- Applied part of a patch to support reverse lookup of extensions
which was also supplied by jgmyers at proofpoint.com
This adds the extensions() method and fixes a bug in a regex.
- Applied a spelling patch supplied by jgmyers at proofpoint.com
Diffstat (limited to 'devel/p5-File-MimeInfo')
-rw-r--r-- | devel/p5-File-MimeInfo/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-File-MimeInfo/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-File-MimeInfo/Makefile b/devel/p5-File-MimeInfo/Makefile index b47ce9186c7..073627f146c 100644 --- a/devel/p5-File-MimeInfo/Makefile +++ b/devel/p5-File-MimeInfo/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:21 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/27 09:19:21 wiz Exp $ -DISTNAME= File-MimeInfo-0.10 +DISTNAME= File-MimeInfo-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-MimeInfo/ COMMENT= Perl module for the freedesktop shared MIME database +DEPENDS+= p5-File-BaseDir-[0-9]*:../../devel/p5-File-BaseDir + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/File/MimeInfo/.packlist diff --git a/devel/p5-File-MimeInfo/distinfo b/devel/p5-File-MimeInfo/distinfo index 39803cfcc5a..0149bf9d5a6 100644 --- a/devel/p5-File-MimeInfo/distinfo +++ b/devel/p5-File-MimeInfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:25 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/02/27 09:19:21 wiz Exp $ -SHA1 (File-MimeInfo-0.10.tar.gz) = fb502555c780e9a0d895d189e5d5789bb9656165 -RMD160 (File-MimeInfo-0.10.tar.gz) = 05d1cc2bb368d3ebd358b153e42cea390f4c1973 -Size (File-MimeInfo-0.10.tar.gz) = 16498 bytes +SHA1 (File-MimeInfo-0.13.tar.gz) = 366c02bd8bacddb614e70e7a2f1886724d8c21ab +RMD160 (File-MimeInfo-0.13.tar.gz) = 03de4611611c2b4b0042682a87001b5a3a407dd7 +Size (File-MimeInfo-0.13.tar.gz) = 24327 bytes |