diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-25 00:26:34 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-25 00:26:34 +0000 |
commit | b1cd19f8eb50fe832a5a55fd8ccfbf5471e78c04 (patch) | |
tree | 0aed0e6a5e72ed985703db2afd8beaabeb7d2c79 /mail/mbox2imap | |
parent | 3ef3e2d1dc365a58652510dcd2aae783c10c2d6f (diff) |
Notes
Diffstat (limited to 'mail/mbox2imap')
-rw-r--r-- | mail/mbox2imap/Makefile | 31 | ||||
-rw-r--r-- | mail/mbox2imap/distinfo | 3 | ||||
-rw-r--r-- | mail/mbox2imap/pkg-descr | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/mail/mbox2imap/Makefile b/mail/mbox2imap/Makefile new file mode 100644 index 000000000000..7a2a21ebb037 --- /dev/null +++ b/mail/mbox2imap/Makefile @@ -0,0 +1,31 @@ +# New ports collection Makefile for: mbox2imap +# Date created: 25 September 2008 +# Whom: gahr +# +# $FreeBSD$ +# + +PORTNAME= mbox2imap +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= http://people.cs.uchicago.edu/~brendan/scripts/ \ + http://people.freebsd.org/~gahr/distfiles/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= # none +EXTRACT_ONLY= # none + +MAINTAINER= gahr@FreeBSD.org +COMMENT= Upload email stored in mbox file format to an IMAP server + +USE_PYTHON= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +post-extract: + ${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/mail/mbox2imap/distinfo b/mail/mbox2imap/distinfo new file mode 100644 index 000000000000..e7ad7264a9d4 --- /dev/null +++ b/mail/mbox2imap/distinfo @@ -0,0 +1,3 @@ +MD5 (mbox2imap) = 031b86c32dd8bbfeeba6478f607b82f1 +SHA256 (mbox2imap) = edca95bd28d8af8e64071cbb7218ec8acaf3be384a138b3b458f8f7e194797fa +SIZE (mbox2imap) = 14605 diff --git a/mail/mbox2imap/pkg-descr b/mail/mbox2imap/pkg-descr new file mode 100644 index 000000000000..84ab1bf48dd7 --- /dev/null +++ b/mail/mbox2imap/pkg-descr @@ -0,0 +1,4 @@ +mbox2imap is a python script to upload email stored in mbox file format to +an IMAP server. + +WWW: http://people.cs.uchicago.edu/~brendan/scripts/ |