Path to this page:
./
devel/p5-File-MimeInfo,
Perl module for the freedesktop shared MIME database
Branch: CURRENT,
Version: 0.35nb1,
Package name: p5-File-MimeInfo-0.35nb1,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
databases/shared-mime-info] [
lang/perl5] [
devel/p5-File-BaseDir] [
devel/p5-File-DesktopEntry]
Required to build:[
www/p5-URI] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 34.706 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-File-MimeInfo-0.35nb1
- (2024-04-28) Updated to version: p5-File-MimeInfo-0.35
- (2023-12-16) Updated to version: p5-File-MimeInfo-0.34
- (2023-07-06) Updated to version: p5-File-MimeInfo-0.33nb1
- (2023-05-20) Updated to version: p5-File-MimeInfo-0.33
- (2022-06-28) Updated to version: p5-File-MimeInfo-0.32nb1
CVS history: (Expand)
2024-04-28 11:20:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-File-MimeInfo: update to 0.35.
0.35 2024-04-25
- Fix exit code issue for `mimeopen`
Closes https://github.com/mbeijen/File-MimeInfo/issues/54
fix provided by slatian
|
2023-12-16 12:34:30 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-File-MimeInfo) Updated 0.33 to 0.34
0.34 2023-12-03
- Let `mimeopen` use File::DesktopEntrys run() instead of exec() to
make sure the application is started in the background.
Closes https://github.com/mbeijen/File-MimeInfo/issues/53
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-20 08:49:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-File-MimeInfo: update to 0.33.
0.33 2022-07-12
- Fix uninitialized value warning in File::MimeInfo::Applications,
provided by SPFabGerman
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-04-02 04:23:42 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.32
Upstream changes:
0.32 2022-03-06
- Fix uninitialized values in _read_list() call, provided by mazunki
|
2022-01-21 02:46:56 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.31
Upstream changes:
Changes for version 0.31 - 2022-01-06
Change BUILD_REQUIRES to PREREQ_PM (BooK)
|