| Port details on branch 2026Q2 |
- tulip System dedicated to the visualization of huge graphs
- 6.0.1 graphics
=0 6.0.1Version of this port present on the latest quarterly branch. - Maintainer: arrowd@FreeBSD.org
 - Port Added: 2026-06-22 09:33:07
- Last Update: 2026-06-22 09:31:38
- Commit Hash: e8d3d82
- License: LGPL3
- WWW:
- https://tulip.labri.fr/
- Description:
- Tulip software is a system dedicated to the visualization of huge
graphs. It manages graphs with a number of elements (node and edges) up
to 500.000 on a personal computer(PIII 600, with 256mo). Its SuperGraph
technology architecture enables to do the following things:
* 3D visualizations
* 3D modifications
* Plug-in support for easy evolution
* Building of clusters and navigation into it
* Automatic drawing of graphs
* Automatic clustering of graphs
* Automatic selection of elements
* Automatic Metric coloration of graphs
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/tulip/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/tulip
- pkg install tulip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tulip
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1768488258
SHA256 (tulip-6.0.1_src.tar.gz) = d67cfbaa8cea78272bbc52b5f09a49ffd8eef085c6f659ba9c9b9cd53e7661dd
SIZE (tulip-6.0.1_src.tar.gz) = 99318412
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-sip>=0 : devel/py-sip@py311
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- update-mime-database : misc/shared-mime-info
- xorgproto>=0 : x11/xorgproto
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- bash : shells/bash
- update-desktop-database : devel/desktop-file-utils
- python3.11 : lang/python311
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libqhull_r.so : math/qhull
- libyajl.so : devel/yajl
- libzip.so : archivers/libzip
- libGL.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libOpenGL.so : graphics/libglvnd
- libQt6Core5Compat.so : devel/qt6-5compat
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_tulip
- USES:
- cmake desktop-file-utils gl pkgconfig python qt:6 shared-mime-info shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
6.0.1 22 Jun 2026 09:31:38
    |
Robert Clausecker (fuz)  |
graphics/tulip: fix build on platforms without OpenMP (armv7)
The project tries to include a nonexistent header <tulip/tlphash.h> if
it detects that OpenMP is not supported. Removing the include directive
seems to fix the build; perhaps the header wasn't needed after all.
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit e1a845ecd28830a85731f95597f2dce69307c102) |
Number of commits found: 1
|