From e60734ff9c8115777c51eee20e1c752c93a492f3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 24 Feb 2012 00:21:50 +0000 Subject: This simple utility scans a directory for maildirs and prints them in mutt-compatible format. It may be called from .muttrc to automatically fill mutt's mailboxes parameter on startup with all available maildirs. WWW: https://github.com/AMDmi3/findmaildirs --- mail/Makefile | 1 + mail/findmaildirs/Makefile | 27 +++++++++++++++++++++++++++ mail/findmaildirs/distinfo | 2 ++ mail/findmaildirs/pkg-descr | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 mail/findmaildirs/Makefile create mode 100644 mail/findmaildirs/distinfo create mode 100644 mail/findmaildirs/pkg-descr diff --git a/mail/Makefile b/mail/Makefile index 57e3194b2736..d04a7cc6599a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -152,6 +152,7 @@ SUBDIR += fetchmail SUBDIR += fetchyahoo SUBDIR += filtermail + SUBDIR += findmaildirs SUBDIR += firemime SUBDIR += firepay SUBDIR += firetray diff --git a/mail/findmaildirs/Makefile b/mail/findmaildirs/Makefile new file mode 100644 index 000000000000..f576d09bad96 --- /dev/null +++ b/mail/findmaildirs/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: findmaildirs +# Date created: 24 Feb 2012 +# Whom: Dmitry Marakasov +# +# $FreeBSD$ +# + +PORTNAME= findmaildirs +PORTVERSION= 0.1 +CATEGORIES= mail +MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/findmaildirs/ \ + http://mirror.amdmi3.ru/distfiles/ + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Simple utility to create list of maildirs for mutt + +PLIST_FILES= bin/${PORTNAME} + +PORTDOCS= README + +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ +.endif + +.include diff --git a/mail/findmaildirs/distinfo b/mail/findmaildirs/distinfo new file mode 100644 index 000000000000..06ccb7043396 --- /dev/null +++ b/mail/findmaildirs/distinfo @@ -0,0 +1,2 @@ +SHA256 (findmaildirs-0.1.tar.gz) = 52131b68d105f1c02f59a70fb0b81de44d31710b0c437456b09e3dd685560184 +SIZE (findmaildirs-0.1.tar.gz) = 1839 diff --git a/mail/findmaildirs/pkg-descr b/mail/findmaildirs/pkg-descr new file mode 100644 index 000000000000..9417b347630c --- /dev/null +++ b/mail/findmaildirs/pkg-descr @@ -0,0 +1,5 @@ +This simple utility scans a directory for maildirs and prints them in +mutt-compatible format. It may be called from .muttrc to automatically +fill mutt's mailboxes parameter on startup with all available maildirs. + +WWW: https://github.com/AMDmi3/findmaildirs -- cgit v1.2.3