From owner-svn-ports-head@freebsd.org Fri Jan 8 11:45:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5D9A6716F; Fri, 8 Jan 2016 11:45:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 805631883; Fri, 8 Jan 2016 11:45:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u08BjR9m015519; Fri, 8 Jan 2016 11:45:27 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u08BjRbC015515; Fri, 8 Jan 2016 11:45:27 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601081145.u08BjRbC015515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 8 Jan 2016 11:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405542 - in head/mail: . cleanup-maildir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2016 11:45:28 -0000 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 +# $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 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.