diff options
author | gahr <gahr@FreeBSD.org> | 2013-07-25 23:42:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-07-25 23:42:07 +0800 |
commit | d98a97bbffa243410fdd1fb391eeda73d3c003c8 (patch) | |
tree | 923fba0f61090383444a45e8a0c67a0cd8270230 | |
parent | 00290f08f81e507a42f0515c98e30e6e2935a3a1 (diff) | |
download | freebsd-ports-gnome-d98a97bbffa243410fdd1fb391eeda73d3c003c8.tar.gz freebsd-ports-gnome-d98a97bbffa243410fdd1fb391eeda73d3c003c8.tar.zst freebsd-ports-gnome-d98a97bbffa243410fdd1fb391eeda73d3c003c8.zip |
- Update to 1.7.40
Changes:
* Updated fxcpuid() with AVX, AVX2, FMA, XOP, etc. detection.
* Updated tables for fxascii.cpp.
* Added various macros for memory alignment in fxdefs.h.
* Added API's to FXTreeList and FXFoldingList to replace one item with
custom item.
* Added API to return processor index of calling thread in FXThread.
* Bounds check in FXTabBook's setCurrent().
* Added isAccessible API to FXStat.
* Added API to rotate vector by quaternion to FXQuatd, FXQuatf.
* Check valid path in FXPath.
* FXFileList Drag and Drop now enabled.
* Improvements to File Open Dialog right-click menu.
* Add ability to remove as well as add directory bookmarks in File Open
Dialogs.
* AVX capabilities added to matrix and vector classes (if compiled with
avx intrinsics).
* FXThread sleep() function reverts to sleep if interrupted by signal.
* 4x4 Double matrix transpose using AVX permute intrinsic.
* Check UTIME_OMIT before using utimensat().
* Updates to PathFinder file manager.
* Check for NULL name in FXMetaClass hash table additions.
* Added isBinDigit() and isOctDigit() to Ascii character class functions.
-rw-r--r-- | x11-toolkits/fox17/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox17/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 8e018394900e..cd7f10fe3e61 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.39 +PORTVERSION= 1.7.40 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index 11089edec3e6..56927ae64e5d 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.39.tar.gz) = acefa997b0eca296f95270a2ca6a64126d0da82c24bc63d03bac476f4122e029 -SIZE (fox-1.7.39.tar.gz) = 4981395 +SHA256 (fox-1.7.40.tar.gz) = 3bd1edb1d752a562fbdcd1f3bacfb522c96bb366cfb54820b9d18a814efb1f82 +SIZE (fox-1.7.40.tar.gz) = 5048691 diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist index 2f83c799423f..c7d945b3fd82 100644 --- a/x11-toolkits/fox17/pkg-plist +++ b/x11-toolkits/fox17/pkg-plist @@ -484,6 +484,7 @@ include/fox-%%MAJORVER%%/xincs.h %%PORTDOCS%%%%DOCSDIR%%/html/screenshots/searchdialog.png %%PORTDOCS%%%%DOCSDIR%%/html/screenshots/small_ctc_osx.gif %%PORTDOCS%%%%DOCSDIR%%/html/screenshots/small_ctc_xp.gif +%%PORTDOCS%%%%DOCSDIR%%/html/screenshots/sumo.png %%PORTDOCS%%%%DOCSDIR%%/html/screenshots/table.png %%PORTDOCS%%%%DOCSDIR%%/html/screenshots/tmp_vision_snap.jpg %%PORTDOCS%%%%DOCSDIR%%/html/screenshots/tux_small.jpg |