cd64 FreshPorts -- x11-toolkits/fox17
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
fox17 1.7.39 x11-toolkits on this many watch lists=0 search for ports that depend on this port
Fast and extensive C++ GUI toolkit -- devel version
Maintained by: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Aug 2010 13:58:51
License: not specified in port


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!

WWW: http://www.fox-toolkit.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11/libSM
Required To Run:
  1. x11/libSM
Required Libraries:
  1. x11-fonts/libXft
  2. graphics/jpeg
  3. graphics/png
  4. graphics/tiff
  5. graphics/webp
  6. graphics/freeglut
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-toolkits/fox17/ && make install clean
To add the package: pkg_add -r fox17


Configuration Options
===> The following configuration options are available for fox-1.7.39:
     JPEG=on: JPEG image format support
     PNG=on: PNG image format support
     TIFF=on: TIFF image format support
     WEBP=on: WebP image format support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.fox-toolkit.org/pub/
  3. http://ftp.fox-toolkit.org/pub/

Number of commits found: 35

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
15 May 2013 08:43:43
Original commit files touched by this commit  1.7.39
gahr search for other commits by this committer
- Fix build on amd64 < 9.0 by disabling assembly optimizations
14 May 2013 07:06:22
Original commit files touched by this commit  1.7.39
gahr search for other commits by this committer
- Fix PLIST

Reported by:	QAT
13 May 2013 14:50:53
Original commit files touched by this commit  1.7.39
gahr search for other commits by this committer
- Update to 1.7.39
  Changes:
  * Small changes to return types in FXIO (and subclasses) for flush(),
    eof().
  * FXSemaphore implemented in terms of mutex and condition on MacOSX and
    Minix.
  * FXMat4d and FXMat2d AVX accelerated when compiled for AVX.
  * ADA programming language patterns added to Adie's syntax file.
  * Fix in PathFinder escapement of filenames prior to spawning process to
    open document.
  * Compile-time check improved before implementing call to utimensat() in
    FXStat.
28 Mar 2013 08:27:38
Original commit files touched by this commit  1.7.38
gahr search for other commits by this committer
- Update to 1.7.38

  Changes:

  * Totally revamped implementation of FXThreadPool. The new FXThreadPool
    is organized about a lock-free queue, with semaphores managing
    synchronization between producer- and worker-threads. Thus, threads
    never block unless two edge conditions are reached: either the
    task-queue is empty, in which case worker threads will block (nothing
    to do), or task queue is filled up, and producer thread will block
    (no room in queue). An important new capability is for an additional
    thread to enter into the task-processing loop temporarily. Finally,
    the thread starting FXThreadPool, as well as the worker threads
    belonging to the FXThreadPool now have a thread-local variable
    referencing the FXThreadPool. This allows the threads involved to
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Mar 2013 13:04:31
Original commit files touched by this commit  1.7.37
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
17 Dec 2012 13:29:40
Original commit files touched by this commit  1.7.37
gahr search for other commits by this committer
- Remove USE_GCC - builds fine with clang
27 Nov 2012 15:51:54
Original commit files touched by this commit  1.7.37
gahr search for other commits by this committer
- Update to 1.7.37

  Changes:
  * Added auto-numbering in FXHeader.
  * Added alpha-numbering in FXHeader.
  * Fixes to FXProcess implementation on Windows.
  * Fixed aligned to unaligned store in FXMat2f SSE implementation.
  * Slightly stricter TGA header recognition.
  * Removed FXSemaphore value() API. Never used, and not really useful.
  * FXRecentFiles allows for up to 32 entries; still defaults to 10,
    however.
  * Fix in Windows non-UNICODE implementation of FXStat created(),
    accessed(), and modified() API's.
  * Added API's to FXWorker class.
  * Added API to FXPtrQueue class.
  * FXPath::contract() should only replace whole path-components.
  * Prototype of wndproc() was not correct for 64-bit Windows.

- Trim Makefile headers

Feature safe:	yes
02 Sep 2012 14:55:07
Original commit files touched by this commit  1.7.36
eadler search for other commits by this committer
Remove empty directories
30 Aug 2012 14:17:39
Original commit files touched by this commit  1.7.36
gahr search for other commits by this committer
- Update to 1.7.36

  Changes:
  * FXPath::match is now UTF-8 aware in matching filenames.
  * Keep directories up front in FXFileList.
  * FXTable API additions for spanning cells.
  * FXTable fixes to issue only single callback for spanning cells if
    multiple columns/rows fall in selection rectangle.
  * Added GO Language support for Adie Text Editor.
  * Added TENA .tdl Language support for Adie Text Editor.
  * Switch to C++ casts in certain places kills of const cast warnings.
  * The fox-config file for FOX project development has been re-instated.
13 Aug 2012 10:46:26
Original commit files touched by this commit  1.7.35_1
gahr search for other commits by this committer
- Remove CONFLICTS between x11-toolkits/fox16 and x11-toolkits/fox17 by
  installing FOX-1.7 binaries in bin/fox-1.7 and suffixing its manpages
  with -17 (e.g., shutterbug -> shutterbug-17)
- Bump PORTREVISION on both ports
06 Aug 2012 11:47:16
Original commit files touched by this commit  1.7.35
gahr search for other commits by this committer
- Update to 1.7.35
  * New feature in FXHeader control: auto-renumbering captions based on
    renumbering function; if a renumbering function (which computes the caption
    from the caption index) is set, then captions are automatically recomputed
    when the number of items in the FXHeader is changed.
  * Updated FXTable to use this new feature in FXHeader. The old options for
    renumbering have been removed.
  * Porting problem in FXMat4d, FXMat4f fixed, for CYGWIN32.
  * Added API's to FXTable to return first and last row (or column) of a
