Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (f5044dfef4a25ae18c5c378a2692782f2569fc6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (f5044dfef4a25ae18c5c378a2692782f2569fc6e)
  • Date: Tue, 29 Jun 2010 20:25:45 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 ++
chat-im/prosody/BUILD | 4 +++
chat-im/prosody/CONFIGURE | 1
chat-im/prosody/DEPENDS | 6 +++++
chat-im/prosody/DETAILS | 13 ++++++++++
chat-im/prosody/HISTORY | 3 ++
chat-im/prosody/init.d/smgl-prosody | 7 +++++
chat-im/prosody/prosody.log | 43
++++++++++++++++++++++++++++++++++++
8 files changed, 80 insertions(+)

New commits:
commit f5044dfef4a25ae18c5c378a2692782f2569fc6e
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

prosody: new spell, lua based jabber server

diff --git a/ChangeLog b/ChangeLog
index 3ab6d0e..987460d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-06-30 Arjan Bouter <abouter AT sourcemage.org>
+ * chat-im/prosody: new spell, lua based jabber server
+
2010-06-29 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/python-gnupg: new spell, Python API which wraps the GNU
Privacy Guard
diff --git a/chat-im/prosody/BUILD b/chat-im/prosody/BUILD
new file mode 100755
index 0000000..6074333
--- /dev/null
+++ b/chat-im/prosody/BUILD
@@ -0,0 +1,4 @@
+./configure --prefix="${INSTALL_ROOT}/usr" \
+ --sysconfdir="${INSTALL_ROOT}/etc/prosody" \
+ --datadir="${INSTALL_ROOT}/var/lib/prosody" \
+ $PROSODY_CONFIG
diff --git a/chat-im/prosody/CONFIGURE b/chat-im/prosody/CONFIGURE
new file mode 100755
index 0000000..6c866e3
--- /dev/null
+++ b/chat-im/prosody/CONFIGURE
@@ -0,0 +1 @@
+config_query_option PROSODY_CONFIG "Refuse to run without a config?" y ''
'--require-config'
diff --git a/chat-im/prosody/DEPENDS b/chat-im/prosody/DEPENDS
new file mode 100755
index 0000000..70f61ee
--- /dev/null
+++ b/chat-im/prosody/DEPENDS
@@ -0,0 +1,6 @@
+depends openssl &&
+depends luaexpat &&
+depends luafilesystem &&
+depends luasec &&
+depends libidn &&
+optional_depends SYSTEM-LOGGER '' '' 'For log = "syslog" support'
diff --git a/chat-im/prosody/DETAILS b/chat-im/prosody/DETAILS
new file mode 100755
index 0000000..02d0c56
--- /dev/null
+++ b/chat-im/prosody/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=prosody
+ VERSION=0.7.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.im/downloads/source/${SOURCE}
+
SOURCE_HASH=sha512:9a330642bf9348fcbc24515bce58f2a1afb231b55eadec31e30853420c84004797d35298a86c4817ee049bb0e047e3cc9fd75e1ceafd07a1ae15c5dc6ba5a368
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://prosody.im/";
+ LICENSE[0]=MIT/X11
+ ENTERED=20100630
+ SHORT="flexible communications server for Jabber/XMPP"
+cat << EOF
+ddPlease enter a description of the spell here
+EOF
diff --git a/chat-im/prosody/HISTORY b/chat-im/prosody/HISTORY
new file mode 100644
index 0000000..eb24ac3
--- /dev/null
+++ b/chat-im/prosody/HISTORY
@@ -0,0 +1,3 @@
+2010-06-30 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created
+
diff --git a/chat-im/prosody/init.d/smgl-prosody
b/chat-im/prosody/init.d/smgl-prosody
new file mode 100644
index 0000000..a071b7b
--- /dev/null
+++ b/chat-im/prosody/init.d/smgl-prosody
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+PROGRAM=/usr/bin/prosody
+RUNLEVEL=3
+NEEDS="+remote_fs +network"
+
+. /etc/init.d/smgl_init
diff --git a/chat-im/prosody/prosody.log b/chat-im/prosody/prosody.log
new file mode 100644
index 0000000..b6c9691
--- /dev/null
+++ b/chat-im/prosody/prosody.log
@@ -0,0 +1,43 @@
+Jun 30 03:21:59 general info Hello and welcome to Prosody version
unknown
+Jun 30 03:21:59 modulemanager error Error initializing module
'compression' on 'localhost': /usr/bin/prosody:118: module 'zlib' not found:
+ no field package.preload['zlib']
+ no file '/usr/lib/prosody/zlib.lua'
+ no file './zlib.lua'
+ no file '/usr/share/lua/5.1/zlib.lua'
+ no file '/usr/share/lua/5.1/zlib/init.lua'
+ no file '/usr/lib/lua/5.1/zlib.lua'
+ no file '/usr/lib/lua/5.1/zlib/init.lua'
+ no file '/usr/lib/prosody/fallbacks/zlib.lua'
+ no file '/usr/lib/prosody/zlib.so'
+ no file './zlib.so'
+ no file '/usr/lib/lua/5.1/zlib.so'
+ no file '/usr/lib/lua/5.1/loadall.so'
+ no file '/usr/lib/prosody/fallbacks/zlib.so'
+stack traceback:
+ /usr/lib/prosody/core/modulemanager.lua:37: in function
</usr/lib/prosody/core/modulemanager.lua:37>
+ [C]: in function '_real_require'
+ /usr/bin/prosody:118: in function 'require'
+ mod_compression.lua:9: in function 'f'
+ /usr/lib/prosody/core/modulemanager.lua:37: in function
</usr/lib/prosody/core/modulemanager.lua:37>
+ [C]: in function 'xpcall'
+ /usr/lib/prosody/core/modulemanager.lua:37: in function 'pcall'
+ /usr/lib/prosody/core/modulemanager.lua:150: in function 'load'
+ /usr/lib/prosody/core/modulemanager.lua:91: in function 'handler'
+ /usr/lib/prosody/core/eventmanager.lua:28: in function 'fire_event'
+ /usr/lib/prosody/core/hostmanager.lua:72: in function 'activate'
+ /usr/lib/prosody/core/hostmanager.lua:40: in function 'handler'
+ /usr/lib/prosody/core/eventmanager.lua:28: in function 'fire_event'
+ /usr/bin/prosody:340: in function 'prepare_to_start'
+ /usr/bin/prosody:456: in main chunk
+ [C]: ?
+Jun 30 03:21:59 socket warn server.lua, port 5222: address already in use
+Jun 30 03:21:59 general error Failed to open server port 5222,
check that Prosody or another XMPP server is not already running and using
this port
+Jun 30 03:21:59 socket warn server.lua, port 5269: address already in use
+Jun 30 03:21:59 general error Failed to open server port 5269,
check that Prosody or another XMPP server is not already running and using
this port
+Jun 30 03:21:59 socket warn server.lua, port 5347: address already in use
+Jun 30 03:21:59 general error Failed to open server port 5347, this
port is in use by another application
+Jun 30 03:22:01 general info Shutting down...
+Jun 30 03:22:01 general info Shutdown status: Cleaning up
+Jun 30 03:22:01 general info Shutdown status: Closing all active
sessions
+Jun 30 03:22:01 general info Shutdown status: Closing all server
connections
+Jun 30 03:22:01 general info Shutdown complete




Archive powered by MHonArc 2.6.24.

Top of Page