Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d4532849614825bd26101fbb93824823a2d8b79b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d4532849614825bd26101fbb93824823a2d8b79b)
  • Date: Mon, 16 Nov 2009 00:17:11 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 1 +
mail/mb2md/BUILD | 1 +
mail/mb2md/DEPENDS | 2 ++
mail/mb2md/DETAILS | 31 +++++++++++++++++++++++++++++++
mail/mb2md/HISTORY | 3 +++
mail/mb2md/INSTALL | 1 +
mail/mb2md/PRE_BUILD | 3 +++
7 files changed, 42 insertions(+)

New commits:
commit d4532849614825bd26101fbb93824823a2d8b79b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mb2md: Add script to convert mailbox to maildir

diff --git a/ChangeLog b/ChangeLog
index a496510..c7334a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
Key also posted with

http://groups.google.com/group/linux.debian.changes.devel/browse_thread/thread/b6dfaeed7e9f1a93/de5c53d9851107cc
and subkeys.pgp.net
+ * mail/mb2md: Add script to convert mailbox to maildir

2009-11-11 Vasil Yonkov <spirtbrat AT sourcemage.org>
* wm-addons/parcellite: new spell, lightweight GTK+ clipboard manager
diff --git a/mail/mb2md/BUILD b/mail/mb2md/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/mail/mb2md/BUILD
@@ -0,0 +1 @@
+true
diff --git a/mail/mb2md/DEPENDS b/mail/mb2md/DEPENDS
new file mode 100755
index 0000000..eb09a7b
--- /dev/null
+++ b/mail/mb2md/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends timedate
diff --git a/mail/mb2md/DETAILS b/mail/mb2md/DETAILS
new file mode 100755
index 0000000..233e675
--- /dev/null
+++ b/mail/mb2md/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=mb2md
+ VERSION=3.20
+ SOURCE=$SPELL-$VERSION.pl.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://batleth.sapienti-sat.org/projects/mb2md/$SOURCE
+ LICENSE[0]=PD
+ WEB_SITE=http://bbdb.sourceforge.net
+ KEYWORDS="mail"
+ ENTERED=20091115
+ SHORT="Convert mailbox to maildir"
+cat << EOF
+Mb2md.pl was originally developed by Robin Whittle <rw at firstpr.com.au>
(you
+can find his old page here). It is a Perl script that takes one or more Mbox
+format mailbox files in a directory and convert them to Maildir format
+mailboxes. As the Mbox format has some drawbacks, D. J. Bernstein created the
+Maildir format when he wrote Qmail. With the Mbox format all mail of a
specific
+folder is stored as one large text file. The Maildir format stores each mail
as
+a separate file. It is a faster and more efficient way to store mail. It
works
+particularly well over NFS, which has a long history of locking-related woes.
+The Mbox format is used by most of the POP3/IMAP servers, most mail servers
+(MTAs) and mail readers (MUAs). The Maildir format is used by Qmail,
+Courier-MTA and can be also used as a alternative mail storage format by
+Postfix and Exim. A good POP3/IMAP server for Maildirs is Courier IMAP.
+
+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.
+EOF
diff --git a/mail/mb2md/HISTORY b/mail/mb2md/HISTORY
new file mode 100644
index 0000000..eaaefff
--- /dev/null
+++ b/mail/mb2md/HISTORY
@@ -0,0 +1,3 @@
+2009-11-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/mail/mb2md/INSTALL b/mail/mb2md/INSTALL
new file mode 100755
index 0000000..32e83cf
--- /dev/null
+++ b/mail/mb2md/INSTALL
@@ -0,0 +1 @@
+install -m 0755 ${SOURCE/.gz/} $INSTALL_ROOT/usr/bin/$SPELL.pl
diff --git a/mail/mb2md/PRE_BUILD b/mail/mb2md/PRE_BUILD
new file mode 100755
index 0000000..1a4a555
--- /dev/null
+++ b/mail/mb2md/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+verify_source '' &&
+zcat $SOURCE_CACHE/$SOURCE > $SOURCE_DIRECTORY/${SOURCE/.gz/}



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d4532849614825bd26101fbb93824823a2d8b79b), Eric Sandall, 11/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page