|
From: <abe...@us...> - 2013-03-24 23:26:12
|
Revision: 6011
http://astlinux.svn.sourceforge.net/astlinux/?rev=6011&view=rev
Author: abelbeck
Date: 2013-03-24 23:26:05 +0000 (Sun, 24 Mar 2013)
Log Message:
-----------
clix, new package, command line tool to send Jabber/XMPP messages, enabled by default
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux.config
branches/1.0/astlinux18.config
branches/1.0/initrd.config
branches/1.0/package/Config.in
branches/1.0/runnix-uclibc.config
branches/1.0/runnix.config
Added Paths:
-----------
branches/1.0/package/clix/
branches/1.0/package/clix/Config.in
branches/1.0/package/clix/clix.mk
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/astlinux-ast11.config 2013-03-24 23:26:05 UTC (rev 6011)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5982-dirty Configuration
-# Thu Mar 7 17:47:13 2013
+# Buildroot 2011.08-svn6010-dirty Configuration
+# Sun Mar 24 18:00:14 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -153,7 +153,7 @@
# BR2_PACKAGE_CUSTOMIZE is not set
#
-# Asterisk, FreeSWITCH and telephony applications
+# Asterisk, XMPP and telephony applications
#
BR2_PACKAGE_ASTERISK=y
# BR2_PACKAGE_ASTERISK_v1_4 is not set
@@ -177,6 +177,7 @@
BR2_PACKAGE_DAHDI_TOOLS=y
# BR2_PACKAGE_FONULATOR is not set
# BR2_PACKAGE_FREESWITCH is not set
+BR2_PACKAGE_CLIX=y
BR2_PACKAGE_PROSODY=y
BR2_PACKAGE_RHINO=y
BR2_PACKAGE_WANPIPE=y
Modified: branches/1.0/astlinux.config
===================================================================
--- branches/1.0/astlinux.config 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/astlinux.config 2013-03-24 23:26:05 UTC (rev 6011)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5981 Configuration
-# Wed Mar 6 14:20:34 2013
+# Buildroot 2011.08-svn6010-dirty Configuration
+# Sun Mar 24 17:59:56 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -153,7 +153,7 @@
# BR2_PACKAGE_CUSTOMIZE is not set
#
-# Asterisk, FreeSWITCH and telephony applications
+# Asterisk, XMPP and telephony applications
#
BR2_PACKAGE_ASTERISK=y
BR2_PACKAGE_ASTERISK_v1_4=y
@@ -183,6 +183,7 @@
BR2_PACKAGE_DAHDI_TOOLS=y
# BR2_PACKAGE_FONULATOR is not set
# BR2_PACKAGE_FREESWITCH is not set
+BR2_PACKAGE_CLIX=y
BR2_PACKAGE_PROSODY=y
BR2_PACKAGE_RHINO=y
BR2_PACKAGE_WANPIPE=y
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/astlinux18.config 2013-03-24 23:26:05 UTC (rev 6011)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5982 Configuration
-# Thu Mar 7 17:45:58 2013
+# Buildroot 2011.08-svn6010-dirty Configuration
+# Sun Mar 24 18:00:11 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -153,7 +153,7 @@
# BR2_PACKAGE_CUSTOMIZE is not set
#
-# Asterisk, FreeSWITCH and telephony applications
+# Asterisk, XMPP and telephony applications
#
BR2_PACKAGE_ASTERISK=y
# BR2_PACKAGE_ASTERISK_v1_4 is not set
@@ -177,6 +177,7 @@
BR2_PACKAGE_DAHDI_TOOLS=y
# BR2_PACKAGE_FONULATOR is not set
# BR2_PACKAGE_FREESWITCH is not set
+BR2_PACKAGE_CLIX=y
BR2_PACKAGE_PROSODY=y
BR2_PACKAGE_RHINO=y
BR2_PACKAGE_WANPIPE=y
Modified: branches/1.0/initrd.config
===================================================================
--- branches/1.0/initrd.config 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/initrd.config 2013-03-24 23:26:05 UTC (rev 6011)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5975-dirty Configuration
-# Mon Mar 4 18:43:18 2013
+# Buildroot 2011.08-svn6010-dirty Configuration
+# Sun Mar 24 18:00:19 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -154,11 +154,12 @@
# BR2_PACKAGE_CUSTOMIZE is not set
#
-# Asterisk, FreeSWITCH and telephony applications
+# Asterisk, XMPP and telephony applications
#
# BR2_PACKAGE_ASTERISK is not set
# BR2_PACKAGE_FONULATOR is not set
# BR2_PACKAGE_FREESWITCH is not set
+# BR2_PACKAGE_CLIX is not set
# BR2_PACKAGE_PROSODY is not set
#
Modified: branches/1.0/package/Config.in
===================================================================
--- branches/1.0/package/Config.in 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/package/Config.in 2013-03-24 23:26:05 UTC (rev 6011)
@@ -3,7 +3,7 @@
source "package/busybox/Config.in"
source "package/customize/Config.in"
-menu "Asterisk, FreeSWITCH and telephony applications"
+menu "Asterisk, XMPP and telephony applications"
source "package/asterisk/Config.in"
source "package/asterisk-agi-audiotx/Config.in"
source "package/asterisk-app_notify/Config.in"
@@ -18,6 +18,7 @@
source "package/fonulator/Config.in"
source "package/fbflash/Config.in"
source "package/freeswitch/Config.in"
+source "package/clix/Config.in"
source "package/prosody/Config.in"
source "package/rhino/Config.in"
source "package/wanpipe/Config.in"
Added: branches/1.0/package/clix/Config.in
===================================================================
--- branches/1.0/package/clix/Config.in (rev 0)
+++ branches/1.0/package/clix/Config.in 2013-03-24 23:26:05 UTC (rev 6011)
@@ -0,0 +1,19 @@
+config BR2_PACKAGE_CLIX
+ bool "clix"
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_LIBIDN
+ select BR2_PACKAGE_LUA
+ select BR2_PACKAGE_LUAFILESYSTEM
+ select BR2_PACKAGE_LUASOCKET
+ select BR2_PACKAGE_LUASEC
+ select BR2_PACKAGE_LUAEXPAT
+ default n
+ help
+ clix is a command line client for Jabber/XMPP written in Lua
+
+ hg clone http://code.matthewwild.co.uk/verse
+ hg clone http://code.matthewwild.co.uk/clix
+ hg clone http://code.matthewwild.co.uk/squish
+
+ Manually created into package download.
+
Added: branches/1.0/package/clix/clix.mk
===================================================================
--- branches/1.0/package/clix/clix.mk (rev 0)
+++ branches/1.0/package/clix/clix.mk 2013-03-24 23:26:05 UTC (rev 6011)
@@ -0,0 +1,18 @@
+#############################################################
+#
+# clix
+#
+#############################################################
+CLIX_VERSION = 2013-03-24
+CLIX_SOURCE = clix-$(CLIX_VERSION).tar.gz
+CLIX_SITE = http://files.astlinux.org
+
+define CLIX_INSTALL_TARGET_CMDS
+ install -D -m 755 $(@D)/clix.bin $(TARGET_DIR)/usr/bin/clix
+endef
+
+define CLIX_UNINSTALL_TARGET_CMDS
+ rm -rf $(TARGET_DIR)/usr/bin/clix
+endef
+
+$(eval $(call GENTARGETS,package,clix))
Modified: branches/1.0/runnix-uclibc.config
===================================================================
--- branches/1.0/runnix-uclibc.config 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/runnix-uclibc.config 2013-03-24 23:26:05 UTC (rev 6011)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5975-dirty Configuration
-# Mon Mar 4 18:43:13 2013
+# Buildroot 2011.08-svn6010-dirty Configuration
+# Sun Mar 24 18:00:17 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -212,13 +212,14 @@
# BR2_PACKAGE_CUSTOMIZE is not set
#
-# Asterisk, FreeSWITCH and telephony applications
+# Asterisk, XMPP and telephony applications
#
# BR2_PACKAGE_ASTERISK is not set
# BR2_PACKAGE_DAHDI_LINUX is not set
# BR2_PACKAGE_DAHDI_TOOLS is not set
# BR2_PACKAGE_FONULATOR is not set
# BR2_PACKAGE_FREESWITCH is not set
+# BR2_PACKAGE_CLIX is not set
# BR2_PACKAGE_PROSODY is not set
# BR2_PACKAGE_RHINO is not set
# BR2_PACKAGE_WANPIPE is not set
Modified: branches/1.0/runnix.config
===================================================================
--- branches/1.0/runnix.config 2013-03-21 04:12:48 UTC (rev 6010)
+++ branches/1.0/runnix.config 2013-03-24 23:26:05 UTC (rev 6011)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5975-dirty Configuration
-# Mon Mar 4 18:43:03 2013
+# Buildroot 2011.08-svn6010-dirty Configuration
+# Sun Mar 24 18:00:16 2013
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -154,13 +154,14 @@
# BR2_PACKAGE_CUSTOMIZE is not set
#
-# Asterisk, FreeSWITCH and telephony applications
+# Asterisk, XMPP and telephony applications
#
# BR2_PACKAGE_ASTERISK is not set
# BR2_PACKAGE_DAHDI_LINUX is not set
# BR2_PACKAGE_DAHDI_TOOLS is not set
# BR2_PACKAGE_FONULATOR is not set
# BR2_PACKAGE_FREESWITCH is not set
+# BR2_PACKAGE_CLIX is not set
# BR2_PACKAGE_PROSODY is not set
# BR2_PACKAGE_RHINO is not set
# BR2_PACKAGE_WANPIPE is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|