Port details on branch 2024Q1 |
- mailest Hyper Estraier backend for Mew
- 0.9.24_17 mail =0 0.9.24_17Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2024-03-27 00:00:05
- Last Update: 2024-03-26 23:51:49
- Commit Hash: bb5373b
- License: BSD2CLAUSE BSD3CLAUSE ISCL LGPL21
- WWW:
- https://github.com/yasuoka/mailest
- Description:
- mailest provides a search backend and id index database for
Mew using Hyper Estraier.
- ¦ ¦ ¦ ¦
- 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:
-
- To install the port:
- cd /usr/ports/mail/mailest/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/mailest
- pkg install mailest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mailest
- Package flavors (<flavor>: <package>)
- full: mailest
- canna: mailest-emacs_canna
- nox: mailest-emacs_nox
- devel_full: mailest-emacs_devel
- devel_nox: mailest-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1551690246
SHA256 (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = b06beea38d2a6345da30e84a07cc7f4149b86e07a6e8473969dbf59a757977aa
SIZE (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = 173417
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:
-
- fakeroot : security/fakeroot
- Runtime dependencies:
-
- mew>0 : mail/mew@full
- emacs-29.3 : editors/emacs@full
- Library dependencies:
-
- libevent.so : devel/libevent
- libqdbm.so : databases/qdbm
- libestraier.so : textproc/hyperestraier
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_mailest
- USES:
- emacs:run fakeroot iconv
- pkg-message:
- For install:
- How to start
+ For existing `mewest` user, backup and/or delete the database
(`~/Mail/casket`)
- Since "mailestd" can work with the old database, so OK to skip deleting
`~/Mail/casket`, but remark that `V` will not work against the mails
which are indexed by `mewest`. To make `V` work against them, delete
the database in advance.
+ Add the below line to `.mew.el` to let Mew use "Hyper Estrairer" for
search.
((setq mew-search-method 'est)
+ Add the below lines to `~/.emacs` use use the "mailest" instead of
existing "mewest".
(defvar mew-prog-est "mew-mailest")
(defvar mew-prog-est-update "mew-mailest")
(defvar mew-prog-cmew "cmew-mailest")
(defvar mew-prog-smew "smew-mailest")
(defvar mew-id-db-file ".mailest.sock")
+ Try `km`, `kM`, `k/`, `k?`, `V` in Mew. See
http://mew.org/en/info/release/mew_6.html#dbsearch for search commands
in Mew.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.24_17 26 Mar 2024 23:51:49 |
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
(cherry picked from commit 26421ac37c3c013c7809400976c866a8f70db436) |
0.9.24_16 26 Mar 2024 23:41:02 |
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
(cherry picked from commit ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48) |