Port details |
- fox17 Fast and extensive C++ GUI toolkit (development version)
- 1.7.85 x11-toolkits
=2 1.7.85Version of this port present on the latest quarterly branch. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2010-08-24 13:58:51
- Last Update: 2024-08-25 12:37:06
- Commit Hash: bcd2014
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- http://www.fox-toolkit.org/
- Description:
- FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and
effectively. It offers a wide, and growing, collection of Controls, and
provides state of the art facilities such as drag and drop, selection, as well
as OpenGL widgets for 3D graphical manipulation. FOX also implements icons,
images, and user-convenience features such as status line help, and tooltips.
Tooltips may even be used for 3D objects!
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fox17>0:x11-toolkits/fox17
- To install the port:
- cd /usr/ports/x11-toolkits/fox17/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/fox17
- pkg install fox17
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fox17
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724224733
SHA256 (fox-1.7.85.tar.gz) = 195de7d95dd5f6fd54b4ab480d2824584e9a12765c19744e64a2e7a89248474f
SIZE (fox-1.7.85.tar.gz) = 5912948
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libfontconfig.so : x11-fonts/fontconfig
- libopenjpeg.so : graphics/openjpeg15
- libtiff.so : graphics/tiff
- libwebp.so : graphics/webp
- libGL.so : graphics/libglvnd
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Libraries
-
- audio/gogglesmm
Configuration Options:
- ===> The following configuration options are available for fox17-1.7.85:
CUPS=off: CUPS printing system support
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
PROFILE=off: Build with profiling support
TEST=off: Build and/or run tests
====> Image formats
JPEG=on: JPEG image format support
OPENJPEG=on: Enhanced JPEG graphics support
TIFF=on: TIFF image format support
WEBP=on: WebP image format support
===> Use 'make config' to modify these settings
- Options name:
- x11-toolkits_fox17
- USES:
- compiler:c++11-lib gl libtool localbase pathfix pkgconfig xorg jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.26 30 May 2011 21:35:56
 |
pav  |
- Mark BROKEN on amd64 <9:
/tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)'
- While here, remove obsolete conditional
Reported by: pointyhat |
1.7.26 19 May 2011 08:32:12
 |
gahr  |
- Update to 1.7.26
Changes: http://www.fox-toolkit.org/news.html |
1.7.25 20 Dec 2010 15:42:07
 |
gahr  |
- Update to 1.7.25
Changes since last port update (1.7.23)
* Added FXMat2f, FXMat2d.
* Vectorized many functions in FXMat2d, FXMat2f, FXMat3d, FXMat3f, FXMat4d,
FXMat4f (using SSE/SSE2/SSE3).
* Some fixes to FXPath::isInside().
* Fix to drawImage() in FXDCPrint.
* Added FXPtrList.
* Add FXbool return value to some API's in FXArray.
* Change in configure.ac to check intrinsics header files with modified
compiler flags; header files are not compilable with default options.
* Updated Borland C++ makefiles.
* Update Visual Studio 6 project files with missing headers.
* Small fixes in FXAutoPtr.h.
* Change some inlined API's of FXProgressDialog to non-inline. |
1.7.23 11 Oct 2010 11:41:32
 |
gahr  |
- Update to 1.7.23
Announcement:
http://sf.net/mailarchive/message.php?msg_name=20101006001103.598031d8%40fox-toolkit.com |
1.7.22 27 Sep 2010 19:20:13
 |
gahr  |
- Try to actually fix build on amd64 |
1.7.22 27 Sep 2010 15:32:14
 |
gahr  |
- Quick & dirty hack to fix build on amd64, until someone familiar
with amd64 assembly fixes it.
Reported by: QAT |
1.7.22 27 Sep 2010 10:40:06
 |
gahr  |
- Update to 1.7.22
Announcement:
http://sf.net/mailarchive/message.php?msg_name=20100925132949.77bd7d9e%40fox-toolkit.com |
1.7.21 24 Aug 2010 15:17:52
 |
gahr  |
- Fix typo
Reported by: cognet |
1.7.21 24 Aug 2010 13:58:14
 |
gahr  |
- New port: fox-1.7.21
This is the development branch of the FOX ToolKit. |