Port details |
- pear-MIME_Type PEAR class for dealing with MIME types
- 1.4.1 mail =3 1.4.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2005-04-20 15:08:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: php81-pear, libXdamage, p5-MIME-Tools, autoconf, p5-Safe-Hole
- Also Listed In: pear www
- License: LGPL3
- WWW:
- https://pear.php.net/package/MIME_Type
- Description:
- PEAR::MIME_Type provides functionality for dealing with MIME types.
* Parse MIME type.
* Supports full RFC2045 specification.
* Many utility functions for working with and determining info about types.
* Most functions can be called statically.
* Autodetect a file's mime-type, either with mime_content_type() or the 'file'
command.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pear-MIME_Type>0:mail/pear-MIME_Type
- To install the port:
- cd /usr/ports/mail/pear-MIME_Type/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/pear-MIME_Type
- pkg install php81-pear-MIME_Type
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-MIME_Type
- Package flavors (<flavor>: <package>)
- php81: php81-pear-MIME_Type
- php74: php74-pear-MIME_Type
- php80: php80-pear-MIME_Type
- php82: php82-pear-MIME_Type
- distinfo:
- TIMESTAMP = 1465561190
SHA256 (PEAR/MIME_Type-1.4.1.tgz) = ee46853524110b2f076f444d835fea4301dc0216db6484918994903fba8e8e2d
SIZE (PEAR/MIME_Type-1.4.1.tgz) = 21807
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pear : devel/pear@php81
- Runtime dependencies:
-
- php.h : lang/php81
- pear : devel/pear@php81
- This port is required by:
- for Run
-
- archivers/pear-File_Archive
Configuration Options:
- ===> The following configuration options are available for php81-pear-MIME_Type-1.4.1:
PEAR_SYSTEM_COMMAND=off: PEAR::System_Command support
===> Use 'make config' to modify these settings
- Options name:
- mail_pear-MIME_Type
- USES:
- pear
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.4.1 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
1.4.1 10 Jun 2016 12:41:04 |
bofh |
mail/pear-MIME_Type: Update version 1.4.0=>1.4.1 |
1.4.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.4.0 01 Nov 2015 13:20:18 |
bofh |
mail/pear-MIME_Type: Update version 1.3.5=>1.4.0 |
1.3.5 16 Jun 2015 11:10:45 |
bofh |
mail/pear-MIME_Type: Update version 1.3.4=>1.3.5
- Add LICENSE (LGPL3)
- Take MAINTAINERSHIP
- Mark NO_ARCH as there is no ARCH dependent files |
1.3.4 19 Jan 2015 04:38:10 |
vanilla |
Upgrade to 1.3.4. |
1.3.3 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
1.3.3 23 Sep 2014 16:45:35 |
bapt |
Convert to USES=pear |
1.3.3 15 Jan 2014 04:17:51 |
miwi |
- Update to 1.3.3 |
1.3.1 25 Nov 2013 17:59:59 |
antoine |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt) |
1.3.1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.3.1 17 Dec 2012 02:15:14 |
bapt |
Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on
Approved by: miwi (maintainer) |
1.3.1 04 Mar 2012 07:00:52 |
miwi |
- Update to 1.3.1 |
1.3.0 06 Nov 2011 14:49:38 |
miwi |
- Update to 1.3.0 |
1.2.1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.2.1 04 Nov 2010 10:00:44 |
miwi |
- Update to 1.2.1 |
1.2.0 06 Mar 2009 08:22:16 |
miwi |
- Update to 1.2.0 |
1.1.3 25 Oct 2008 18:08:14 |
miwi |
- Update to 1.1.3 |
1.1.1_1 28 Jul 2008 23:58:46 |
miwi |
- Fix builds with dependency port
Reported by: pavbot |
1.1.1 27 Jul 2008 20:16:20 |
miwi |
- Update to 1.1.1
- Take over maintainership
PR: 125942
Submitted by: Wen heping <wenheping@gmail.com> |
1.0.0 23 Sep 2006 00:23:36 |
linimon |
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr |
1.0.0 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.0.0 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.0 09 Dec 2005 19:24:52 |
ale |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
1.0.0 20 Apr 2005 15:08:19 |
pav |
New port: mail/pear-MIME_Type PEAR class for dealing with MIME types
PEAR::MIME_Type provides functionality for dealing with MIME types.
PR: ports/80066
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> |