1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Resurrect and update mail/cleanup-maildir to 0.3.1. This application has now

been ported to Python 3.
This commit is contained in:
Emanuel Haupt 2021-02-19 15:14:10 +00:00
parent 58eb7b74b1
commit 8ec37e4f42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566073
5 changed files with 41 additions and 1 deletions

1
MOVED
View File

@ -15502,7 +15502,6 @@ lang/julia06|lang/julia10|2020-09-19|Has expired: Uses deprecated version of pyt
lang/julia07|lang/julia10|2020-09-19|Has expired: Uses deprecated version of python
lang/julia11||2020-09-19|Has expired: Uses deprecated version of python
lang/tinypy||2020-09-19|Has expired: Uses deprecated version of python
mail/cleanup-maildir||2020-09-19|Has expired: Uses deprecated version of python
mail/courier-pythonfilter||2020-09-19|Has expired: Uses deprecated version of python
mail/muttils||2020-09-19|Has expired: Uses deprecated version of python
mail/nohtml||2020-09-19|Has expired: Uses deprecated version of python

View File

@ -68,6 +68,7 @@
SUBDIR += claws-mail-tnef_parse
SUBDIR += claws-mail-vcalendar
SUBDIR += clawsker
SUBDIR += cleanup-maildir
SUBDIR += cone
SUBDIR += coolmail
SUBDIR += courier

View File

@ -0,0 +1,32 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= cleanup-maildir
PORTVERSION= 0.3.1
DISTVERSIONPREFIX= v
CATEGORIES= mail python
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Script for cleaning up mails in Maildir folders based on arival date
LICENSE= AS-IS
LICENSE_NAME= AS-IS
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraph>=0.2.1:graphics/py-pygraph@${PY_FLAVOR}
USES= python:3.6+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= ehaupt
SHEBANG_FILES= cleanup-maildir.py
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/cleanup-maildir
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cleanup-maildir.py \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1613746863
SHA256 (ehaupt-cleanup-maildir-v0.3.1_GH0.tar.gz) = b34946750417e0464db346fc5de22bd33a1dab2d7efa24b6d72148e160ef52ed
SIZE (ehaupt-cleanup-maildir-v0.3.1_GH0.tar.gz) = 7075

View File

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