summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2009-01-03 12:23:48 +0100
committerTreeve Jelbert2009-01-03 12:23:48 +0100
commit1dd1c092418823a7df72507ce126a5c4f4a1923c (patch)
tree1b7553965721f8c4562b61788d4e17770bfe25f0
parent779500b21e94f54ac38bbbe1d3dd82bbfce8e13b (diff)
parent99228a11c71436c204e745aa1fa68e092449b506 (diff)
Merge branch 'master' of ssh://treeve@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog5
-rwxr-xr-xpython-pypi/jcl/DEPENDS4
-rwxr-xr-xpython-pypi/jcl/DETAILS14
-rw-r--r--python-pypi/jcl/HISTORY3
-rwxr-xr-xpython-pypi/jmc/DEPENDS5
-rwxr-xr-xpython-pypi/jmc/DETAILS15
-rw-r--r--python-pypi/jmc/HISTORY3
-rwxr-xr-xpython-pypi/pyxmpp/DEPENDS4
-rwxr-xr-xpython-pypi/pyxmpp/DETAILS30
-rw-r--r--python-pypi/pyxmpp/HISTORY3
10 files changed, 86 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ed605109a..27834a9d2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
* crypto/pkcs11-helper: new spell, a PKCS#11 helper library
diff --git a/python-pypi/jcl/DEPENDS b/python-pypi/jcl/DEPENDS
new file mode 100755
index 0000000000..87d95d3588
--- /dev/null
+++ b/python-pypi/jcl/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends pyxmpp &&
+depends pysqlite &&
+depends sqlobject
diff --git a/python-pypi/jcl/DETAILS b/python-pypi/jcl/DETAILS
new file mode 100755
index 0000000000..948e5a3796
--- /dev/null
+++ b/python-pypi/jcl/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=jcl
+ VERSION=0.1b1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://people.happycoders.org/dax/projects/release/${SPELL}/0.1/${SOURCE}
+ SOURCE_HASH=sha512:faac0cb9caf8efc08728a38f4fefb1ca7df87e8615a84f87300d05e14b0d88759ce512cead6c6089e2fc2cb683a5b84d63a55b46ae9fc6a194b67d382a261633
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.1"
+ WEB_SITE="http://people.happycoders.org/dax/projects/jcl"
+ LICENSE[0]=LGPL
+ ENTERED=20090103
+ SHORT="JCL aims to create a common base for Jabber server components."
+cat << EOF
+JCL aims to create a common base for Jabber server components. It handle
+account registration and propose different component behaviors to inherit from.
+EOF
diff --git a/python-pypi/jcl/HISTORY b/python-pypi/jcl/HISTORY
new file mode 100644
index 0000000000..830e2bb959
--- /dev/null
+++ b/python-pypi/jcl/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+
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
+
diff --git a/python-pypi/pyxmpp/DEPENDS b/python-pypi/pyxmpp/DEPENDS
new file mode 100755
index 0000000000..f595adae6a
--- /dev/null
+++ b/python-pypi/pyxmpp/DEPENDS
@@ -0,0 +1,4 @@
+depends -sub python libxml2 &&
+depends dnspython &&
+depends m2crypto &&
+depends python
diff --git a/python-pypi/pyxmpp/DETAILS b/python-pypi/pyxmpp/DETAILS
new file mode 100755
index 0000000000..c0ef26c3f3
--- /dev/null
+++ b/python-pypi/pyxmpp/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=pyxmpp
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.jajcus.net/downloads/${SOURCE}
+ SOURCE_HASH=sha512:87802e8659f43307e37c1e75523cd7fd818de89a053ed327b1093d7d1f4bf049dd00f58c178b7dd01d7d98a75d1c6dee85ecb8116054d5f73caa0e53027840d1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://pyxmpp.jajcus.net/"
+ LICENSE[0]=LGPL
+ ENTERED=20090103
+ SHORT="PyXMPP is a Python XMPP and Jabber implementation."
+cat << EOF
+PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber
+(http://www.jabber.org/protocol/) implementation. It is based on libxml2 --
+fast and fully-featured XML parser.
+
+PyXMPP provides most core features of the XMPP protocol and several JSF-defined
+extensions. PyXMPP provides building blocks for creating Jabber clients and
+components. Developer uses them to setup XMPP streams, handle incoming events
+and create outgoing stanzas (XMPP "packets"). Features
+
+ * nearly complete XMPP Core (RFC 3920) protocol for client connections
+ (includes SASL, TLS and Strinprep). * mostly complete XMPP IM (RFC 3921)
+ protocol (lacks privacy lists) * XMPP error objects including translations
+ to and from legacy codes for backward compatibility (JEP-0086). * legacy
+ authentication ("digest" and "plain") (JEP-0078). * component protocol
+ (JEP-0114). * Service Discovery (JEP-0030). * vCards -- both Jabber
+ "vcard-temp" and RFC 2426 * basic parts of the Multi-User Chat protocol
+ (JEP-0045) * delayed delivery timestamps (JEP-0091). * Data Forms
+ (JEP-0004). * In-Band Registration (JEP-0077).
+EOF
diff --git a/python-pypi/pyxmpp/HISTORY b/python-pypi/pyxmpp/HISTORY
new file mode 100644
index 0000000000..830e2bb959
--- /dev/null
+++ b/python-pypi/pyxmpp/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+