[Lunar-commits] <moonbase> cagibi: Adding to moonbase. Will be an optional depends for kdebase4-runtime (KDE SC-4.5).
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Aug 1 01:47:56 CEST 2010
commit 05249fbb171460feb26bbc63056e873c3bbca0d6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jul 31 19:47:56 2010 -0400
cagibi: Adding to moonbase. Will be an optional depends for kdebase4-runtime (KDE SC-4.5).
---
net/cagibi/BUILD | 14 ++++++++++++++
net/cagibi/DETAILS | 17 +++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/net/cagibi/BUILD b/net/cagibi/BUILD
new file mode 100644
index 0000000..95d4fec
--- /dev/null
+++ b/net/cagibi/BUILD
@@ -0,0 +1,14 @@
+(
+
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/net/cagibi/DETAILS b/net/cagibi/DETAILS
new file mode 100644
index 0000000..3f3be05
--- /dev/null
+++ b/net/cagibi/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=cagibi
+ VERSION=0.1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$KDE_URL/stable/$MODULE/
+ SOURCE_VFY=sha1:ac6e873e52abd92318c5680837f59a4d2453dc59
+ WEB_SITE=http://frinring.wordpress.com/2010/07/27/first-release-of-cagibi-prototype-of-cacheproxy-daemon-for-upnp-device-listening-and-publishing/
+ ENTERED=20100731
+ UPDATED=20100731
+ SHORT="cache/proxy for SSDP"
+
+cat << EOF
+Cagibi aims to be to SSDP what Avahi is to DNS-SD/Zeroconf:
+a cache caching all service/device announcements on the network in a local
+process as well as being a broker serving local announcements to the network.
+Both should be done by a single daemon process, accessable via D-Bus on the
+system bus.
+EOF
More information about the Lunar-commits
mailing list