Port details |
- archmbox Email archiver that parses mailboxes and performs actions
- 4.10.0_2 mail =3 4.10.0_2Version 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: 2004-04-16 23:25:45
- Last Update: 2024-02-24 16:36:31
- Commit Hash: c42277c
- People watching this port, also watch:: ssss, ocaml-ocurl, autoconf, dmtx-utils, gnupg1
- Also Listed In: perl5
- License: GPLv2
- WWW:
- https://adc-archmbox.sourceforge.net/
- Description:
- Archmbox is a simple email archiver written in Perl; it parses one or more
mailboxes, selects some or all messages and then performs specific actions
on the selected messages. Archmbox supports mbox and mbx mailbox formats.
Four different modes are available:
- List mode, which is useful to list all selected messages before
archmbox performs the real operations (archiving or deleting)
- Kill mode, if messages should be deleted from the mailbox(es) rather
than archived
- Archive mode, to archive the selected messages in a different mailbox
- Copy mode, to copy the selected messages from the source mailbox
Messages selection is based upon a date criteria; an absolute date or days
offset can be specified. It is also possible to refine the selection using
regular expressions on the header fields of the message.
All archived messages are stored in a new mailbox with the same name of the
original one plus .archived as extension (this is the default, but can be
changed); the archive mailbox can be saved in gz or bz2 compressed format
as well.
- ¦ ¦ ¦ ¦
- 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/archmbox/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/archmbox
- pkg install archmbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: archmbox
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (archmbox-4.10.0.tar.gz) = 0c0ec8bf6340dbb625306e5c129abe50c070abb3d84e00ab2559cdfbc366f329
SIZE (archmbox-4.10.0.tar.gz) = 82370
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
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for archmbox-4.10.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_archmbox
- USES:
- 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 |
4.10.0_2 24 Feb 2024 16:36:31 |
Muhammad Moinur Rahman (bofh) |
mail/archmbox: Moved man to share/man
Approved by: portmgr (blanket) |
4.10.0_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
4.10.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 ) |
4.10.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 ) |
4.10.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.10.0_1 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
4.10.0_1 28 Aug 2014 15:03:20 |
johans |
Adopt port |
4.10.0_1 19 Jul 2014 18:27:23 |
adamw |
Stage. |
4.10.0_1 04 Jul 2014 09:12:57 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
4.10.0_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
4.10.0_1 06 Aug 2013 12:32:40 |
danfe |
Linux fuser(1) is incompatible with FreeBSD one, do not look for it. While
here: trim the header, adjust CATEGORIES and COMMENT, employ USES for perl5,
add LICENSE (GPLv2), install handful or docs, and update port description.
PR: ports/178024
Submitted by: koitsu
Approved by: maintainer timeout (since April 21st) |
4.10.0 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
4.10.0 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
4.10.0 14 Dec 2008 10:28:12 |
miwi |
- Update to 4.10.0
PR: 129286
Submitted by: Chifeng Qu <chifeng@gmail.com>
Approved by: maintainer timeout |
4.9.0 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
4.9.0 19 Apr 2005 17:19:02 |
jylefort |
Update to 4.9.0.
PR: ports/80053
Submitted by: Talal Al-Dik <tad@vif.com> (maintainer)
Approved by: adamw (mentor) |
4.8.0 25 Feb 2005 13:45:11 |
vs |
Update to 4.8.0
PR: ports/78050
Submitted by: maintainer |
4.7.0 08 Jan 2005 20:36:49 |
sem |
- Update to 4.7.0
PR: ports/75963
Submitted by: maintainer |
4.6.0 19 May 2004 08:57:30 |
krion |
- Update to version 4.6.0
PR: ports/66859
Submitted by: maintainer |
4.5.2 16 Apr 2004 23:24:45 |
clement |
Add archmbox 4.5.2, email archiver written in perl; parses mailboxes and
performs actions.
http://adc-archmbox.sourceforge.net/
PR: ports/65183
Submitted by: Talal Al-Dik <tad@vif.com> |