aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-05-20 03:46:43 +0800
committerpetef <petef@FreeBSD.org>2002-05-20 03:46:43 +0800
commitceefdb943fddc0b6603ee2976edd931585d08144 (patch)
tree56b4cd801d5fda35fb608fd2046b7c52a546532a
parent1db50fb71a7107e7746d62f1e189fe836628f22d (diff)
downloadfreebsd-ports-gnome-ceefdb943fddc0b6603ee2976edd931585d08144.tar.gz
freebsd-ports-gnome-ceefdb943fddc0b6603ee2976edd931585d08144.tar.zst
freebsd-ports-gnome-ceefdb943fddc0b6603ee2976edd931585d08144.zip
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>
-rw-r--r--mail/Makefile1
-rw-r--r--mail/archivemail/Makefile22
-rw-r--r--mail/archivemail/distinfo1
-rw-r--r--mail/archivemail/pkg-comment1
-rw-r--r--mail/archivemail/pkg-descr8
-rw-r--r--mail/archivemail/pkg-plist1
6 files changed, 34 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index d13ee6554745..5dca842c5ac4 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -4,6 +4,7 @@
SUBDIR += abook
SUBDIR += adcomplain
SUBDIR += althea
+ SUBDIR += archivemail
SUBDIR += arrow
SUBDIR += asmail
SUBDIR += autorespond
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile
new file mode 100644
index 000000000000..a9f32054ff02
--- /dev/null
+++ b/mail/archivemail/Makefile
@@ -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>
diff --git a/mail/archivemail/distinfo b/mail/archivemail/distinfo
new file mode 100644
index 000000000000..735590794761
--- /dev/null
+++ b/mail/archivemail/distinfo
@@ -0,0 +1 @@
+MD5 (archivemail-0.1.0.tar.gz) = c91ff273fec65c5ecafc9016bb2a9392
diff --git a/mail/archivemail/pkg-comment b/mail/archivemail/pkg-comment
new file mode 100644
index 000000000000..65eb01a60fa0
--- /dev/null
+++ b/mail/archivemail/pkg-comment
@@ -0,0 +1 @@
+Search mailbox files and archive or delete mail older than N days
diff --git a/mail/archivemail/pkg-descr b/mail/archivemail/pkg-descr
new file mode 100644
index 000000000000..6c2771a7ab20
--- /dev/null
+++ b/mail/archivemail/pkg-descr
@@ -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
diff --git a/mail/archivemail/pkg-plist b/mail/archivemail/pkg-plist
new file mode 100644
index 000000000000..edf9549516fa
--- /dev/null
+++ b/mail/archivemail/pkg-plist
@@ -0,0 +1 @@
+bin/archivemail