diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-02-24 00:21:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-02-24 00:21:50 +0000 |
commit | e60734ff9c8115777c51eee20e1c752c93a492f3 (patch) | |
tree | 7953832976699589d907d1f56ae1b93c8ec8da2a | |
parent | 6e1e377f629186b060ee3afa2053bf4f4c22579e (diff) | |
download | ports-e60734ff9c8115777c51eee20e1c752c93a492f3.tar.gz ports-e60734ff9c8115777c51eee20e1c752c93a492f3.zip |
Notes
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/findmaildirs/Makefile | 27 | ||||
-rw-r--r-- | mail/findmaildirs/distinfo | 2 | ||||
-rw-r--r-- | mail/findmaildirs/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
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 <amdmi3@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |