sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (455cbef35c2365ae19ea6db3eb7f8144c6ce2930)
- From: Mathieu Lonjaret <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (455cbef35c2365ae19ea6db3eb7f8144c6ce2930)
- Date: Wed, 15 Oct 2008 08:17:11 -0500
GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:
ChangeLog | 3 +++
ftp/imapsync/BUILD | 1 +
ftp/imapsync/DEPENDS | 7 +++++++
ftp/imapsync/DETAILS | 14 ++++++++++++++
ftp/imapsync/HISTORY | 2 ++
perl-cpan/mail-imapclient/DETAILS | 2 +-
perl-cpan/mail-imapclient/HISTORY | 3 +++
7 files changed, 31 insertions(+), 1 deletion(-)
New commits:
commit 30d8d25f4cc604ac68b835a3b7fef70f7fcd57a0
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
ftp/imapsync: new spell
commit 5b9ebcf4e0e0c6643c8f4a3db89eabe7a1e39a72
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
perl-cpan/mail-imapclient: use $PERL_CPAN_URL
diff --git a/ChangeLog b/ChangeLog
index b2b6ed0..a204951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2008-10-15 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * ftp/imapsync: new spell, a tool to synchronize/copy imap mailboxes
+
+2008-10-15 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* perl-cpan/mail-imapclient: new spell, An IMAP Client API
2008-10-14 Arjan Bouter <abouter AT sourcemage.org>
diff --git a/ftp/imapsync/BUILD b/ftp/imapsync/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/ftp/imapsync/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ftp/imapsync/DEPENDS b/ftp/imapsync/DEPENDS
new file mode 100755
index 0000000..cef08d7
--- /dev/null
+++ b/ftp/imapsync/DEPENDS
@@ -0,0 +1,7 @@
+depends perl &&
+depends mail-imapclient &&
+depends digest-md5 &&
+depends term-readkey &&
+depends io-socket-ssl &&
+depends date-manip
+
diff --git a/ftp/imapsync/DETAILS b/ftp/imapsync/DETAILS
new file mode 100755
index 0000000..50015f0
--- /dev/null
+++ b/ftp/imapsync/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=imapsync
+ VERSION=1.267
+
SOURCE_HASH=sha512:5cf124db38c0fd99ab214741d1759c48e4fc24f08365d8eb70c833964b90ef6c980731728ccced2276beb007e4763dda64cf6e5f4d550f8b729509d3cbd76ace
+ SOURCE=${SPELL}-$VERSION.tgz
+ SOURCE_URL[0]=http://www.linux-france.org/prj/imapsync/dist/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.linux-france.org/prj/imapsync/
+ ENTERED=20081015
+ LICENSE[0]=GPL
+ KEYWORDS="mail imap sync"
+ SHORT="imapsync is a tool for facilitating incremental recursive
IMAP transfers from one mailbox to another."
+cat << EOF
+imapsync is a tool for facilitating incremental recursive IMAP transfers
from one mailbox to another. It is useful for mailbox migration, and reduces
the amount of data transferred by only copying messages that are not present
on both servers. Read, unread, and deleted flags are preserved, and the
process can be stopped and resumed. The original messages can optionally be
deleted after a successful transfer.
+EOF
diff --git a/ftp/imapsync/HISTORY b/ftp/imapsync/HISTORY
new file mode 100644
index 0000000..dcec555
--- /dev/null
+++ b/ftp/imapsync/HISTORY
@@ -0,0 +1,2 @@
+2008-10-15 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created this spell
diff --git a/perl-cpan/mail-imapclient/DETAILS
b/perl-cpan/mail-imapclient/DETAILS
index 7d7c750..4586c72 100755
--- a/perl-cpan/mail-imapclient/DETAILS
+++ b/perl-cpan/mail-imapclient/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.2.9
SOURCE=Mail-IMAPClient-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Mail-IMAPClient-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DJ/DJKERNEN/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DJ/DJKERNEN/$SOURCE
SOURCE_HASH=sha512:231b9f7c6d0118aaa1c4a940c65ff30b9ca9041563f59279b900d881756e23cc3a440046273e48e5bc106bac00080020c427e41b6a1b8fe55be19b12eda22e80
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?module=Mail::IMAPClient"
diff --git a/perl-cpan/mail-imapclient/HISTORY
b/perl-cpan/mail-imapclient/HISTORY
index bab7227..4a90cb8 100644
--- a/perl-cpan/mail-imapclient/HISTORY
+++ b/perl-cpan/mail-imapclient/HISTORY
@@ -1,2 +1,5 @@
2008-10-15: Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS: use $PERL_CPAN_URL
+
+2008-10-15: Mathieu Lonjaret <lejatorn AT sourcemage.org>
* DEPENDS, DETAILS, HISTORY, BUILD: creation of the spell
- [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (455cbef35c2365ae19ea6db3eb7f8144c6ce2930), Mathieu Lonjaret, 10/15/2008
Archive powered by MHonArc 2.6.24.