summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17/pkg-plist
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-12-09 10:21:55 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-12-09 10:21:55 +0000
commitefaeacdd63b9ce38f484d35165c674376ed6c0da (patch)
treebfa82055e310ae711fb4b36c54c0c7ef6debe386 /x11-toolkits/fox17/pkg-plist
parentdevel/py-twisted: remove useless and misleading PYDISTUTILS_NOEGGINFO (diff)
- Update to 1.7.44
Changes: * Updated FXJSON JavaScript Object Notation I/O class:- removed limits to token size in both input and output operations (formerly limited to buffersize). * Minor changes to FXVariant:- added some missing API's, removed toChar() as its useless. Added has() to determine if key is present in case FXVariant is a map. * Simplified FXFile and other FXIO subclasses a bit to remove redundant implementations. * Added FXIOBuffer, an FXIO device that serializes to/from a memory buffer. * FXRanged, FXRangef: now check intersect() results a bit differently. * Ray to FXSpheref, FXSphered intersection test changed to allow origin inside sphere possibility. * Fixed small bug in wc2nc(). * Possible buffer overrun in FXDir fixed. * Added class FXStringMap. * Changed some API's in FXDictionary. Added erase() API to allow removal of slot already located. This is faster, and needed for successful subclassing. * FXStat problem fixed on Windows.
Notes
Notes: svn path=/head/; revision=335961
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 4e3bf2f81404..5ff064e89bfe 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -164,6 +164,7 @@ include/fox-%%MAJORVER%%/FXICOImage.h
include/fox-%%MAJORVER%%/FXIFFIcon.h
include/fox-%%MAJORVER%%/FXIFFImage.h
include/fox-%%MAJORVER%%/FXIO.h
+include/fox-%%MAJORVER%%/FXIOBuffer.h
include/fox-%%MAJORVER%%/FXIODevice.h
include/fox-%%MAJORVER%%/FXIcon.h
include/fox-%%MAJORVER%%/FXIconDict.h
@@ -288,6 +289,7 @@ include/fox-%%MAJORVER%%/FXStatusLine.h
include/fox-%%MAJORVER%%/FXStream.h
include/fox-%%MAJORVER%%/FXString.h
include/fox-%%MAJORVER%%/FXStringDict.h
+include/fox-%%MAJORVER%%/FXStringMap.h
include/fox-%%MAJORVER%%/FXSwitcher.h
include/fox-%%MAJORVER%%/FXSystem.h
include/fox-%%MAJORVER%%/FXTGAIcon.h