Port details |
- mmr Curses based MIME Mail Reader
- 1.6.0_1 mail =2 1.6.0_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2023-07-23 16:36:30
- Commit Hash: e324362
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://slouken.libsdl.org/projects/mmr/
- Description:
- "My Mailer" is an incarnation of a UNIX text-based mailer
designed to be an intermediate step between mail and pine.
Features:
MIME aware -- While this mailer does not implement a full set of
the MIME mail extensions, it should handle most MIME mail.
It also handles some Sun mail attachment formats.
Threaded messages -- Articles by default are threaded by subject.
This allows one to plow through huge mailing list discussions,
sometimes spanning weeks, with very little effort.
Automatic detection of a modified mail file, and the changes will
then be merged with the current message listing.
Automatically uncompresses and recompresses gzipped mailfiles
Searchable message listings, including search through message text
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/mmr/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/mmr
- pkg install mmr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mmr
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mmr-1.6.0.tar.gz) = 62a939f603ced7fb55c35cd57aad4f7dc7e83c7f640138f7862bc1e9f6c24e45
SIZE (mmr-1.6.0.tar.gz) = 76654
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mmr-1.6.0_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- mail_mmr
- USES:
- iconv localbase ncurses
- 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.0_1 23 Jul 2023 16:36:30 |
Muhammad Moinur Rahman (bofh) |
mail/mmr: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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.6.0_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.6.0_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.6.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0_1 01 Feb 2017 12:28:19 |
jbeich |
mail/mmr: unbreak with libc++ 3.9
mime.cpp:895:12: error: assigning to 'char *' from incompatible type 'const char
*'
if ( (ptr=strrchr(file, '/')) != NULL )
^~~~~~~~~~~~~~~~~~~
mimetype.cpp:176:18: error: assigning to 'char *' from incompatible type 'const
char *'
if ( (extension=strrchr(filename, '.')) == NULL )
^~~~~~~~~~~~~~~~~~~~~~ |
1.6.0_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.6.0 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.6.0 05 Feb 2016 09:55:00 |
marino |
mail/mmr: USES+= ncurses, link with libncurses instead of libcurses |
1.6.0 30 Nov 2015 16:52:50 |
amdmi3 |
- Switch to options helpers |
1.6.0 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.6.0 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 ) |
1.6.0 21 Feb 2014 14:51:24 |
ehaupt |
Restore LICENSE_FILE as mat pointed out that BSD licenses have copyright holder
in them.
Notified by: mat |
1.6.0 21 Feb 2014 09:14:55 |
ehaupt |
Support staging |
1.6.0 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.6.0 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.6.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.6.0 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.6.0 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 |
1.6.0 26 Aug 2011 04:09:07 |
miwi |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support NOPORTEXAMPLES
PR: 160123
Submitted by: Ports Fury |
1.6.0 02 Aug 2011 17:04:00 |
bapt |
Deprecate some ports where I can't find distfiles and upstream |
1.6.0 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.6.0 10 Jul 2006 22:04:32 |
itetcu |
Update to version 1.6.0
PR: ports/100034
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.5 25 Nov 2005 15:31:02 |
pav |
- Add SHA256 |
1.5.5 27 Sep 2004 18:14:56 |
leeym |
- add USE_GCC=2.95 and unbreak this port
- utilize DOCSDIR and EXAMPLESDIR
- replace pkg-plist with PORTDOCS, PLIST_FILES and PLIST_DIRS
PR: 72107
Submitted by: leeym
Approved by: portmgr (marcus) |
1.5.5 16 Aug 2004 02:47:09 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
1.5.5 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.5.5 20 Feb 2003 18:40:39 |
knu |
De-pkg-comment. |
1.5.5 26 Oct 2002 00:27:50 |
naddy |
C++ fixes for GCC3.
PR: 44460
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
1.5.5 23 Oct 2002 15:02:44 |
nork |
Update to 1.5.4.
PR: ports/44360
Submitted by: Volker Stolz <vs@lambda.foldr.org> |
24 Dec 2001 02:17:17 |
pat |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
05 Feb 2001 15:11:27 |
olgeni |
Spaces->tabs in the mail category. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |