[SM-Commit] GIT changes to master grimoire by Florian Franzmann (03091564fcd33f90837bef34cf0364269166fcf8)

Florian Franzmann scm at mail.sourcemage.org
Sat Nov 11 11:31:04 EST 2006


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 ChangeLog                 |    1 +
 mail/offlineimap/BUILD    |    1 +
 mail/offlineimap/DEPENDS  |    1 +
 mail/offlineimap/DETAILS  |   38 ++++++++++++++++++++++++++++++++++++++
 mail/offlineimap/HISTORY  |    3 +++
 mail/offlineimap/INSTALL  |    4 ++++
 mail/offlineimap/TRIGGERS |    1 +
 7 files changed, 49 insertions(+)

New commits:
commit 79ec73ce384f8a6a50c89c3f6a3ca776248f7ffe
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    new spell: offlineimap

diff --git a/ChangeLog b/ChangeLog
index 66c57f6..4d90c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
 
 2006-11-11 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* devel/byaccj: new spell, a LALR parser generator
+	* mail/offlineimap: new spell, an offline imap Maildir syncer
 
 2006-11-11 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* mobile/libopensync-plugin-gnokii: new spell
diff --git a/mail/offlineimap/BUILD b/mail/offlineimap/BUILD
new file mode 100755
index 0000000..3d7f60b
--- /dev/null
+++ b/mail/offlineimap/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/mail/offlineimap/DEPENDS b/mail/offlineimap/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/mail/offlineimap/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/mail/offlineimap/DETAILS b/mail/offlineimap/DETAILS
new file mode 100755
index 0000000..23d9aff
--- /dev/null
+++ b/mail/offlineimap/DETAILS
@@ -0,0 +1,38 @@
+           SPELL=offlineimap
+         VERSION=4.0.14
+          SOURCE=${SPELL}_${VERSION}.tar.gz
+   SOURCE_URL[0]=ftp://ftp.de.debian.org/debian/pool/main/o/offlineimap/${SPELL}_${VERSION}.tar.gz
+     SOURCE_HASH=sha512:6fba4f82cc4bff3c1cd06fa82c2ab586ecfca16b5e26e6d63ff717450cd3a98a85870466a9787ff6df544e40c688a224eba17ecee36bfa0f725abc376ba5d404
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+        WEB_SITE=http://www.hawo.stw.uni-erlangen.de/~siflfran/smgl/offlineimap/
+         ENTERED=20060804
+      LICENSE[0]=GPL
+           SHORT="IMAP/Maildir synchronization and reader support"
+cat << EOF
+ OfflineIMAP is a tool to simplify your e-mail reading.  With OfflineIMAP,
+ you can:
+
+  * Read the same mailbox from multiple computers, and have your
+    changes (deletions, etc.) be automatically reflected on all computers
+
+  * Use various mail clients to read a single mail box
+
+  * Read mail while offline (on a laptop) and have all changes
+    synchronized when you get connected again
+
+  * Read IMAP mail with mail readers that do not support IMAP
+
+  * Use SSL (secure connections) to read IMAP mail even if your reader
+    doesn't support SSL
+
+  * Synchronize your mail using a completely safe and fault-tolerant
+    algorithm.  (At least I think it is!)
+
+  * Customize which mailboxes to synchronize with regular expressions
+    or lists.
+
+  * Synchronize your mail two to four times faster than with other tools
+    or other mail readers' internal IMAP support.
+
+ In short, OfflineIMAP is a tool to let you read mail how YOU want to.
+EOF
diff --git a/mail/offlineimap/HISTORY b/mail/offlineimap/HISTORY
new file mode 100644
index 0000000..4a7d5f0
--- /dev/null
+++ b/mail/offlineimap/HISTORY
@@ -0,0 +1,3 @@
+2006-11-11 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* BUILD, DEPENDS, DETAILS, HISTORY, INSTALL, TRIGGERS: 
+	  created spell
diff --git a/mail/offlineimap/INSTALL b/mail/offlineimap/INSTALL
new file mode 100755
index 0000000..e810475
--- /dev/null
+++ b/mail/offlineimap/INSTALL
@@ -0,0 +1,4 @@
+python setup.py install --root="${INSTALL_ROOT}/" --no-compile &&
+mkdir -p ${INSTALL_ROOT}/usr/share/doc/${SPELL}                &&
+install -m 644 -o root -g root ${SOURCE_DIRECTORY}/offlineimap.conf \
+		               ${INSTALL_ROOT}/usr/share/doc/${SPELL}
diff --git a/mail/offlineimap/TRIGGERS b/mail/offlineimap/TRIGGERS
new file mode 100755
index 0000000..863aef7
--- /dev/null
+++ b/mail/offlineimap/TRIGGERS
@@ -0,0 +1 @@
+on_cast python cast_self



More information about the SM-Commit mailing list