Port details |
- ggobi Data visualization system
- 2.1.12_1 math =3 2.1.12_1Version of this port present on the latest quarterly branch.
- Maintainer: rhurlin@FreeBSD.org
- Port Added: 2010-02-12 19:26:03
- Last Update: 2024-08-06 14:55:51
- Commit Hash: 010f705
- People watching this port, also watch:: wmweather+, qgis, R, mdbtools, mpb
- Also Listed In: graphics
- License: EPL
- WWW:
- http://www.ggobi.org/
- Description:
- GGobi is an open source visualization program for exploring high-dimensional
data. It provides highly dynamic and interactive graphics such as tours, as
well as familiar graphics such as the scatterplot, barchart and parallel
coordinates plots. Plots are interactive and linked with brushing and
identification.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/ggobi/ && make install clean
- To add the package, run one of these commands:
- pkg install math/ggobi
- pkg install ggobi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ggobi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722781980
SHA256 (ggobi-ggobi-2.1.12-93a7148_GH0.tar.gz) = 376c36ef2a65f9e290dfb3503696e78ba70e45bfd39d0ab87bff06bba89cdb3a
SIZE (ggobi-ggobi-2.1.12-93a7148_GH0.tar.gz) = 13311963
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:
-
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- dvipdfmx : print/tex-dvipdfmx
- weave : devel/tex-web2c
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libcgraph.so : graphics/graphviz
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libxml2.so : textproc/libxml2
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ggobi-2.1.12_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_ggobi
- USES:
- autoreconf desktop-file-utils gettext-tools gmake gnome libtool pathfix pkgconfig tex
- pkg-message:
- For install:
- If GGobi does not find its plugin files, start with a copy of
/usr/local/etc/xdc/ggobi/ggobirc.sample
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.12_1 06 Aug 2024 14:55:51 |
Rainer Hurling (rhurlin) |
math/ggobi: Add missing dependency
Fixes the following breakage:
===> Configuring for ggobi-2.1.12
Can't exec "autopoint": No such file or directory at
/usr/local/share/autoconf2.72/Autom4te/FileUtils.pm line 318.
autoreconf2.72: error: autopoint failed with exit status: 2
===> Mk/Uses/autoreconf.mk: Error running /usr/local/bin/autoreconf2.72
Reported by: pkg-fallout
MFH: 2024Q3 |
2.1.12 04 Aug 2024 15:45:49 |
Rainer Hurling (rhurlin) |
math/ggobi: Update to 2.1.12
- Drop pstricks from XML.tex, use xcolor for instead of \gray
- Fix bootstrap error: missing README
Reported by: Repology
MFH: 2024Q3 |
2.1.11_6 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.1.11_5 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.11_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.11_4 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.1.11_4 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.1.11_3 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.1.11_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.11_2 10 Sep 2020 19:17:39 |
rhurlin |
Change the maintainer entry in rhurlin's ports
After I got a commit bit for ports, it is time now to change the maintainers
entry in all 'owned' ports.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26398 |
2.1.11_2 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.1.11_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.1.11_1 13 Apr 2019 01:49:59 |
swills |
math/ggobi: Fix undefined references
PR: 237227
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.1.11_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.1.11_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.1.11 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.1.11 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.1.11 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1.11 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
2.1.11 20 Sep 2014 18:09:47 |
pawel |
- Update to version 2.1.11
- Add LICENSE, pkg-message about ggobirc configuration
- Drop usage of stale USE_AUTOTOOLS
- Strip binaries
PR: ports/193616
Submitted by: maintainer |
2.1.9_3 17 Aug 2014 13:12:39 |
tijl |
- Add USES=libtool
- Replace gnomehack with pathfix
- Remove libltdl dependency (port uses gmodule now) |
2.1.9_2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.1.9_2 09 May 2014 21:13:10 |
amdmi3 |
- Don't remove mtree directories
Approved by: portmgr |
2.1.9_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.1.9_1 04 Nov 2013 17:43:49 |
wg |
math/ggobi: allow staging
PR: ports/183607
Submitted by: maintainer |
2.1.9_1 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
2.1.9_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.1.9_1 02 Sep 2013 21:16:30 |
bapt |
Add an explicit dependency on pkgconf |
2.1.9_1 06 May 2013 18:26:22 |
glarkin |
- Fix build problem with graphics/graphviz already installed [1]
- Trim Makefile header [1]
- Use DOCSDIR in pkg-plist
PR: ports/178185
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) [1] |
2.1.9_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.1.9 05 Aug 2011 06:37:21 |
rene |
Fix build with clang
PR: ports/159328
Submitted by: maintainer |
2.1.9 25 May 2011 13:18:55 |
pav |
- Add missed dependency on libltdl
PR: ports/157311
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) |
2.1.9 21 May 2011 18:20:44 |
arved |
Update to 2.1.9
PR: 157218
Submitted by: maintainer |
2.1.8_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1.8_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.1.8 12 Feb 2010 19:25:43 |
pgollucci |
GGobi is an open source visualization program for exploring high-dimensional
data. It provides highly dynamic and interactive graphics such as tours, as
well as familiar graphics such as the scatterplot, barchart and parallel
coordinates plots. Plots are interactive and linked with brushing and
identification.
WWW: http://www.ggobi.org/
PR: ports/143405
Submitted by: rhurlin |