summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2009-01-02 22:06:46 +0100
committerAndraž Levstik2009-01-02 22:06:46 +0100
commitdb17ca5b1aa93eea3987c1828a8b0c4b15b395c3 (patch)
tree4ac870a71a6885d8f5da04c3278cd192a48e530d
parent2a7042e08ce2a549e05b9c011185fc53da3abcf2 (diff)
pymsnt: new spell, MSN XMPP Transport
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/pymsnt/BUILD1
-rwxr-xr-xpython-pypi/pymsnt/DEPENDS4
-rwxr-xr-xpython-pypi/pymsnt/DETAILS15
-rw-r--r--python-pypi/pymsnt/HISTORY3
-rwxr-xr-xpython-pypi/pymsnt/INSTALL7
6 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1e981552a..0cb3983f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* python-pypi/epoll: new spell, epoll reactor for twisted
* python-pypi/nevow: new spell, web app construction kit
* python-pypi/pyicqt: new spell, ICQ XMPP transport
+ * python-pypi/pymsnt: new spell, MSN XMPP transport
2009-01-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* libs/udns: new spell, dns reslovre stub library
diff --git a/python-pypi/pymsnt/BUILD b/python-pypi/pymsnt/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/python-pypi/pymsnt/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/pymsnt/DEPENDS b/python-pypi/pymsnt/DEPENDS
new file mode 100755
index 0000000000..6cdfaa425f
--- /dev/null
+++ b/python-pypi/pymsnt/DEPENDS
@@ -0,0 +1,4 @@
+depends twisted &&
+depends pyopenssl &&
+depends pycrypto &&
+depends python
diff --git a/python-pypi/pymsnt/DETAILS b/python-pypi/pymsnt/DETAILS
new file mode 100755
index 0000000000..4b9660a3b3
--- /dev/null
+++ b/python-pypi/pymsnt/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pymsnt
+ VERSION=0.11.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://delx.net.au/projects/${SPELL}/tarballs/${SOURCE}
+ SOURCE_HASH=sha512:57ed58c51ddaceb877e22c0703f59299fd1e75add6de9b6d937025a12f9ea669c24c8de70a5995500101a0537dd3549676df475d87df63ec29d6c773a2a31563
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://delx.net.au/projects/pymsnt"
+ LICENSE[0]=GPL
+ ENTERED=20090102
+ SHORT="Python MSN XMPP Transport"
+cat << EOF
+PyMSNt provides a gateway which allows Jabber users to communicate with
+their contacts on the MSN Messenger network. It can connect to any Jabber
+server that supports the Connect component mechanism.
+EOF
diff --git a/python-pypi/pymsnt/HISTORY b/python-pypi/pymsnt/HISTORY
new file mode 100644
index 0000000000..2af389c5e1
--- /dev/null
+++ b/python-pypi/pymsnt/HISTORY
@@ -0,0 +1,3 @@
+2009-01-02 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/python-pypi/pymsnt/INSTALL b/python-pypi/pymsnt/INSTALL
new file mode 100755
index 0000000000..3ae56a45ed
--- /dev/null
+++ b/python-pypi/pymsnt/INSTALL
@@ -0,0 +1,7 @@
+mkdir -vp $INSTALL_ROOT/var/lib/pymsnt &&
+mkdir -vp $INSTALL_ROOT/usr/share/doc/pymsnt &&
+cp -rv {config-example.xml,data,PyMSNt.py,src} \
+ $INSTALL_ROOT/var/lib/pymsnt/ &&
+cp -rv {COPYING,TODO,README,docs} \
+ $INSTALL_ROOT/usr/share/doc/pymsnt/
+