diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 20:52:20 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 20:52:20 +0000 |
commit | 0abaa32122c0e00306e96a5447033ad36e4347cb (patch) | |
tree | c96cd33db7ca8161d39e1098983908c7b0e7758f /devel/ice | |
parent | 37b2dd27bd258dad8c65cc179ecb94f39eef480e (diff) | |
download | ports-0abaa32122c0e00306e96a5447033ad36e4347cb.tar.gz ports-0abaa32122c0e00306e96a5447033ad36e4347cb.zip |
- Update to 3.2.0
PR: ports/111541
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=190309
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/Makefile | 6 | ||||
-rw-r--r-- | devel/ice/distinfo | 6 | ||||
-rw-r--r-- | devel/ice/files/patch-Make.rules | 26 | ||||
-rw-r--r-- | devel/ice/files/patch-src::Ice::Network.cpp | 24 | ||||
-rw-r--r-- | devel/ice/pkg-plist | 548 |
5 files changed, 313 insertions, 297 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index bdb3efa15651..03cc0df76c31 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -6,9 +6,9 @@ # PORTNAME= Ice -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= devel -MASTER_SITES= http://www.zeroc.com/download/Ice/3.1/ +MASTER_SITES= http://www.zeroc.com/download/Ice/3.2/ MAINTAINER= shoesoft@gmx.net COMMENT= A modern alternative to object middleware such as CORBA/COM/DCOM/COM+ @@ -58,7 +58,7 @@ post-patch: ${WRKSRC}/config/Make.rules ${REINPLACE_CMD} 's|prefix|install_slicedir|g' ${WRKSRC}/config/Makefile ${REINPLACE_CMD} 's|prefix|install_slicedir|g; \ - s|INSTALL_PROGRAM|INSTALL_DATA|g' ${WRKSRC}/config/ca/Makefile + s|INSTALL_PROGRAM|INSTALL_DATA|g' ${WRKSRC}/src/ca/Makefile ${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} 's|-lIceSSL|-lIceSSL -lIceXML|' {} \; .include <bsd.port.post.mk> diff --git a/devel/ice/distinfo b/devel/ice/distinfo index 144ad22d7c87..4843638a9162 100644 --- a/devel/ice/distinfo +++ b/devel/ice/distinfo @@ -1,3 +1,3 @@ -MD5 (Ice-3.1.1.tar.gz) = 44299126976302fc12e531846a663d59 -SHA256 (Ice-3.1.1.tar.gz) = 5140bf5c2b6185408a7a5bec07ca108f14f0b6c81efac4e4af6adbc9db71eda9 -SIZE (Ice-3.1.1.tar.gz) = 2162434 +MD5 (Ice-3.2.0.tar.gz) = a5287d0c17fb8568ba52d31ef560c9d3 +SHA256 (Ice-3.2.0.tar.gz) = 4698326e39342d2526c8780db996e47d35a09cdc6080be4329980ec5766ce81d +SIZE (Ice-3.2.0.tar.gz) = 2060037 diff --git a/devel/ice/files/patch-Make.rules b/devel/ice/files/patch-Make.rules index 0605c684dba6..8ff7446b840c 100644 --- a/devel/ice/files/patch-Make.rules +++ b/devel/ice/files/patch-Make.rules @@ -1,15 +1,13 @@ ---- config/Make.rules.orig Sat Aug 5 16:29:46 2006 -+++ config/Make.rules Sat Aug 5 16:29:51 2006 -@@ -166,9 +166,9 @@ - BZIP2_LIBS = $(if $(BZIP2_HOME),-L$(BZIP2_HOME)/$(libsubdir)) -lbz2 - BZIP2_RPATH_LINK = $(if $(BZIP2_HOME),$(call rpathlink,$(BZIP2_HOME)/$(libsubdir))) +--- config/Make.rules.orig Fri Mar 9 00:16:54 2007 ++++ config/Make.rules Fri Apr 13 20:05:04 2007 +@@ -188,7 +188,9 @@ + DB_FLAGS = -I/usr/include/db45 + DB_LIBS = -L/usr/$(libsubdir)/db45 -ldb_cxx + else +- DB_LIBS = -ldb_cxx ++ DB_FLAGS = -I%%BDB_INCLUDE_DIR%% ++ DB_LIBS = -L%%BDB_LIB_DIR%% -l%%BDB_LIB_CXX_NAME%% ++ DB_RPATH_LINK = $(call rpathlink,%%BDB_LIB_DIR%%) + endif + endif --DB_FLAGS = $(if $(DB_HOME),-I$(DB_HOME)/include) --DB_LIBS = $(if $(DB_HOME),-L$(DB_HOME)/$(libsubdir)) -ldb_cxx --DB_RPATH_LINK = $(if $(DB_HOME),$(call rpathlink,$(DB_HOME)/$(libsubdir))) -+DB_FLAGS = -I%%BDB_INCLUDE_DIR%% -+DB_LIBS = -L%%BDB_LIB_DIR%% -l%%BDB_LIB_CXX_NAME%% -+DB_RPATH_LINK = $(call rpathlink,%%BDB_LIB_DIR%%) - - EXPAT_FLAGS = $(if $(EXPAT_HOME),-I$(EXPAT_HOME)/include) - EXPAT_LIBS = $(if $(EXPAT_HOME),-L$(EXPAT_HOME)/$(libsubdir)) -lexpat diff --git a/devel/ice/files/patch-src::Ice::Network.cpp b/devel/ice/files/patch-src::Ice::Network.cpp index 3189931d7844..3bba8098706f 100644 --- a/devel/ice/files/patch-src::Ice::Network.cpp +++ b/devel/ice/files/patch-src::Ice::Network.cpp @@ -1,20 +1,20 @@ --- src/Ice/Network.cpp.orig Tue Oct 18 16:18:39 2005 +++ src/Ice/Network.cpp Thu Nov 17 15:00:25 2005 @@ -275,7 +275,7 @@ - { - return; - } + { + return; + } -#elif defined(__APPLE__) +#elif (defined(__APPLE__) || defined(__FreeBSD__)) - if(errno == ENOTCONN || errno == EINVAL) - { - return; + if(errno == ENOTCONN || errno == EINVAL) + { + return; @@ -306,7 +306,7 @@ - { - return; - } + { + return; + } -#elif defined(__APPLE__) +#elif (defined(__APPLE__) || defined(__FreeBSD__)) - if(errno == ENOTCONN || errno == EINVAL) - { - return; + if(errno == ENOTCONN || errno == EINVAL) + { + return; diff --git a/devel/ice/pkg-plist b/devel/ice/pkg-plist index 51c8bba7c519..4a7b46a6b881 100644 --- a/devel/ice/pkg-plist +++ b/devel/ice/pkg-plist @@ -1,7 +1,9 @@ +bin/ImportKey.class bin/dumpdb bin/glacier2router bin/icebox bin/iceboxadmin +bin/iceca bin/icecpp bin/icegridadmin bin/icegridnode @@ -15,8 +17,10 @@ bin/slice2cs bin/slice2docbook bin/slice2freeze bin/slice2freezej +bin/slice2html bin/slice2java bin/slice2py +bin/slice2rb bin/slice2vb bin/transformdb include/Freeze/Catalog.h @@ -38,10 +42,8 @@ include/Glacier2/Glacier2.h include/Glacier2/PermissionsVerifier.h include/Glacier2/PermissionsVerifierF.h include/Glacier2/Router.h -include/Glacier2/RouterF.h include/Glacier2/SSLInfo.h include/Glacier2/Session.h -include/Glacier2/SessionF.h include/Ice/Application.h include/Ice/BasicStream.h include/Ice/Buffer.h @@ -67,14 +69,14 @@ include/Ice/FacetMap.h include/Ice/FactoryTable.h include/Ice/FactoryTableDef.h include/Ice/Functional.h -include/Ice/GC.h include/Ice/GCCountMap.h -include/Ice/GCRecMutex.h include/Ice/GCShared.h include/Ice/Handle.h include/Ice/Ice.h include/Ice/Identity.h include/Ice/IdentityUtil.h +include/Ice/ImplicitContext.h +include/Ice/ImplicitContextF.h include/Ice/Incoming.h include/Ice/IncomingAsync.h include/Ice/IncomingAsyncF.h @@ -133,6 +135,7 @@ include/IceGrid/Admin.h include/IceGrid/Descriptor.h include/IceGrid/Exception.h include/IceGrid/FileParser.h +include/IceGrid/Locator.h include/IceGrid/Observer.h include/IceGrid/Perf.h include/IceGrid/Query.h @@ -148,7 +151,7 @@ include/IceStorm/IceStorm.h include/IceStorm/Service.h include/IceUtil/AbstractMutex.h include/IceUtil/Algorithm.h -include/IceUtil/AutoArray.h +include/IceUtil/ArgVector.h include/IceUtil/Base64.h include/IceUtil/Cache.h include/IceUtil/Cond.h @@ -171,6 +174,7 @@ include/IceUtil/OutputUtil.h include/IceUtil/RWRecMutex.h include/IceUtil/Random.h include/IceUtil/RecMutex.h +include/IceUtil/ScopedArray.h include/IceUtil/Shared.h include/IceUtil/StaticMutex.h include/IceUtil/StringUtil.h @@ -188,43 +192,44 @@ include/Slice/JavaUtil.h include/Slice/Parser.h include/Slice/Preprocessor.h include/Slice/PythonUtil.h +include/Slice/RubyUtil.h include/Slice/VbUtil.h lib/libFreeze.so -lib/libFreeze.so.3.1.1 -lib/libFreeze.so.31 +lib/libFreeze.so.3.2.0 +lib/libFreeze.so.32 lib/libGlacier2.so -lib/libGlacier2.so.3.1.1 -lib/libGlacier2.so.31 +lib/libGlacier2.so.3.2.0 +lib/libGlacier2.so.32 lib/libIce.so -lib/libIce.so.3.1.1 -lib/libIce.so.31 +lib/libIce.so.3.2.0 +lib/libIce.so.32 lib/libIceBox.so -lib/libIceBox.so.3.1.1 -lib/libIceBox.so.31 +lib/libIceBox.so.3.2.0 +lib/libIceBox.so.32 lib/libIceGrid.so -lib/libIceGrid.so.3.1.1 -lib/libIceGrid.so.31 +lib/libIceGrid.so.3.2.0 +lib/libIceGrid.so.32 lib/libIcePatch2.so -lib/libIcePatch2.so.3.1.1 -lib/libIcePatch2.so.31 +lib/libIcePatch2.so.3.2.0 +lib/libIcePatch2.so.32 lib/libIceSSL.so -lib/libIceSSL.so.3.1.1 -lib/libIceSSL.so.31 +lib/libIceSSL.so.3.2.0 +lib/libIceSSL.so.32 lib/libIceStorm.so -lib/libIceStorm.so.3.1.1 -lib/libIceStorm.so.31 +lib/libIceStorm.so.3.2.0 +lib/libIceStorm.so.32 lib/libIceStormService.so -lib/libIceStormService.so.3.1.1 -lib/libIceStormService.so.31 +lib/libIceStormService.so.3.2.0 +lib/libIceStormService.so.32 lib/libIceUtil.so -lib/libIceUtil.so.3.1.1 -lib/libIceUtil.so.31 +lib/libIceUtil.so.3.2.0 +lib/libIceUtil.so.32 lib/libIceXML.so -lib/libIceXML.so.3.1.1 -lib/libIceXML.so.31 +lib/libIceXML.so.3.2.0 +lib/libIceXML.so.32 lib/libSlice.so -lib/libSlice.so.3.1.1 -lib/libSlice.so.31 +lib/libSlice.so.3.2.0 +lib/libSlice.so.32 %%DATADIR%%/Freeze/CatalogData.ice %%DATADIR%%/Freeze/Connection.ice %%DATADIR%%/Freeze/ConnectionF.ice @@ -250,6 +255,8 @@ lib/libSlice.so.31 %%DATADIR%%/Ice/Endpoint.ice %%DATADIR%%/Ice/FacetMap.ice %%DATADIR%%/Ice/Identity.ice +%%DATADIR%%/Ice/ImplicitContext.ice +%%DATADIR%%/Ice/ImplicitContextF.ice %%DATADIR%%/Ice/LocalException.ice %%DATADIR%%/Ice/Locator.ice %%DATADIR%%/Ice/LocatorF.ice @@ -277,6 +284,7 @@ lib/libSlice.so.31 %%DATADIR%%/IceGrid/Descriptor.ice %%DATADIR%%/IceGrid/Exception.ice %%DATADIR%%/IceGrid/FileParser.ice +%%DATADIR%%/IceGrid/Locator.ice %%DATADIR%%/IceGrid/Observer.ice %%DATADIR%%/IceGrid/Query.ice %%DATADIR%%/IceGrid/Registry.ice @@ -285,250 +293,260 @@ lib/libSlice.so.31 %%DATADIR%%/IcePatch2/FileInfo.ice %%DATADIR%%/IcePatch2/FileServer.ice %%DATADIR%%/IceStorm/IceStorm.ice -%%DATADIR%%/config/Make.rules -%%DATADIR%%/config/Make.rules.FreeBSD -%%DATADIR%%/config/ca/ImportKey.class -%%DATADIR%%/config/ca/README -%%DATADIR%%/config/ca/cautil.py -%%DATADIR%%/config/ca/import.py -%%DATADIR%%/config/ca/initca.py -%%DATADIR%%/config/ca/req.py -%%DATADIR%%/config/ca/sign.py %%DATADIR%%/config/convertssl.py -%%DATADIR%%/config/icegrid-slice.3.0.ice.gz +%%DATADIR%%/config/icegrid-slice.3.1.ice.gz %%DATADIR%%/config/templates.xml %%DATADIR%%/config/upgradeicegrid.py +%%DATADIR%%/config/upgradeicestorm.py %%PORTDOCS%%%%DOCSDIR%%/ICE_LICENSE %%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/reference/c13.html -%%PORTDOCS%%%%DOCSDIR%%/reference/c17556.html -%%PORTDOCS%%%%DOCSDIR%%/reference/c21415.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/CatalogData.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/Connection.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/DatabaseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/DeadlockException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/Evictor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/EvictorDeactivatedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/EvictorIterator.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/InvalidPositionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/NoSuchElementException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/NotFoundException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/ObjectRecord.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/ServantInitializer.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/Statistics.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/Transaction.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/TransactionAlreadyInProgressException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/Admin.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/CannotCreateSessionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/IdentitySet.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/PermissionDeniedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/PermissionsVerifier.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/Router.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SSLInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SSLPermissionsVerifier.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SSLSessionManager.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/Session.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SessionControl.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SessionManager.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SessionNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/StringSet.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/AdapterAlreadyActiveException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/AdapterNotFoundException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/AlreadyRegisteredException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/BadMagicException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CloneNotImplementedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CloseConnectionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CloseTimeoutException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CollocationOptimizationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Communicator.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CommunicatorDestroyedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CompressionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectFailedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectTimeoutException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Connection.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionLostException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionNotValidatedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionRefusedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionTimeoutException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Current.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/DNSException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/DatagramLimitException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EncapsulationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointParseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointSelectionType.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointSelectionTypeParseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/FacetNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/FeatureNotSupportedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/FileException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/FixedProxyException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ForcedCloseConnectionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Identity.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IdentityParseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalIdentityException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalIndirectionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalMessageSizeException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ImplicitContext.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/InitializationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/InvalidReplicaGroupIdException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Locator.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/LocatorRegistry.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Logger.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/MarshalException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/MemoryLimitException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NegativeSizeException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NoEndpointException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NoObjectFactoryException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NotRegisteredException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectAdapterDeactivatedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectAdapterIdInUseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectFactory.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectNotFoundException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/OperationMode.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/OperationNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Plugin.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/PluginInitializationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/PluginManager.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Process.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Properties.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProtocolException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProxyParseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ProxyUnmarshalException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/RequestFailedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Router.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SecurityException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ServantLocator.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ServerNotFoundException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SocketException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Stats.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/StringConversionException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SyscallException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/TimeoutException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/TwowayOnlyException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnexpectedObjectException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownLocalException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownMessageException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownReplyStatusException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownRequestIdException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownUserException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnmarshalOutOfBoundsException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnsupportedEncodingException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnsupportedProtocolException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/VersionMismatchException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/AlreadyStartedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/AlreadyStoppedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/FailureException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/NoSuchServiceException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/Service.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/ServiceManager.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AccessDeniedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterDynamicInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterObserver.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdaptiveLoadBalancingPolicy.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/Admin.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdminSession.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AllocationException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AllocationTimeoutException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ApplicationDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ApplicationInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ApplicationNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ApplicationObserver.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ApplicationUpdateDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ApplicationUpdateInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/BadSignalException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/BoxedDistributionDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/BoxedString.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/CommunicatorDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/DbEnvDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/DeploymentException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/DistributionDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/FileIterator.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/FileNotAvailableException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/FileParser.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/IceBoxDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadBalancingPolicy.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadSample.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/Locator.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeDynamicInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeObserver.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeUnreachableException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeUpdateDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectExistsException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectNotRegisteredException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectObserver.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObserverAlreadyRegisteredException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/OrderedLoadBalancingPolicy.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ParseException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/PatchException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/PermissionDeniedException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/PropertyDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/PropertySetDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/Query.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RandomLoadBalancingPolicy.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/Registry.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RegistryInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RegistryNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RegistryObserver.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RegistryUnreachableException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ReplicaGroupDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RoundRobinLoadBalancingPolicy.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerDynamicInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerInstanceDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerNotExistException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerStartException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerState.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerStopException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServiceDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServiceInstanceDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/Session.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/TemplateDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/UserAccountMapper.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/UserAccountNotFoundException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/Admin.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileAccessException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileServer.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/PartitionOutOfRangeException.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/AlreadySubscribed.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/BadQoS.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/LinkExists.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/LinkInfo.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/NoSuchLink.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/NoSuchTopic.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/Topic.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/TopicExists.html +%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/TopicManager.html +%%PORTDOCS%%%%DOCSDIR%%/reference/_sindex.html +%%PORTDOCS%%%%DOCSDIR%%/reference/images/caution.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/closed.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/collapseAll.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/expandAll.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/home.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/important.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/index.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/logo.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/next.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/nextx.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/note.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/opened.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/prevx.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/tip.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/up.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/upx.gif +%%PORTDOCS%%%%DOCSDIR%%/reference/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/caution.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/home.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/important.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/next.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/note.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/prev.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/tip.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/toc-blank.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/toc-minus.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/toc-plus.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/up.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/stylesheet-images/warning.gif -%%PORTDOCS%%%%DOCSDIR%%/reference/x10283.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x10332.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1036.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x10457.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x10504.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1054.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x10568.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x10602.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x10628.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1075.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1112.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1141.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1151.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1163.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1175.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1183.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12234.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12414.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12458.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12468.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12628.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12674.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12904.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12935.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x12967.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13004.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13087.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13159.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13241.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13293.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13354.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13382.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13426.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13483.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13537.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13637.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13713.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13826.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x13869.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14013.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14093.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14250.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14296.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14331.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14384.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14428.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14459.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14494.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14540.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14584.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14639.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14761.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x14771.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15016.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15287.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15359.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15369.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15559.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15633.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15692.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15754.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15812.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15856.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15949.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x15993.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16045.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16118.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16354.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16414.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16468.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16483.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16624.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16655.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16713.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16744.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x16775.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17025.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17056.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17186.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17283.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17310.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17342.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17413.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17539.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17598.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17728.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17798.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x17990.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x18063.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x18121.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x18239.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x18540.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x19118.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x19298.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x1998.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2015.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x20209.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2027.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2046.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x20508.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2058.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x21032.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x21286.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x21526.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2252.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2264.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2276.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2288.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2300.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2437.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2478.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2490.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2502.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2536.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2560.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2603.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2613.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2637.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2665.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2684.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2877.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2901.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2926.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2938.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2950.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2974.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x2989.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3097.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3266.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3390.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3430.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3442.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3454.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3478.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3519.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x3556.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4639.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4675.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4705.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4789.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4799.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4814.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4887.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4897.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4946.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x4970.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5102.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5165.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5535.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5602.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5626.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5638.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5706.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5817.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x5841.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6034.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6049.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6071.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6152.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6164.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6203.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6224.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6252.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6288.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6305.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6317.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6329.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6341.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6356.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6368.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6435.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6502.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6512.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6655.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6705.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6798.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6844.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x6854.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7703.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7711.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7793.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7801.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7809.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7819.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7861.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7933.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x7994.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8041.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8049.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8088.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8112.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8194.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8246.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8368.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8395.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8444.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8532.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8573.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8632.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8828.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8935.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x8995.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x9065.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x9113.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x9194.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x9263.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x9285.html -%%PORTDOCS%%%%DOCSDIR%%/reference/x9373.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/stylesheet-images +%%PORTDOCS%%%%DOCSDIR%%/reference/symboltree.js +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceStorm +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IcePatch2 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceGrid +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceBox +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Ice +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Glacier2 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Freeze %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/config/ca @dirrm %%DATADIR%%/config @dirrm %%DATADIR%%/IceStorm @dirrm %%DATADIR%%/IcePatch2 |