Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (99228a11c71436c204e745aa1fa68e092449b506)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (99228a11c71436c204e745aa1fa68e092449b506)
  • Date: Sat, 3 Jan 2009 03:50:33 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT codemages.net>:

ChangeLog | 5 +++++
python-pypi/jcl/DEPENDS | 4 ++++
python-pypi/jcl/DETAILS | 14 ++++++++++++++
python-pypi/jcl/HISTORY | 3 +++
python-pypi/jmc/DEPENDS | 5 +++++
python-pypi/jmc/DETAILS | 15 +++++++++++++++
python-pypi/jmc/HISTORY | 3 +++
python-pypi/pyxmpp/DEPENDS | 4 ++++
python-pypi/pyxmpp/DETAILS | 30 ++++++++++++++++++++++++++++++
python-pypi/pyxmpp/HISTORY | 3 +++
10 files changed, 86 insertions(+)

New commits:
commit 99228a11c71436c204e745aa1fa68e092449b506
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

jmc: new spell, jabber mail component

commit 2cb134d32197750ba09ee1000ab5647b139fdde9
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

jcl: new spell, jabber component library

commit f25abf7806217a8f26236f816d87941011269f1e
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

pyxmpp: new spell, python xmpp library

diff --git a/ChangeLog b/ChangeLog
index 0ed6051..27834a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie AT 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 AT 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 0000000..87d95d3
--- /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 0000000..948e5a3
--- /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 0000000..830e2bb
--- /dev/null
+++ b/python-pypi/jcl/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/jmc/DEPENDS b/python-pypi/jmc/DEPENDS
new file mode 100755
index 0000000..cc494ad
--- /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 0000000..873019d
--- /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 0000000..830e2bb
--- /dev/null
+++ b/python-pypi/jmc/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/pyxmpp/DEPENDS b/python-pypi/pyxmpp/DEPENDS
new file mode 100755
index 0000000..f595ada
--- /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 0000000..c0ef26c
--- /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 0000000..830e2bb
--- /dev/null
+++ b/python-pypi/pyxmpp/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (99228a11c71436c204e745aa1fa68e092449b506), Andraž Levstik, 01/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page