spanning
    cell.
  * Added API to check if a cell is horizontally spanning or vertically
spanning.
  * Cutoff angles in FXQuatd are smaller than in FXQuatf, due to much greater
    precision of doubles versus floats.
  * FOX on Raspberry Pi coming soon (I got one on order!).
  * Added FXRandom fast, long-period, thread-safe psuedo-random number
generator.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Aug 2012 22:52:04
Original commit files touched by this commit  1.7.33_2
kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
21 Jun 2012 14:26:33
Original commit files touched by this commit  1.7.33_1
gahr search for other commits by this committer
- Unbreak on i386

Thanks to:      tabthorpe@ for the i386 build env
20 Jun 2012 15:23:57
Original commit files touched by this commit  1.7.33_1
gahr search for other commits by this committer
- unbreak on amd64 <9 by depending on GCC 4.4+
- i386 remains broken, for now
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.7.33_1
dinoex search for other commits by this committer
- update png to 1.5.10
31 May 2012 07:23:14
Original commit files touched by this commit  1.7.33
erwin search for other commits by this committer
Mark BROKEN on i386: does not build

Submitted by:   pointyhat
02 May 2012 13:40:56
Original commit files touched by this commit  1.7.33
gahr search for other commits by this committer
- Update to 1.7.33
  * Fixed TIFF image save/load.
  * Fixed quaternion arc() for vectors that are 180 degrees apart.
  * Some tweaks in FXAtomic: more optimal code for non-PIC compiles; also,
    check for PIE (position independent executable).
  * Fixed problem in FXRex regarding non-ASCII characters.
  * Repaired some broken syntax patterns in Adie.stx syntax file.
  * SSE-ified lerp() API added to vector classes.
  * Fixed SSE unaligned store problem in FXMat4d; exhibited itself on 32-bit
systems.
  * Setjmp()/longjmp() issue fixed in fxpngio.cpp.
  * Operator FXbool in FXAutoPtr and FXRefPtr interfered with comparison
operators;
    removed it.
  * Added API's to FXMat4 classes.
  * Added serialization capability to FXExpression class.
05 Jan 2012 16:15:26
Original commit files touched by this commit  1.7.32
gahr search for other commits by this committer
- Update to 1.7.32
- Remove old patch (fixed upstream)
- Make supported image formats optional
03 Jan 2012 09:45:07
Original commit files touched by this commit  1.7.31
gahr search for other commits by this committer
- Update to 1.7.31
  See http://www.fox-toolkit.org/news.html for release notes.
28 Dec 2011 07:12:55
Original commit files touched by this commit  1.7.30
linimon search for other commits by this committer
Mark as broken on powerpc: fails to link.

Hat:            portmgr
27 Oct 2011 13:27:50
Original commit files touched by this commit  1.7.30
gahr search for other commits by this committer
- Update to 1.7.30
   See http://www.fox-toolkit.org/news.html for release notes.
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.7.29
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
15 Sep 2011 10:24:45
Original commit files touched by this commit  1.7.29
gahr search for other commits by this committer
- Update to 1.7.29
  See http://www.fox-toolkit.org/news.html for release notes.
05 Aug 2011 09:48:07
Original commit files touched by this commit  1.7.28
gahr search for other commits by this committer
- Add the pthread library to the pkg-config "libs" option
05 Aug 2011 07:46:53
Original commit files touched by this commit  1.7.28
gahr search for other commits by this committer
- Update to 1.7.28
02 Aug 2011 09:17:35
Original commit files touched by this commit  1.7.27
gahr search for other commits by this committer
- update to 1.7.27
30 May 2011 21:35:56
Original commit files touched by this commit  1.7.26
pav search for other commits by this committer
- Mark BROKEN on amd64 <9:
  /tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)'
- While here, remove obsolete conditional

Reported by:    pointyhat
19 May 2011 08:32:12
Original commit files touched by this commit  1.7.26
gahr search for other commits by this committer
- Update to 1.7.26
  Changes: http://www.fox-toolkit.org/news.html
20 Dec 2010 15:42:07
Original commit files touched by this commit  1.7.25
gahr search for other commits by this committer
- 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.
11 Oct 2010 11:41:32
Original commit files touched by this commit  1.7.23
gahr search for other commits by this committer
- Update to 1.7.23
  Announcement:
http://sf.net/mailarchive/message.php?msg_name=20101006001103.598031d8%40fox-toolkit.com
27 Sep 2010 19:20:13
Original commit files touched by this commit  1.7.22
gahr search for other commits by this committer
- Try to actually fix build on amd64
27 Sep 2010 15:32:14
Original commit files touched by this commit  1.7.22
gahr search for other commits by this committer
- Quick & dirty hack to fix build on amd64, until someone familiar
  with amd64 assembly fixes it.

Reported by:    QAT
27 Sep 2010 10:40:06
Original commit files touched by this commit  1.7.22
gahr search for other commits by this committer
- Update to 1.7.22
  Announcement:
 
http://sf.net/mailarchive/message.php?msg_name=20100925132949.77bd7d9e%40fox-toolkit.com
24 Aug 2010 15:17:52
Original commit files touched by this commit  1.7.21
gahr search for other commits by this committer
- Fix typo

Reported by:    cognet
24 Aug 2010 13:58:14
Original commit files touched by this commit  1.7.21
gahr search for other commits by this committer
- New port: fox-1.7.21
  This is the development branch of the FOX ToolKit.

Number of commits found: 35

282c
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days28
new fortnight84
new month172

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0