Port details |
- p5-MIME-Fast Create, edit, and parse MIME messages (via gmime2 C library)
- 1.6_8 mail
=1 1.6_8Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-12-08 15:07:28
- Last Update: 2022-05-19 13:37:36
- Commit Hash: 75382de
- People watching this port, also watch:: p5-MIME-Tools, rsync, fam, rpm2cpio
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/MIME-Fast
- Description:
- MIME::Fast is a perl module for creating, editing and parsing MIME
messages. This module is based on the very good C library called gmime
(currently in development). MIME::Fast outght to be faster and should
use less memory and CPU resources than standard MIME (perl module),
because MIME::Fast is the wrapper for C functions (calling C function is
much, much less expensive than calling perl function).
WWW: https://metacpan.org/release/MIME-Fast
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MIME-Fast>0:mail/p5-MIME-Fast
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-MIME-Fast
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (MIME-Fast-1.6.tar.gz) = 3202ad4fe3706486efff6092ba3eb4add28ce381cc73ddcf3c574d28e70f9a23
SIZE (MIME-Fast-1.6.tar.gz) = 53259
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libgmime-2.0.so : mail/gmime2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_p5-MIME-Fast
- USES:
- perl5
- 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 |
1.6_8 19 May 2022 13:37:36 |
Baptiste Daroussin (bapt) |
cleanup: remove gmime2
gmime 2 has been replaced long ago by 2.4 version then 2.6 and finally 3.0
It is more than time to remove the 2.2 version (2.4 is already gone) |
1.6_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6_8 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.6_8 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6_8 31 Mar 2016 15:23:13 |
mat |
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight |
1.6_7 24 Apr 2015 16:52:30 |
mat |
Fix build with 5.18+. Rename a patch to follow makepatch naming.
Sponsored by: Absolight |
1.6_7 24 Apr 2015 14:25:06 |
mat |
Deprecate Perl modules that only work with 5.16, as it's being phased out, with
the same deprecation date.
With hat: perl@
Sponsored by: Absolight |
1.6_7 25 Mar 2015 11:41:18 |
marino |
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket |
1.6_7 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.6_6 26 Oct 2014 21:04:22 |
swills |
Mark broken with Perl 5.18 and newer |
1.6_6 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.6_6 29 May 2014 21:16:11 |
tijl |
mail/gmime2 mail/gmime2-sharp:
- USES=libtool
- Use USES+= to fix slave port.
- Remove LATEST_LINK and PTHREAD_CFLAGS.
- Remove $FreeBSD$ from patch.
mail/dbmail22:
- USES=libtool.
- Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS.
- Remove pre-install target. Not needed with staging.
PR: ports/189749 |
1.6_5 05 Jan 2014 12:07:21 |
az |
- support stage |
1.6_5 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.6_5 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.6_5 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.6_5 04 Jun 2012 02:58:34 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.6_5 07 May 2012 15:42:51 |
skv |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
1.6_5 21 Jan 2012 17:40:15 |
eadler |
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 |
1.6_5 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.6_5 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.6_5 06 Jun 2008 13:43:09 |
edwin |
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) |
1.6_4 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.6_4 08 Sep 2007 01:01:47 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.6_4 01 May 2006 00:00:24 |
mnag |
- Update ports affected by mail/gmime2 update
- portlint(1) |
1.6_3 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.6_3 22 Jan 2006 02:20:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.6_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.6_2 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
1.6_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.6_1 14 Feb 2005 13:29:55 |
skv |
* fix build with newest gmime
* add workaround for set_content()
Note that issue with pthread still unresolved. |
1.6 20 Dec 2004 09:02:34 |
skv |
Update to 1.6 |
1.4_1 10 Dec 2004 15:53:14 |
skv |
* fix g_mime_message_set_mime_part() use
* fix bad ST(0)
* add GMIME_RECIPIENT_TYPE_* constants |
1.4 08 Dec 2004 15:04:26 |
skv |
Add p5-MIME-Fast 1.4,
create, edit and parse MIME messages (via
gmime2 C library). |