summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2009-01-03 10:50:27 +0100
committerAndraž Levstik2009-01-03 10:50:27 +0100
commit99228a11c71436c204e745aa1fa68e092449b506 (patch)
treee315e3b08ca9764fd581683b3b3fffc72f0edce8
parent2cb134d32197750ba09ee1000ab5647b139fdde9 (diff)
jmc: new spell, jabber mail component
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/jmc/DEPENDS5
-rwxr-xr-xpython-pypi/jmc/DETAILS15
-rw-r--r--python-pypi/jmc/HISTORY3
4 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 156139525c..27834a9d2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2009-01-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* python-pypi/pyxmpp: new spell, python xmpp library
* python-pypi/jcl: new spell, python jabber component library
+ * python-pypi/jmc: new spell, XMPP mail notification and transport
2009-01-03 Ladislav Hagara <hgr@vabo.cz>
* audio-players/cdcd: new spell, a console CD player
diff --git a/python-pypi/jmc/DEPENDS b/python-pypi/jmc/DEPENDS
new file mode 100755
index 0000000000..cc494ad506
--- /dev/null
+++ b/python-pypi/jmc/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends pysqlite &&
+depends sqlobject &&
+depends pyxmpp &&
+depends jcl
diff --git a/python-pypi/jmc/DETAILS b/python-pypi/jmc/DETAILS
new file mode 100755
index 0000000000..873019db96
--- /dev/null
+++ b/python-pypi/jmc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=jmc
+ VERSION=0.3b1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://people.happycoders.org/dax/projects/release/${SPELL}/0.3/${SOURCE}
+ SOURCE_HASH=sha512:5f25ddde151a98295b1b40ae68acb8cf34cf1c83572f84117eeabb5483a8b792ab5d49c3b4d4e1b2bb40d20860cf823e9470024bffd23cb17a403d7e2f9de05e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.3"
+ WEB_SITE="http://people.happycoders.org/dax/projects/jmc"
+ LICENSE[0]=GPL
+ ENTERED=20090103
+ SHORT="JMC is a jabber service to check email from POP3 and IMAP4 server."
+cat << EOF
+JMC is a jabber service to check email from POP3 and IMAP4 server and retrieve
+them or just a notification of new emails. Jabber users can register multiple
+email accounts.
+EOF
diff --git a/python-pypi/jmc/HISTORY b/python-pypi/jmc/HISTORY
new file mode 100644
index 0000000000..830e2bb959
--- /dev/null
+++ b/python-pypi/jmc/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+