From c3a9f54064609371af5d64a4c54dc6b261131fec Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 7 Jun 2000 16:52:01 +0000 Subject: JX is a C++ application framework and widget library for X11. PR: 19030 Submitted by: Mario Sergio Fujikawa Ferriera --- x11-toolkits/Makefile | 1 + x11-toolkits/jx/Makefile | 235 +++++++ x11-toolkits/jx/distinfo | 1 + x11-toolkits/jx/files/patch-aa | 11 + x11-toolkits/jx/files/patch-ab | 10 + x11-toolkits/jx/files/patch-ac | 26 + x11-toolkits/jx/files/patch-ad | 14 + x11-toolkits/jx/files/patch-ae | 11 + x11-toolkits/jx/files/patch-ag | 13 + x11-toolkits/jx/files/post-patch-aa | 37 + x11-toolkits/jx/pkg-comment | 1 + x11-toolkits/jx/pkg-descr | 8 + x11-toolkits/jx/pkg-plist | 1316 +++++++++++++++++++++++++++++++++++ 13 files changed, 1684 insertions(+) create mode 100644 x11-toolkits/jx/Makefile create mode 100644 x11-toolkits/jx/distinfo create mode 100644 x11-toolkits/jx/files/patch-aa create mode 100644 x11-toolkits/jx/files/patch-ab create mode 100644 x11-toolkits/jx/files/patch-ac create mode 100644 x11-toolkits/jx/files/patch-ad create mode 100644 x11-toolkits/jx/files/patch-ae create mode 100644 x11-toolkits/jx/files/patch-ag create mode 100644 x11-toolkits/jx/files/post-patch-aa create mode 100644 x11-toolkits/jx/pkg-comment create mode 100644 x11-toolkits/jx/pkg-descr create mode 100644 x11-toolkits/jx/pkg-plist (limited to 'x11-toolkits') diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 971cde49e0f2..820c734c1fa8 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -18,6 +18,7 @@ SUBDIR += itk SUBDIR += iwidgets SUBDIR += iv + SUBDIR += jx SUBDIR += kde-qt-addon SUBDIR += lesstif SUBDIR += linux-gtk diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile new file mode 100644 index 000000000000..63c9ccac9f8b --- /dev/null +++ b/x11-toolkits/jx/Makefile @@ -0,0 +1,235 @@ +# New ports collection makefile for: JX +# Date created: 30 July 1999 +# Whom: Davec +# +# $FreeBSD$ +# + +PORTNAME= JX +PORTVERSION= 1.5.3 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/jx/source-1.5.3/ \ + ftp://ftp.newplanetsoftware.com/pub/jcc/source/ \ + ftp://ftp.newplanetsoftware.com/pub/medic/source/ \ + ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +DISTNAME= ${PORTNAME}_source-${PORTVERSION} + +MAINTAINER= lioux@linf.unb.br + +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ + Xpm.4:${PORTSDIR}/graphics/xpm + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_XLIB= yes +USE_BISON= yes +USE_GMAKE= yes +MAKE_ENV+= JX_INSTALL_ROOT="${PREFIX}/bin" \ + JX_LIB_ROOT="${PREFIX}/lib" \ + X11PREFIX="${X11PREFIX}" \ + PATH="${WRKSRC}/programs/makemake:${PATH}" \ + PORTCFLAGS="${CFLAGS}" \ + PORTCXXFLAGS="${CXXFLAGS}" \ + CC="${CC}" CXX="${CXX}" +MAKE_ARGS+= -e +PLIST_SUB= LIBACE="${LIBACE}" \ + LIBJTOOL="${LIBJTOOL}" \ + LIBJX="${LIBJX}" \ + X11PREFIX="${X11PREFIX}" +EXTRA_PATCHES= ${WRKDIR}/patch-aa ${WRKDIR}/patch-ab + +X11PREFIX?= ${X11BASE} + +# Installs dir with proper permissions +INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 +# the libraries +LIBFILES= libACE-5_0_2.so \ + libjcore-1_5_3.a libjcore-1_5_3.so \ + libjx-1_5_3.a libjx-1_5_3.so +# bin program files +PROGRAMFILES= lib/util/autodoc/autodoc programs/makemake/makemake +PROGRAMFILES_SCRIPT= makemake/makecheck makemake/maketouch +# x11 program files +X11R6FILES= jxlayout/jxlayout +X11R6FILES_SCRIPT= jxlayout/jfdesign +# header files +INCLUDEDIR= jcore jx +INCLUDEDIR_ACE_WRKSRC= ACE/ACE_wrappers/ace +INCLUDEDIR_ACE_DIR= . CLASSIX +# documentation +DOCDIR_PREFIX= ${PREFIX}/share/doc/JX +DOCFILES= README FAQ LICENSE CHANGES +DOCDIRS= ACE jxlayout makemake +DOCDIRFILES= LICENSE README +# examples +EXAMPLEDIRS= tutorial +EXAMPLEDIR_PREFIX= ${PREFIX}/share/examples/JX +# xpm images +ICONDIRS= libjx/menu_image +ICONDIR_PREFIX= ${PREFIX}/share/jx +# additional configuration and header files +EXTRALIB_PREFIX= ${PREFIX}/lib/jx +EXTRALIBDIRS= jxlayout lib make +EXTRALIBFILES_JXLAYOUT= class_map need_font_list option_map +EXTRALIBFILES_MAKE_WRKSRC= include/make +EXTRALIBFILES_MAKE_DIR= . sys +# odd behavior +POSTBUILD_WRKSRC= makemake jxlayout +# post patch preprocessing +POSTPATCH_PREPROCESS_FILES= patch-aa patch-ab +# post patch garbage colletion +POSTPATCH_CLEAN_WRKSRC= include/make include/make/sys + +.include + +.if ${OSVERSION} >= 300000 +ALL_TARGET= freebsd3.x +LIBACE= 5 +LIBJTOOL= 0 +LIBJX= 1 +.else +ALL_TARGET= freebsd2.x +LIBACE= 5.0 +LIBJTOOL= 0.5 +LIBJX= 1.5 +.endif + +.if defined(NOPORTDOCS) +PLIST_SUB+= PORTDOCS:="@comment " +.else +PLIST_SUB+= PORTDOCS:= +.endif # !defined(NOPORTDOCS) + +pre-patch: +.for i in ${POSTPATCH_PREPROCESS_FILES} + @${SED} "s!X11PREFIX!${X11PREFIX}!g" ${FILESDIR}/${i} > ${WRKDIR}/${i} +.endfor + +post-patch: +.for i in ${POSTPATCH_CLEAN_WRKSRC} + @cd ${WRKSRC}/${i} ; ${RM} *.orig +.endfor + +# odd behavior +post-build: +.for i in ${POSTBUILD_WRKSRC} + @cd ${WRKSRC}/programs/${i}; ${SETENV} ${MAKE_ENV} ${GMAKE} +.endfor + +do-install: +.if !defined(NOPORTDOCS) +# Install all documentation + @${INSTALL_DATA_DIR} ${DOCDIR_PREFIX} +.for i in ${DOCFILES} + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCDIR_PREFIX} +.endfor +.for i in ${DOCDIRS} + @for j in ${DOCDIRFILES} ; \ + do \ + if [ -f ${WRKSRC}/programs/${i}/$${j} ]; \ + then \ + ${INSTALL_DATA} ${WRKSRC}/programs/${i}/$${j} \ + ${DOCDIR_PREFIX}/$${j}_${i} ; \ + elif [ -f ${WRKSRC}/${i}/$${j} ]; \ + then \ + ${INSTALL_DATA} ${WRKSRC}/${i}/$${j} \ + ${DOCDIR_PREFIX}/$${j}_${i} ; \ + fi ; \ + done +.endfor + @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR_PREFIX} + @${INSTALL_DATA} ${WRKSRC}/ACE/ACE_wrappers/VERSION \ + ${DOCDIR_PREFIX}/ACE_VERSION +# Install all examples +.for i in ${EXAMPLEDIRS} + @${INSTALL_DATA_DIR} ${EXAMPLEDIR_PREFIX}/${i} ; \ + cd ${WRKSRC}/${i}; \ + for j in * ; \ + do \ + if [ -f $${j} ]; \ + then \ + ${INSTALL_DATA} $${j} ${EXAMPLEDIR_PREFIX}/${i} ; \ + elif [ -d $${j} ]; \ + then \ + ${INSTALL_DATA_DIR} ${EXAMPLEDIR_PREFIX}/${i}/$${j} ; \ + for k in $${j}/* ; \ + do \ + ${INSTALL_DATA} $${k} ${EXAMPLEDIR_PREFIX}/${i}/$${j} ; \ + done; \ + fi; \ + done +.endfor +.endif # !defined(NOPORTDOCS) +# Install all icons +.for i in ${ICONDIRS} + @${INSTALL_DATA_DIR} ${ICONDIR_PREFIX} ; \ + for j in ${WRKSRC}/${i}/*.xpm ; \ + do \ + ${INSTALL_DATA} $${j} ${ICONDIR_PREFIX} ; \ + done +.endfor +# Install all header files +.for i in ${INCLUDEDIR} + @${INSTALL_DATA_DIR} ${PREFIX}/include/${i} ; \ + for j in ${WRKSRC}/include/${i}/*.h ; \ + do \ + ${INSTALL_DATA} $${j} ${PREFIX}/include/${i} ; \ + done +.endfor +.for i in ${INCLUDEDIR_ACE_DIR} + @${INSTALL_DATA_DIR} ${PREFIX}/include/ace/${i} + @${INSTALL_DATA} ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.cpp \ + ${PREFIX}/include/ace/${i}/ + @${INSTALL_DATA} ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.h \ + ${PREFIX}/include/ace/${i}/ + @${INSTALL_DATA} ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.i \ + ${PREFIX}/include/ace/${i}/ +.endfor +# Install all libraries +.for i in ${LIBFILES} + @${INSTALL_PROGRAM} ${WRKSRC}/lib/${i} ${PREFIX}/lib +.endfor +# Install additional library files +.for i in ${EXTRALIBDIRS} + @${INSTALL_DATA_DIR} ${EXTRALIB_PREFIX}/${i} +.endfor +.for i in ${EXTRALIBFILES_JXLAYOUT} + @${INSTALL_DATA} ${WRKSRC}/programs/jxlayout/${i} \ + ${EXTRALIB_PREFIX}/jxlayout +.endfor +.for i in ${EXTRALIBFILES_MAKE_DIR} + @${INSTALL_DATA_DIR} ${EXTRALIB_PREFIX}/make/${i} ; \ + for j in ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/${i}/* ; \ + do \ + if [ -f $${j} ]; \ + then \ + ${INSTALL_DATA} $${j} ${EXTRALIB_PREFIX}/make/${i}/ ; \ + fi; \ + done +.endfor +# Install all programs +.for i in ${PROGRAMFILES} + @${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin +.endfor +.for i in ${PROGRAMFILES_SCRIPT} + @${INSTALL_SCRIPT} ${WRKSRC}/programs/${i} ${PREFIX}/bin +.endfor +.for i in ${X11R6FILES} + @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${X11PREFIX}/bin +.endfor +.for i in ${X11R6FILES_SCRIPT} + @${INSTALL_SCRIPT} ${WRKSRC}/programs/${i} ${X11PREFIX}/bin +.endfor + +post-install: + @${LN} -sf libACE-5_0_2.so \ + ${PREFIX}/lib/libACE-5_0_2.so.${LIBACE} + @${LN} -sf libjcore-1_5_3.so \ + ${PREFIX}/lib/libjcore-1_5_3.so.${LIBJX} + @${LN} -sf libjx-1_5_3.so \ + ${PREFIX}/lib/libjx-1_5_3.so.${LIBJX} +.for i in ${LIBFILES} + @${LN} -sf ../../${i} ${EXTRALIB_PREFIX}/lib/${i} +.endfor + +.include diff --git a/x11-toolkits/jx/distinfo b/x11-toolkits/jx/distinfo new file mode 100644 index 000000000000..29c70d648d70 --- /dev/null +++ b/x11-toolkits/jx/distinfo @@ -0,0 +1 @@ +MD5 (JX_source-1.5.3.tar.gz) = e35ea2a77c777d96c3d9b566254d2562 diff --git a/x11-toolkits/jx/files/patch-aa b/x11-toolkits/jx/files/patch-aa new file mode 100644 index 000000000000..96c1edb4d40b --- /dev/null +++ b/x11-toolkits/jx/files/patch-aa @@ -0,0 +1,11 @@ +--- programs/makemake/Make.header.orig Tue Sep 21 16:33:40 1999 ++++ programs/makemake/Make.header Tue May 30 11:07:18 2000 +@@ -95,7 +95,7 @@ + # + + .PHONY : jxinstall +-jxinstall: makemake ++jxinstall_not: makemake + @strip makemake + @mv makemake ${JX_INSTALL_ROOT}/ + @chmod a+x ${SCRIPT_FILES} diff --git a/x11-toolkits/jx/files/patch-ab b/x11-toolkits/jx/files/patch-ab new file mode 100644 index 000000000000..214cc4017165 --- /dev/null +++ b/x11-toolkits/jx/files/patch-ab @@ -0,0 +1,10 @@ +--- programs/makemake.ORIG/Makefile.port Sat Nov 6 13:36:35 1999 ++++ programs/makemake/Makefile.port Sat Nov 6 13:37:55 1999 +@@ -49,7 +49,6 @@ + .PHONY : jxinstall + jxinstall: regex makemake + @strip makemake +- @mv makemake ${JX_INSTALL_ROOT}/ + + @if { which makemake > /dev/null; } then \ + { \ diff --git a/x11-toolkits/jx/files/patch-ac b/x11-toolkits/jx/files/patch-ac new file mode 100644 index 000000000000..bf9c36ac4f1b --- /dev/null +++ b/x11-toolkits/jx/files/patch-ac @@ -0,0 +1,26 @@ +--- ACE/ACE_wrappers/ace/config-freebsd-pthread.h.orig Mon Apr 10 13:55:24 2000 ++++ ACE/ACE_wrappers/ace/config-freebsd-pthread.h Mon Apr 10 13:56:09 2000 +@@ -44,7 +44,6 @@ + #define ACE_HAS_NONCONST_SELECT_TIMEVAL + #define ACE_HAS_CHARPTR_DL + //#define ACE_USES_ASM_SYMBOL_IN_DLSYM +-#define ACE_LACKS_SIGSET + #define ACE_NEEDS_SCHED_H + + // Use of is deprecated. +@@ -84,6 +83,15 @@ + #if (__FreeBSD_version >= 300000) + #define ACE_HAS_SIGINFO_T + #endif /* __FreeBSD_version >= 300000 */ ++ ++#if (__FreeBSD_version < 400000) ++#define ACE_LACKS_SIGSET ++#endif /* __FreeBSD_version < 400000 */ ++ ++#if (__FreeBSD_version >= 400000) ++#define ACE_HAS_UCONTEXT_T ++#define ACE_HAS_SOCKLEN_T ++#endif /* __FreeBSD_version >= 400000 */ + + #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES + #define ACE_LACKS_SIGINFO_H diff --git a/x11-toolkits/jx/files/patch-ad b/x11-toolkits/jx/files/patch-ad new file mode 100644 index 000000000000..559110cf9ed0 --- /dev/null +++ b/x11-toolkits/jx/files/patch-ad @@ -0,0 +1,14 @@ +--- ACE/ACE_wrappers/ace/Log_Msg.cpp.orig Mon Apr 10 14:01:34 2000 ++++ ACE/ACE_wrappers/ace/Log_Msg.cpp Mon Apr 10 14:02:38 2000 +@@ -670,9 +670,9 @@ + ACE_TRACE ("ACE_Log_Msg::log"); + // External decls. + +-#if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) ++#if defined(ACE_LACKS_SYS_NERR) + extern int sys_nerr; +-#endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */ ++#endif /* defined(ACE_LACKS_SYS_NERR) */ + typedef void (*PTF)(...); + + // Only print the message if hasn't been reset to diff --git a/x11-toolkits/jx/files/patch-ae b/x11-toolkits/jx/files/patch-ae new file mode 100644 index 000000000000..35ccdca55dea --- /dev/null +++ b/x11-toolkits/jx/files/patch-ae @@ -0,0 +1,11 @@ +--- programs/jxlayout/Make.header.ORIG Tue May 30 10:58:37 2000 ++++ programs/jxlayout/Make.header Tue May 30 11:04:08 2000 +@@ -102,7 +102,7 @@ + # + + .PHONY : jxinstall +-jxinstall: jxlayout ++jxinstall_not: jxlayout + @strip jxlayout + @mv jxlayout ${JX_INSTALL_ROOT}/ + @cp ${DATA_FILES} ${JX_INSTALL_ROOT}/ diff --git a/x11-toolkits/jx/files/patch-ag b/x11-toolkits/jx/files/patch-ag new file mode 100644 index 000000000000..c2d832455dea --- /dev/null +++ b/x11-toolkits/jx/files/patch-ag @@ -0,0 +1,13 @@ +--- Makefile Sat Sep 11 16:44:38 1999 ++++ Makefile.new Wed Jun 7 12:39:22 2000 +@@ -492,9 +492,7 @@ + + CHECK_ACE := lib/util/ace/j_has_ace + +-CC := ${shell if { which gcc > /dev/null; } \ +- then { echo gcc; } \ +- else { echo ${CC}; } fi } ++CC := ${CC} + + .PHONY : fix_ace + fix_ace: diff --git a/x11-toolkits/jx/files/post-patch-aa b/x11-toolkits/jx/files/post-patch-aa new file mode 100644 index 000000000000..c7932e4d2877 --- /dev/null +++ b/x11-toolkits/jx/files/post-patch-aa @@ -0,0 +1,37 @@ +--- include/make/sys/FreeBSD-3.x_g++.orig Tue Aug 31 20:36:33 1999 ++++ include/make/sys/FreeBSD-3.x_g++ Tue May 30 21:08:07 2000 +@@ -6,11 +6,11 @@ + + # This tells us where to find the X libraries. + +-J_X11_LIB_DIR := -L/usr/X11R6/lib ++J_X11_LIB_DIR := -LX11PREFIX/lib + + # Uncomment this and change it if your X11 headers are not in /usr/include/X11. + +-J_X11_INCLUDE_DIR := -I/usr/X11R6/include ++J_X11_INCLUDE_DIR := -IX11PREFIX/include + + # Uncomment this if you want to compile libXpm into libjx + +@@ -88,15 +88,15 @@ + + # makemake variables + +-LINKER := g++ ++LINKER := ${CXX} + + # make variables + +-CC := gcc +-CXX := g++ ++CC := ${CC} ++CXX := ${CXX} + CPPFLAGS = ${DEPENDFLAGS} +-CFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} +-CXXFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} ++CFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} ${PORTCFLAGS} ++CXXFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} ${PORTCXXFLAGS} + + # libraries to link + diff --git a/x11-toolkits/jx/pkg-comment b/x11-toolkits/jx/pkg-comment new file mode 100644 index 000000000000..7bd77d035f32 --- /dev/null +++ b/x11-toolkits/jx/pkg-comment @@ -0,0 +1 @@ +JX is a C++ application framework and widget library for X Windows diff --git a/x11-toolkits/jx/pkg-descr b/x11-toolkits/jx/pkg-descr new file mode 100644 index 000000000000..e5e0b4fd4c7e --- /dev/null +++ b/x11-toolkits/jx/pkg-descr @@ -0,0 +1,8 @@ +JX is a full-featured application framework and widget library for +use with the X Window System. It provides support for all facets +of application development, including distributed applications, +and aims to combine the best of MacOS and NeXTSTEP. It is built +directly on top of Xlib and has been carefully optimized for +performance. + +WWW: http://www.newplanetsoftware.com/jx/ diff --git a/x11-toolkits/jx/pkg-plist b/x11-toolkits/jx/pkg-plist new file mode 100644 index 000000000000..bcd3ca2da409 --- /dev/null +++ b/x11-toolkits/jx/pkg-plist @@ -0,0 +1,1316 @@ +bin/autodoc +bin/makecheck +bin/makemake +bin/maketouch +include/ace/ACE.cpp +include/ace/ACE.h +include/ace/ACE.i +include/ace/ACED.cpp +include/ace/ACER.cpp +include/ace/ARGV.cpp +include/ace/ARGV.h +include/ace/ARGV.i +include/ace/ATM_Acceptor.cpp +include/ace/ATM_Acceptor.h +include/ace/ATM_Acceptor.i +include/ace/ATM_Addr.cpp +include/ace/ATM_Addr.h +include/ace/ATM_Addr.i +include/ace/ATM_Connector.cpp +include/ace/ATM_Connector.h +include/ace/ATM_Connector.i +include/ace/ATM_Params.cpp +include/ace/ATM_Params.h +include/ace/ATM_Params.i +include/ace/ATM_QoS.cpp +include/ace/ATM_QoS.h +include/ace/ATM_QoS.i +include/ace/ATM_Stream.cpp +include/ace/ATM_Stream.h +include/ace/ATM_Stream.i +include/ace/Acceptor.cpp +include/ace/Acceptor.h +include/ace/Acceptor.i +include/ace/Activation_Queue.cpp +include/ace/Activation_Queue.h +include/ace/Activation_Queue.i +include/ace/Active_Map_Manager.cpp +include/ace/Active_Map_Manager.h +include/ace/Active_Map_Manager.i +include/ace/Active_Map_Manager_T.cpp +include/ace/Active_Map_Manager_T.h +include/ace/Active_Map_Manager_T.i +include/ace/Addr.cpp +include/ace/Addr.h +include/ace/Addr.i +include/ace/Arg_Shifter.cpp +include/ace/Arg_Shifter.h +include/ace/Array.h +include/ace/Asynch_Acceptor.cpp +include/ace/Asynch_Acceptor.h +include/ace/Asynch_Acceptor.i +include/ace/Asynch_IO.cpp +include/ace/Asynch_IO.h +include/ace/Asynch_IO.i +include/ace/Asynch_IO_Impl.cpp +include/ace/Asynch_IO_Impl.h +include/ace/Asynch_IO_Impl.i +include/ace/Atomic_Op.i +include/ace/Auto_Ptr.cpp +include/ace/Auto_Ptr.h +include/ace/Auto_Ptr.i +include/ace/Based_Pointer_Repository.cpp +include/ace/Based_Pointer_Repository.h +include/ace/Based_Pointer_T.cpp +include/ace/Based_Pointer_T.h +include/ace/Based_Pointer_T.i +include/ace/Basic_Types.cpp +include/ace/Basic_Types.h +include/ace/Basic_Types.i +include/ace/CDR_Stream.cpp +include/ace/CDR_Stream.h +include/ace/CDR_Stream.i +include/ace/CORBA_Handler.cpp +include/ace/CORBA_Handler.h +include/ace/CORBA_Handler.i +include/ace/CORBA_Ref.cpp +include/ace/CORBA_Ref.h +include/ace/CORBA_Ref.i +include/ace/CORBA_macros.h +include/ace/Cache_Map_Manager_T.cpp +include/ace/Cache_Map_Manager_T.h +include/ace/Cache_Map_Manager_T.i +include/ace/Cached_Connect_Strategy_T.cpp +include/ace/Cached_Connect_Strategy_T.h +include/ace/Cached_Connect_Strategy_T.i +include/ace/Caching_Strategies_T.cpp +include/ace/Caching_Strategies_T.h +include/ace/Caching_Strategies_T.i +include/ace/Caching_Utility_T.cpp +include/ace/Caching_Utility_T.h +include/ace/Caching_Utility_T.i +include/ace/Cleanup_Strategies_T.cpp +include/ace/Cleanup_Strategies_T.h +include/ace/Cleanup_Strategies_T.i +include/ace/Codeset_IBM1047.cpp +include/ace/Codeset_IBM1047.h +include/ace/Connector.cpp +include/ace/Connector.h +include/ace/Connector.i +include/ace/Containers.cpp +include/ace/Containers.h +include/ace/Containers.i +include/ace/Containers_T.cpp +include/ace/Containers_T.h +include/ace/Containers_T.i +include/ace/DEV.cpp +include/ace/DEV.h +include/ace/DEV.i +include/ace/DEV_Addr.cpp +include/ace/DEV_Addr.h +include/ace/DEV_Addr.i +include/ace/DEV_Connector.cpp +include/ace/DEV_Connector.h +include/ace/DEV_Connector.i +include/ace/DEV_IO.cpp +include/ace/DEV_IO.h +include/ace/DEV_IO.i +include/ace/DLL.cpp +include/ace/DLL.h +include/ace/Date_Time.cpp +include/ace/Date_Time.h +include/ace/Date_Time.i +include/ace/Dirent.cpp +include/ace/Dirent.h +include/ace/Dirent.i +include/ace/Dump.cpp +include/ace/Dump.h +include/ace/Dump_T.cpp +include/ace/Dump_T.h +include/ace/Dynamic.cpp +include/ace/Dynamic.h +include/ace/Dynamic.i +include/ace/Dynamic_Service.cpp +include/ace/Dynamic_Service.h +include/ace/Dynamic_Service.i +include/ace/Env_Value_T.cpp +include/ace/Env_Value_T.h +include/ace/Env_Value_T.i +include/ace/Event_Handler.cpp +include/ace/Event_Handler.h +include/ace/Event_Handler.i +include/ace/Event_Handler_T.cpp +include/ace/Event_Handler_T.h +include/ace/Event_Handler_T.i +include/ace/FIFO.cpp +include/ace/FIFO.h +include/ace/FIFO.i +include/ace/FIFO_Recv.cpp +include/ace/FIFO_Recv.h +include/ace/FIFO_Recv.i +include/ace/FIFO_Recv_Msg.cpp +include/ace/FIFO_Recv_Msg.h +include/ace/FIFO_Recv_Msg.i +include/ace/FIFO_Send.cpp +include/ace/FIFO_Send.h +include/ace/FIFO_Send.i +include/ace/FIFO_Send_Msg.cpp +include/ace/FIFO_Send_Msg.h +include/ace/FIFO_Send_Msg.i +include/ace/FILE.cpp +include/ace/FILE.h +include/ace/FILE.i +include/ace/FILE_Addr.cpp +include/ace/FILE_Addr.h +include/ace/FILE_Addr.i +include/ace/FILE_Connector.cpp +include/ace/FILE_Connector.h +include/ace/FILE_Connector.i +include/ace/FILE_IO.cpp +include/ace/FILE_IO.h +include/ace/FILE_IO.i +include/ace/Filecache.cpp +include/ace/Filecache.h +include/ace/FlReactor.cpp +include/ace/FlReactor.h +include/ace/FlReactor.i +include/ace/Free_List.cpp +include/ace/Free_List.h +include/ace/Free_List.i +include/ace/Functor.cpp +include/ace/Functor.h +include/ace/Functor.i +include/ace/Functor_T.cpp +include/ace/Functor_T.h +include/ace/Functor_T.i +include/ace/Future.cpp +include/ace/Future.h +include/ace/Future_Set.cpp +include/ace/Future_Set.h +include/ace/Get_Opt.cpp +include/ace/Get_Opt.h +include/ace/Get_Opt.i +include/ace/Handle_Gobbler.h +include/ace/Handle_Gobbler.i +include/ace/Handle_Set.cpp +include/ace/Handle_Set.h +include/ace/Handle_Set.i +include/ace/Hash_Cache_Map_Manager_T.cpp +include/ace/Hash_Cache_Map_Manager_T.h +include/ace/Hash_Cache_Map_Manager_T.i +include/ace/Hash_Map_Manager.cpp +include/ace/Hash_Map_Manager.h +include/ace/Hash_Map_Manager.i +include/ace/Hash_Map_Manager_T.cpp +include/ace/Hash_Map_Manager_T.h +include/ace/Hash_Map_Manager_T.i +include/ace/Hash_Map_With_Allocator_T.cpp +include/ace/Hash_Map_With_Allocator_T.h +include/ace/Hash_Map_With_Allocator_T.i +include/ace/High_Res_Timer.cpp +include/ace/High_Res_Timer.h +include/ace/High_Res_Timer.i +include/ace/INET_Addr.cpp +include/ace/INET_Addr.h +include/ace/INET_Addr.i +include/ace/IOStream.cpp +include/ace/IOStream.h +include/ace/IOStream_T.cpp +include/ace/IOStream_T.h +include/ace/IOStream_T.i +include/ace/IO_Cntl_Msg.cpp +include/ace/IO_Cntl_Msg.h +include/ace/IO_Cntl_Msg.i +include/ace/IO_SAP.cpp +include/ace/IO_SAP.h +include/ace/IO_SAP.i +include/ace/IPC_SAP.cpp +include/ace/IPC_SAP.h +include/ace/IPC_SAP.i +include/ace/LOCK_SOCK_Acceptor.cpp +include/ace/LOCK_SOCK_Acceptor.h +include/ace/LSOCK.cpp +include/ace/LSOCK.h +include/ace/LSOCK.i +include/ace/LSOCK_Acceptor.cpp +include/ace/LSOCK_Acceptor.h +include/ace/LSOCK_Acceptor.i +include/ace/LSOCK_CODgram.cpp +include/ace/LSOCK_CODgram.h +include/ace/LSOCK_CODgram.i +include/ace/LSOCK_Connector.cpp +include/ace/LSOCK_Connector.h +include/ace/LSOCK_Connector.i +include/ace/LSOCK_Dgram.cpp +include/ace/LSOCK_Dgram.h +include/ace/LSOCK_Dgram.i +include/ace/LSOCK_Stream.cpp +include/ace/LSOCK_Stream.h +include/ace/LSOCK_Stream.i +include/ace/Local_Name_Space.cpp +include/ace/Local_Name_Space.h +include/ace/Local_Name_Space_T.cpp +include/ace/Local_Name_Space_T.h +include/ace/Local_Tokens.cpp +include/ace/Local_Tokens.h +include/ace/Local_Tokens.i +include/ace/Log_Msg.cpp +include/ace/Log_Msg.h +include/ace/Log_Msg.i +include/ace/Log_Priority.h +include/ace/Log_Record.cpp +include/ace/Log_Record.h +include/ace/Log_Record.i +include/ace/Malloc.cpp +include/ace/Malloc.h +include/ace/Malloc.i +include/ace/Malloc_Base.h +include/ace/Malloc_T.cpp +include/ace/Malloc_T.h +include/ace/Malloc_T.i +include/ace/Managed_Object.cpp +include/ace/Managed_Object.h +include/ace/Managed_Object.i +include/ace/Map.cpp +include/ace/Map.h +include/ace/Map.i +include/ace/Map_Manager.cpp +include/ace/Map_Manager.h +include/ace/Map_Manager.i +include/ace/Map_T.cpp +include/ace/Map_T.h +include/ace/Map_T.i +include/ace/Mem_Map.cpp +include/ace/Mem_Map.h +include/ace/Mem_Map.i +include/ace/Memory_Pool.cpp +include/ace/Memory_Pool.h +include/ace/Memory_Pool.i +include/ace/Message_Block.cpp +include/ace/Message_Block.h +include/ace/Message_Block.i +include/ace/Message_Block_T.cpp +include/ace/Message_Block_T.h +include/ace/Message_Block_T.i +include/ace/Message_Queue.cpp +include/ace/Message_Queue.h +include/ace/Message_Queue.i +include/ace/Message_Queue_T.cpp +include/ace/Message_Queue_T.h +include/ace/Message_Queue_T.i +include/ace/Method_Object.h +include/ace/Method_Request.cpp +include/ace/Method_Request.h +include/ace/Module.cpp +include/ace/Module.h +include/ace/Module.i +include/ace/Msg_WFMO_Reactor.cpp +include/ace/Msg_WFMO_Reactor.h +include/ace/Msg_WFMO_Reactor.i +include/ace/Multiplexor.cpp +include/ace/Multiplexor.h +include/ace/Multiplexor.i +include/ace/NT_Service.cpp +include/ace/NT_Service.h +include/ace/NT_Service.i +include/ace/Name_Proxy.cpp +include/ace/Name_Proxy.h +include/ace/Name_Request_Reply.cpp +include/ace/Name_Request_Reply.h +include/ace/Name_Space.cpp +include/ace/Name_Space.h +include/ace/Naming_Context.cpp +include/ace/Naming_Context.h +include/ace/OS.cpp +include/ace/OS.h +include/ace/OS.i +include/ace/Object_Manager.cpp +include/ace/Object_Manager.h +include/ace/Object_Manager.i +include/ace/Obstack.cpp +include/ace/Obstack.h +include/ace/Obstack.i +include/ace/POSIX_Asynch_IO.cpp +include/ace/POSIX_Asynch_IO.h +include/ace/POSIX_Asynch_IO.i +include/ace/POSIX_Proactor.cpp +include/ace/POSIX_Proactor.h +include/ace/POSIX_Proactor.i +include/ace/Pair.cpp +include/ace/Pair.h +include/ace/Pair.i +include/ace/Pair_T.cpp +include/ace/Pair_T.h +include/ace/Pair_T.i +include/ace/Parse_Node.cpp +include/ace/Parse_Node.h +include/ace/Parse_Node.i +include/ace/Pipe.cpp +include/ace/Pipe.h +include/ace/Pipe.i +include/ace/Priority_Reactor.cpp +include/ace/Priority_Reactor.h +include/ace/Priority_Reactor.i +include/ace/Proactor.cpp +include/ace/Proactor.h +include/ace/Proactor.i +include/ace/Proactor_Impl.h +include/ace/Process.cpp +include/ace/Process.h +include/ace/Process.i +include/ace/Process_Manager.cpp +include/ace/Process_Manager.h +include/ace/Process_Manager.i +include/ace/Profile_Timer.cpp +include/ace/Profile_Timer.h +include/ace/Profile_Timer.i +include/ace/RB_Tree.cpp +include/ace/RB_Tree.h +include/ace/RB_Tree.i +include/ace/Reactor.cpp +include/ace/Reactor.h +include/ace/Reactor.i +include/ace/Reactor_Impl.h +include/ace/Read_Buffer.cpp +include/ace/Read_Buffer.h +include/ace/Read_Buffer.i +include/ace/Registry.cpp +include/ace/Registry.h +include/ace/Registry_Name_Space.cpp +include/ace/Registry_Name_Space.h +include/ace/Remote_Name_Space.cpp +include/ace/Remote_Name_Space.h +include/ace/Remote_Tokens.cpp +include/ace/Remote_Tokens.h +include/ace/Remote_Tokens.i +include/ace/SOCK.cpp +include/ace/SOCK.h +include/ace/SOCK.i +include/ace/SOCK_Acceptor.cpp +include/ace/SOCK_Acceptor.h +include/ace/SOCK_Acceptor.i +include/ace/SOCK_CODgram.cpp +include/ace/SOCK_CODgram.h +include/ace/SOCK_CODgram.i +include/ace/SOCK_Connector.cpp +include/ace/SOCK_Connector.h +include/ace/SOCK_Connector.i +include/ace/SOCK_Dgram.cpp +include/ace/SOCK_Dgram.h +include/ace/SOCK_Dgram.i +include/ace/SOCK_Dgram_Bcast.cpp +include/ace/SOCK_Dgram_Bcast.h +include/ace/SOCK_Dgram_Bcast.i +include/ace/SOCK_Dgram_Mcast.cpp +include/ace/SOCK_Dgram_Mcast.h +include/ace/SOCK_Dgram_Mcast.i +include/ace/SOCK_IO.cpp +include/ace/SOCK_IO.h +include/ace/SOCK_IO.i +include/ace/SOCK_Stream.cpp +include/ace/SOCK_Stream.h +include/ace/SOCK_Stream.i +include/ace/SPIPE.cpp +include/ace/SPIPE.h +include/ace/SPIPE.i +include/ace/SPIPE_Acceptor.cpp +include/ace/SPIPE_Acceptor.h +include/ace/SPIPE_Acceptor.i +include/ace/SPIPE_Addr.cpp +include/ace/SPIPE_Addr.h +include/ace/SPIPE_Addr.i +include/ace/SPIPE_Connector.cpp +include/ace/SPIPE_Connector.h +include/ace/SPIPE_Connector.i +include/ace/SPIPE_Stream.cpp +include/ace/SPIPE_Stream.h +include/ace/SPIPE_Stream.i +include/ace/SString.cpp +include/ace/SString.h +include/ace/SString.i +include/ace/SV_Message.cpp +include/ace/SV_Message.h +include/ace/SV_Message.i +include/ace/SV_Message_Queue.cpp +include/ace/SV_Message_Queue.h +include/ace/SV_Message_Queue.i +include/ace/SV_Semaphore_Complex.cpp +include/ace/SV_Semaphore_Complex.h +include/ace/SV_Semaphore_Complex.i +include/ace/SV_Semaphore_Simple.cpp +include/ace/SV_Semaphore_Simple.h +include/ace/SV_Semaphore_Simple.i +include/ace/SV_Shared_Memory.cpp +include/ace/SV_Shared_Memory.h +include/ace/SV_Shared_Memory.i +include/ace/Sched_Params.cpp +include/ace/Sched_Params.h +include/ace/Sched_Params.i +include/ace/Select_Reactor.cpp +include/ace/Select_Reactor.h +include/ace/Select_Reactor.i +include/ace/Select_Reactor_Base.cpp +include/ace/Select_Reactor_Base.h +include/ace/Select_Reactor_Base.i +include/ace/Select_Reactor_T.cpp +include/ace/Select_Reactor_T.h +include/ace/Select_Reactor_T.i +include/ace/Service_Config.cpp +include/ace/Service_Config.h +include/ace/Service_Config.i +include/ace/Service_Manager.cpp +include/ace/Service_Manager.h +include/ace/Service_Manager.i +include/ace/Service_Object.cpp +include/ace/Service_Object.h +include/ace/Service_Object.i +include/ace/Service_Repository.cpp +include/ace/Service_Repository.h +include/ace/Service_Repository.i +include/ace/Service_Types.cpp +include/ace/Service_Types.h +include/ace/Service_Types.i +include/ace/Shared_Memory.cpp +include/ace/Shared_Memory.h +include/ace/Shared_Memory_MM.cpp +include/ace/Shared_Memory_MM.h +include/ace/Shared_Memory_MM.i +include/ace/Shared_Memory_SV.cpp +include/ace/Shared_Memory_SV.h +include/ace/Shared_Memory_SV.i +include/ace/Shared_Object.cpp +include/ace/Shared_Object.h +include/ace/Shared_Object.i +include/ace/Signal.cpp +include/ace/Signal.h +include/ace/Signal.i +include/ace/Singleton.cpp +include/ace/Singleton.h +include/ace/Singleton.i +include/ace/Stats.cpp +include/ace/Stats.h +include/ace/Stats.i +include/ace/Strategies.cpp +include/ace/Strategies.h +include/ace/Strategies.i +include/ace/Strategies_T.cpp +include/ace/Strategies_T.h +include/ace/Strategies_T.i +include/ace/Stream.cpp +include/ace/Stream.h +include/ace/Stream.i +include/ace/Stream_Modules.cpp +include/ace/Stream_Modules.h +include/ace/Stream_Modules.i +include/ace/Svc_Conf.h +include/ace/Svc_Conf_Tokens.h +include/ace/Svc_Conf_l.cpp +include/ace/Svc_Conf_y.cpp +include/ace/Svc_Handler.cpp +include/ace/Svc_Handler.h +include/ace/Svc_Handler.i +include/ace/Synch.cpp +include/ace/Synch.h +include/ace/Synch.i +include/ace/Synch_Options.cpp +include/ace/Synch_Options.h +include/ace/Synch_Options.i +include/ace/Synch_T.cpp +include/ace/Synch_T.h +include/ace/Synch_T.i +include/ace/System_Time.cpp +include/ace/System_Time.h +include/ace/TLI.cpp +include/ace/TLI.h +include/ace/TLI.i +include/ace/TLI_Acceptor.cpp +include/ace/TLI_Acceptor.h +include/ace/TLI_Acceptor.i +include/ace/TLI_Connector.cpp +include/ace/TLI_Connector.h +include/ace/TLI_Connector.i +include/ace/TLI_Stream.cpp +include/ace/TLI_Stream.h +include/ace/TLI_Stream.i +include/ace/TP_Reactor.cpp +include/ace/TP_Reactor.h +include/ace/TP_Reactor.i +include/ace/TTY_IO.cpp +include/ace/TTY_IO.h +include/ace/Task.cpp +include/ace/Task.h +include/ace/Task.i +include/ace/Task_T.cpp +include/ace/Task_T.h +include/ace/Task_T.i +include/ace/Template_Instantiations.cpp +include/ace/Thread.cpp +include/ace/Thread.h +include/ace/Thread.i +include/ace/Thread_Manager.cpp +include/ace/Thread_Manager.h +include/ace/Thread_Manager.i +include/ace/Time_Request_Reply.cpp +include/ace/Time_Request_Reply.h +include/ace/Time_Value.h +include/ace/Timeprobe.cpp +include/ace/Timeprobe.h +include/ace/Timeprobe.i +include/ace/Timeprobe_T.cpp +include/ace/Timeprobe_T.h +include/ace/Timer_Hash.cpp +include/ace/Timer_Hash.h +include/ace/Timer_Hash_T.cpp +include/ace/Timer_Hash_T.h +include/ace/Timer_Heap.cpp +include/ace/Timer_Heap.h +include/ace/Timer_Heap_T.cpp +include/ace/Timer_Heap_T.h +include/ace/Timer_List.cpp +include/ace/Timer_List.h +include/ace/Timer_List_T.cpp +include/ace/Timer_List_T.h +include/ace/Timer_Queue.cpp +include/ace/Timer_Queue.h +include/ace/Timer_Queue_Adapters.cpp +include/ace/Timer_Queue_Adapters.h +include/ace/Timer_Queue_Adapters.i +include/ace/Timer_Queue_T.cpp +include/ace/Timer_Queue_T.h +include/ace/Timer_Queue_T.i +include/ace/Timer_Wheel.cpp +include/ace/Timer_Wheel.h +include/ace/Timer_Wheel_T.cpp +include/ace/Timer_Wheel_T.h +include/ace/TkReactor.cpp +include/ace/TkReactor.h +include/ace/Token.cpp +include/ace/Token.h +include/ace/Token.i +include/ace/Token_Collection.cpp +include/ace/Token_Collection.h +include/ace/Token_Collection.i +include/ace/Token_Invariants.cpp +include/ace/Token_Invariants.h +include/ace/Token_Invariants.i +include/ace/Token_Manager.cpp +include/ace/Token_Manager.h +include/ace/Token_Manager.i +include/ace/Token_Request_Reply.cpp +include/ace/Token_Request_Reply.h +include/ace/Token_Request_Reply.i +include/ace/Trace.cpp +include/ace/Trace.h +include/ace/Trace.i +include/ace/Typed_SV_Message.cpp +include/ace/Typed_SV_Message.h +include/ace/Typed_SV_Message.i +include/ace/Typed_SV_Message_Queue.cpp +include/ace/Typed_SV_Message_Queue.h +include/ace/Typed_SV_Message_Queue.i +include/ace/UNIX_Addr.cpp +include/ace/UNIX_Addr.h +include/ace/UNIX_Addr.i +include/ace/UPIPE_Acceptor.cpp +include/ace/UPIPE_Acceptor.h +include/ace/UPIPE_Acceptor.i +include/ace/UPIPE_Addr.h +include/ace/UPIPE_Connector.cpp +include/ace/UPIPE_Connector.h +include/ace/UPIPE_Connector.i +include/ace/UPIPE_Stream.cpp +include/ace/UPIPE_Stream.h +include/ace/UPIPE_Stream.i +include/ace/Version.h +include/ace/WFMO_Reactor.cpp +include/ace/WFMO_Reactor.h +include/ace/WFMO_Reactor.i +include/ace/WIN32_Asynch_IO.cpp +include/ace/WIN32_Asynch_IO.h +include/ace/WIN32_Asynch_IO.i +include/ace/WIN32_Proactor.cpp +include/ace/WIN32_Proactor.h +include/ace/WIN32_Proactor.i +include/ace/XTI_ATM_Mcast.cpp +include/ace/XTI_ATM_Mcast.h +include/ace/XTI_ATM_Mcast.i +include/ace/XtReactor.cpp +include/ace/XtReactor.h +include/ace/config-WinCE.h +include/ace/config-aix-3.2.5.h +include/ace/config-aix-4.1.x.h +include/ace/config-aix-4.2.x.h +include/ace/config-aix-4.3.x.h +include/ace/config-aix-4.x.h +include/ace/config-chorus.h +include/ace/config-cray.h +include/ace/config-cygwin32-common.h +include/ace/config-cygwin32.h +include/ace/config-dgux-4.11-epc.h +include/ace/config-dgux-4.x-ghs.h +include/ace/config-freebsd-pthread.h +include/ace/config-freebsd.h +include/ace/config-fsu-pthread.h +include/ace/config-g++-common.h +include/ace/config-ghs-common.h +include/ace/config-hpux-10.x-g++.h +include/ace/config-hpux-10.x-hpc++.h +include/ace/config-hpux-10.x.h +include/ace/config-hpux-11.x-hpc++.h +include/ace/config-hpux-9.x-orbix.h +include/ace/config-hpux-9.x.h +include/ace/config-hpux11.h +include/ace/config-irix5.2.h +include/ace/config-irix5.3-g++.h +include/ace/config-irix5.3-sgic++.h +include/ace/config-irix6.x-common.h +include/ace/config-irix6.x-g++.h +include/ace/config-irix6.x-kcc.h +include/ace/config-irix6.x-sgic++-nothreads.h +include/ace/config-irix6.x-sgic++.h +include/ace/config-kcc-common.h +include/ace/config-linux-common.h +include/ace/config-linux-kcc.h +include/ace/config-linux-lxpthreads.h +include/ace/config-linux-pthread.h +include/ace/config-linux.h +include/ace/config-linuxppc4.h +include/ace/config-lynxos.h +include/ace/config-m88k.h +include/ace/config-minimal.h +include/ace/config-mit-pthread.h +include/ace/config-mklinux.h +include/ace/config-mvs.h +include/ace/config-netbsd.h +include/ace/config-osf1-3.2.h +include/ace/config-osf1-4.0.h +include/ace/config-pharlap.h +include/ace/config-psos-diab-mips.h +include/ace/config-psos-diab-ppc.h +include/ace/config-psos-diab.h +include/ace/config-psos-tm.h +include/ace/config-psosim-g++.h +include/ace/config-qnx-neutrino.h +include/ace/config-sco-4.2-nothread.h +include/ace/config-sco-5.0.0-fsu-pthread.h +include/ace/config-sco-5.0.0-mit-pthread.h +include/ace/config-sco-5.0.0-nothread.h +include/ace/config-sco-5.0.0.h +include/ace/config-sunos4-g++.h +include/ace/config-sunos4-lucid3.2.h +include/ace/config-sunos4-sun3.x.h +include/ace/config-sunos4-sun4.1.4.h +include/ace/config-sunos4-sun4.x-orbix.h +include/ace/config-sunos4-sun4.x.h +include/ace/config-sunos5.4-centerline-2.x.h +include/ace/config-sunos5.4-g++.h +include/ace/config-sunos5.4-sunc++-4.x-orbix.h +include/ace/config-sunos5.4-sunc++-4.x.h +include/ace/config-sunos5.5.h +include/ace/config-sunos5.6.h +include/ace/config-sunos5.7.h +include/ace/config-sunos5.x-sunc++-4.x-orbix.h +include/ace/config-tandem.h +include/ace/config-tru64.h +include/ace/config-unixware-2.01-g++.h +include/ace/config-unixware-2.1.2-g++.h +include/ace/config-visualage.h +include/ace/config-vxworks5.x.h +include/ace/config-win32-borland.h +include/ace/config-win32-common.h +include/ace/config-win32-visualage.h +include/ace/config-win32.h +include/ace/config.h +include/ace/gethrtime.cpp +include/ace/inc_user_config.h +include/ace/iosfwd.h +include/ace/streams.h +include/ace/ws2tcpip.h +include/ace/CLASSIX/CLASSIX_Addr.cpp +include/ace/CLASSIX/CLASSIX_Addr.h +include/ace/CLASSIX/CLASSIX_Addr.i +include/ace/CLASSIX/CLASSIX_CLD_Connector.cpp +include/ace/CLASSIX/CLASSIX_CLD_Connector.h +include/ace/CLASSIX/CLASSIX_CLD_Connector.i +include/ace/CLASSIX/CLASSIX_CO_Acceptor.cpp +include/ace/CLASSIX/CLASSIX_CO_Acceptor.h +include/ace/CLASSIX/CLASSIX_CO_Acceptor.i +include/ace/CLASSIX/CLASSIX_CO_Connector.cpp +include/ace/CLASSIX/CLASSIX_CO_Connector.h +include/ace/CLASSIX/CLASSIX_CO_Connector.i +include/ace/CLASSIX/CLASSIX_Dgram_Mcast.cpp +include/ace/CLASSIX/CLASSIX_Dgram_Mcast.h +include/ace/CLASSIX/CLASSIX_Dgram_Mcast.i +include/ace/CLASSIX/CLASSIX_Group.cpp +include/ace/CLASSIX/CLASSIX_Group.h +include/ace/CLASSIX/CLASSIX_Group.i +include/ace/CLASSIX/CLASSIX_Group_Dynamic.cpp +include/ace/CLASSIX/CLASSIX_Group_Dynamic.h +include/ace/CLASSIX/CLASSIX_Group_Dynamic.i +include/ace/CLASSIX/CLASSIX_Group_Stamp.cpp +include/ace/CLASSIX/CLASSIX_Group_Stamp.h +include/ace/CLASSIX/CLASSIX_Group_Stamp.i +include/ace/CLASSIX/CLASSIX_OS.cpp +include/ace/CLASSIX/CLASSIX_OS.h +include/ace/CLASSIX/CLASSIX_OS.i +include/ace/CLASSIX/CLASSIX_Peer_SAP.cpp +include/ace/CLASSIX/CLASSIX_Peer_SAP.h +include/ace/CLASSIX/CLASSIX_Peer_SAP.i +include/ace/CLASSIX/CLASSIX_Port.cpp +include/ace/CLASSIX/CLASSIX_Port.h +include/ace/CLASSIX/CLASSIX_Port.i +include/ace/CLASSIX/CLASSIX_Port_Core.cpp +include/ace/CLASSIX/CLASSIX_Port_Core.h +include/ace/CLASSIX/CLASSIX_Port_Core.i +include/ace/CLASSIX/CLASSIX_Port_Default.cpp +include/ace/CLASSIX/CLASSIX_Port_Default.h +include/ace/CLASSIX/CLASSIX_Port_Default.i +include/ace/CLASSIX/CLASSIX_SAP.cpp +include/ace/CLASSIX/CLASSIX_SAP.h +include/ace/CLASSIX/CLASSIX_SAP.i +include/ace/CLASSIX/CLASSIX_Select_Reactor.cpp +include/ace/CLASSIX/CLASSIX_Select_Reactor.h +include/ace/CLASSIX/CLASSIX_Select_Reactor.i +include/ace/CLASSIX/CLASSIX_Stream.cpp +include/ace/CLASSIX/CLASSIX_Stream.h +include/ace/CLASSIX/CLASSIX_Stream.i +include/jcore/FlexLexer.h +include/jcore/JArray.h +include/jcore/JAssertBase.h +include/jcore/JAsynchDataReceiver.h +include/jcore/JAuxTableData.h +include/jcore/JBroadcastSnooper.h +include/jcore/JBroadcaster.h +include/jcore/JChooseSaveFile.h +include/jcore/JCollection.h +include/jcore/JColormap.h +include/jcore/JComplex.h +include/jcore/JConstBitmap.h +include/jcore/JConstHashCursor.h +include/jcore/JContainer.h +include/jcore/JCoreLibVersion.h +include/jcore/JCreateProgressDisplay.h +include/jcore/JCreateTextPG.h +include/jcore/JDynamicHistogram.h +include/jcore/JEPSPrinter.h +include/jcore/JError.h +include/jcore/JErrorState.h +include/jcore/JFAID.h +include/jcore/JFAIndex.h +include/jcore/JFileArray.h +include/jcore/JFileArrayIndex.h +include/jcore/JFloatBufferTableData.h +include/jcore/JFloatTableData.h +include/jcore/JFontManager.h +include/jcore/JFontStyle.h +include/jcore/JGetCurrentColormap.h +include/jcore/JGetCurrentFontManager.h +include/jcore/JHTMLScanner.h +include/jcore/JHashCursor.h +include/jcore/JHashRecord.h +include/jcore/JHashTable.h +include/jcore/JHistogram.h +include/jcore/JIPCError.h +include/jcore/JImage.h +include/jcore/JImageMask.h +include/jcore/JInPipeStream.h +include/jcore/JIndexRange.h +include/jcore/JIntRange.h +include/jcore/JInterpolate.h +include/jcore/JKLRand.h +include/jcore/JLatentPG.h +include/jcore/JLinkedList.h +include/jcore/JLinkedListIterator.h +include/jcore/JMDIServer.h +include/jcore/JMMArrayTable.h +include/jcore/JMMErrorPrinter.h +include/jcore/JMMHashTable.h +include/jcore/JMMMonitor.h +include/jcore/JMMRecord.h +include/jcore/JMMTable.h +include/jcore/JMatrix.h +include/jcore/JMemoryManager.h +include/jcore/JMessageProtocol.h +include/jcore/JMinMax.h +include/jcore/JObjTableData.h +include/jcore/JOrderedSet.h +include/jcore/JOrderedSetIterator.h +include/jcore/JOrderedSetUtil.h +include/jcore/JOutPipeStream.h +include/jcore/JPSPrinter.h +include/jcore/JPSPrinterBase.h +include/jcore/JPTPrinter.h +include/jcore/JPackedTableData.h +include/jcore/JPagePrinter.h +include/jcore/JPainter.h +include/jcore/JPartition.h +include/jcore/JPoint.h +include/jcore/JPolygon.h +include/jcore/JPrefObject.h +include/jcore/JPrefsFile.h +include/jcore/JPrefsManager.h +include/jcore/JPrinter.h +include/jcore/JProbDistr.h +include/jcore/JProcess.h +include/jcore/JProcessError.h +include/jcore/JProgressDisplay.h +include/jcore/JPtrArray-JString.h +include/jcore/JPtrArray.h +include/jcore/JPtrArrayIterator.h +include/jcore/JPtrQueue.h +include/jcore/JPtrStack.h +include/jcore/JQueue.h +include/jcore/JRTTIBase.h +include/jcore/JRect.h +include/jcore/JRegex.h +include/jcore/JRunArray.h +include/jcore/JRunArrayIterator.h +include/jcore/JSimpleProcess.h +include/jcore/JSliderBase.h +include/jcore/JStack.h +include/jcore/JStaticBuffer.h +include/jcore/JStdError.h +include/jcore/JStopWatch.h +include/jcore/JStrValue.h +include/jcore/JString.h +include/jcore/JStringMap.h +include/jcore/JStringMapCursor.h +include/jcore/JStringPtrMap.h +include/jcore/JStringPtrMapCursor.h +include/jcore/JStringTableData.h +include/jcore/JSubset.h +include/jcore/JSubstitute.h +include/jcore/JTEHTMLScanner.h +include/jcore/JTEStyler.h +include/jcore/JTEUndoBase.h +include/jcore/JTEUndoDrop.h +include/jcore/JTEUndoPaste.h +include/jcore/JTEUndoStyle.h +include/jcore/JTEUndoTabShift.h +include/jcore/JTEUndoTextBase.h +include/jcore/JTEUndoTyping.h +include/jcore/JTable.h +include/jcore/JTableData.h +include/jcore/JTableSelection.h +include/jcore/JTableSelectionIterator.h +include/jcore/JTextChooseSaveFile.h +include/jcore/JTextEditor.h +include/jcore/JTextProgressDisplay.h +include/jcore/JTextUserNotification.h +include/jcore/JThisProcess.h +include/jcore/JUNIXDirEntry.h +include/jcore/JUNIXDirInfo.h +include/jcore/JUNIXPrefsFile.h +include/jcore/JUNIXPrefsManager.h +include/jcore/JUndo.h +include/jcore/JUserNotification.h +include/jcore/JValueTableData.h +include/jcore/JVector.h +include/jcore/JXPM.h +include/jcore/instantiate_template.h +include/jcore/jASCIIConstants.h +include/jcore/jAssert.h +include/jcore/jColor.h +include/jcore/jCommandLine.h +include/jcore/jDirUtil.h +include/jcore/jErrno.h +include/jcore/jFStreamUtil.h +include/jcore/jFileUtil.h +include/jcore/jGlobals.h +include/jcore/jHashFunctions.h +include/jcore/jMath.h +include/jcore/jMemory.h +include/jcore/jMissingProto.h +include/jcore/jNew.h +include/jcore/jNumericConstants.h +include/jcore/jProcessUtil.h +include/jcore/jRand.h +include/jcore/jSignal.h +include/jcore/jStrStreamUtil.h +include/jcore/jStreamUtil.h +include/jcore/jTime.h +include/jcore/jTypes.h +include/jcore/jUNIXUtil.h +include/jcore/regex.h +include/jx/JXAdjustIWBoundsTask.h +include/jx/JXAdjustScrollbarTask.h +include/jx/JXAnimationTask.h +include/jx/JXApplication.h +include/jx/JXAssert.h +include/jx/JXAtLeastOneCBGroup.h +include/jx/JXBorderRect.h +include/jx/JXButton.h +include/jx/JXButtonStates.h +include/jx/JXCSFDialogBase.h +include/jx/JXCSFSelectPrevDirTask.h +include/jx/JXCardFile.h +include/jx/JXCharInput.h +include/jx/JXCheckbox.h +include/jx/JXCheckboxGroup.h +include/jx/JXChooseColorDialog.h +include/jx/JXChooseFileDialog.h +include/jx/JXChooseFontSizeDialog.h +include/jx/JXChooseMonoFont.h +include/jx/JXChoosePathDialog.h +include/jx/JXChooseSaveFile.h +include/jx/JXColHeaderWidget.h +include/jx/JXColormap.h +include/jx/JXContainer.h +include/jx/JXCreatePG.h +include/jx/JXCursor.h +include/jx/JXCursorAnimationTask.h +include/jx/JXCursorAnimator.h +include/jx/JXDNDChooseDropActionDialog.h +include/jx/JXDNDManager.h +include/jx/JXDSSFinishSaveTask.h +include/jx/JXDecorRect.h +include/jx/JXDialogDirector.h +include/jx/JXDirectSaveSource.h +include/jx/JXDirector.h +include/jx/JXDisplay.h +include/jx/JXDisplayDirector.h +include/jx/JXDisplayMenu.h +include/jx/JXDocument.h +include/jx/JXDocumentManager.h +include/jx/JXDocumentMenu.h +include/jx/JXDownRect.h +include/jx/JXDragPainter.h +include/jx/JXEPSPrintSetupDialog.h +include/jx/JXEPSPrinter.h +include/jx/JXEditHelpPrefsDialog.h +include/jx/JXEditTable.h +include/jx/JXEmbossedRect.h +include/jx/JXEngravedRect.h +include/jx/JXErrorDialog.h +include/jx/JXFLInputBase.h +include/jx/JXFLRegexInput.h +include/jx/JXFLWildcardInput.h +include/jx/JXFileDocument.h +include/jx/JXFileHistoryMenu.h +include/jx/JXFileInput.h +include/jx/JXFileListSet.h +include/jx/JXFileListTable.h +include/jx/JXFileNameDisplay.h +include/jx/JXFixLenPGDirector.h +include/jx/JXFlatRect.h +include/jx/JXFloatInput.h +include/jx/JXFloatTable.h +include/jx/JXFontManager.h +include/jx/JXFontNameMenu.h +include/jx/JXFontSizeMenu.h +include/jx/JXGC.h +include/jx/JXGetCurrColormap.h +include/jx/JXGetCurrFontMgr.h +include/jx/JXGetNewDirDialog.h +include/jx/JXGoToLineDialog.h +include/jx/JXHelpDirector.h +include/jx/JXHelpManager.h +include/jx/JXHelpText.h +include/jx/JXHintDirector.h +include/jx/JXHintManager.h +include/jx/JXHistoryMenuBase.h +include/jx/JXHorizPartition.h +include/jx/JXIdleTask.h +include/jx/JXImage.h +include/jx/JXImageButton.h +include/jx/JXImageCheckbox.h +include/jx/JXImageMask.h +include/jx/JXImageMenu.h +include/jx/JXImageMenuData.h +include/jx/JXImageMenuDirector.h +include/jx/JXImageMenuTable.h +include/jx/JXImagePainter.h +include/jx/JXImageRadioButton.h +include/jx/JXImageWidget.h +include/jx/JXInputField.h +include/jx/JXIntegerInput.h +include/jx/JXKeyModifiers.h +include/jx/JXLevelControl.h +include/jx/JXLibVersion.h +include/jx/JXLinkText.h +include/jx/JXMDIServer.h +include/jx/JXMenu.h +include/jx/JXMenuBar.h +include/jx/JXMenuData.h +include/jx/JXMenuDirector.h +include/jx/JXMenuManager.h +include/jx/JXMenuTable.h +include/jx/JXMessageDialog.h +include/jx/JXNewDirButton.h +include/jx/JXNewDisplayDialog.h +include/jx/JXOKToCloseDialog.h +include/jx/JXPGDirectorBase.h +include/jx/JXPGMessageDirector.h +include/jx/JXPSPageSetupDialog.h +include/jx/JXPSPrintSetupDialog.h +include/jx/JXPSPrinter.h +include/jx/JXPTPageSetupDialog.h +include/jx/JXPTPrintSetupDialog.h +include/jx/JXPTPrinter.h +include/jx/JXPartition.h +include/jx/JXPasswordInput.h +include/jx/JXPathHistoryMenu.h +include/jx/JXPathInput.h +include/jx/JXProgressDisplay.h +include/jx/JXProgressIndicator.h +include/jx/JXRadioButton.h +include/jx/JXRadioGroup.h +include/jx/JXRadioGroupDialog.h +include/jx/JXRegexInput.h +include/jx/JXRegexReplaceInput.h +include/jx/JXRowHeaderWidget.h +include/jx/JXSafetySaveTask.h +include/jx/JXSaveFileDialog.h +include/jx/JXSaveFileInput.h +include/jx/JXScrollableWidget.h +include/jx/JXScrollbar.h +include/jx/JXScrollbarSet.h +include/jx/JXScrolltab.h +include/jx/JXSelectionManager.h +include/jx/JXSlider.h +include/jx/JXSliderBase.h +include/jx/JXStandAlonePG.h +include/jx/JXStaticText.h +include/jx/JXStringHistoryMenu.h +include/jx/JXStringList.h +include/jx/JXStringTable.h +include/jx/JXStyleMenu.h +include/jx/JXStyleMenuDirector.h +include/jx/JXStyleMenuTable.h +include/jx/JXStyleTable.h +include/jx/JXStyleTableMenu.h +include/jx/JXStyleTableThunksTask.h +include/jx/JXTEBase.h +include/jx/JXTEBlinkCaretTask.h +include/jx/JXTEStyleMenu.h +include/jx/JXTable.h +include/jx/JXTextButton.h +include/jx/JXTextCheckbox.h +include/jx/JXTextClipboard.h +include/jx/JXTextEditor.h +include/jx/JXTextEditorSet.h +include/jx/JXTextMenu.h +include/jx/JXTextMenuData.h +include/jx/JXTextMenuDirector.h +include/jx/JXTextMenuTable.h +include/jx/JXTextRadioButton.h +include/jx/JXTimerTask.h +include/jx/JXUNDialogBase.h +include/jx/JXUNIXDirTable.h +include/jx/JXUNIXDirUpdateTask.h +include/jx/JXUpRect.h +include/jx/JXUpdateDocMenuTask.h +include/jx/JXUpdateStringListWidth.h +include/jx/JXUrgentTask.h +include/jx/JXUserNotification.h +include/jx/JXUserNotificationIcons.h +include/jx/JXVarLenPGDirector.h +include/jx/JXVertPartition.h +include/jx/JXWarningDialog.h +include/jx/JXWidget.h +include/jx/JXWidgetSet.h +include/jx/JXWindow.h +include/jx/JXWindowDirector.h +include/jx/JXWindowPainter.h +include/jx/JXXFontMenu.h +include/jx/jXActionDefs.h +include/jx/jXActions.h +include/jx/jXCSFIcons.h +include/jx/jXConstants.h +include/jx/jXEventUtil.h +include/jx/jXGlobals.h +include/jx/jXKeysym.h +include/jx/jXPainterUtil.h +include/jx/jXUtil.h +lib/jx/jxlayout/class_map +lib/jx/jxlayout/need_font_list +lib/jx/jxlayout/option_map +lib/jx/lib/libACE-5_0_2.so +lib/jx/lib/libjcore-1_5_3.a +lib/jx/lib/libjcore-1_5_3.so +lib/jx/lib/libjx-1_5_3.a +lib/jx/lib/libjx-1_5_3.so +lib/jx/make/default_lib_target +lib/jx/make/jx_config +lib/jx/make/jx_config_common +lib/jx/make/jx_constants +lib/jx/make/jx_targets +lib/jx/make/sys/AIX-4.x_g++ +lib/jx/make/sys/FreeBSD-2.x_g++ +lib/jx/make/sys/FreeBSD-3.x_g++ +lib/jx/make/sys/HP-UX10_g++ +lib/jx/make/sys/IRIX-5.x_g++ +lib/jx/make/sys/IRIX-6.x_g++ +lib/jx/make/sys/Linux-Alpha-RH5.x +lib/jx/make/sys/Linux-Intel-OpenLinux2.2 +lib/jx/make/sys/Linux-Intel-RH4.2 +lib/jx/make/sys/Linux-Intel-RH5.x +lib/jx/make/sys/Linux-Intel-RH5.x-kcc +lib/jx/make/sys/Linux-Intel-SuSE5.x +lib/jx/make/sys/LinuxPPC_4 +lib/jx/make/sys/LinuxPPC_5 +lib/jx/make/sys/MkLinux_g++ +lib/jx/make/sys/NetBSD_g++ +lib/jx/make/sys/OSF1-4.x_g++ +lib/jx/make/sys/SunOS-4_g++ +lib/jx/make/sys/SunOS-5.4_g++ +lib/jx/make/sys/SunOS-5.5_SunCC +lib/jx/make/sys/SunOS-5.5_g++ +lib/jx/make/sys/SunOS-5.6_SunCC +lib/jx/make/sys/SunOS-5.6_g++ +lib/jx/make/sys/template_g++ +lib/libACE-5_0_2.so +lib/libACE-5_0_2.so.%%LIBACE%% +lib/libjcore-1_5_3.a +lib/libjcore-1_5_3.so +lib/libjcore-1_5_3.so.%%LIBJX%% +lib/libjx-1_5_3.a +lib/libjx-1_5_3.so +lib/libjx-1_5_3.so.%%LIBJX%% +%%PORTDOCS:%%share/doc/JX/ACE_VERSION +%%PORTDOCS:%%share/doc/JX/CHANGES +%%PORTDOCS:%%share/doc/JX/FAQ +%%PORTDOCS:%%share/doc/JX/LICENSE +%%PORTDOCS:%%share/doc/JX/LICENSE_jxlayout +%%PORTDOCS:%%share/doc/JX/LICENSE_makemake +%%PORTDOCS:%%share/doc/JX/Make.files_template +%%PORTDOCS:%%share/doc/JX/Make.header_template +%%PORTDOCS:%%share/doc/JX/Makefiles.txt +%%PORTDOCS:%%share/doc/JX/README +%%PORTDOCS:%%share/doc/JX/README_ACE +%%PORTDOCS:%%share/doc/JX/README_jxlayout +%%PORTDOCS:%%share/doc/JX/README_makemake +%%PORTDOCS:%%share/doc/JX/jcore_1.0.0.ps.gz +%%PORTDOCS:%%share/doc/JX/jcore_1.0.0.txt +%%PORTDOCS:%%share/doc/JX/jx_1.0.0.ps.gz +%%PORTDOCS:%%share/doc/JX/jx_1.0.0.txt +%%PORTDOCS:%%share/examples/JX/tutorial/01-HelloWorld/HelloWorldDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/01-HelloWorld/HelloWorldDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/01-HelloWorld/hello_world.cc +%%PORTDOCS:%%share/examples/JX/tutorial/02-MenuHello/MenuHelloDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/02-MenuHello/MenuHelloDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/02-MenuHello/menu_hello.cc +%%PORTDOCS:%%share/examples/JX/tutorial/03-DialogHello/DHStringInputDialog.cc +%%PORTDOCS:%%share/examples/JX/tutorial/03-DialogHello/DHStringInputDialog.h +%%PORTDOCS:%%share/examples/JX/tutorial/03-DialogHello/DialogHelloDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/03-DialogHello/DialogHelloDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/03-DialogHello/dialog_hello.cc +%%PORTDOCS:%%share/examples/JX/tutorial/04-Widget/Widget.cc +%%PORTDOCS:%%share/examples/JX/tutorial/04-Widget/Widget.h +%%PORTDOCS:%%share/examples/JX/tutorial/04-Widget/WidgetDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/04-Widget/WidgetDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/04-Widget/widget_main.cc +%%PORTDOCS:%%share/examples/JX/tutorial/05-Scrolling/ScrollingWidget.cc +%%PORTDOCS:%%share/examples/JX/tutorial/05-Scrolling/ScrollingWidget.h +%%PORTDOCS:%%share/examples/JX/tutorial/05-Scrolling/ScrollingWidgetDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/05-Scrolling/ScrollingWidgetDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/05-Scrolling/scrolling.cc +%%PORTDOCS:%%share/examples/JX/tutorial/06-DragPainter/DragWidget.cc +%%PORTDOCS:%%share/examples/JX/tutorial/06-DragPainter/DragWidget.h +%%PORTDOCS:%%share/examples/JX/tutorial/06-DragPainter/DragWidgetDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/06-DragPainter/DragWidgetDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/06-DragPainter/drag_painter.cc +%%PORTDOCS:%%share/examples/JX/tutorial/07-Printing/PrintWidget.cc +%%PORTDOCS:%%share/examples/JX/tutorial/07-Printing/PrintWidget.h +%%PORTDOCS:%%share/examples/JX/tutorial/07-Printing/PrintWidgetDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/07-Printing/PrintWidgetDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/07-Printing/printing.cc +%%PORTDOCS:%%share/examples/JX/tutorial/08-SimpleTable/SimpleTable.cc +%%PORTDOCS:%%share/examples/JX/tutorial/08-SimpleTable/SimpleTable.h +%%PORTDOCS:%%share/examples/JX/tutorial/08-SimpleTable/SimpleTableDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/08-SimpleTable/SimpleTableDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/08-SimpleTable/simpletable_main.cc +%%PORTDOCS:%%share/examples/JX/tutorial/09-DataTable/DataTable.cc +%%PORTDOCS:%%share/examples/JX/tutorial/09-DataTable/DataTable.h +%%PORTDOCS:%%share/examples/JX/tutorial/09-DataTable/DataTableDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/09-DataTable/DataTableDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/09-DataTable/datatable_main.cc +%%PORTDOCS:%%share/examples/JX/tutorial/10-SelectionTable/SelectionTable.cc +%%PORTDOCS:%%share/examples/JX/tutorial/10-SelectionTable/SelectionTable.h +%%PORTDOCS:%%share/examples/JX/tutorial/10-SelectionTable/SelectionTableDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/10-SelectionTable/SelectionTableDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/10-SelectionTable/selectiontable_main.cc +%%PORTDOCS:%%share/examples/JX/tutorial/11-EditTable/EditTable.cc +%%PORTDOCS:%%share/examples/JX/tutorial/11-EditTable/EditTable.h +%%PORTDOCS:%%share/examples/JX/tutorial/11-EditTable/EditTableDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/11-EditTable/EditTableDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/11-EditTable/edittable_main.cc +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/CBStringInputDialog.cc +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/CBStringInputDialog.h +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/ClipboardDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/ClipboardDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/ClipboardWidget.cc +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/ClipboardWidget.h +%%PORTDOCS:%%share/examples/JX/tutorial/12-Clipboard/clipboard.cc +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/JPtrArray-JUndo.cc +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/RedoLine.cc +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/RedoLine.h +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/UndoLine.cc +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/UndoLine.h +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/UndoWidget.cc +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/UndoWidget.h +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/UndoWidgetDir.cc +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/UndoWidgetDir.h +%%PORTDOCS:%%share/examples/JX/tutorial/13-Undo/undo.cc +%%PORTDOCS:%%share/examples/JX/tutorial/Make.files +%%PORTDOCS:%%share/examples/JX/tutorial/Make.header +%%PORTDOCS:%%share/examples/JX/tutorial/Makefile +%%PORTDOCS:%%share/examples/JX/tutorial/README +share/jx/blank.xpm +share/jx/jx_check_spelling.xpm +share/jx/jx_edit_clean_right_margin.xpm +share/jx/jx_edit_clear.xpm +share/jx/jx_edit_coerce_right_margin.xpm +share/jx/jx_edit_copy.xpm +share/jx/jx_edit_cut.xpm +share/jx/jx_edit_paste.xpm +share/jx/jx_edit_read_only.xpm +share/jx/jx_edit_redo.xpm +share/jx/jx_edit_shift_left.xpm +share/jx/jx_edit_shift_right.xpm +share/jx/jx_edit_undo.xpm +share/jx/jx_file_new.xpm +share/jx/jx_file_open.xpm +share/jx/jx_file_print.xpm +share/jx/jx_file_revert_to_saved.xpm +share/jx/jx_file_save.xpm +share/jx/jx_file_save_all.xpm +share/jx/jx_find.xpm +share/jx/jx_find_next.xpm +share/jx/jx_find_previous.xpm +share/jx/jx_find_selection_backwards.xpm +share/jx/jx_find_selection_forward.xpm +share/jx/jx_help_specific.xpm +share/jx/jx_help_toc.xpm +share/jx/jx_replace_selection.xpm +share/jx/jx_run_script.xpm +@dirrm share/jx +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/13-Undo +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/12-Clipboard +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/11-EditTable +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/10-SelectionTable +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/09-DataTable +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/08-SimpleTable +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/07-Printing +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/06-DragPainter +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/05-Scrolling +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/04-Widget +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/03-DialogHello +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/02-MenuHello +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial/01-HelloWorld +%%PORTDOCS:%%@dirrm share/examples/JX/tutorial +%%PORTDOCS:%%@dirrm share/examples/JX +%%PORTDOCS:%%@dirrm share/doc/JX +@dirrm lib/jx/make/sys +@dirrm lib/jx/make +@dirrm lib/jx/lib +@dirrm lib/jx/jxlayout +@dirrm lib/jx +@dirrm include/jx +@dirrm include/jcore +@dirrm include/ace/CLASSIX +@dirrm include/ace +bin/jfdesign +bin/jxlayout +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R -- cgit v1.2.3