[Lunar-commits] <moonbase> libgcal: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Sep 8 21:34:39 CEST 2010
commit 853083945b15947c0cf0dc2160fb85904738d26e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Sep 8 15:34:39 2010 -0400
libgcal: Adding to moonbase.
---
libs/libgcal/BUILD | 15 +++++++++++++++
libs/libgcal/DEPENDS | 3 +++
libs/libgcal/DETAILS | 29 +++++++++++++++++++++++++++++
3 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/libs/libgcal/BUILD b/libs/libgcal/BUILD
new file mode 100644
index 0000000..7185052
--- /dev/null
+++ b/libs/libgcal/BUILD
@@ -0,0 +1,15 @@
+(
+
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOSB_DIR &&
+ cd $OOSB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
+
diff --git a/libs/libgcal/DEPENDS b/libs/libgcal/DEPENDS
new file mode 100644
index 0000000..27ff22d
--- /dev/null
+++ b/libs/libgcal/DEPENDS
@@ -0,0 +1,3 @@
+depends curl
+depends cmake
+depends libxml2
diff --git a/libs/libgcal/DETAILS b/libs/libgcal/DETAILS
new file mode 100644
index 0000000..e644d7e
--- /dev/null
+++ b/libs/libgcal/DETAILS
@@ -0,0 +1,29 @@
+ MODULE=libgcal
+ VERSION=0.9.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://libgcal.googlecode.com/files/
+ SOURCE_VFY=sha1:d616b911a99b1846851371184dcd547dccf548de
+ WEB_SITE=http://code.google.com/p/libgcal/
+ ENTERED=20100908
+ UPDATED=20100908
+ SHORT="allow communication with google calendar and contacts"
+cat << EOF
+Its an ANSI C library that does allow communication with google calendar and
+contacts, useful if you need to support this in a C or C++ application.
+
+Currently, libgcal implements:
+
+ - authentication
+ - get all events/contacts
+ - atom stream parsing
+ - access to individual events/contacts
+ - add/delete/edit using gcal objects
+ - add/delete/edit using raw XML
+ - query for updated events/contacts
+ - use of http proxy
+ - timezone
+ - contact photo download/upload
+ - google data protocol GCalendar 2.0 and Contacts 3.0
+ - can be used with a C++ application
+ - google hosted accounts (i.e. joe at foobar.com)
+EOF
More information about the Lunar-commits
mailing list