[Lunar-commits] <moonbase> tulip: Adding to moonbase

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri May 7 12:53:56 CEST 2010


commit b1b0d53ed298c44408adb677dab5731fda4bb54d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri May 7 06:53:56 2010 -0400

    tulip: Adding to moonbase
---
 qt4-apps/tulip/BUILD   |   24 ++++++++++++++++++++++++
 qt4-apps/tulip/DEPENDS |    1 +
 qt4-apps/tulip/DETAILS |   23 +++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/tulip/BUILD b/qt4-apps/tulip/BUILD
new file mode 100644
index 0000000..492beb7
--- /dev/null
+++ b/qt4-apps/tulip/BUILD
@@ -0,0 +1,24 @@
+(
+
+  . /etc/profile.d/qt4.rc &&
+
+  if module_installed teTeX ; then
+   export PDFXMLTEX="pdfetex"
+  fi &&
+
+  default_build &&
+
+  # Desktop menu entry
+  cat > ${MODULE}.desktop << EOF  &&
+[Desktop Entry]
+Type=Application
+Name=Tulip
+Comment=Graph visualization software
+Exec=$QTDIR/bin/tulip
+Icon=$QTDIR/lib/tlp/bitmaps/logotulip.jpg
+Categories=Qt;KDE;Science;
+EOF
+                                                                                                                                                                                        
+  install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/tulip/DEPENDS b/qt4-apps/tulip/DEPENDS
new file mode 100644
index 0000000..028837c
--- /dev/null
+++ b/qt4-apps/tulip/DEPENDS
@@ -0,0 +1 @@
+depends  qt4
diff --git a/qt4-apps/tulip/DETAILS b/qt4-apps/tulip/DETAILS
new file mode 100644
index 0000000..36dad4d
--- /dev/null
+++ b/qt4-apps/tulip/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=tulip
+         VERSION=3.3.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/auber/$MODULE/tulip-3.3.1/
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+      SOURCE_VFY=sha1:81198868f104ec558980c102a6914025c29b6a7d
+        WEB_SITE=http://tulip.labri.fr/TulipDrupal/
+         ENTERED=20100507
+         UPDATED=20100507
+           SHORT="Graph visualization software"
+
+PSAFE=no
+cat << EOF
+The research by the information visualization community shows clearly that using
+a visual representation of data-sets enables faster analysis by the end users. 
+Tulip, created by David AUBER, is a contribution of the area of information 
+visualization. Even if the Tulip framework allows the visualization, the drawing
+and the edition of small graphs, all the parts of the framework have been built 
+in order to be able to visualize graphs having more than 1.000.000 elements. 
+Such a visualization system must draw and display huge graphs, allows the 
+navigation through geometric operations as well as the extraction of subgraphs 
+and the enhancement of the results obtained by filtering.
+EOF


More information about the Lunar-commits mailing list