pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/archivemail Import archivemail-0.6.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/660bc72c8f7a
branches:  trunk
changeset: 477358:660bc72c8f7a
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Jun 30 19:12:13 2004 +0000

description:
Import archivemail-0.6.1:
Tool for archiving and compressing old email in mailboxes

archivemail is a tool written in Python for archiving and compressing
old email in mailboxes. It can move messages older than the specified
number of days to a separate mbox format mailbox that is compressed
with gzip, or optionally just delete old email.

diffstat:

 mail/archivemail/DESCR    |   4 ++++
 mail/archivemail/Makefile |  30 ++++++++++++++++++++++++++++++
 mail/archivemail/PLIST    |  10 ++++++++++
 mail/archivemail/distinfo |   4 ++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r cf4d6dc5bd7b -r 660bc72c8f7a mail/archivemail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/archivemail/DESCR    Wed Jun 30 19:12:13 2004 +0000
@@ -0,0 +1,4 @@
+archivemail is a tool written in Python for archiving and compressing
+old email in mailboxes. It can move messages older than the specified
+number of days to a separate mbox format mailbox that is compressed
+with gzip, or optionally just delete old email.
diff -r cf4d6dc5bd7b -r 660bc72c8f7a mail/archivemail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/archivemail/Makefile Wed Jun 30 19:12:13 2004 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/30 19:12:13 hubertf Exp $
+#
+
+DISTNAME=              archivemail-0.6.1
+CATEGORIES=            mail
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=archivemail/}
+
+MAINTAINER=            hubertf%NetBSD.org@localhost
+HOMEPAGE=              http://archivemail.sourceforge.net/
+COMMENT=               Tool for archiving and compressing old email in mailboxes
+
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+USE_BUILDLINK3=                yes
+
+do-install:
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py install \
+               --prefix=${PREFIX}
+
+post-install:
+               ${INSTALL_DATA_DIR} ${PREFIX}/share/archivemail
+               cd ${WRKSRC} ; ${INSTALL_DATA} \
+                       CHANGELOG FAQ MANIFEST PKG-INFO README TODO \
+                       ${PREFIX}/share/archivemail
+               cd ${WRKSRC} ; ${INSTALL_MAN} \
+                       archivemail.1 \
+                       ${PREFIX}/man/man1
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cf4d6dc5bd7b -r 660bc72c8f7a mail/archivemail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/archivemail/PLIST    Wed Jun 30 19:12:13 2004 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/30 19:12:13 hubertf Exp $
+bin/archivemail
+man/man1/archivemail.1
+share/archivemail/CHANGELOG
+share/archivemail/FAQ
+share/archivemail/MANIFEST
+share/archivemail/PKG-INFO
+share/archivemail/README
+share/archivemail/TODO
+@dirrm share/archivemail
diff -r cf4d6dc5bd7b -r 660bc72c8f7a mail/archivemail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/archivemail/distinfo Wed Jun 30 19:12:13 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/30 19:12:13 hubertf Exp $
+
+SHA1 (archivemail-0.6.1.tar.gz) = bc39a4192cf6dc375ce6274527a88a88563a3820
+Size (archivemail-0.6.1.tar.gz) = 34874 bytes



Home | Main Index | Thread Index | Old Index