Add archivemail 0.1.0, search mailbox files and archive or delete

mail older than N days.

PR:		36648
Submitted by:	Alan Eldridge <ports@geeksrus.net>
This commit is contained in:
Pete Fritchman 2002-05-19 19:46:43 +00:00
parent 6ad3b7e8bf
commit a99979d933
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59479
6 changed files with 34 additions and 0 deletions

View File

@ -4,6 +4,7 @@
SUBDIR += abook
SUBDIR += adcomplain
SUBDIR += althea
SUBDIR += archivemail
SUBDIR += arrow
SUBDIR += asmail
SUBDIR += autorespond

22
mail/archivemail/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: archivemail
# Date created: 2002/04/02
# Whom: Alan Eldridge <ports@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= archivemail
PORTVERSION= 0.1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@geeksrus.net
NO_BUILD= yes
USE_PYTHON= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (archivemail-0.1.0.tar.gz) = c91ff273fec65c5ecafc9016bb2a9392

View File

@ -0,0 +1 @@
Search mailbox files and archive or delete mail older than N days

View File

@ -0,0 +1,8 @@
Archivemail searches through mailbox files (in any of a number of
formats) and selects messages older than N days to be moved to a new,
optionally-compressed, mbox-format file. Selected messages can also be
appended to an existing archive file, or simply deleted.
WWW: http://archivemail.sourceforge.net/
--AlanE

View File

@ -0,0 +1 @@
bin/archivemail