Port details |
- wanderlust-devel Mail and news system for Emacs
- 2.15.9.b.20170628_2 mail
=0 2.15.9.b.20170628_2Version of this port present on the latest quarterly branch.
- Maintainer: nobutaka@FreeBSD.org
- Port Added: 2009-09-26 12:27:29
- Last Update: 2018-03-23 16:38:22
- SVN Revision: 465367
- Also Listed In: elisp
- License: GPLv2
- WWW:
- https://github.com/wanderlust/wanderlust
- Description:
- Wanderlust is a mail/news agent on Emacs/XEmacs.
The features of Wanderlust are as follows:
* Implementation in elisp only.
* Support of IMAP4rev1, NNTP, POP(POP3/APOP) and MH format.
* Integrated access to messages based on Folder Specifications like Mew.
* Key bindings and mark processing like Mew.
* Management of threads and unread messages.
* Folder mode that displays all folder you read.
* Message cache, Disconnected Operation.
* MH-like FCC (FCC: %Backup is possible).
* Support of MIME (by SEMI or tm).
* Draft editing of mail and news as a same interface.
* Icon based interface for the list of Folder (XEmacs).
* Non-fetched operations for a big message part of MIME (IMAP4).
* Server side search (IMAP4), also various charset support.
* Virtual Folder.
* Compression Folder.
* Automatic expiration of old messages.
WWW: https://github.com/wanderlust/wanderlust
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- wanderlust-devel-emacs25>0:mail/wanderlust-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: wanderlust-devel-emacs25
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1503160393
SHA256 (wanderlust-wanderlust-2.15.9.b.20170628-770d54f_GH0.tar.gz) = cbf2bdc77db7e0aeb277a08eecd210bf26611a3962bbe91e371447f3c41a929a
SIZE (wanderlust-wanderlust-2.15.9.b.20170628-770d54f_GH0.tar.gz) = 1201720
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- emacs-w3m-emacs25>0 : www/emacs-w3m@full
- semi-emacs25>0 : editors/semi@full
- x-face-e21-emacs25>0 : mail/x-face-e21@full
- emacs-25.3 : editors/emacs@full
- Runtime dependencies:
-
- emacs-w3m-emacs25>0 : www/emacs-w3m@full
- semi-emacs25>0 : editors/semi@full
- emacs-25.3 : editors/emacs@full
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wanderlust-devel-emacs25-2.15.9.b.20170628_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- emacs
- pkg-message:
- ************************************************************
* Before using Wanderlust, you must set following elisp *
* to your own .emacs file. *
* *
* (require 'wanderlust-startup) *
* *
* Sample configuration files are installed into *
* ${PREFIX}/share/examples/wanderlust. Please copy to *
* your home directory and edit them. *
************************************************************
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15.9.b.20170628_2 23 Mar 2018 16:38:22 |
nobutaka |
- Integrate mail/wanderlust-devel into mail/wanderlust.
- Update to the snapshot on 2018/03/17. |
2.15.9.b.20170628_2 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
2.15.9.b.20170628_2 08 Dec 2017 08:33:45 |
mat |
Don't include bsd.port.options.mk after bsd.port.pre.mk.
Sponsored by: Absolight |
2.15.9.b.20170628_2 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
2.15.9.b.20170628_1 03 Sep 2017 09:07:25 |
nobutaka |
Update to the snapshot on 2017/06/28. |
2.15.9.b.20160912_1 26 Jun 2017 19:36:53 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
2.15.9.b.20160912_1 29 Apr 2017 14:50:53 |
jrm |
Chase editors/emacs update to version 25.2
Reported by: des
Approved by: ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10534 |
2.15.9.b.20160912 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.15.9.b.20160912 24 Sep 2016 08:14:02 |
nobutaka |
Update to the snapshot on 2016/09/12. |
2.15.9.b.20150809 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.15.9.b.20150809 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.15.9.b.20150809 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.15.9.b.20150809 23 Aug 2015 11:21:33 |
nobutaka |
Update to the snapshot on 2015/08/09. |
2.15.9.b.20141209_1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.15.9.b.20141209_1 07 May 2015 16:32:44 |
mat |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.15.9.b.20141209_1 27 Apr 2015 10:29:28 |
ashish |
- Chase GNU Emacs updates
PR: 199553 |
2.15.9.b.20141209 25 Jan 2015 04:23:10 |
nobutaka |
Update to the snapshot on 2014/12/09. |
2.15.9.b.20140613_1 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
2.15.9.b.20140613_1 05 Nov 2014 13:19:32 |
ashish |
- Chase GNU Emacs updates
PR: 194624 |
2.15.9.b.20140613 28 Jun 2014 11:47:07 |
nobutaka |
Update to the snapshot on 2014/06/13.
Use USE_GITHUB.
Update WWW in pkg-descr.
Support staging. |
2.15.9.b.20120923_1 14 Oct 2013 06:52:32 |
bapt |
Fix package name collision |
2.15.9.b.20120923_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.15.9.b.20120923_1 30 Mar 2013 05:13:30 |
ashish |
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above ) |
2.15.9.b.20120923 26 Jan 2013 10:37:03 |
nobutaka |
Update to the snapshot on 2012/09/23.
PR: ports/175264
Submitted by: Christopher J. Ruwe <cjr@cruwe.de> |
2.15.9.b.20120102_4 04 Sep 2012 17:05:44 |
ashish |
Chase Emacs updates |
2.15.9.b.20120102_3 01 Aug 2012 16:50:16 |
ashish |
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi |
2.15.9.b.20120102_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.15.9.b.20120102_1 22 Feb 2012 13:31:32 |
ashish |
- Chase Emacs updates
PR: ports/165082 |
2.15.9.b.20120102 23 Jan 2012 14:18:56 |
nobutaka |
Update to Update to 2.5.19 CVS snapshot on 2012/01/02.
Respect PREFIX for icons. |
2.15.9.b.20110420_3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.15.9.b.20110420_3 17 Oct 2011 06:01:31 |
ashish |
- Chase editors/emacs update |
2.15.9.b.20110420_2 07 Sep 2011 20:21:30 |
ashish |
Chase editors/emacs update |
2.15.9.b.20110420_1 27 Aug 2011 22:22:57 |
ashish |
Chase editors/emacs update.
PR: ports/160196 |
2.15.9.b.20110420 06 May 2011 15:42:22 |
nobutaka |
Update to 2.5.19 CVS snapshot on 2011/04/20 |
2.15.9.b.20101102 24 Dec 2010 16:04:48 |
nobutaka |
- Use MASTER_SITE_LOCAL.
- Add license info. |
2.15.9.b.20101102 26 Nov 2010 17:59:35 |
nobutaka |
Update to 2.5.19 CVS snapshot on 2010/11/02. |
2.15.9.b.20101014 16 Oct 2010 10:48:01 |
nobutaka |
Update to 2.5.19 CVS snapshot on 2010/10/14. |
2.15.9.b.20100711 18 Jul 2010 06:20:42 |
nobutaka |
Update to 2.5.19 CVS snapshot on 2010/07/11. |
2.15.9.b.20100125_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.15.9.b.20100125_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.15.9.b.20100125 27 Jan 2010 16:44:45 |
nobutaka |
- Update to 2.5.19 CVS snapshot on 2010/01/25.
- Change MASTER_SITES. |
2.15.7.b.20090926_1 20 Dec 2009 20:19:24 |
bsam |
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: (Only the first 15 lines of the commit message are shown above ) |
2.15.7.b.20090926 12 Oct 2009 13:43:38 |
nobutaka |
Resurrect wanderlust-devel. Repocopy from wanderlust was not allowed by
portmgr since previous data of wanderlust-devel exists in the CVS repository. |
2.15.7.b.20090926 28 Sep 2009 15:40:06 |
nobutaka |
Backout the addition of mail/wanderlust-devel.
The addition should have been done through repocopy from mail/wanderlust.
Pointy hat to: nobutaka
Feature safe: yes |
2.15.7.b.20090926 26 Sep 2009 12:27:08 |
nobutaka |
Add wanderlust-devel, development version of Wanderlust.
Feature safe: yes |