FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:23 PM BST
Port details
p5-File-MimeInfo 0.16 devel on this many watch lists=3 search for ports that depend on this port
Determine file type
Maintained by: rafan@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Aug 2004 12:37:28
Also Listed In: perl5
License: not specified in port


This module can be used to determine the mime type of a file. It
tries to implement the freedesktop specification for a shared
MIME database.

For this module shared-mime-info-spec 0.12 was used.

This package only uses the globs file. No real magic checking is
used. The File::MimeInfo::Magic package is provided for magic typing.

If you want to determine the mimetype of data in a memory buffer
you should use File::MimeInfo::Magic in combination with IO::Scalar.

WWW: http://search.cpan.org/dist/File-MimeInfo/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-File-BaseDir, devel/p5-File-DesktopEntry, devel/p5-Module-Build, lang/perl5.8
Required To Run: devel/p5-File-BaseDir, devel/p5-File-DesktopEntry, misc/shared-mime-info, lang/perl5.8

Required by:
for Build

for Run

To install the port: cd /usr/ports/devel/p5-File-MimeInfo/ && make install clean
To add the package: pkg_add -r p5-File-MimeInfo


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/File/
http://www.cpan.dk/modules/by-module/File/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/File/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/File/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/File/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/File/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/File/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/File/
http://at.cpan.org/modules/by-module/File/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/File/
http://backpan.perl.org/modules/by-module/File/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/File/
http://cpan.nctu.edu.tw/modules/by-module/File/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/File/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.16
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.16
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.16
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
14 Jan 2012 16:35:16
Original commit files touched by this commit  0.16
rafan search for other commits by this committer
- Update to 0.16
- Add regression test
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.15_1
ohauer search for other commits by this committer
-remove MD5
06 Jun 2008 13:21:59
Original commit files touched by this commit  0.15_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
23 May 2008 21:18:39
Original commit files touched by this commit  0.15
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
21 Feb 2008 12:50:58
Original commit files touched by this commit  0.15
rafan search for other commits by this committer
- Update to 0.15

PR:             ports/120904
Submitted by:   Felippe de Meirelles Motta <lippemail at gmail.com>
11 Jun 2007 07:11:45
Original commit files touched by this commit  0.14
rafan search for other commits by this committer
- Update to 0.14
- Remove support for FreeBSD 4.x
21 Jul 2006 17:56:08
Original commit files touched by this commit  0.13
rafan search for other commits by this committer
- Use modules directory instead of authors
27 Jun 2006 03:58:58
Original commit files touched by this commit  0.13
rafan search for other commits by this committer
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
15 Mar 2006 19:47:49
Original commit files touched by this commit  0.13
novel search for other commits by this committer
Update to 0.13.

PR:             94119
Submitted by:   Rong-En Fan (maintainer)
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.12
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
29 Nov 2005 09:25:39
Original commit files touched by this commit  0.12
clsung search for other commits by this committer
- Update to 0.12
- Added File::MimeInfo::Applications and the mimeopen script
- add SHA256 checksum

PR:             89704
Submitted by:   clsung
Approved by:    maintainer
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.11_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
01 Jul 2005 08:57:34
Original commit files touched by this commit  0.11
flz search for other commits by this committer
- Fix typo in pkg-descr.

PR:             ports/82835
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Approved by:    maintainer
08 May 2005 18:39:33
Original commit files touched by this commit  0.11
lth search for other commits by this committer
- Update to 0.11
- Make portlint happy

PR:             ports/80758
Submitted by:   lth
Approved by:    maintainer
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.10_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
13 Oct 2004 11:59:03
Original commit files touched by this commit  0.10_1
arved search for other commits by this committer
Add dependendy on shared-mime-info

PR:             71975
Submitted by:   Rong-En Fan <rafan@infor.org>
22 Aug 2004 12:35:31
Original commit files touched by this commit  0.10
lth search for other commits by this committer
Add p5-File-MimeInfo 0.10, determine file type.

PR:             70797
Submitted by:   Rong-En Fan <rafan@infor.org>

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.235 seconds.