[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/fox/fox.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Yes another GUI toolkit [T] FOX is a C++ based Toolkit for developing Graphical User Interfaces easily [T] and effectively. It offers a wide, and growing, collection of Controls, [T] and provides state of the art facilities such as drag and drop, selection, [T] as well as OpenGL widgets for 3D graphical manipulation. FOX also [T] implements icons, images, and user-convenience features such as status [T] line help, and tooltips. Tooltips may even be used for 3D objects! [T] [T] Considerable importance has been placed on making FOX one of the fastest [T] toolkits around, and to minimize memory use:- FOX uses a number of [T] techniques to speed up drawing and spatial layout of the GUI. Memory is [T] conserved by allowing programmers to create and destroy GUI elements on [T] the fly. [U] http://www.fox-toolkit.org [A] Jeroen van der Zijp [M] Roland Schulz [M] Rene Rebe [C] extra/development base/x11 [L] LGPL [S] Stable [V] 1.7.86 [P] X -----5---9 130.100 [D] 14a64c84316be71aab90a95cd38e7be0d45a13cb0cbfb64b41295690 fox-1.7.86.tar.gz http://fox-toolkit.org/ftp/ [ "$SDECFG_DEBUG" = 1 ] || var_append confopt ' ' --enable-release pkginstalled glu && var_append GCC_WRAPPER_INSERT ' ' "-I$root`pkgprefix includedir glu`" var_append GCC_WRAPPER_INSERT ' ' "-c?:-L$root`pkgprefix libdir libx11`" fox_disable_examples() { SUBDIRS="`grep "^SUBDIRS =" Makefile.in | cut -d = -f 2- | tr ' ' '\n' | grep -v -e shutterbug -e adie -e pathfinder -e calcula -e doc | tr '\n' ' '`" var_append makeopt ' ' "SUBDIRS=\"$SUBDIRS\"" makeinstopt="$makeopt install" } [ "$SDECFG_PKG_FOX_EXAMPLES" != "1" ] && hook_add preconf 3 "fox_disable_examples"