[Lunar-commits] r21067 - in moonbase/trunk/graphics: . cairomm
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Aug 21 13:10:33 UTC 2006
Author: v3rt1g0
Date: 2006-08-21 13:10:33 +0000 (Mon, 21 Aug 2006)
New Revision: 21067
Added:
moonbase/trunk/graphics/cairomm/
moonbase/trunk/graphics/cairomm/DEPENDS
moonbase/trunk/graphics/cairomm/DETAILS
Log:
Inital import of the C++ cairo library
Added: moonbase/trunk/graphics/cairomm/DEPENDS
===================================================================
--- moonbase/trunk/graphics/cairomm/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/cairomm/DEPENDS 2006-08-21 13:10:33 UTC (rev 21067)
@@ -0,0 +1 @@
+depends cairo
Added: moonbase/trunk/graphics/cairomm/DETAILS
===================================================================
--- moonbase/trunk/graphics/cairomm/DETAILS (rev 0)
+++ moonbase/trunk/graphics/cairomm/DETAILS 2006-08-21 13:10:33 UTC (rev 21067)
@@ -0,0 +1,15 @@
+ MODULE=cairomm
+ VERSION=1.2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://cairographics.org/releases/
+ SOURCE_VFY=sha1:54b6eee68facfd3b40818c6f7cd58d24c4a9ce7b
+ WEB_SITE=http://cairographics.org/cairomm
+ ENTERED=20060821
+ UPDATED=20060821
+ SHORT="a C++ API for cairo"
+
+cat << EOF
+cairomm is a C++ wrapper fior the cairo graphics library. It offers
+all the power of cairo with an interface familiar to C++ developers,
+including use of the Standard Template Library where it makes sense.
+EOF
More information about the Lunar-commits
mailing list