From 8d8609ab56107d14b4b1a05d03c1b93af949158a Mon Sep 17 00:00:00 2001 From: Brian West Date: Sat, 27 Jun 2009 00:40:56 +0000 Subject: [PATCH] more clean up git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14001 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- scripts/{socket => c}/socket2me/Makefile | 0 scripts/{socket => c}/socket2me/README | 0 scripts/{socket => c}/socket2me/socket2me.c | 0 scripts/{socket => perl}/FreeSWITCH/ChangeLog | 0 scripts/{socket => perl}/FreeSWITCH/Client.pm | 0 scripts/{socket => perl}/FreeSWITCH/Makefile.PL | 0 scripts/{socket => perl}/FreeSWITCH/README | 0 scripts/{socket => perl}/FreeSWITCH/debian/changelog | 0 scripts/{socket => perl}/FreeSWITCH/debian/compat | 0 scripts/{socket => perl}/FreeSWITCH/debian/control | 0 scripts/{socket => perl}/FreeSWITCH/debian/copyright | 0 scripts/{socket => perl}/FreeSWITCH/debian/rules | 0 scripts/{socket => perl}/fs.pl | 0 scripts/{socket => perl}/fsconsole.pl | 0 scripts/{socket => perl}/sock.pl | 0 scripts/{socket => python}/freepy/INSTALL | 0 scripts/{socket => python}/freepy/README | 0 scripts/{socket => python}/freepy/__init__.py | 0 scripts/{socket => python}/freepy/apirequest.sm | 0 scripts/{socket => python}/freepy/apirequest_sm.py | 0 scripts/{socket => python}/freepy/bgapirequest.sm | 0 scripts/{socket => python}/freepy/bgapirequest_sm.py | 0 scripts/{socket => python}/freepy/fseventlistener.py | 0 scripts/{socket => python}/freepy/fshelper.py | 0 scripts/{socket => python}/freepy/globals.py | 0 scripts/{socket => python}/freepy/loginrequest.sm | 0 scripts/{socket => python}/freepy/loginrequest_sm.py | 0 scripts/{socket => python}/freepy/models.py | 0 scripts/{socket => python}/freepy/request.py | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{socket => c}/socket2me/Makefile (100%) rename scripts/{socket => c}/socket2me/README (100%) rename scripts/{socket => c}/socket2me/socket2me.c (100%) rename scripts/{socket => perl}/FreeSWITCH/ChangeLog (100%) rename scripts/{socket => perl}/FreeSWITCH/Client.pm (100%) rename scripts/{socket => perl}/FreeSWITCH/Makefile.PL (100%) rename scripts/{socket => perl}/FreeSWITCH/README (100%) rename scripts/{socket => perl}/FreeSWITCH/debian/changelog (100%) rename scripts/{socket => perl}/FreeSWITCH/debian/compat (100%) rename scripts/{socket => perl}/FreeSWITCH/debian/control (100%) rename scripts/{socket => perl}/FreeSWITCH/debian/copyright (100%) rename scripts/{socket => perl}/FreeSWITCH/debian/rules (100%) rename scripts/{socket => perl}/fs.pl (100%) rename scripts/{socket => perl}/fsconsole.pl (100%) rename scripts/{socket => perl}/sock.pl (100%) rename scripts/{socket => python}/freepy/INSTALL (100%) rename scripts/{socket => python}/freepy/README (100%) rename scripts/{socket => python}/freepy/__init__.py (100%) rename scripts/{socket => python}/freepy/apirequest.sm (100%) rename scripts/{socket => python}/freepy/apirequest_sm.py (100%) rename scripts/{socket => python}/freepy/bgapirequest.sm (100%) rename scripts/{socket => python}/freepy/bgapirequest_sm.py (100%) rename scripts/{socket => python}/freepy/fseventlistener.py (100%) rename scripts/{socket => python}/freepy/fshelper.py (100%) rename scripts/{socket => python}/freepy/globals.py (100%) rename scripts/{socket => python}/freepy/loginrequest.sm (100%) rename scripts/{socket => python}/freepy/loginrequest_sm.py (100%) rename scripts/{socket => python}/freepy/models.py (100%) rename scripts/{socket => python}/freepy/request.py (100%) diff --git a/scripts/socket/socket2me/Makefile b/scripts/c/socket2me/Makefile similarity index 100% rename from scripts/socket/socket2me/Makefile rename to scripts/c/socket2me/Makefile diff --git a/scripts/socket/socket2me/README b/scripts/c/socket2me/README similarity index 100% rename from scripts/socket/socket2me/README rename to scripts/c/socket2me/README diff --git a/scripts/socket/socket2me/socket2me.c b/scripts/c/socket2me/socket2me.c similarity index 100% rename from scripts/socket/socket2me/socket2me.c rename to scripts/c/socket2me/socket2me.c diff --git a/scripts/socket/FreeSWITCH/ChangeLog b/scripts/perl/FreeSWITCH/ChangeLog similarity index 100% rename from scripts/socket/FreeSWITCH/ChangeLog rename to scripts/perl/FreeSWITCH/ChangeLog diff --git a/scripts/socket/FreeSWITCH/Client.pm b/scripts/perl/FreeSWITCH/Client.pm similarity index 100% rename from scripts/socket/FreeSWITCH/Client.pm rename to scripts/perl/FreeSWITCH/Client.pm diff --git a/scripts/socket/FreeSWITCH/Makefile.PL b/scripts/perl/FreeSWITCH/Makefile.PL similarity index 100% rename from scripts/socket/FreeSWITCH/Makefile.PL rename to scripts/perl/FreeSWITCH/Makefile.PL diff --git a/scripts/socket/FreeSWITCH/README b/scripts/perl/FreeSWITCH/README similarity index 100% rename from scripts/socket/FreeSWITCH/README rename to scripts/perl/FreeSWITCH/README diff --git a/scripts/socket/FreeSWITCH/debian/changelog b/scripts/perl/FreeSWITCH/debian/changelog similarity index 100% rename from scripts/socket/FreeSWITCH/debian/changelog rename to scripts/perl/FreeSWITCH/debian/changelog diff --git a/scripts/socket/FreeSWITCH/debian/compat b/scripts/perl/FreeSWITCH/debian/compat similarity index 100% rename from scripts/socket/FreeSWITCH/debian/compat rename to scripts/perl/FreeSWITCH/debian/compat diff --git a/scripts/socket/FreeSWITCH/debian/control b/scripts/perl/FreeSWITCH/debian/control similarity index 100% rename from scripts/socket/FreeSWITCH/debian/control rename to scripts/perl/FreeSWITCH/debian/control diff --git a/scripts/socket/FreeSWITCH/debian/copyright b/scripts/perl/FreeSWITCH/debian/copyright similarity index 100% rename from scripts/socket/FreeSWITCH/debian/copyright rename to scripts/perl/FreeSWITCH/debian/copyright diff --git a/scripts/socket/FreeSWITCH/debian/rules b/scripts/perl/FreeSWITCH/debian/rules similarity index 100% rename from scripts/socket/FreeSWITCH/debian/rules rename to scripts/perl/FreeSWITCH/debian/rules diff --git a/scripts/socket/fs.pl b/scripts/perl/fs.pl similarity index 100% rename from scripts/socket/fs.pl rename to scripts/perl/fs.pl diff --git a/scripts/socket/fsconsole.pl b/scripts/perl/fsconsole.pl similarity index 100% rename from scripts/socket/fsconsole.pl rename to scripts/perl/fsconsole.pl diff --git a/scripts/socket/sock.pl b/scripts/perl/sock.pl similarity index 100% rename from scripts/socket/sock.pl rename to scripts/perl/sock.pl diff --git a/scripts/socket/freepy/INSTALL b/scripts/python/freepy/INSTALL similarity index 100% rename from scripts/socket/freepy/INSTALL rename to scripts/python/freepy/INSTALL diff --git a/scripts/socket/freepy/README b/scripts/python/freepy/README similarity index 100% rename from scripts/socket/freepy/README rename to scripts/python/freepy/README diff --git a/scripts/socket/freepy/__init__.py b/scripts/python/freepy/__init__.py similarity index 100% rename from scripts/socket/freepy/__init__.py rename to scripts/python/freepy/__init__.py diff --git a/scripts/socket/freepy/apirequest.sm b/scripts/python/freepy/apirequest.sm similarity index 100% rename from scripts/socket/freepy/apirequest.sm rename to scripts/python/freepy/apirequest.sm diff --git a/scripts/socket/freepy/apirequest_sm.py b/scripts/python/freepy/apirequest_sm.py similarity index 100% rename from scripts/socket/freepy/apirequest_sm.py rename to scripts/python/freepy/apirequest_sm.py diff --git a/scripts/socket/freepy/bgapirequest.sm b/scripts/python/freepy/bgapirequest.sm similarity index 100% rename from scripts/socket/freepy/bgapirequest.sm rename to scripts/python/freepy/bgapirequest.sm diff --git a/scripts/socket/freepy/bgapirequest_sm.py b/scripts/python/freepy/bgapirequest_sm.py similarity index 100% rename from scripts/socket/freepy/bgapirequest_sm.py rename to scripts/python/freepy/bgapirequest_sm.py diff --git a/scripts/socket/freepy/fseventlistener.py b/scripts/python/freepy/fseventlistener.py similarity index 100% rename from scripts/socket/freepy/fseventlistener.py rename to scripts/python/freepy/fseventlistener.py diff --git a/scripts/socket/freepy/fshelper.py b/scripts/python/freepy/fshelper.py similarity index 100% rename from scripts/socket/freepy/fshelper.py rename to scripts/python/freepy/fshelper.py diff --git a/scripts/socket/freepy/globals.py b/scripts/python/freepy/globals.py similarity index 100% rename from scripts/socket/freepy/globals.py rename to scripts/python/freepy/globals.py diff --git a/scripts/socket/freepy/loginrequest.sm b/scripts/python/freepy/loginrequest.sm similarity index 100% rename from scripts/socket/freepy/loginrequest.sm rename to scripts/python/freepy/loginrequest.sm diff --git a/scripts/socket/freepy/loginrequest_sm.py b/scripts/python/freepy/loginrequest_sm.py similarity index 100% rename from scripts/socket/freepy/loginrequest_sm.py rename to scripts/python/freepy/loginrequest_sm.py diff --git a/scripts/socket/freepy/models.py b/scripts/python/freepy/models.py similarity index 100% rename from scripts/socket/freepy/models.py rename to scripts/python/freepy/models.py diff --git a/scripts/socket/freepy/request.py b/scripts/python/freepy/request.py similarity index 100% rename from scripts/socket/freepy/request.py rename to scripts/python/freepy/request.py