summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17/pkg-plist
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-25 13:48:21 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-25 13:48:21 +0000
commit4e96f31450ebf099c466dd06ad99661fe0b9a8b3 (patch)
treee41b5bd1c64120c303fab6294b9cb002220a20fb /x11-toolkits/fox17/pkg-plist
parent- Update to 4.0.9 (diff)
- Update to 1.7.43
Changes: * Added FXJSON JavaScript Object Notation I/O class. FXJSON loads and saves JSON, and has a great number of options, extensive error reporting, and great degree of control over output. * Problems in Windows version of fxcpuid.cpp fixed. * Line segment to box and line segment to sphere intersection routines added; also computes intersection point. * FXString escape() and unescape() now do \uXXXX unicode escaping. Old functions for these, fromAscii() and toAscii() have been removed. The new implementation properly handles surrogate pairs. * Added some API's to FXGLGroup. * FXListBox current item fix. * Added new functions to FXElement.h. Particularly, bulk-comparison function. * Use new fxstrlcpy() and fxstrlcat() where appropriate; these will always produce null-terminated strings. * Passed wrong handle for error FD in FXProcess under Windows. * Fix introduced bugs in FXHash and FXDict. * Some extra checks added in GIF loader header detection. * Typo fix in lock-free queue class FXLFQueue. * Fast accessors added to FXVariant; they can be used if type already known. * Fixed minor issues with FXVariant implementation. * Missing FXAPI declaration in FXArrayBase added. * Added area() and volume() calculation to FXRange and FXSphere classes; added area() to FXExtent classes. * Added new FXDictionary class; this will replace FXDict at some point in the future.
Notes
Notes: svn path=/head/; revision=331585
Diffstat (limited to 'x11-toolkits/fox17/pkg-plist')
-rw-r--r--x11-toolkits/fox17/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist
index c9831061a6da..4e3bf2f81404 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -106,6 +106,7 @@ include/fox-%%MAJORVER%%/FXDelegator.h
include/fox-%%MAJORVER%%/FXDial.h
include/fox-%%MAJORVER%%/FXDialogBox.h
include/fox-%%MAJORVER%%/FXDict.h
+include/fox-%%MAJORVER%%/FXDictionary.h
include/fox-%%MAJORVER%%/FXDir.h
include/fox-%%MAJORVER%%/FXDirBox.h
include/fox-%%MAJORVER%%/FXDirDialog.h
@@ -177,6 +178,7 @@ include/fox-%%MAJORVER%%/FXJP2Icon.h
include/fox-%%MAJORVER%%/FXJP2Image.h
include/fox-%%MAJORVER%%/FXJPGIcon.h
include/fox-%%MAJORVER%%/FXJPGImage.h
+include/fox-%%MAJORVER%%/FXJSON.h
include/fox-%%MAJORVER%%/FXKOI8RCodec.h
include/fox-%%MAJORVER%%/FXKnob.h
include/fox-%%MAJORVER%%/FXLFQueue.h