New package: mailsort

mailsort is a perl script that sorts mbox format (single file) mail
folders by the dates in the `From ' lines that separate mail messages
in each folder.
This commit is contained in:
reed 2012-11-05 15:06:45 +00:00
parent 3b78db0719
commit 2d87fe739c
4 changed files with 38 additions and 0 deletions

3
mail/mailsort/DESCR Normal file
View file

@ -0,0 +1,3 @@
mailsort is a perl script that sorts mbox format (single file) mail
folders by the dates in the `From ' lines that separate mail messages
in each folder.

27
mail/mailsort/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1 2012/11/05 15:06:45 reed Exp $
#
DISTNAME= mailsort-1.26
CATEGORIES= mail
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AZ/AZS/mailsort/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://search.cpan.org/~azs/mailsort/
COMMENT= Sort mbox mail folders by date
LICENSE= gnu-gpl-v2
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
REPLACE_PERL+= mailsort
USE_LANGUAGES= # none
USE_TOOLS= perl pod2man
do-build:
pod2man ${WRKSRC}/mailsort > ${WRKSRC}/mailsort.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mailsort ${DESTDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/mailsort.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"

3
mail/mailsort/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2012/11/05 15:06:45 reed Exp $
bin/mailsort
man/man1/mailsort.1

5
mail/mailsort/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/11/05 15:06:45 reed Exp $
SHA1 (mailsort-1.26.tar.gz) = c872b782ae9b0cb1ac35010461cd7434cdfa5ab4
RMD160 (mailsort-1.26.tar.gz) = 9c32d16de72a3944e629c5a1096560652067aecc
Size (mailsort-1.26.tar.gz) = 13422 bytes