[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (740a5e0e962bc959cc12b23bc1037977d29ea1a4)

Jaka Kranjc scm at sourcemage.org
Mon Jul 14 11:23:21 EDT 2008


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 ChangeLog                    |    4 ++++
 graphics-libs/libxmi/DETAILS |   15 +++++++++++++++
 graphics-libs/libxmi/HISTORY |    3 +++
 3 files changed, 22 insertions(+)

New commits:
commit 740a5e0e962bc959cc12b23bc1037977d29ea1a4
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    graphics-libs/libxmi: library for rasterizing 2-D vector graphics #14572

diff --git a/ChangeLog b/ChangeLog
index aec62d7..72919bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-14 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* graphics-libs/libxmi: library for rasterizing 2-D vector graphics #14572
+	  spell by Jaeic Lee
+
 2008-07-14 Ladislav Hagara <hgr at vabo.cz>
 	* net/libsmi: new spell, SMI Management Information library and tools
 
diff --git a/graphics-libs/libxmi/DETAILS b/graphics-libs/libxmi/DETAILS
new file mode 100755
index 0000000..da19f29
--- /dev/null
+++ b/graphics-libs/libxmi/DETAILS
@@ -0,0 +1,15 @@
+           SPELL=libxmi
+         VERSION=1.2
+          SOURCE=$SPELL-$VERSION.tar.gz
+   SOURCE_URL[0]=$GNU_URL/libxmi/$SOURCE
+     SOURCE_HASH=sha512:55cf86064496cb1f551fb1a208f9fe1ee8d826e0e1d7ddc2898bef7316c0ac51b34f5f28840626b901b0720264e08fa95f7ab18b57b12c3f64d8a8d48d83e93a 
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE="http://www.gnu.org/software/libxmi/"
+      LICENSE[0]=GPL
+         ENTERED=20080711
+           SHORT="a C/C++ function library for rasterizing 2-D vector graphics."
+cat << EOF
+GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. 
+It can draw 2-D graphical primitives, including wide polygonal lines and 
+circular and elliptical arcs, into a user-supplied matrix of pixels.
+EOF
diff --git a/graphics-libs/libxmi/HISTORY b/graphics-libs/libxmi/HISTORY
new file mode 100644
index 0000000..552201c
--- /dev/null
+++ b/graphics-libs/libxmi/HISTORY
@@ -0,0 +1,3 @@
+2008-07-11 Jaeic Lee <zeraxeal at gmail.com>
+	* DETAILS, HISTORY: spell created
+



More information about the SM-Commit mailing list