Date: Fri, 8 Jan 2016 11:45:27 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405542 - in head/mail: . cleanup-maildir Message-ID: <201601081145.u08BjRbC015515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Jan 8 11:45:27 2016 New Revision: 405542 URL: https://svnweb.freebsd.org/changeset/ports/405542 Log: Add cleanup-maildir 0.1.0.2016010801, a script for cleaning up mails in Maildir folders based on the arival date. The script supports thread detection and can distinguish between read and partially read threads. Added: head/mail/cleanup-maildir/ head/mail/cleanup-maildir/Makefile (contents, props changed) head/mail/cleanup-maildir/distinfo (contents, props changed) head/mail/cleanup-maildir/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Jan 8 10:28:27 2016 (r405541) +++ head/mail/Makefile Fri Jan 8 11:45:27 2016 (r405542) @@ -69,6 +69,7 @@ SUBDIR += claws-mail-tnef SUBDIR += claws-mail-vcalendar SUBDIR += clawsker + SUBDIR += cleanup-maildir SUBDIR += cone SUBDIR += coolmail SUBDIR += courier Added: head/mail/cleanup-maildir/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cleanup-maildir/Makefile Fri Jan 8 11:45:27 2016 (r405542) @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cleanup-maildir +PORTVERSION= 0.1.0.2016010801 +CATEGORIES= mail python +MASTER_SITES= LOCAL/ehaupt + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Script for cleaning up mails in Maildir folders based on arival date + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core + +USES= python shebangfix +NO_BUILD= yes + +SHEBANG_FILES= cleanup-maildir.py +PLIST_FILES= bin/cleanup-maildir + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cleanup-maildir.py \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> Added: head/mail/cleanup-maildir/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cleanup-maildir/distinfo Fri Jan 8 11:45:27 2016 (r405542) @@ -0,0 +1,2 @@ +SHA256 (cleanup-maildir-0.1.0.2016010801.tar.gz) = 27569c590b6dc51f745f021f07c8f249454340dbbe4fa6a88abd9f01e8e6dc37 +SIZE (cleanup-maildir-0.1.0.2016010801.tar.gz) = 6209 Added: head/mail/cleanup-maildir/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cleanup-maildir/pkg-descr Fri Jan 8 11:45:27 2016 (r405542) @@ -0,0 +1,5 @@ +This is a script for cleaning up and archiving mails in Maildir folders based on +the date the mail was received. + +The script supports thread detection and can distinguish between read and +partially read threads.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601081145.u08BjRbC015515>