Port details |
- mew-devel Messaging in the Emacs World for emacs (Development Version)
- 6.9.96 mail =2 6.9.89_1Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2021-08-27 02:54:05
- Last Update: 2024-09-12 00:41:06
- Commit Hash: 9649304
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: BSD3CLAUSE
- WWW:
- https://www.Mew.org/
- Description:
- Mew is a user interface for text messages, multimedia messages(MIME),
news articles and security functionality including PGP, SSH and SSL.
- ¦ ¦ ¦ ¦
- 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:
-
- mew-devel>0:mail/mew-devel
- Conflicts:
- CONFLICTS_INSTALL:
- mew
- mew-devel-emacs_*
- mew-emacs_*
- To install the port:
- cd /usr/ports/mail/mew-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/mew-devel
- pkg install mew-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mew-devel
- Package flavors (<flavor>: <package>)
- full: mew-devel
- canna: mew-devel-emacs_canna
- nox: mew-devel-emacs_nox
- wayland: mew-devel-emacs_wayland
- devel_full: mew-devel-emacs_devel
- devel_nox: mew-devel-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1726100923
SHA256 (kazu-yamamoto-Mew-v6.9-96-gc46d8ee_GH0.tar.gz) = 9c5c45b4885286d00e02c589092993d3ce2bccfa1c3a0a94f9d7798b4220625a
SIZE (kazu-yamamoto-Mew-v6.9-96-gc46d8ee_GH0.tar.gz) = 1019900
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:
-
- emacs-29.4 : editors/emacs@full
- Runtime dependencies:
-
- stunnel>=0 : security/stunnel
- emacs-29.4 : editors/emacs@full
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mew-devel-6.9.96:
DATABASE=off: Support database feature (with Ruby & Sqlite3)
DOCS=on: Build and/or install documentation
STUNNEL=on: Support TLS feature using stunnel
===> Use 'make config' to modify these settings
- Options name:
- mail_mew-devel
- USES:
- emacs
- pkg-message:
- For install:
- You may want to add following lines to your ~/.emacs and/or ~/.mew.el.
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-mail-domain "domain of e-mail address")
(setq mew-pop-server "your POP server") ;; if not localhost
(setq mew-smtp-server "your SMTP server") ;; if not localhost
;; using fetch for PGP instead of wget
(setq mew-prog-pgpkey "fetch")
(setq mew-prog-pgpkey-arg '("-q" "-o" "-"))
Please consult sample files /usr/local/share/doc/mew/dot.{emacs,mew}.
See also /usr/local/share/doc/mew/00diff for the changes from previous versions.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.9.96 12 Sep 2024 00:41:06 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/70b5787...c46d8ee |
6.9.89_2 04 Jul 2024 21:31:24 |
Joseph Mingrone (jrm) |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
6.9.89_1 23 Jun 2024 22:10:50 |
Joseph Mingrone (jrm) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
6.9.89 10 Jun 2024 06:21:07 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/6eedf61...70b5787 |
6.9.87 21 May 2024 01:22:22 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/8b223e8...6eedf61 |
6.9.83 10 May 2024 00:47:07 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/ff2ce7c...8b223e8 |
6.9.57 27 Apr 2024 01:35:50 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/47886a3...ff2ce7c |
6.9.48_4 26 Mar 2024 22:51:47 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
6.9.48_3 12 Feb 2024 02:02:03 |
Yasuhiro Kimura (yasu) |
mail/{mew,mew-devel}: Move manpages to ${PREFIX}/share/man
While here, pet portlint. |
6.9.48_2 27 Jan 2024 22:33:05 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
6.9.48_1 20 Aug 2023 00:53:11 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared (Only the first 15 lines of the commit message are shown above ) |
6.9.48 14 May 2023 01:43:07 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/193175e...47886a3 |
6.9.31_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
6.9.31 01 Mar 2023 01:58:30 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/445f9ec...g193175e |
6.9.3 14 Feb 2023 04:44:36 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/8f1e555...445f9ec |
6.9.1_1 14 Feb 2023 00:45:04 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Install elisp and image files to EMACS_VERSION_SITE_LISPDIR |
6.9.1 13 Feb 2023 10:56:04 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Unconditionally install mew.ja.info as per section 5.17.4 of Porter's
Handbook.
Changes: https://github.com/kazu-yamamoto/Mew/compare/7ab0241...8f1e555 |
6.8.83 01 Dec 2022 04:56:03 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/7e4dd83...7ab0241 |
6.8.79_1 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
6.8.79 19 Nov 2022 00:25:16 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Update to latest snapshot
* Remove patch to keep elisp files from being native-compiled. Mew
works fine with native compilatation now.
* Pet portclippy.
* Tidy up Makefile with portfmt.
Changes: https://github.com/kazu-yamamoto/Mew/compare/fc4bca6...7e4dd83 |
6.8.72_5 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
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) |
6.8.72_4 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 ) |
6.8.72_4 07 Apr 2022 22:12:44 |
Joseph Mingrone (jrm) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
6.8.72_3 17 Jan 2022 13:20:24 |
Tobias Kortkamp (tobik) |
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan |
6.8.72_3 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
6.8.72_3 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
6.8.72_3 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
6.8.72_2 01 Oct 2021 22:55:27 |
Joseph Mingrone (jrm) |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
6.8.72_1 28 Sep 2021 07:13:41 |
Yasuhiro Kimura (yasu) |
mail/mew-devel: Prevent .el files from being native compiled
Mew doesn't work correctly if Emacs supports native compilation and
.el files are compiled to .eln ones. So prevent .el files from being
native compiled by adding following lines at the end of them.
;; Local Variables:
;; no-native-compile: t
;; End:
PR: 258172
Approved by: meta (mentor), ygy (mentor) |
6.8.72 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
6.8.72 27 Aug 2021 02:49:37 |
Hiroki Sato (hrs) |
mail/mew-devel: development version of mail/mew
PR: 255249
Submitted by: Yasuhiro Kimura |