[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (f9dd61a6ec75d11bb3d7361dffbc7e19fa86455b)

Juuso Alasuutari scm at mail.sourcemage.org
Fri Nov 3 06:03:43 EST 2006


GIT changes to master grimoire by Juuso Alasuutari <iuso at sourcemage.org>:

 ChangeLog                      |    3 +++
 telephony/usbb2k-api/DEPENDS   |    3 +++
 telephony/usbb2k-api/DETAILS   |   30 ++++++++++++++++++++++++++++++
 telephony/usbb2k-api/HISTORY   |    2 ++
 telephony/usbb2k-api/PREPARE   |    5 +++++
 telephony/usbb2k-api/PRE_BUILD |    5 +++++
 6 files changed, 48 insertions(+)

New commits:
commit f9dd61a6ec75d11bb3d7361dffbc7e19fa86455b
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    usbb2k-api: New spell, API/daemon for USB-B2K telboxes.

diff --git a/ChangeLog b/ChangeLog
index fb3cd49..bf30412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-11-03 Juuso Alasuutari <iuso at sourcemage.org>
+	* telephony/usbb2k-api: New spell, API/daemon for USB-B2K telboxes.
+
 2006-11-01 David Brown <dmlb2000 at gmail.com>
 	* devel/unifdef: added
 
diff --git a/telephony/usbb2k-api/DEPENDS b/telephony/usbb2k-api/DEPENDS
new file mode 100755
index 0000000..2e9955c
--- /dev/null
+++ b/telephony/usbb2k-api/DEPENDS
@@ -0,0 +1,3 @@
+depends  autoconf  &&
+depends  automake  &&
+depends  libusb
diff --git a/telephony/usbb2k-api/DETAILS b/telephony/usbb2k-api/DETAILS
new file mode 100755
index 0000000..6460f3d
--- /dev/null
+++ b/telephony/usbb2k-api/DETAILS
@@ -0,0 +1,30 @@
+           SPELL=usbb2k-api
+if [[ $USBB2K_SCM_AUTOUPDATE == y ]]
+then
+         VERSION=$(date +%Y%m%d)
+else
+         VERSION=cvs
+fi
+          SOURCE=$SPELL-cvs.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
+   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/usbb2k-api:$SPELL
+   SOURCE_IGNORE=volatile
+  FORCE_DOWNLOAD=on
+        WEB_SITE=http://savannah.nongnu.org/projects/usbb2k-api/
+         ENTERED=20061103
+      LICENSE[0]=GPL
+        KEYWORDS="telephony"
+           SHORT="An API (daemon) to handle an USB-B2K VOIP box."
+cat << EOF
+The program consist of an API (daemon) to handle a VOIP box of the type 
+USB-B2K which allows to plug a classical telephone on an USB port (skypebox, 
+wangobox, yealink...) in order to integrate this with any type of program of 
+the type VOIP under GNU/LINUX.
+
+The functionalities are the following:
+ 1. Switching to mode USB/PTSN
+ 2. Detecting Pick up/ Hang up signal from the telephone
+ 3. Generating Pick up tune
+ 4. Generating Ring tone.
+ 5. Handling telephone dial.
+EOF
diff --git a/telephony/usbb2k-api/HISTORY b/telephony/usbb2k-api/HISTORY
new file mode 100644
index 0000000..caf0d6a
--- /dev/null
+++ b/telephony/usbb2k-api/HISTORY
@@ -0,0 +1,2 @@
+2006-11-03 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS, PREPARE, DEPENDS, PRE_BUILD: Created spell.
diff --git a/telephony/usbb2k-api/PREPARE b/telephony/usbb2k-api/PREPARE
new file mode 100755
index 0000000..967e9fe
--- /dev/null
+++ b/telephony/usbb2k-api/PREPARE
@@ -0,0 +1,5 @@
+message  "${MESSAGE_COLOR}Sources for this spell are downloaded"  \
+         "from the development tree.${DEFAULT_COLOR}"             &&
+
+config_query  USBB2K_SCM_AUTOUPDATE                               \
+              "Automatically update sources on every cast?"  n
diff --git a/telephony/usbb2k-api/PRE_BUILD b/telephony/usbb2k-api/PRE_BUILD
new file mode 100755
index 0000000..2a0ad8e
--- /dev/null
+++ b/telephony/usbb2k-api/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build        &&
+cd  "$SOURCE_DIRECTORY"  &&
+
+chmod +x  autoconf.sh  &&
+./autoconf.sh



More information about the SM-Commit mailing list