diff options
author | clement <clement@FreeBSD.org> | 2004-04-16 23:24:45 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-16 23:24:45 +0000 |
commit | b87d18dab09de25190a4baf2ae6819567f9712cf (patch) | |
tree | b6c9db3e939c7350554e0ec6fae3e851e709617a /mail | |
parent | a3d70fad3b8a99c153eee35518458736cb9e520e (diff) | |
download | FreeBSD-ports-b87d18dab09de25190a4baf2ae6819567f9712cf.zip FreeBSD-ports-b87d18dab09de25190a4baf2ae6819567f9712cf.tar.gz |
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>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/archmbox/Makefile | 24 | ||||
-rw-r--r-- | mail/archmbox/distinfo | 2 | ||||
-rw-r--r-- | mail/archmbox/pkg-descr | 20 |
4 files changed, 47 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 46afbbd..fc2d479 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -13,6 +13,7 @@ SUBDIR += antivirus-milter SUBDIR += anubis SUBDIR += archivemail + SUBDIR += archmbox SUBDIR += arrow SUBDIR += asmail SUBDIR += autorespond diff --git a/mail/archmbox/Makefile b/mail/archmbox/Makefile new file mode 100644 index 0000000..bd42d33 --- /dev/null +++ b/mail/archmbox/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: archmbox +# Date created: 4 April 2004 +# Whom: Talal Al-Dik <tad@vif.com> +# +# $FreeBSD$ +# + +PORTNAME= archmbox +PORTVERSION= 4.5.2 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= adc-archmbox + +MAINTAINER= tad@vif.com +COMMENT= Email archiver written in perl; parses mailboxes and performs actions + +GNU_CONFIGURE= yes +USE_PERL5= yes +CONFIGURE_ENV+= PERL=${PERL} + +MAN1= archmbox.1 +PLIST_FILES= bin/archmbox + +.include <bsd.port.mk> diff --git a/mail/archmbox/distinfo b/mail/archmbox/distinfo new file mode 100644 index 0000000..68f1c00 --- /dev/null +++ b/mail/archmbox/distinfo @@ -0,0 +1,2 @@ +MD5 (archmbox-4.5.2.tar.gz) = 4a7324ee754c502dcb4c99b66bc45302 +SIZE (archmbox-4.5.2.tar.gz) = 62731 diff --git a/mail/archmbox/pkg-descr b/mail/archmbox/pkg-descr new file mode 100644 index 0000000..1105724 --- /dev/null +++ b/mail/archmbox/pkg-descr @@ -0,0 +1,20 @@ +Archmbox is a simple email archiver written in perl: +- parses one or more mailboxes +- selects some or all messages +- performs specific actions on the selected messages. +At this time archmbox supports mbox and mbx mailbox formats. + +Three different modes are available: +- list mode, which is useful to list all selected messages +- kill mode, if messages should be deleted from the mailbox(es) +- archive mode, to archive the selected messages in a different mailbox + +Messages selection is based upon: +- date criteria +- absolute date +- days offset + +It is also possible to refine the selection using regex on the header fields. +The archive mailbox can be saved in gz or bz2 compressed format as well. + +WWW: http://adc-archmbox.sourceforge.net/ |