pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mb2md Initial import of mb2md 3.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9e05000ddb
branches:  trunk
changeset: 492832:2d9e05000ddb
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Apr 20 11:00:18 2005 +0000

description:
Initial import of mb2md 3.20.

Mb2md.pl is a Perl script that takes one or more Mbox format mailbox
files in a directory and convert them to Maildir format mailboxes.
Mb2md.pl does not only convert mailbox files into a Maildir but
also the /var/spool/mail/$USER mailspool file. It is smart enough
to not transfer a dummy message such as the UW IMAPD puts at the
start of Mbox mailboxes - and you could add your own search terms
into the script to make it ignore other forms of dummy first message.

diffstat:

 mail/mb2md/DESCR    |   7 +++++++
 mail/mb2md/Makefile |  26 ++++++++++++++++++++++++++
 mail/mb2md/PLIST    |   2 ++
 mail/mb2md/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 832421bde311 -r 2d9e05000ddb mail/mb2md/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mb2md/DESCR  Wed Apr 20 11:00:18 2005 +0000
@@ -0,0 +1,7 @@
+Mb2md.pl is a Perl script that takes one or more Mbox format mailbox
+files in a directory and convert them to Maildir format mailboxes.
+Mb2md.pl does not only convert mailbox files into a Maildir but
+also the /var/spool/mail/$USER mailspool file. It is smart enough
+to not transfer a dummy message such as the UW IMAPD puts at the
+start of Mbox mailboxes - and you could add your own search terms
+into the script to make it ignore other forms of dummy first message.
diff -r 832421bde311 -r 2d9e05000ddb mail/mb2md/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mb2md/Makefile       Wed Apr 20 11:00:18 2005 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/20 11:00:18 schmonz Exp $
+#
+
+DISTNAME=              mb2md-3.20.pl
+PKGNAME=               ${DISTNAME:S/.pl$//}
+CATEGORIES=            mail
+MASTER_SITES=          ${HOMEPAGE}
+EXTRACT_SUFX=          .gz
+
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              http://batleth.sapienti-sat.org/projects/mb2md/
+COMMENT=               Converts one or more mboxes to maildirs
+
+DEPENDS+=              p5-TimeDate-[0-9]*:../../time/p5-TimeDate
+
+WRKSRC=                        ${WRKDIR}
+
+USE_PERL5=             run
+REPLACE_PERL=          ${DISTNAME}
+
+NO_BUILD=              # defined
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 832421bde311 -r 2d9e05000ddb mail/mb2md/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mb2md/PLIST  Wed Apr 20 11:00:18 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/20 11:00:18 schmonz Exp $
+bin/mb2md
diff -r 832421bde311 -r 2d9e05000ddb mail/mb2md/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mb2md/distinfo       Wed Apr 20 11:00:18 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/20 11:00:18 schmonz Exp $
+
+SHA1 (mb2md-3.20.pl.gz) = 96f69bea2802eaf578c2ce82320ea4b0bb1a08c6
+RMD160 (mb2md-3.20.pl.gz) = 03ee1e543ba070c222aa7e20624aaf5fa390785c
+Size (mb2md-3.20.pl.gz) = 14977 bytes



Home | Main Index | Thread Index | Old Index