Port details |
- fix-mime-charset Fix incorrect Content-Type MIME headers of e-mail messages
- 0.5.3_3 converters =3 0.5.3_3Version of this port present on the latest quarterly branch.
- Maintainer: chip-set@mail.ru
- Port Added: 2004-01-08 02:51:23
- Last Update: 2024-02-24 16:12:10
- Commit Hash: b84cc78
- People watching this port, also watch:: crm114, queue-fix, fusefs-sshfs, watchfolder, phpldapadmin-php82
- Also Listed In: russian textproc ukrainian
- License: GPLv2
- WWW:
- https://fix-mime-chr.sourceforge.net
- Description:
- Fix-mime-charset automatically detects character sets of email message and
modifies the Content-Type header appropriately. It can be used as mail
filter in mailing lists where users often set the charset of their messages
incorrectly. It processes messages fast and accurately, ignoring
attachments, and correctly interprets transfer-encodings. None but the
Content-Type header is changed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fix-mime-charset>0:converters/fix-mime-charset
- To install the port:
- cd /usr/ports/converters/fix-mime-charset/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/fix-mime-charset
- pkg install fix-mime-charset
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fix-mime-charset
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fix-mime-charset-0.5.3.tar.gz) = efece9cad51808d62ab5b235deddd4916fe4f85d676559f26ef2156c7ff6cfda
SIZE (fix-mime-charset-0.5.3.tar.gz) = 115465
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.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libenca.so : converters/enca
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fix-mime-charset-0.5.3_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- converters_fix-mime-charset
- USES:
- localbase 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 |
0.5.3_3 24 Feb 2024 16:12:10 |
Muhammad Moinur Rahman (bofh) |
converters/fix-mime-charset: Moved man to share/man
Approved by: portmgr (blanket) |
0.5.3_2 22 Dec 2023 01:24:35 |
Muhammad Moinur Rahman (bofh) |
converters/fix-mime-charset: Add WWW
- Add LICENSE GPLv2
- Pet portclippy
- Utilize USES=localbase and OPTIONSNG
Approved by: portmgr (just-fix-it) |
0.5.3_2 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
0.5.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.3_2 01 Feb 2017 20:21:01 |
jbeich |
converters/fix-mime-charset: unbreak with libc++ 3.9
./argp-local.h:69:7: error: cannot initialize a variable of type 'char *' with
an rvalue of type 'const char *'
char *p=strrchr(arg,'/');
^ ~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
0.5.3_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.5.3_2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.5.3_2 20 Sep 2015 18:59:19 |
marino |
Add <cstring> and/or <cstdlib> to support modern gcc
Four of these five patches should have been part of the previous
commit but I didn't notice them. The ampasCTL pach is to fix a
regression that I introduced by removing part of the post-patch
target.
Approved by: gcc5 support blanket |
0.5.3_2 20 Sep 2015 18:24:44 |
marino |
Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by: gcc5 support blanket |
0.5.3_2 26 Aug 2014 03:11:21 |
amdmi3 |
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.5.3_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.5.3_1 09 Jan 2014 13:36:10 |
bapt |
Support stage |
0.5.3_1 03 Jan 2014 16:12:21 |
adamw |
Convert converters to MDOCS and MEXAMPLES |
0.5.3_1 11 Dec 2013 15:15:49 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in converters |
0.5.3_1 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.5.3_1 10 Sep 2013 07:55:33 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.5.3_1 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
0.5.3_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.5.3_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.5.3_1 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
0.5.3_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.5.3_1 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.5.3_1 14 Jun 2006 15:27:13 |
miwi |
Chase lib version bump
Bump PORTREVISION
Submitted by: Kris m
Approved by: krion (mentor) |
0.5.3 22 Jan 2006 08:22:34 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5.3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5.3 16 Oct 2004 15:21:29 |
thierry |
Upgrade to 0.5.3.
PR: ports/71768
Submitted by: maintainer. |
0.5.2_1 08 Jun 2004 08:18:33 |
pav |
- Chase enca shlib bump |
0.5.2 08 Mar 2004 11:13:14 |
krion |
- SIZEify
PR: ports/63925
Submitted by: maintainer |
0.5.2 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.5.2 08 Jan 2004 02:50:16 |
edwin |
New port: converters/fix-mime-charset - Fix incorrect Content-Type
MIME headers of e-mail messages
Categories: converters textproc russian ukrainian
Fix-mime-charset automatically detects character sets of
email message and modifies the Content-Type header
appropriately. It can be used as mail filter in mailing
lists where users often set the charset of their messages
incorrectly. It processes messages fast and accurately,
ignoring attachments, and correctly interprets transfer-encodings.
None but the Content-Type header is changed.
PR: ports/61050
Submitted by: Nosov Artem <chip-set@mail.ru> |