[93401] trunk/dports/net
g5pw at macports.org
g5pw at macports.org
Mon May 21 13:39:13 PDT 2012
Revision: 93401
https://trac.macports.org/changeset/93401
Author: g5pw at macports.org
Date: 2012-05-21 13:39:13 -0700 (Mon, 21 May 2012)
Log Message:
-----------
net/prosody:
new port, Jabber server in LUA
Added Paths:
-----------
trunk/dports/net/prosody/
trunk/dports/net/prosody/Portfile
Added: trunk/dports/net/prosody/Portfile
===================================================================
--- trunk/dports/net/prosody/Portfile (rev 0)
+++ trunk/dports/net/prosody/Portfile 2012-05-21 20:39:13 UTC (rev 93401)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name prosody
+version 0.8.2
+maintainers g5pw opemaintainer
+
+categories net chat
+description Prosody is a modern flexible communications server for \
+ Jabber/XMPP written in Lua.
+long_description ${description} It aims to be easy to set up and configure, \
+ and light on resources. For developers it aims to be easy \
+ to extend and give a flexible system on which to rapidly \
+ develop added functionality, or prototype new protocols.
+
+platforms darwin
+
+homepage http://prosody.im
+license MIT
+
+master_sites ${homepage}/downloads/source/
+
+depends_lib port:lua \
+ port:lua-luasocket \
+ port:lua-luasec \
+ port:lua-luaexpat
+
+checksums rmd160 908a04f5daa7733c66ab4f09fd54fb52175cb70c \
+ sha256 d0315150f8487fc960adf56ce057985428679975f9c6f3fcf424832d24eaae60
+
+configure.args-append \
+ --ostype=macosx \
+ --with-lua-include=${prefix}/include
Property changes on: trunk/dports/net/prosody/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120521/1da62a25/attachment.html>
More information about the macports-changes
mailing list