pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mailsort New package: mailsort



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e464ee860cec
branches:  trunk
changeset: 610763:e464ee860cec
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Nov 05 15:06:45 2012 +0000

description:
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.

diffstat:

 mail/mailsort/DESCR    |   3 +++
 mail/mailsort/Makefile |  27 +++++++++++++++++++++++++++
 mail/mailsort/PLIST    |   3 +++
 mail/mailsort/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r d0139d761574 -r e464ee860cec mail/mailsort/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsort/DESCR       Mon Nov 05 15:06:45 2012 +0000
@@ -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.
diff -r d0139d761574 -r e464ee860cec mail/mailsort/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsort/Makefile    Mon Nov 05 15:06:45 2012 +0000
@@ -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@localhost
+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"
diff -r d0139d761574 -r e464ee860cec mail/mailsort/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsort/PLIST       Mon Nov 05 15:06:45 2012 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2012/11/05 15:06:45 reed Exp $
+bin/mailsort
+man/man1/mailsort.1
diff -r d0139d761574 -r e464ee860cec mail/mailsort/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsort/distinfo    Mon Nov 05 15:06:45 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index