- New port: mbox2imap

mbox2imap is a python script to upload local mbox files to remote INBOX folders
This commit is contained in:
Pietro Cerutti
2008-09-25 00:26:34 +00:00
parent 3ef3e2d1dc
commit b1cd19f8eb
4 changed files with 39 additions and 0 deletions

View File

@@ -249,6 +249,7 @@
SUBDIR += masqmail
SUBDIR += mavbiff
SUBDIR += mb2md
SUBDIR += mbox2imap
SUBDIR += mbox2mdir
SUBDIR += mboxcheck-applet
SUBDIR += mboxgrep

31
mail/mbox2imap/Makefile Normal file
View File

@@ -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>

3
mail/mbox2imap/distinfo Normal file
View File

@@ -0,0 +1,3 @@
MD5 (mbox2imap) = 031b86c32dd8bbfeeba6478f607b82f1
SHA256 (mbox2imap) = edca95bd28d8af8e64071cbb7218ec8acaf3be384a138b3b458f8f7e194797fa
SIZE (mbox2imap) = 14605

4
mail/mbox2imap/pkg-descr Normal file
View File

@@ -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/