summaryrefslogtreecommitdiffstats
path: root/display/libggi
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /display/libggi
initial commit from stable 0.3
Diffstat (limited to 'display/libggi')
-rwxr-xr-xdisplay/libggi/BUILD2
-rwxr-xr-xdisplay/libggi/DEPENDS18
-rwxr-xr-xdisplay/libggi/DETAILS27
-rw-r--r--display/libggi/HISTORY29
4 files changed, 76 insertions, 0 deletions
diff --git a/display/libggi/BUILD b/display/libggi/BUILD
new file mode 100755
index 0000000000..e55e8b1705
--- /dev/null
+++ b/display/libggi/BUILD
@@ -0,0 +1,2 @@
+invoke_gcc &&
+default_build
diff --git a/display/libggi/DEPENDS b/display/libggi/DEPENDS
new file mode 100755
index 0000000000..6735635762
--- /dev/null
+++ b/display/libggi/DEPENDS
@@ -0,0 +1,18 @@
+depends libgii &&
+depends gcc34 &&
+optional_depends "aalib" \
+ "--enable-aa" \
+ "--disable-aa" \
+ "for ascii output driver" &&
+optional_depends "X11-LIBS" \
+ "--enable-x" \
+ "--disable-x" \
+ "for X11 output driver" &&
+optional_depends "directfb" \
+ "--enable-directfb" \
+ "--disable-directfb" \
+ "for directfb output driver" &&
+optional_depends "svgalib" \
+ "--enable-svga" \
+ "--disable-svga --disable-vgagl" \
+ "for svga output driver"
diff --git a/display/libggi/DETAILS b/display/libggi/DETAILS
new file mode 100755
index 0000000000..cfde5b814e
--- /dev/null
+++ b/display/libggi/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=libggi
+ VERSION=2.1.1
+ SOURCE=${SPELL}-${VERSION}.src.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/ggi/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.ggi-project.org/pub/ggi/ggi/v2.0//$SOURCE
+ MD5[0]=097f77ba72dc08dd6bf8771a933192bc
+ LICENSE[0]=MIT
+ GCC_VERSION=3.4
+ WEB_SITE=http://www.ggi-project.org/
+ ENTERED=20020730
+ UPDATED=20040106
+ DOCS="doc/*.txt FAQ NEWS README"
+ SHORT="General Graphics Interface"
+cat << EOF
+GGI stands for "General Graphics Interface", and it is a project that
+aims to develop a reliable, stable and fast graphics system that works
+everywhere. We want to allow any program using GGI to run on any
+platform requiring at most a recompile.
+
+It all started out with some people being annoyed by the fact that
+graphics in Linux means either X or svgalib, and if you use both at
+the same time, you can easily crash the graphics card and make the
+system unusable. Nowadays, GGI development also involves a portable
+userspace library, 3D graphics, and anything else that is fun to hack
+:-)
+EOF
diff --git a/display/libggi/HISTORY b/display/libggi/HISTORY
new file mode 100644
index 0000000000..61ce1675e2
--- /dev/null
+++ b/display/libggi/HISTORY
@@ -0,0 +1,29 @@
+2005-06-12 David Brown <dmlb2000@excite.com>
+ * DETAILS: updated 2.1.1 and gcc 3.4
+ * BUILD: added gcc34 invoke
+ * DEPENDS: depends gcc34
+
+2004-01-06 hgg <hgreig@bigpond.net.au>
+ * DETAILS: update to 2.0.4
+
+2003-12-12 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: add --disable-vgagl to the disable switch for svgalib
+
+2003-11-24 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: use default_build
+ * DEPENDS: added optional_depends on X11-LIBS, directfb, aalib and
+ svgalib
+
+2003-07-29 hgg <hgreig@bigpond.net.au>
+ * BUILD: Update gcc check so it actually works :-)
+
+2003-06-25 hgg <hgreig@bigpond.net.au>
+ * DETAILS: Update to 2.0.3
+ * BUILD, libggi-gcc3.3.patch: Add patch and check for gcc3.3
+
+2002-10-14 Julian v. Bock <julian@wongr.net>
+ * DETAILS: add LICENSE and MD5 fields.
+
+2002-08-06 Julian v. Bock <julian@wongr.net>
+ * DEPENDS, DETAILS, HISTORY: add spell.
+