----------------
0.27 2015-02-23
- Allow to use mimeinfo on a Path::Tiny object. Reported by Smylers.
- Misspelled NoDisplay attribute in .desktop file.
Fix by Bernhard Rosenkraenzer (berolinux)
- Fix typos in README by Sean Smith (ncstang) as part of CPAN Pull Request
Challenge February 2015.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Changes from previous:
----------------------
0.25 2014-04-03
- Included new test file in MANIFEST.
0.24 2014-04-02
- Fixed freedesktop.org desktop-file-utils URL - David Steinbrunner.
0.23 2014-04-02
- Fixed opening of files with '+' in mime type using
File::MimeInfo::Applications.
Debian bug 690334, brian m. carlson.
0.22 2014-02-27
- Fixed Double-close on a filehandle issue
(RT 93221) - Christian Ludwig.
- Fixed cpantesters issue with old version of CPAN::Changes
0.21 2013-11-03
- fixed typo in mimeopen manpage
(RT 90005) - Jonathan Dowland, Debian.
0.20 2013-10-09
- mimetype, mimeopen should be set as executable files
(RT 89328) - Jitka Plesnikova, Red Hat.
0.19 2013-10-05
- Changed to EU::MM.
- Typo fixes - David Steinbrunner.
0.18 2013-09-02
- Fixed RT#87631 - rights on File::MimeInfo::Magic not correct.
0.17 2013-06-06
- Fixed tests on perl 5.18 (RT 85383) - Gregor Herrman
- Fixed typos (RT 85634) - Gregor Herrman
0.16 2012-01-03
- Fixed test suite for perl 5.13 and newer (RT 66841) - Kent Fredric
- Fixed typos in documentation (RT 70171, 39974) - Gregor Herrman
- Fixed bug for files named "0" (RT 41031)
- Cleaned up mimetype script (RT 64421)
- Removed unessecary error code (RT 66527)
- Removed illogical behavior for derefereencing symlinks (RT 58575)
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
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!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
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
0.14 Fri Jun 08 2007
- Changed syntax for open() to 3 argument form
- Fixed bug for filenames like "0"
- Fixed bug with "-l" for Win32
- Fixed bug with malformed utf8 chars in default() method
derived from suggestions by mcummings_gentoo.org and jonas_cpan.org
- Moved from Makefile.PL to Build.pl
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
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
This module can be used to determine the mime type of a file; it's
a replacement for File::MMagic trying to implement the freedesktop
specification for using the shared mime-info database. The package
comes with a script called 'mimetype' that can be used as a file(1)
work-alike.