summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2009-02-20 13:38:40 +0100
committerTreeve Jelbert2009-02-20 13:38:40 +0100
commitefe8111302a6f9d5243f64701705a321d3749881 (patch)
tree92f9164365ecfd6cefe03ad74090645f57099337
parent699d7abc620109952397a7d97dc67be282cafac2 (diff)
ccscript-4.1.0
-rw-r--r--ChangeLog1
-rwxr-xr-xtelephony/ccscript/DEPENDS4
-rwxr-xr-xtelephony/ccscript/DETAILS18
-rw-r--r--telephony/ccscript/HISTORY4
4 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8c20c4608..d852915a2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-02-20 Treeve Jelbert <treeve@sourcemage.org>
* telephony/ucommon: new spell, lightweight c== library
+ * telephony/ccscript: scripting engine
2009-02-19 Treeve Jelbert <treeve@sourcemage.org>
* kde4-apps/quassel: new spell, kde4/qt4 irc client
diff --git a/telephony/ccscript/DEPENDS b/telephony/ccscript/DEPENDS
new file mode 100755
index 0000000000..e19a34cd5f
--- /dev/null
+++ b/telephony/ccscript/DEPENDS
@@ -0,0 +1,4 @@
+depends g++ &&
+depends ucommon &&
+optional_depends pkgconfig '' '' 'package management'
+
diff --git a/telephony/ccscript/DETAILS b/telephony/ccscript/DETAILS
new file mode 100755
index 0000000000..466d6e80f7
--- /dev/null
+++ b/telephony/ccscript/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ccscript
+ VERSION=4.1.0
+ SOURCE_HASH=sha512:1e33bbed6a813a8413007c97772857d0775be72cdc8be3852b29c9ddedab78ca8b4c7c997d8707bc0008217afcb4a5deb4b49248eb58f93f004613d0e6fef5c8
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.gnutelephony.org
+ SOURCE_URL[0]=$WEB_SITE/dist/tarballs/$SOURCE
+ SOURCE_URL[1]=$GNU_URL/$SPELL/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20090220
+ KEYWORDS="telephony"
+ SHORT="scripting language for gnu telephony"
+cat << EOF
+GNU ccScript is a highly specialized embedded scripting engine and virtual
+execution environment for creating script "extensible" applications. This
+system is a C++ class library which allows one to derive application specific
+dialects of the core language as needed through subclassing.
+EOF
diff --git a/telephony/ccscript/HISTORY b/telephony/ccscript/HISTORY
new file mode 100644
index 0000000000..0ec883a6f6
--- /dev/null
+++ b/telephony/ccscript/HISTORY
@@ -0,0 +1,4 @@
+2009-02-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 4.1.0
+ spell created
+