Index: head/graphics/tulip/Makefile =================================================================== --- head/graphics/tulip/Makefile (revision 384902) +++ head/graphics/tulip/Makefile (revision 384903) @@ -1,64 +1,64 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= tulip -PORTVERSION= 4.6.1 +PORTVERSION= 4.7.0 DISTVERSIONSUFFIX= _src CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@gmail.com COMMENT= System dedicated to the visualization of huge graphs LICENSE= LGPL3 LIB_DEPENDS= libquazip.so:${PORTSDIR}/archivers/quazip \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libOGDF.so:${PORTSDIR}/math/ogdf \ libfreetype.so:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME} USES= cmake:outsource compiler:c++11-lib dos2unix execinfo python \ shebangfix SHEBANG_FILES= tulip-config.in DOS2UNIX_FILES= software/tulip/src/main.cpp USE_CXXSTD= c++11 USE_GL= glew glut USE_GNOME= libxml2 CMAKE_ARGS= -DBUILD_DOC:BOOL=OFF \ -DOGDFInclude:STRING=${LOCALBASE}/include \ -DOGDFLibrary:STRING=${LOCALBASE}/lib/libOGDF.so USE_LDCONFIG= ${PREFIX}/lib/tulip CXXFLAGS+= -fPIC -I${LOCALBASE}/include -DNDEBUG -DOGDF_DLL LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= TULIP_VERSION="${PORTVERSION}" \ TULIP_VERS="${PORTVERSION:R}" DESKTOP_ENTRIES="Tulip" "" "${PREFIX}/share/pixmaps.tulip.png" "tulip" "" "" OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 OPTIONS_DEFAULT= QT4 QT4_USE= qt4=corelib,gui,network,opengl,webkit \ qt4=xml,xmlpatterns \ qt4=moc_build,qmake_build,rcc_build,uic_build QT4_CMAKE_ON= -DUSE_QT5_IF_INSTALLED:BOOL=OFF QT5_USE= qt5=core,gui,network,opengl,webkit,widgets \ qt5=xml,xmlpatterns \ qt5=buildtools_build,qmake_build QT5_CMAKE_ON= -DUSE_QT5_IF_INSTALLED:BOOL=ON post-build: @${LN} -sf logo32x32.png \ ${WRKSRC}/library/tulip-gui/resources/icons/tulip.png post-install: (cd ${WRKSRC}/library/tulip-gui/resources/icons && ${INSTALL_DATA} \ tulip.png ${STAGEDIR}${PREFIX}/share/pixmaps) .include Index: head/graphics/tulip/distinfo =================================================================== --- head/graphics/tulip/distinfo (revision 384902) +++ head/graphics/tulip/distinfo (revision 384903) @@ -1,2 +1,2 @@ -SHA256 (tulip-4.6.1_src.tar.gz) = 27ab129af9541b94bfb6f63497b4055a298a3058be58795b3bc67c2d9789a18b -SIZE (tulip-4.6.1_src.tar.gz) = 82574518 +SHA256 (tulip-4.7.0_src.tar.gz) = 8ae2fe8e27e147a845eb21a3b8e9a3bb88d3d0c8d9e9c2952579399908e07874 +SIZE (tulip-4.7.0_src.tar.gz) = 82801728 Index: head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h =================================================================== --- head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h (revision 384902) +++ head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h (nonexistent) @@ -1,11 +0,0 @@ ---- software/tulip/include/TulipPerspectiveProcessHandler.h.orig 2014-04-18 11:41:35.000000000 +0200 -+++ software/tulip/include/TulipPerspectiveProcessHandler.h 2014-04-18 11:47:38.000000000 +0200 -@@ -27,6 +27,8 @@ - - #include - -+#include -+ - // Some utility class used in crash handler dialog designer form - - class SelectionButton: public QPushButton { Property changes on: head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software-tulip-src_main.cpp =================================================================== --- head/graphics/tulip/files/patch-software-tulip-src_main.cpp (revision 384902) +++ head/graphics/tulip/files/patch-software-tulip-src_main.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- software/tulip/src/main.cpp.orig 2014-04-18 11:56:26.000000000 +0200 -+++ software/tulip/src/main.cpp 2014-04-18 11:56:38.000000000 +0200 -@@ -119,7 +119,9 @@ - } - - int main(int argc, char **argv) { -+#ifndef __FreeBSD__ - start_crash_handler(); -+#endif - - - Property changes on: head/graphics/tulip/files/patch-software-tulip-src_main.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp =================================================================== --- head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp (revision 384902) +++ head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- plugins/view/HistogramView/HistogramStatistics.cpp.orig 2014-04-18 12:05:56.000000000 +0200 -+++ plugins/view/HistogramView/HistogramStatistics.cpp 2014-04-18 12:07:56.000000000 +0200 -@@ -30,7 +30,7 @@ - #include "HistoStatsConfigWidget.h" - #include "HistogramView.h" - --#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) -+#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) || defined(__FreeBSD__) - - #include - Property changes on: head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp =================================================================== --- head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp (revision 384902) +++ head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- software/crash_handling/CrashHandling.cpp.orig 2014-04-18 10:33:31.000000000 +0200 -+++ software/crash_handling/CrashHandling.cpp 2014-04-18 10:34:25.000000000 +0200 -@@ -38,7 +38,7 @@ - /* - Linux/MacOS-specific handling - */ --#if defined(__unix__) || defined(__APPLE__) -+#if (defined(__unix__) || defined(__APPLE__)) && !defined(__FreeBSD__) - - # if defined(__i386__) || defined(__amd64__) - Property changes on: head/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp =================================================================== --- head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp (revision 384902) +++ head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp (nonexistent) @@ -1,16 +0,0 @@ ---- software/crash_handling/StackWalker.cpp.orig 2014-04-22 16:44:05.000000000 +0200 -+++ software/crash_handling/StackWalker.cpp 2014-04-22 16:46:01.000000000 +0200 -@@ -255,8 +255,13 @@ - char * real_name = abi::__cxa_demangle(mangled_name, 0, 0, &status); - - char *end; -+#if defined(__FreeBSD__) && __FreeBSD_version < 9000000 -+ int64_t runtimeAddr = static_cast(strtol(runtime_addr, &end, 16)); -+ int64_t runtimeOffset = static_cast(strtol(runtime_offset, &end, 0)); -+#else - int64_t runtimeAddr = static_cast(strtoll(runtime_addr, &end, 16)); - int64_t runtimeOffset = static_cast(strtoll(runtime_offset, &end, 0)); -+#endif - - if (runtimeAddr == 1 && i == (size - 1)) - break; Property changes on: head/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp =================================================================== --- head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp (revision 384902) +++ head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- software/tulip_perspective/src/main.cpp.orig 2014-04-18 11:58:12.000000000 +0200 -+++ software/tulip_perspective/src/main.cpp 2014-04-18 11:58:27.000000000 +0200 -@@ -129,7 +129,9 @@ - } - - int main(int argc,char **argv) { -+#ifndef __FreeBSD__ - start_crash_handler(); -+#endif - - QString appName("Tulip "); - QString iconPath; Property changes on: head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-dirent =================================================================== --- head/graphics/tulip/files/patch-dirent (revision 384902) +++ head/graphics/tulip/files/patch-dirent (nonexistent) @@ -1,17 +0,0 @@ ---- library/tulip-core/src/PluginLibraryLoader.cpp.orig 2014-03-25 10:10:30.000000000 +0100 -+++ library/tulip-core/src/PluginLibraryLoader.cpp 2014-04-01 13:50:00.000000000 +0200 -@@ -130,7 +130,14 @@ - } - - // accepts only file whose name matches *.so or *.dylib -+#ifdef __FreeBSD__ -+#include -+#if (__FreeBSD_version < 900000 && __FreeBSD_version >= 800501) || (__FreeBSD_version >= 900006) -+int __tulip_select_libs(const struct dirent *ent) { -+#else - int __tulip_select_libs(struct dirent *ent) { -+#endif /* __FreeBSD_version */ -+#endif /* __FreeBSD__ */ - #if !defined(__APPLE__) - const char *suffix = ".so"; - const unsigned long suffix_len = 3; Property changes on: head/graphics/tulip/files/patch-dirent ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-CMakeLists.txt =================================================================== --- head/graphics/tulip/files/patch-CMakeLists.txt (revision 384902) +++ head/graphics/tulip/files/patch-CMakeLists.txt (revision 384903) @@ -1,25 +1,13 @@ ---- CMakeLists.txt.orig 2014-09-28 22:18:14.000000000 +0200 -+++ CMakeLists.txt 2014-09-30 12:39:54.000000000 +0200 -@@ -108,7 +108,10 @@ - IF(APPLE) - SET_TARGET_PROPERTIES(${name} PROPERTIES INSTALL_NAME_DIR "@executable_path/../lib") - ENDIF(APPLE) -- SET_TARGET_PROPERTIES(${name} PROPERTIES INSTALL_RPATH "$ORIGIN") -+ GET_TARGET_PROPERTY(_target_type ${name} TYPE) -+ IF(NOT "${_target_type}" STREQUAL "INTERFACE_LIBRARY") -+ SET_TARGET_PROPERTIES(${name} PROPERTIES INSTALL_RPATH "$ORIGIN") -+ ENDIF(NOT "${_target_type}" STREQUAL "INTERFACE_LIBRARY") - IF(MSVC) - SET_TARGET_PROPERTIES(${name} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_DEBUG "${CMAKE_CURRENT_BINARY_DIR}") - SET_TARGET_PROPERTIES(${name} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_RELEASE "${CMAKE_CURRENT_BINARY_DIR}") -@@ -401,8 +401,8 @@ +--- CMakeLists.txt.orig 2015-04-22 14:45:15 UTC ++++ CMakeLists.txt +@@ -367,8 +367,8 @@ SET(FTGLInclude ${PROJECT_SOURCE_DIR}/th SET(FTGLLibrary ftgl-tulip-${TulipMMVersion}) ENDIF(NOT BUILD_CORE_ONLY) -SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF) -SET(OGDFLibrary OGDF-tulip-${TulipMMVersion}) +#SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF) +#SET(OGDFLibrary OGDF-tulip-${TulipMMVersion}) SET(QHULLInclude ${PROJECT_SOURCE_DIR}/thirdparty) SET(UTF8CppInclude ${PROJECT_SOURCE_DIR}/thirdparty/utf8-cpp/source) SET(YajlLibrary yajl-tulip-${TulipMMVersion}) Index: head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp =================================================================== --- head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp (nonexistent) +++ head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp (revision 384903) @@ -0,0 +1,17 @@ +--- library/tulip-core/src/PluginLibraryLoader.cpp.orig 2015-04-18 20:15:27 UTC ++++ library/tulip-core/src/PluginLibraryLoader.cpp +@@ -130,7 +130,14 @@ bool PluginLibraryLoader::loadPluginLibr + } + + // accepts only file whose name matches *.so or *.dylib ++#ifdef __FreeBSD__ ++#include ++#if (__FreeBSD_version < 900000 && __FreeBSD_version >= 800501) || (__FreeBSD_version >= 900006) ++int __tulip_select_libs(const struct dirent *ent) { ++#else + int __tulip_select_libs(struct dirent *ent) { ++#endif /* __FreeBSD_version */ ++#endif /* __FreeBSD__ */ + #if !defined(__APPLE__) + const char *suffix = ".so"; + const unsigned long suffix_len = 3; Property changes on: head/graphics/tulip/files/patch-library_tulip-core_src_PluginLibraryLoader.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp =================================================================== --- head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp (nonexistent) +++ head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp (revision 384903) @@ -0,0 +1,11 @@ +--- plugins/view/HistogramView/HistogramStatistics.cpp.orig 2015-04-18 20:15:49 UTC ++++ plugins/view/HistogramView/HistogramStatistics.cpp +@@ -30,7 +30,7 @@ + #include "HistoStatsConfigWidget.h" + #include "HistogramView.h" + +-#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) ++#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) || defined(__FreeBSD__) + + #include + Property changes on: head/graphics/tulip/files/patch-plugins_view_HistogramView_HistogramStatistics.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp =================================================================== --- head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp (nonexistent) +++ head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp (revision 384903) @@ -0,0 +1,11 @@ +--- software/crash_handling/CrashHandling.cpp.orig 2015-04-18 20:15:52 UTC ++++ software/crash_handling/CrashHandling.cpp +@@ -48,7 +48,7 @@ void setExtraSymbolsSearchPaths(const st + /* + Linux/MacOS-specific handling + */ +-#if defined(__unix__) || defined(__APPLE__) ++#if (defined(__unix__) || defined(__APPLE__)) && !defined(__FreeBSD__) + + # if defined(__i386__) || defined(__amd64__) + Property changes on: head/graphics/tulip/files/patch-software_crash__handling_CrashHandling.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp =================================================================== --- head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp (nonexistent) +++ head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp (revision 384903) @@ -0,0 +1,16 @@ +--- software/crash_handling/StackWalker.cpp.orig 2015-04-18 20:15:52 UTC ++++ software/crash_handling/StackWalker.cpp +@@ -255,8 +255,13 @@ void StackWalkerGCC::printCallStack(std: + char * real_name = abi::__cxa_demangle(mangled_name, 0, 0, &status); + + char *end; ++#if defined(__FreeBSD__) && __FreeBSD_version < 9000000 ++ int64_t runtimeAddr = static_cast(strtol(runtime_addr, &end, 16)); ++ int64_t runtimeOffset = static_cast(strtol(runtime_offset, &end, 0)); ++#else + int64_t runtimeAddr = static_cast(strtoll(runtime_addr, &end, 16)); + int64_t runtimeOffset = static_cast(strtoll(runtime_offset, &end, 0)); ++#endif + + if (runtimeAddr == 1 && i == (size - 1)) + break; Property changes on: head/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp =================================================================== --- head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp (nonexistent) +++ head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp (revision 384903) @@ -0,0 +1,12 @@ +--- software/tulip_perspective/src/main.cpp.orig 2015-04-18 20:15:52 UTC ++++ software/tulip_perspective/src/main.cpp +@@ -134,7 +134,9 @@ void usage(const QString &error) { + } + + int main(int argc,char **argv) { ++#ifndef __FreeBSD__ + start_crash_handler(); ++#endif + + QString appName("Tulip "); + QString iconPath; Property changes on: head/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h =================================================================== --- head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h (nonexistent) +++ head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h (revision 384903) @@ -0,0 +1,11 @@ +--- software/tulip/include/TulipPerspectiveProcessHandler.h.orig 2015-04-18 20:15:52 UTC ++++ software/tulip/include/TulipPerspectiveProcessHandler.h +@@ -27,6 +27,8 @@ + + #include + ++#include ++ + // Some utility class used in crash handler dialog designer form + + class SelectionButton: public QPushButton { Property changes on: head/graphics/tulip/files/patch-software_tulip_include_TulipPerspectiveProcessHandler.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-software_tulip_src_main.cpp =================================================================== --- head/graphics/tulip/files/patch-software_tulip_src_main.cpp (nonexistent) +++ head/graphics/tulip/files/patch-software_tulip_src_main.cpp (revision 384903) @@ -0,0 +1,12 @@ +--- software/tulip/src/main.cpp.orig 2015-04-22 14:45:04 UTC ++++ software/tulip/src/main.cpp +@@ -124,7 +124,9 @@ void checkTulipRunning(const QString& pe + } + + int main(int argc, char **argv) { ++#ifndef __FreeBSD__ + start_crash_handler(); ++#endif + + QApplication tulip_agent(argc, argv); + QString name("Tulip "); Property changes on: head/graphics/tulip/files/patch-software_tulip_src_main.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt =================================================================== --- head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt (revision 384902) +++ head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt (revision 384903) @@ -1,11 +1,11 @@ ---- thirdparty/CMakeLists.txt.orig 2014-09-28 22:17:08.000000000 +0200 -+++ thirdparty/CMakeLists.txt 2014-09-30 14:20:28.000000000 +0200 -@@ -3,7 +3,7 @@ +--- thirdparty/CMakeLists.txt.orig 2015-04-18 20:15:20 UTC ++++ thirdparty/CMakeLists.txt +@@ -3,7 +3,7 @@ DISABLE_COMPILER_WARNINGS() ADD_CORE_FILES(CMakeLists.txt) ADD_SUBDIRECTORY(gzstream) -ADD_SUBDIRECTORY(OGDF) +#ADD_SUBDIRECTORY(OGDF) ADD_SUBDIRECTORY(libqhull) ADD_SUBDIRECTORY(yajl) Index: head/graphics/tulip/pkg-plist =================================================================== --- head/graphics/tulip/pkg-plist (revision 384902) +++ head/graphics/tulip/pkg-plist (revision 384903) @@ -1,654 +1,660 @@ bin/tulip bin/tulip-config bin/tulip_perspective include/tulip/APIDataBase.h include/tulip/AbstractGlCurve.h include/tulip/AbstractProperty.h include/tulip/AcyclicTest.h include/tulip/Algorithm.h include/tulip/Animation.h include/tulip/Array.h include/tulip/AutoCompletionDataBase.h include/tulip/Bfs.h include/tulip/BiconnectedTest.h include/tulip/BooleanProperty.h include/tulip/BoundingBox.h include/tulip/CSVContentHandler.h include/tulip/CSVGraphImport.h include/tulip/CSVGraphMappingConfigurationWidget.h include/tulip/CSVImportConfigurationWidget.h include/tulip/CSVImportWizard.h include/tulip/CSVParser.h include/tulip/CSVParserConfigurationWidget.h include/tulip/CachedPropertyAnimation.h include/tulip/Camera.h include/tulip/CaptionGraphicsItem.h include/tulip/CaptionGraphicsSubItems.h include/tulip/CaptionItem.h include/tulip/Circle.h include/tulip/ClearableLineEdit.h include/tulip/Color.h include/tulip/ColorButton.h include/tulip/ColorProperty.h include/tulip/ColorPropertyAnimation.h include/tulip/ColorScale.h include/tulip/ColorScaleButton.h include/tulip/ColorScaleConfigDialog.h include/tulip/ColorScaleWidget.h include/tulip/ConcatIterator.h include/tulip/ConnectedTest.h include/tulip/ConsoleUtils.h include/tulip/ConvexHull.h include/tulip/Coord.h include/tulip/CoordEditor.h include/tulip/CopyPropertyDialog.h include/tulip/Curves.h include/tulip/DataSet.h include/tulip/Delaunay.h +include/tulip/DocumentationNavigator.h include/tulip/DoubleProperty.h include/tulip/DoublePropertyAnimation.h include/tulip/DoubleStringsListSelectionWidget.h include/tulip/DownloadManager.h include/tulip/DragHandle.h include/tulip/DrawingTools.h include/tulip/Edge.h include/tulip/EdgeExtremityGlyph.h include/tulip/EdgeExtremityGlyphManager.h include/tulip/ExportModule.h include/tulip/Face.h include/tulip/FaceIterator.h include/tulip/ForEach.h include/tulip/GLInteractor.h include/tulip/Gl2DRect.h include/tulip/GlAbstractPolygon.h include/tulip/GlAxis.h include/tulip/GlBezierCurve.h include/tulip/GlBoundingBoxSceneVisitor.h include/tulip/GlBox.h include/tulip/GlCPULODCalculator.h include/tulip/GlCatmullRomCurve.h include/tulip/GlCircle.h include/tulip/GlColorScale.h include/tulip/GlComplexPolygon.h include/tulip/GlComplexeEntity.h include/tulip/GlComposite.h include/tulip/GlCompositeHierarchyManager.h include/tulip/GlConvexGraphHull.h include/tulip/GlConvexHull.h include/tulip/GlCubicBSplineInterpolation.h include/tulip/GlCurve.h include/tulip/GlDisplayListManager.h include/tulip/GlEdge.h include/tulip/GlEntity.h include/tulip/GlFeedBackBuilder.h include/tulip/GlFeedBackRecorder.h include/tulip/GlGlyphRenderer.h include/tulip/GlGraphComposite.h include/tulip/GlGraphHighDetailsRenderer.h include/tulip/GlGraphInputData.h include/tulip/GlGraphLowDetailsRenderer.h include/tulip/GlGraphRenderer.h include/tulip/GlGraphRenderingParameters.h include/tulip/GlGraphStaticData.h include/tulip/GlGrid.h include/tulip/GlHexagon.h include/tulip/GlLODCalculator.h include/tulip/GlLODSceneVisitor.h include/tulip/GlLabel.h include/tulip/GlLayer.h include/tulip/GlLine.h include/tulip/GlLines.h include/tulip/GlMainView.h include/tulip/GlMainWidget.h include/tulip/GlMainWidgetGraphicsItem.h include/tulip/GlMetaNodeRenderer.h include/tulip/GlNode.h include/tulip/GlNominativeAxis.h include/tulip/GlOffscreenRenderer.h include/tulip/GlOpenUniformCubicBSpline.h include/tulip/GlOverviewGraphicsItem.h include/tulip/GlPentagon.h include/tulip/GlPolyQuad.h include/tulip/GlPolygon.h include/tulip/GlProgressBar.h include/tulip/GlQuad.h include/tulip/GlQuadTreeLODCalculator.h include/tulip/GlQuantitativeAxis.h include/tulip/GlRect.h include/tulip/GlRegularPolygon.h include/tulip/GlScene.h include/tulip/GlSceneObserver.h include/tulip/GlSceneVisitor.h include/tulip/GlSceneZoomAndPan.h include/tulip/GlSelectSceneVisitor.h include/tulip/GlShaderProgram.h include/tulip/GlSimpleEntity.h include/tulip/GlSimpleEntityItemModel.h include/tulip/GlSphere.h include/tulip/GlStar.h include/tulip/GlTLPFeedBackBuilder.h include/tulip/GlTextureManager.h include/tulip/GlTools.h include/tulip/GlTriangle.h include/tulip/GlVertexArrayManager.h include/tulip/GlVertexArrayVisitor.h include/tulip/GlXMLTools.h include/tulip/Glyph.h include/tulip/GlyphManager.h include/tulip/GlyphRenderer.h include/tulip/Graph.h include/tulip/GraphAbstract.h include/tulip/GraphDecorator.h include/tulip/GraphElementModel.h include/tulip/GraphHierarchiesModel.h include/tulip/GraphMeasure.h include/tulip/GraphModel.h include/tulip/GraphNeedsSavingObserver.h include/tulip/GraphPropertiesModel.h include/tulip/GraphPropertiesSelectionWidget.h include/tulip/GraphProperty.h include/tulip/GraphTableItemDelegate.h include/tulip/GraphTest.h include/tulip/GraphTools.h include/tulip/ImportModule.h include/tulip/IntegerProperty.h include/tulip/Interactor.h include/tulip/InteractorComposite.h include/tulip/ItemsListWidget.h include/tulip/Iterator.h include/tulip/LayoutProperty.h include/tulip/LayoutPropertyAnimation.h include/tulip/MapIterator.h include/tulip/Matrix.h include/tulip/MouseBoxZoomer.h include/tulip/MouseEdgeBendEditor.h include/tulip/MouseEdgeBuilder.h include/tulip/MouseEdgeSelector.h include/tulip/MouseInteractors.h include/tulip/MouseNodeBuilder.h include/tulip/MouseSelectionEditor.h include/tulip/MouseSelector.h include/tulip/MouseShowElementInfos.h include/tulip/MutableContainer.h include/tulip/Node.h include/tulip/NodeLinkDiagramComponent.h include/tulip/NodeLinkDiagramComponentInteractor.h include/tulip/NumericProperty.h include/tulip/Observable.h include/tulip/OcclusionTest.h include/tulip/OpenGlConfigManager.h include/tulip/Ordering.h include/tulip/OuterPlanarTest.h include/tulip/ParameterListModel.h include/tulip/ParametricCurves.h include/tulip/Perspective.h include/tulip/PlaceHolderWidget.h include/tulip/PlanarConMap.h include/tulip/PlanarityTest.h include/tulip/Plugin.h include/tulip/PluginContext.h include/tulip/PluginLibraryLoader.h include/tulip/PluginLister.h include/tulip/PluginLoader.h include/tulip/PluginLoaderTxt.h include/tulip/PluginModel.h include/tulip/PluginProgress.h include/tulip/ProcessingAnimationItem.h include/tulip/PropertyAlgorithm.h include/tulip/PropertyAnimation.h include/tulip/PropertyCreationDialog.h include/tulip/PropertyInterface.h include/tulip/PropertyTypes.h include/tulip/PropertyWrapper.h include/tulip/PythonCodeEditor.h include/tulip/PythonCppTypesConverter.h include/tulip/PythonEditorsTabWidget.h include/tulip/PythonInterpreter.cxx include/tulip/PythonInterpreter.h include/tulip/PythonShellWidget.h include/tulip/PythonVersionChecker.h include/tulip/QGlBufferManager.h include/tulip/QGlPixelBufferManager.h include/tulip/QtGlSceneZoomAndPanAnimator.h include/tulip/QuaZIPFacade.h include/tulip/QuadTree.h include/tulip/QuickAccessBar.h include/tulip/Rectangle.h include/tulip/RenamePropertyDialog.h include/tulip/SceneConfigWidget.h include/tulip/SceneLayersConfigWidget.h include/tulip/ScrollPopupButton.h include/tulip/SerializableType.h include/tulip/SimplePluginProgress.h include/tulip/SimplePluginProgressWidget.h include/tulip/SimpleStringsListSelectionWidget.h include/tulip/SimpleTest.h include/tulip/Size.h include/tulip/SizeProperty.h include/tulip/SizePropertyAnimation.h include/tulip/SnapshotDialog.h include/tulip/SortIterator.h include/tulip/StableIterator.h include/tulip/StlFunctions.h include/tulip/StlIterator.h include/tulip/StoredType.h include/tulip/StringCollection.h include/tulip/StringEditor.h include/tulip/StringProperty.h include/tulip/StringsListSelectionDialog.h include/tulip/StringsListSelectionWidget.h include/tulip/StringsListSelectionWidgetInterface.h include/tulip/SystemDefinition.h include/tulip/TemplateAlgorithm.h include/tulip/TlpQtTools.h include/tulip/TlpTools.h include/tulip/TreeTest.h include/tulip/TreeViewComboBox.h include/tulip/TriconnectedTest.h include/tulip/TulipException.h include/tulip/TulipFileDescriptorWidget.h include/tulip/TulipFont.h +include/tulip/TulipFontAwesome.h include/tulip/TulipFontDialog.h include/tulip/TulipItemDelegate.h include/tulip/TulipItemEditorCreators.h include/tulip/TulipMetaTypes.h include/tulip/TulipMimes.h include/tulip/TulipModel.h include/tulip/TulipParallelAnimationGroup.h include/tulip/TulipPluginHeaders.h include/tulip/TulipProject.h include/tulip/TulipRelease.h include/tulip/TulipSettings.h include/tulip/TulipViewSettings.h include/tulip/TypeInterface.h include/tulip/Vector.h include/tulip/VectorCast.h include/tulip/VectorEditor.h include/tulip/VectorPropertyAnimation.h include/tulip/View.h include/tulip/ViewWidget.h include/tulip/WithDependency.h include/tulip/WithParameter.h include/tulip/Workspace.h include/tulip/WorkspaceExposeWidget.h include/tulip/WorkspacePanel.h include/tulip/YajlFacade.h include/tulip/conversioniterator.h include/tulip/cxx/AbstractProperty.cxx include/tulip/cxx/Array.cxx include/tulip/cxx/CachedPropertyAnimation.cxx include/tulip/cxx/Circle.cxx include/tulip/cxx/DataSet.cxx include/tulip/cxx/Graph.cxx include/tulip/cxx/GraphPropertiesModel.cxx include/tulip/cxx/Matrix.cxx include/tulip/cxx/MutableContainer.cxx include/tulip/cxx/PropertyAnimation.cxx include/tulip/cxx/TulipItemDelegate.cxx include/tulip/cxx/TulipItemEditorCreators.cxx include/tulip/cxx/Vector.cxx include/tulip/cxx/VectorPropertyAnimation.cxx include/tulip/cxx/minmaxproperty.cxx include/tulip/filteriterator.h include/tulip/memorypool.h include/tulip/minmaxproperty.h include/tulip/tulipconf.h include/tulip/tuliphash.h include/tulip/uniqueiterator.h include/tulip/vectorgraph.h include/tulip/vectorgraphproperty.h include/tulip2ogdf/OGDFLayoutPluginBase.h include/tulip2ogdf/TulipToOGDF.h lib/libftgl-tulip-%%TULIP_VERS%%.so lib/libftgl-tulip-%%TULIP_VERS%%.so.2 lib/libftgl-tulip-%%TULIP_VERS%%.so.2.1 lib/libgzstream-tulip-%%TULIP_VERS%%.so lib/libgzstream-tulip-%%TULIP_VERS%%.so.0 lib/libqxt-tulip-%%TULIP_VERS%%.so lib/libqxt-tulip-%%TULIP_VERS%%.so.0 lib/libtulip-core-%%TULIP_VERS%%.so lib/libtulip-gui-%%TULIP_VERS%%.so lib/libtulip-ogdf-%%TULIP_VERS%%.so lib/libtulip-ogl-%%TULIP_VERS%%.so lib/libtulip-python-%%TULIP_VERS%%.so lib/libyajl-tulip-%%TULIP_VERS%%.so lib/libyajl-tulip-%%TULIP_VERS%%.so.2 lib/libyajl-tulip-%%TULIP_VERS%%.so.2.1.0 lib/python/facebook.py lib/python/sip.so lib/python/stl.so lib/python/tulip.so lib/python/tulip_facebook.py lib/python/tulipgui.so lib/python/tulipogl.so lib/python/tulipplugins.py lib/tulip/glyph/libBillboard-%%TULIP_VERSION%%.so lib/tulip/glyph/libChristmasTree-%%TULIP_VERSION%%.so lib/tulip/glyph/libCircle-%%TULIP_VERSION%%.so lib/tulip/glyph/libCone-%%TULIP_VERSION%%.so lib/tulip/glyph/libCross-%%TULIP_VERSION%%.so lib/tulip/glyph/libCube-%%TULIP_VERSION%%.so lib/tulip/glyph/libCubeOutlinedTransparent-%%TULIP_VERSION%%.so lib/tulip/glyph/libCylinder-%%TULIP_VERSION%%.so lib/tulip/glyph/libDiamond-%%TULIP_VERSION%%.so +lib/tulip/glyph/libFontAwesomeIcon-%%TULIP_VERSION%%.so lib/tulip/glyph/libGlowSphere-%%TULIP_VERSION%%.so lib/tulip/glyph/libHalfCylinder-%%TULIP_VERSION%%.so lib/tulip/glyph/libHexagone-%%TULIP_VERSION%%.so lib/tulip/glyph/libPentagone-%%TULIP_VERSION%%.so lib/tulip/glyph/libRing-%%TULIP_VERSION%%.so lib/tulip/glyph/libRoundedBox-%%TULIP_VERSION%%.so lib/tulip/glyph/libSphere-%%TULIP_VERSION%%.so lib/tulip/glyph/libSquare-%%TULIP_VERSION%%.so lib/tulip/glyph/libStar-%%TULIP_VERSION%%.so lib/tulip/glyph/libTriangle-%%TULIP_VERSION%%.so lib/tulip/glyph/libWindow-%%TULIP_VERSION%%.so lib/tulip/interactor/libFishEyeInteractor-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorAddNodeEdge-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorDeleteElement-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorEditEdgeBends-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorGetInformation-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorNavigation-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorRectangleZoom-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorSelection-%%TULIP_VERSION%%.so lib/tulip/interactor/libInteractorSelectionModifier-%%TULIP_VERSION%%.so lib/tulip/interactor/libMouseLassoNodesSelector-%%TULIP_VERSION%%.so lib/tulip/interactor/libMouseMagnifyingGlass-%%TULIP_VERSION%%.so lib/tulip/interactor/libNeighborhoodHighlighter-%%TULIP_VERSION%%.so lib/tulip/interactor/libPathFinder-%%TULIP_VERSION%%.so lib/tulip/libAcyclic-%%TULIP_VERSION%%.so lib/tulip/libAdjacencyMatrixImport-%%TULIP_VERSION%%.so lib/tulip/libAutoSize-%%TULIP_VERSION%%.so lib/tulip/libBetweennessCentrality-%%TULIP_VERSION%%.so lib/tulip/libBiconnected-%%TULIP_VERSION%%.so lib/tulip/libBiconnectedComponent-%%TULIP_VERSION%%.so lib/tulip/libBubbleTree-%%TULIP_VERSION%%.so lib/tulip/libCircular-%%TULIP_VERSION%%.so lib/tulip/libClusterMetric-%%TULIP_VERSION%%.so lib/tulip/libColorMapping-%%TULIP_VERSION%%.so lib/tulip/libCompleteGraph-%%TULIP_VERSION%%.so lib/tulip/libCompleteTree-%%TULIP_VERSION%%.so lib/tulip/libConeTreeExtended-%%TULIP_VERSION%%.so lib/tulip/libConnected-%%TULIP_VERSION%%.so lib/tulip/libConnectedComponent-%%TULIP_VERSION%%.so lib/tulip/libConnectedComponentPacking-%%TULIP_VERSION%%.so lib/tulip/libConvolutionClustering-%%TULIP_VERSION%%.so +lib/tulip/libCurveEdges-%%TULIP_VERSION%%.so lib/tulip/libDagLevelMetric-%%TULIP_VERSION%%.so lib/tulip/libDegreeMetric-%%TULIP_VERSION%%.so lib/tulip/libDelaunay-%%TULIP_VERSION%%.so lib/tulip/libDendrogram-%%TULIP_VERSION%%.so lib/tulip/libDepthMetric-%%TULIP_VERSION%%.so lib/tulip/libDotImport-%%TULIP_VERSION%%.so lib/tulip/libEccentricity-%%TULIP_VERSION%%.so lib/tulip/libEdgeBundling-%%TULIP_VERSION%%.so lib/tulip/libEmptyGraph-%%TULIP_VERSION%%.so lib/tulip/libEqualValueClustering-%%TULIP_VERSION%%.so lib/tulip/libFacebookImport-%%TULIP_VERSION%%.so lib/tulip/libFastOverlapRemoval-%%TULIP_VERSION%%.so lib/tulip/libFileSystem-%%TULIP_VERSION%%.so lib/tulip/libGEXFImport-%%TULIP_VERSION%%.so lib/tulip/libGMLExport-%%TULIP_VERSION%%.so lib/tulip/libGMLImport-%%TULIP_VERSION%%.so lib/tulip/libGemLayout-%%TULIP_VERSION%%.so lib/tulip/libGrid-%%TULIP_VERSION%%.so lib/tulip/libGrip-%%TULIP_VERSION%%.so lib/tulip/libHierarchicalClustering-%%TULIP_VERSION%%.so lib/tulip/libHierarchicalGraph-%%TULIP_VERSION%%.so lib/tulip/libIdMetric-%%TULIP_VERSION%%.so lib/tulip/libImportPajek-%%TULIP_VERSION%%.so lib/tulip/libImportUCINET-%%TULIP_VERSION%%.so lib/tulip/libImprovedWalker-%%TULIP_VERSION%%.so lib/tulip/libInducedSubGraphSelection-%%TULIP_VERSION%%.so lib/tulip/libKCores-%%TULIP_VERSION%%.so lib/tulip/libKruskal-%%TULIP_VERSION%%.so lib/tulip/libLeafMetric-%%TULIP_VERSION%%.so lib/tulip/libLinLog-%%TULIP_VERSION%%.so lib/tulip/libLinkCommunities-%%TULIP_VERSION%%.so lib/tulip/libLoopSelection-%%TULIP_VERSION%%.so lib/tulip/libLouvainClustering-%%TULIP_VERSION%%.so lib/tulip/libMCLClustering-%%TULIP_VERSION%%.so lib/tulip/libMetricSizeMapping-%%TULIP_VERSION%%.so lib/tulip/libMixedModel-%%TULIP_VERSION%%.so lib/tulip/libMultipleSelection-%%TULIP_VERSION%%.so lib/tulip/libNodeMetric-%%TULIP_VERSION%%.so +lib/tulip/libOGDFBalloon-%%TULIP_VERSION%%.so +lib/tulip/libOGDFCircular-%%TULIP_VERSION%%.so +lib/tulip/libOGDFDavidsonHarel-%%TULIP_VERSION%%.so +lib/tulip/libOGDFDominance-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFastMultipoleEmbedder-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFastMultipoleMultilevelEmbedder-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFm3-%%TULIP_VERSION%%.so +lib/tulip/libOGDFFrutchermanReingold-%%TULIP_VERSION%%.so +lib/tulip/libOGDFGemFrick-%%TULIP_VERSION%%.so +lib/tulip/libOGDFKamadaKawai-%%TULIP_VERSION%%.so +lib/tulip/libOGDFMMMExampleFastLayout-%%TULIP_VERSION%%.so +lib/tulip/libOGDFMMMExampleNiceLayout-%%TULIP_VERSION%%.so +lib/tulip/libOGDFMMMExampleNoTwistLayout-%%TULIP_VERSION%%.so +lib/tulip/libOGDFPlanarizationGrid-%%TULIP_VERSION%%.so +lib/tulip/libOGDFStressMajorization-%%TULIP_VERSION%%.so +lib/tulip/libOGDFSugiyama-%%TULIP_VERSION%%.so +lib/tulip/libOGDFTree-%%TULIP_VERSION%%.so +lib/tulip/libOGDFUpwardPlanarization-%%TULIP_VERSION%%.so +lib/tulip/libOGDFVisibility-%%TULIP_VERSION%%.so lib/tulip/libOuterplanar-%%TULIP_VERSION%%.so lib/tulip/libPageRank-%%TULIP_VERSION%%.so lib/tulip/libPathLengthMetric-%%TULIP_VERSION%%.so lib/tulip/libPerfectLayout-%%TULIP_VERSION%%.so lib/tulip/libPlanarGraph-%%TULIP_VERSION%%.so lib/tulip/libPlanarity-%%TULIP_VERSION%%.so lib/tulip/libPolyominoPacking-%%TULIP_VERSION%%.so lib/tulip/libQuotientClustering-%%TULIP_VERSION%%.so lib/tulip/libRandom-%%TULIP_VERSION%%.so lib/tulip/libRandomGraph-%%TULIP_VERSION%%.so lib/tulip/libRandomMetric-%%TULIP_VERSION%%.so lib/tulip/libRandomSimpleGraph-%%TULIP_VERSION%%.so lib/tulip/libRandomTree-%%TULIP_VERSION%%.so lib/tulip/libRandomTreeGeneral-%%TULIP_VERSION%%.so lib/tulip/libReachableSubGraphSelection-%%TULIP_VERSION%%.so +lib/tulip/libReverseEdges-%%TULIP_VERSION%%.so lib/tulip/libSVGExport-%%TULIP_VERSION%%.so lib/tulip/libSimple-%%TULIP_VERSION%%.so lib/tulip/libSmallWorldGraph-%%TULIP_VERSION%%.so lib/tulip/libSpanningDagSelection-%%TULIP_VERSION%%.so lib/tulip/libSpanningTreeSelection-%%TULIP_VERSION%%.so lib/tulip/libSquarifiedTreeMap-%%TULIP_VERSION%%.so lib/tulip/libStrahlerMetric-%%TULIP_VERSION%%.so lib/tulip/libStrengthClustering-%%TULIP_VERSION%%.so lib/tulip/libStrengthMetric-%%TULIP_VERSION%%.so lib/tulip/libStrongComponent-%%TULIP_VERSION%%.so lib/tulip/libToLabels-%%TULIP_VERSION%%.so lib/tulip/libTree-%%TULIP_VERSION%%.so lib/tulip/libTreeLeaf-%%TULIP_VERSION%%.so lib/tulip/libTreeRadial-%%TULIP_VERSION%%.so lib/tulip/libTreeReingoldAndTilforExtended-%%TULIP_VERSION%%.so lib/tulip/libTriconnected-%%TULIP_VERSION%%.so lib/tulip/libTutte-%%TULIP_VERSION%%.so lib/tulip/libVoronoi-%%TULIP_VERSION%%.so lib/tulip/libWebImport-%%TULIP_VERSION%%.so lib/tulip/libWelshPowell-%%TULIP_VERSION%%.so -lib/tulip/libogdfballoon-%%TULIP_VERSION%%.so -lib/tulip/libogdfcircular-%%TULIP_VERSION%%.so -lib/tulip/libogdfdavidsonharel-%%TULIP_VERSION%%.so -lib/tulip/libogdfdominance-%%TULIP_VERSION%%.so -lib/tulip/libogdffastmultipoleembedder-%%TULIP_VERSION%%.so -lib/tulip/libogdffastmultipolemultilevelembedder-%%TULIP_VERSION%%.so -lib/tulip/libogdffm3-%%TULIP_VERSION%%.so -lib/tulip/libogdffrutchermanreingold-%%TULIP_VERSION%%.so -lib/tulip/libogdfgemfrick-%%TULIP_VERSION%%.so -lib/tulip/libogdfkamadakawai-%%TULIP_VERSION%%.so -lib/tulip/libogdfmmmexamplefastlayout-%%TULIP_VERSION%%.so -lib/tulip/libogdfmmmexamplenicelayout-%%TULIP_VERSION%%.so -lib/tulip/libogdfmmmexamplenotwistlayout-%%TULIP_VERSION%%.so -lib/tulip/libogdfplanarizationgrid-%%TULIP_VERSION%%.so -lib/tulip/libogdfstressmajorization-%%TULIP_VERSION%%.so -lib/tulip/libogdfsugiyama-%%TULIP_VERSION%%.so -lib/tulip/libogdftree-%%TULIP_VERSION%%.so -lib/tulip/libogdfupwardplanarization-%%TULIP_VERSION%%.so -lib/tulip/libogdfvisibility-%%TULIP_VERSION%%.so -lib/tulip/libreverseedges-%%TULIP_VERSION%%.so lib/tulip/perspective/libGraphPerspective-%%TULIP_VERSION%%.so lib/tulip/view/libGeographicView-%%TULIP_VERSION%%.so lib/tulip/view/libHistogramView-%%TULIP_VERSION%%.so lib/tulip/view/libMatrixView-%%TULIP_VERSION%%.so lib/tulip/view/libParallelCoordinatesView-%%TULIP_VERSION%%.so lib/tulip/view/libPixelOrientedView-%%TULIP_VERSION%%.so +lib/tulip/view/libPythonScriptView-%%TULIP_VERSION%%.so lib/tulip/view/libSOMView-%%TULIP_VERSION%%.so lib/tulip/view/libScatterPlot2DView-%%TULIP_VERSION%%.so lib/tulip/view/libTableView-%%TULIP_VERSION%%.so -lib/tulip/view/libpythonscriptview-%%TULIP_VERSION%%.so +share/pixmaps/tulip.png %%DATADIR%%/FindGLEW.cmake %%DATADIR%%/FindTULIP.cmake %%DATADIR%%/TulipUseFile.cmake %%DATADIR%%/apiFiles/PyQt4.api %%DATADIR%%/apiFiles/Python-2.4.api %%DATADIR%%/apiFiles/Python-2.5.api %%DATADIR%%/apiFiles/Python-2.6.api %%DATADIR%%/apiFiles/Python-%%PYTHON_VER%%.api %%DATADIR%%/apiFiles/Python-3.1.api %%DATADIR%%/apiFiles/Python-3.2.api %%DATADIR%%/apiFiles/Python-3.3.api %%DATADIR%%/apiFiles/tulip.api %%DATADIR%%/apiFiles/tulipgui.api %%DATADIR%%/apiFiles/tulipogl.api %%DATADIR%%/bitmaps/arrowSprite.png %%DATADIR%%/bitmaps/candiSprite.png %%DATADIR%%/bitmaps/colorscales/BiologicalHeatMap.png %%DATADIR%%/bitmaps/colorscales/BlackPink.png %%DATADIR%%/bitmaps/colorscales/BlackRedYellowWhite.png %%DATADIR%%/bitmaps/colorscales/Blue.png %%DATADIR%%/bitmaps/colorscales/BlueGreenYellow.png %%DATADIR%%/bitmaps/colorscales/Brown.png %%DATADIR%%/bitmaps/colorscales/BrownCyan.png %%DATADIR%%/bitmaps/colorscales/CMYK.png %%DATADIR%%/bitmaps/colorscales/GreenRed.png %%DATADIR%%/bitmaps/colorscales/MentheGrenadine.png %%DATADIR%%/bitmaps/colorscales/OrangeBlue.png %%DATADIR%%/bitmaps/colorscales/Pink.png %%DATADIR%%/bitmaps/colorscales/Rainbow.png %%DATADIR%%/bitmaps/colorscales/Red.png %%DATADIR%%/bitmaps/colorscales/RedBlue.png %%DATADIR%%/bitmaps/colorscales/RedYellow.png %%DATADIR%%/bitmaps/colorscales/Temperature.png %%DATADIR%%/bitmaps/cylinderTexture.png %%DATADIR%%/bitmaps/edgeBlomSprite.png %%DATADIR%%/bitmaps/edgeSpring.png %%DATADIR%%/bitmaps/font.ttf +%%DATADIR%%/bitmaps/fontawesome-webfont.ttf %%DATADIR%%/bitmaps/fontb.ttf %%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono.ttf %%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold.ttf %%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Italic.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Bold.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Italic.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Bold.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans.ttf %%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Bold.ttf %%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif.ttf %%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Bold.ttf %%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Italic.ttf %%DATADIR%%/bitmaps/fonts/Garuda/Garuda.ttf %%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Bold.ttf %%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Italic.ttf %%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari.ttf %%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Bold.ttf %%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Italic.ttf %%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono.ttf %%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Bold.ttf %%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Italic.ttf %%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans.ttf %%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Bold.ttf %%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Italic.ttf %%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif.ttf %%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Bold.ttf %%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Italic.ttf %%DATADIR%%/bitmaps/fonts/Loma/Loma.ttf %%DATADIR%%/bitmaps/fonts/Loma/Loma_Bold.ttf %%DATADIR%%/bitmaps/fonts/Loma/Loma_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Loma/Loma_Italic.ttf %%DATADIR%%/bitmaps/fonts/Norasi/Norasi.ttf %%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Bold.ttf %%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Italic.ttf %%DATADIR%%/bitmaps/fonts/Purisa/Purisa.ttf %%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Bold.ttf %%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Italic.ttf %%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee.ttf %%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Bold.ttf %%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono.ttf %%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Bold.ttf %%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Bold.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Bold.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Bold.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Italic.ttf %%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu.ttf %%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Bold.ttf %%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Italic.ttf %%DATADIR%%/bitmaps/fonts/Umpush/Umpush.ttf %%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Bold.ttf %%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Italic.ttf %%DATADIR%%/bitmaps/fonts/Waree/Waree.ttf %%DATADIR%%/bitmaps/fonts/Waree/Waree_Bold.ttf %%DATADIR%%/bitmaps/fonts/Waree/Waree_Bold_Italic.ttf %%DATADIR%%/bitmaps/fonts/Waree/Waree_Italic.ttf %%DATADIR%%/bitmaps/halfCylinderTexture.png %%DATADIR%%/bitmaps/logo.bmp %%DATADIR%%/bitmaps/logo32x32.ico %%DATADIR%%/bitmaps/logolabri.jpg %%DATADIR%%/bitmaps/radialGradientTexture.png %%DATADIR%%/bitmaps/roundTexture.png %%DATADIR%%/bitmaps/samplePictures/1221.png %%DATADIR%%/bitmaps/samplePictures/1291.png %%DATADIR%%/bitmaps/samplePictures/1531.png %%DATADIR%%/bitmaps/samplePictures/1861.jpg %%DATADIR%%/bitmaps/samplePictures/741.png %%DATADIR%%/bitmaps/samplePictures/891.png %%DATADIR%%/bitmaps/titlebarGradient.png +%%DATADIR%%/bitmaps/tulip-file-icon.ico %%DATADIR%%/bitmaps/tulip.ico %%DATADIR%%/bitmaps/welcomelogo.bmp %%DATADIR%%/wizards/README.txt %%DATADIR%%/wizards/tlpalgorithm/algorithm.cmake %%DATADIR%%/wizards/tlpalgorithm/algorithmplugin.cpp %%DATADIR%%/wizards/tlpalgorithm/algorithmplugin.h %%DATADIR%%/wizards/tlpalgorithm/logo.png %%DATADIR%%/wizards/tlpalgorithm/wizard.xml %%DATADIR%%/wizards/tlpexport/export.cmake %%DATADIR%%/wizards/tlpexport/exportplugin.cpp %%DATADIR%%/wizards/tlpexport/exportplugin.h %%DATADIR%%/wizards/tlpexport/logo.png %%DATADIR%%/wizards/tlpexport/wizard.xml %%DATADIR%%/wizards/tlpimport/import.cmake %%DATADIR%%/wizards/tlpimport/importplugin.cpp %%DATADIR%%/wizards/tlpimport/importplugin.h %%DATADIR%%/wizards/tlpimport/logo.png %%DATADIR%%/wizards/tlpimport/wizard.xml %%DATADIR%%/wizards/tlpinteractor/interactor.cmake %%DATADIR%%/wizards/tlpinteractor/interactor.cpp %%DATADIR%%/wizards/tlpinteractor/interactor.h %%DATADIR%%/wizards/tlpinteractor/logo.png %%DATADIR%%/wizards/tlpinteractor/wizard.xml %%DATADIR%%/wizards/tlpmain/logo.png %%DATADIR%%/wizards/tlpmain/main.cmake %%DATADIR%%/wizards/tlpmain/main.cpp %%DATADIR%%/wizards/tlpmain/wizard.xml %%DATADIR%%/wizards/tlpproperty/logo.png %%DATADIR%%/wizards/tlpproperty/property.cmake %%DATADIR%%/wizards/tlpproperty/propertyplugin.cpp %%DATADIR%%/wizards/tlpproperty/propertyplugin.h %%DATADIR%%/wizards/tlpproperty/wizard.xml %%DATADIR%%/wizards/tlpview/logo.png %%DATADIR%%/wizards/tlpview/view.cmake %%DATADIR%%/wizards/tlpview/view.cpp %%DATADIR%%/wizards/tlpview/view.h %%DATADIR%%/wizards/tlpview/wizard.xml -share/pixmaps/tulip.png