ports/53610: [PATCH] update devel/mico to 2.3.10 and unbrake it on CURRENT

Sergey Matveychuk sem at ciam.ru
Sun Jun 22 11:40:20 UTC 2003


>Number:         53610
>Category:       ports
>Synopsis:       [PATCH] update devel/mico to 2.3.10 and unbrake it on CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 22 04:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sem-home.ciam.ru 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 11 02:03:37 MSD 2003 root at sem-home.ciam.ru:/usr/src/sys/i386/compile/SEM-HOME i386


	
>Description:
	
	- update devel/mico to 2.3.10
	- add patch to unbreak it on -CURRENT
	- fix pkg-plist with @dirrm
>How-To-Repeat:
	
>Fix:

	


diff -ruN /usr/ports/devel/mico/Makefile mico/Makefile
--- /usr/ports/devel/mico/Makefile	Thu Jun  5 02:43:23 2003
+++ mico/Makefile	Sun Jun 22 15:26:16 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mico
-PORTVERSION=	2.3.9
+PORTVERSION=	2.3.10
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mico.org/
 
@@ -27,10 +27,6 @@
 MAN8=		ird.8 micod.8 nsd.8
 
 .include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
 
 post-patch:
 	${REINPLACE_CMD} -e "s,so.1.0,so, ;s,-O2,${CFLAGS}," ${WRKSRC}/configure
diff -ruN /usr/ports/devel/mico/distinfo mico/distinfo
--- /usr/ports/devel/mico/distinfo	Sat Feb 22 23:01:00 2003
+++ mico/distinfo	Sun Jun 22 13:10:06 2003
@@ -1 +1 @@
-MD5 (mico-2.3.9.tar.gz) = 292a755ce9d3d8856159d4abff29512f
+MD5 (mico-2.3.10.tar.gz) = 0f27a8d66bc57100d762302cdf4868bf
diff -ruN /usr/ports/devel/mico/files/patch-as mico/files/patch-as
--- /usr/ports/devel/mico/files/patch-as	Thu Jan  1 03:00:00 1970
+++ mico/files/patch-as	Sun Jun 22 13:17:34 2003
@@ -0,0 +1,21 @@
+--- include/mico/os-math.h.orig	Mon May 26 14:55:46 2003
++++ include/mico/os-math.h	Sun Jun 22 13:16:51 2003
+@@ -275,6 +275,18 @@
+ };
+ 
+ #else // neither _WIN32 nor _POCKET_PC
++#ifndef fpclassify
++#define	fpclassify(x) \
++    ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
++    : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \
++    : __fpclassifyl(x))
++#endif
++#ifndef isinf
++#define	isinf(x)	(fpclassify(x) == FP_INFINITE)
++#endif
++#ifndef isnan
++#define	isnan(x)	(fpclassify(x) == FP_NAN)
++#endif
+ 
+ #include <unistd.h>
+ #include <signal.h>
diff -ruN /usr/ports/devel/mico/pkg-plist mico/pkg-plist
--- /usr/ports/devel/mico/pkg-plist	Sat Feb 22 23:01:02 2003
+++ mico/pkg-plist	Sun Jun 22 14:58:40 2003
@@ -1,375 +1,108 @@
+bin/containmentd
+bin/eventd
+bin/idl
+bin/imr
+bin/iordump
+bin/ird
+bin/mico-ar
 bin/mico-c++
+bin/mico-cpp
 bin/mico-ld
-bin/mico-ar
 bin/mico-shc++
 bin/mico-shld
-bin/ird
 bin/micod
-bin/imr
-bin/idl
-bin/mico-cpp
-bin/nsd
-bin/nsadmin
-bin/eventd
-bin/traversald
 bin/noded
-bin/containmentd
-bin/referenced
-bin/randomd
-bin/proxyd
+bin/nsadmin
+bin/nsd
 bin/propertyd
-bin/traderd
+bin/proxyd
+bin/randomd
+bin/referenced
 bin/timed
-bin/iordump
-share/doc/mico/examples/boa/account/Makefile
-share/doc/mico/examples/boa/account/main.cc
-share/doc/mico/examples/boa/account/account.idl
-share/doc/mico/examples/boa/Makefile
-share/doc/mico/examples/boa/README
-share/doc/mico/examples/boa/account2/Makefile
-share/doc/mico/examples/boa/account2/client.cc
-share/doc/mico/examples/boa/account2/server.cc
-share/doc/mico/examples/boa/account2/account.idl
-share/doc/mico/examples/boa/account2/account
-share/doc/mico/examples/boa/account3/Makefile
-share/doc/mico/examples/boa/account3/client.cc
-share/doc/mico/examples/boa/account3/server.cc
-share/doc/mico/examples/boa/account3/account.idl
-share/doc/mico/examples/boa/account3/account
-share/doc/mico/examples/boa/account4/Makefile
-share/doc/mico/examples/boa/account4/client.cc
-share/doc/mico/examples/boa/account4/server.cc
-share/doc/mico/examples/boa/account4/account.idl
-share/doc/mico/examples/boa/account4/account
-share/doc/mico/examples/boa/activate/Makefile
-share/doc/mico/examples/boa/activate/client.cc
-share/doc/mico/examples/boa/activate/server.cc
-share/doc/mico/examples/boa/activate/hello.idl
-share/doc/mico/examples/boa/activate/hello-shared
-share/doc/mico/examples/boa/activate/hello-unshared
-share/doc/mico/examples/boa/activate/hello-permethod
-share/doc/mico/examples/poa/hello-1/Makefile
-share/doc/mico/examples/poa/hello-1/client.cc
-share/doc/mico/examples/poa/hello-1/server.cc
-share/doc/mico/examples/poa/hello-1/hello.idl
-share/doc/mico/examples/poa/hello-1/hello
-share/doc/mico/examples/poa/Makefile
-share/doc/mico/examples/poa/README
-share/doc/mico/examples/poa/hello-2/Makefile
-share/doc/mico/examples/poa/hello-2/client.cc
-share/doc/mico/examples/poa/hello-2/server.cc
-share/doc/mico/examples/poa/hello-2/hello.idl
-share/doc/mico/examples/poa/hello-2/hello
-share/doc/mico/examples/poa/inherit/Makefile
-share/doc/mico/examples/poa/inherit/client.cc
-share/doc/mico/examples/poa/inherit/server.cc
-share/doc/mico/examples/poa/inherit/inherit.idl
-share/doc/mico/examples/poa/inherit/inherit
-share/doc/mico/examples/poa/account-1/Makefile
-share/doc/mico/examples/poa/account-1/client.cc
-share/doc/mico/examples/poa/account-1/server.cc
-share/doc/mico/examples/poa/account-1/account.idl
-share/doc/mico/examples/poa/account-1/account
-share/doc/mico/examples/poa/account-2/Makefile
-share/doc/mico/examples/poa/account-2/client.cc
-share/doc/mico/examples/poa/account-2/server.cc
-share/doc/mico/examples/poa/account-2/account.idl
-share/doc/mico/examples/poa/account-2/account
-share/doc/mico/examples/poa/account-3/Makefile
-share/doc/mico/examples/poa/account-3/client.cc
-share/doc/mico/examples/poa/account-3/server.cc
-share/doc/mico/examples/poa/account-3/account.idl
-share/doc/mico/examples/poa/account-3/account
-share/doc/mico/examples/MakeVars
-share/doc/mico/examples/README
-share/doc/mico/examples/bench/Makefile
-share/doc/mico/examples/bench/client.cc
-share/doc/mico/examples/bench/server.cc
-share/doc/mico/examples/bench/bench.idl
-share/doc/mico/examples/bench/bench_impl.h
-share/doc/mico/examples/bench/bench
-share/doc/mico/examples/dynany/Makefile
-share/doc/mico/examples/dynany/test.idl
-share/doc/mico/examples/dynany/dynany.cc
-share/doc/mico/examples/dynany/dynanytest.cc
-share/doc/mico/examples/interop/orbix/Makefile
-share/doc/mico/examples/interop/orbix/README
-share/doc/mico/examples/interop/orbix/grid.idl
-share/doc/mico/examples/interop/orbix/main.cc
-share/doc/mico/examples/interop/Makefile
-share/doc/mico/examples/interop/README
-share/doc/mico/examples/interop/visibroker/Makefile
-share/doc/mico/examples/interop/visibroker/Account.idl
-share/doc/mico/examples/interop/visibroker/Client.java
-share/doc/mico/examples/interop/visibroker/ClientApplet.html.in
-share/doc/mico/examples/interop/visibroker/ClientApplet.java
-share/doc/mico/examples/interop/visibroker/README
-share/doc/mico/examples/interop/visibroker/main.cc
-share/doc/mico/examples/interop/visibroker/account
-share/doc/mico/examples/interop/visibroker/run_applet
-share/doc/mico/examples/interop/jdk/Makefile
-share/doc/mico/examples/interop/jdk/Account.idl
-share/doc/mico/examples/interop/jdk/Client.java
-share/doc/mico/examples/interop/jdk/ClientApplet.html.in
-share/doc/mico/examples/interop/jdk/ClientApplet.java
-share/doc/mico/examples/interop/jdk/README
-share/doc/mico/examples/interop/jdk/main.cc
-share/doc/mico/examples/interop/jdk/account
-share/doc/mico/examples/interop/jdk/run_applet
-share/doc/mico/examples/interop/jacorb/Makefile
-share/doc/mico/examples/interop/jacorb/Account.idl
-share/doc/mico/examples/interop/jacorb/Server.java
-share/doc/mico/examples/interop/jacorb/Client.java
-share/doc/mico/examples/interop/jacorb/ClientApplet.html.in
-share/doc/mico/examples/interop/jacorb/ClientApplet.java
-share/doc/mico/examples/interop/jacorb/README
-share/doc/mico/examples/interop/jacorb/server.cc
-share/doc/mico/examples/interop/jacorb/client.cc
-share/doc/mico/examples/interop/jacorb/account
-share/doc/mico/examples/interop/jacorb/run_applet
-share/doc/mico/examples/redlich/Calc-1/Makefile
-share/doc/mico/examples/redlich/Calc-1/client.cc
-share/doc/mico/examples/redlich/Calc-1/server.cc
-share/doc/mico/examples/redlich/Calc-1/calc.idl
-share/doc/mico/examples/redlich/Makefile
-share/doc/mico/examples/redlich/README
-share/doc/mico/examples/redlich/Calc-2/Makefile
-share/doc/mico/examples/redlich/Calc-2/client.cc
-share/doc/mico/examples/redlich/Calc-2/server.cc
-share/doc/mico/examples/redlich/Calc-2/calc.idl
-share/doc/mico/examples/redlich/Calc-3/Makefile
-share/doc/mico/examples/redlich/Calc-3/client.cc
-share/doc/mico/examples/redlich/Calc-3/server.cc
-share/doc/mico/examples/redlich/Calc-3/calc.idl
-share/doc/mico/examples/redlich/Calc-4/Makefile
-share/doc/mico/examples/redlich/Calc-4/client.cc
-share/doc/mico/examples/redlich/Calc-4/server.cc
-share/doc/mico/examples/redlich/Calc-4/calc.idl
-share/doc/mico/examples/redlich/Hello-1/Makefile
-share/doc/mico/examples/redlich/Hello-1/client.cc
-share/doc/mico/examples/redlich/Hello-1/server.cc
-share/doc/mico/examples/redlich/Hello-1/tty.idl
-share/doc/mico/examples/redlich/Hello-2/Makefile
-share/doc/mico/examples/redlich/Hello-2/client.cc
-share/doc/mico/examples/redlich/Hello-2/server.cc
-share/doc/mico/examples/redlich/Hello-2/tty.idl
-share/doc/mico/examples/redlich/Hello-3/Makefile
-share/doc/mico/examples/redlich/Hello-3/client.cc
-share/doc/mico/examples/redlich/Hello-3/server.cc
-share/doc/mico/examples/redlich/Hello-3/tty.idl
-share/doc/mico/examples/redlich/Hello-3/ttyplus.idl
-share/doc/mico/examples/redlich/Hello-4/Makefile
-share/doc/mico/examples/redlich/Hello-4/client.cc
-share/doc/mico/examples/redlich/Hello-4/server.cc
-share/doc/mico/examples/redlich/Hello-4/tty.idl
-share/doc/mico/examples/redlich/Hello-4/ttyplus.idl
-share/doc/mico/examples/siegel/idl/Makefile
-share/doc/mico/examples/siegel/idl/Central.idl
-share/doc/mico/examples/siegel/idl/POS.idl
-share/doc/mico/examples/siegel/idl/Store.idl
-share/doc/mico/examples/siegel/pos/Makefile
-share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc
-share/doc/mico/examples/siegel/pos/POS_Server.cc
-share/doc/mico/examples/siegel/pos/InputMediaImpl.cc
-share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc
-share/doc/mico/examples/siegel/pos/POSTerminalImpl.h
-share/doc/mico/examples/siegel/pos/InputMediaImpl.h
-share/doc/mico/examples/siegel/pos/OutputMediaImpl.h
-share/doc/mico/examples/siegel/pos/POS_Client.cc
-share/doc/mico/examples/siegel/Makefile
-share/doc/mico/examples/siegel/README
-share/doc/mico/examples/siegel/primer_utils/Makefile
-share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc
-share/doc/mico/examples/siegel/primer_utils/NsPublisher.h
-share/doc/mico/examples/siegel/central/Makefile
-share/doc/mico/examples/siegel/central/DepotData.h
-share/doc/mico/examples/siegel/central/DepotImpl.h
-share/doc/mico/examples/siegel/central/TreeNode.h
-share/doc/mico/examples/siegel/central/depot_server.cc
-share/doc/mico/examples/siegel/central/DepotData.cc
-share/doc/mico/examples/siegel/central/DepotImpl.cc
-share/doc/mico/examples/siegel/central/depot.dat
-share/doc/mico/examples/siegel/store/Makefile
-share/doc/mico/examples/siegel/store/StoreAccessImpl.cc
-share/doc/mico/examples/siegel/store/StoreImpl.cc
-share/doc/mico/examples/siegel/store/TaxImpl.cc
-share/doc/mico/examples/siegel/store/store_server.cc
-share/doc/mico/examples/siegel/store/StoreAccessImpl.h
-share/doc/mico/examples/siegel/store/StoreImpl.h
-share/doc/mico/examples/siegel/store/TaxImpl.h
-share/doc/mico/examples/henning/README
-share/doc/mico/examples/henning/diffs
-share/doc/mico/examples/interceptor/Makefile
-share/doc/mico/examples/interceptor/client.cc
-share/doc/mico/examples/interceptor/server.cc
-share/doc/mico/examples/interceptor/hello.idl
-share/doc/mico/examples/interceptor/runit
-share/doc/mico/examples/codesets/Makefile
-share/doc/mico/examples/codesets/client.cc
-share/doc/mico/examples/codesets/server.cc
-share/doc/mico/examples/codesets/hello.idl
-share/doc/mico/examples/codesets/runit
-share/doc/mico/examples/random/Makefile
-share/doc/mico/examples/random/client.cc
-share/doc/mico/examples/random/random.idl
-share/doc/mico/examples/obv/abstract/README
-share/doc/mico/examples/obv/abstract/Makefile
-share/doc/mico/examples/obv/abstract/client.cc
-share/doc/mico/examples/obv/abstract/server.cc
-share/doc/mico/examples/obv/abstract/abstract.idl
-share/doc/mico/examples/obv/abstract/abstract_impl.h
-share/doc/mico/examples/obv/abstract/abstract
-share/doc/mico/examples/obv/Makefile
-share/doc/mico/examples/obv/README
-share/doc/mico/examples/obv/custom/README
-share/doc/mico/examples/obv/custom/Makefile
-share/doc/mico/examples/obv/custom/test.cc
-share/doc/mico/examples/obv/custom/custom.idl
-share/doc/mico/examples/obv/custom/custom_impl.cc
-share/doc/mico/examples/obv/custom/custom_impl.h
-share/doc/mico/examples/obv/custom/custom
-share/doc/mico/examples/obv/date/Makefile
-share/doc/mico/examples/obv/date/client.cc
-share/doc/mico/examples/obv/date/server.cc
-share/doc/mico/examples/obv/date/date.idl
-share/doc/mico/examples/obv/date/calendar.idl
-share/doc/mico/examples/obv/date/date_impl.cc
-share/doc/mico/examples/obv/date/date_impl.h
-share/doc/mico/examples/obv/date/date
-share/doc/mico/examples/obv/tree/Makefile
-share/doc/mico/examples/obv/tree/client.cc
-share/doc/mico/examples/obv/tree/server.cc
-share/doc/mico/examples/obv/tree/tree.idl
-share/doc/mico/examples/obv/tree/tree_impl.cc
-share/doc/mico/examples/obv/tree/tree_impl.h
-share/doc/mico/examples/obv/tree/tree
-share/doc/mico/examples/obv/tricky/Makefile
-share/doc/mico/examples/obv/tricky/client.cc
-share/doc/mico/examples/obv/tricky/server.cc
-share/doc/mico/examples/obv/tricky/tricky.idl
-share/doc/mico/examples/obv/tricky/tricky_impl.cc
-share/doc/mico/examples/obv/tricky/tricky_impl.h
-share/doc/mico/examples/obv/tricky/tricky
-share/doc/mico/examples/services/naming/Makefile
-share/doc/mico/examples/services/naming/account.idl
-share/doc/mico/examples/services/naming/client.cc
-share/doc/mico/examples/services/naming/server.cc
-share/doc/mico/examples/services/naming/account_test
-share/doc/mico/examples/services/Makefile
-share/doc/mico/examples/services/README
-share/doc/mico/examples/services/naming-lb/Makefile
-share/doc/mico/examples/services/naming-lb/Printer.idl
-share/doc/mico/examples/services/naming-lb/Printer_impl.h
-share/doc/mico/examples/services/naming-lb/Printer_impl.cc
-share/doc/mico/examples/services/naming-lb/Client.cc
-share/doc/mico/examples/services/naming-lb/Server.cc
-share/doc/mico/examples/services/naming-lb/printer_test
-share/doc/mico/examples/services/events/Makefile
-share/doc/mico/examples/services/events/client.cc
-share/doc/mico/examples/services/events/client2.cc
-share/doc/mico/examples/services/events/server.cc
-share/doc/mico/examples/services/events/server2.cc
-share/doc/mico/examples/services/events/server3.cc
-share/doc/mico/examples/services/events/runit
-share/doc/mico/examples/services/stream-bench/Makefile
-share/doc/mico/examples/services/stream-bench/req.idl
-share/doc/mico/examples/services/stream-bench/req_client.cc
-share/doc/mico/examples/services/stream-bench/req_server.cc
-share/doc/mico/examples/services/stream-bench/stream_client.cc
-share/doc/mico/examples/services/stream-bench/stream_server.cc
-share/doc/mico/examples/services/stream-bench/bench
-share/doc/mico/examples/services/relship/Makefile
-share/doc/mico/examples/services/relship/Test.idl
-share/doc/mico/examples/services/relship/Documents.idl
-share/doc/mico/examples/services/relship/Test_impl.cc
-share/doc/mico/examples/services/relship/Test_impl.h
-share/doc/mico/examples/services/relship/Documents_impl.cc
-share/doc/mico/examples/services/relship/Documents_impl.h
-share/doc/mico/examples/services/relship/README
-share/doc/mico/examples/services/relship/simple-test.cc
-share/doc/mico/examples/services/relship/DocumentsServer.cc
-share/doc/mico/examples/services/relship/TestServer.cc
-share/doc/mico/examples/services/relship/daemons-start
-share/doc/mico/examples/services/relship/daemons-stop
-share/doc/mico/examples/services/relship/servers-start
-share/doc/mico/examples/services/relship/stop-servers
-share/doc/mico/examples/services/relship/test
-share/doc/mico/examples/services/relship/rundemo
-share/doc/mico/examples/services/property-daemon/Makefile
-share/doc/mico/examples/services/property-daemon/set_properties.cc
-share/doc/mico/examples/services/property-daemon/get_properties.cc
-share/doc/mico/examples/services/property-daemon/bank.idl
-share/doc/mico/examples/services/property-daemon/README
-share/doc/mico/examples/services/property-daemon/start_demo
-share/doc/mico/examples/services/trader/Makefile
-share/doc/mico/examples/services/trader/demo.idl
-share/doc/mico/examples/services/trader/main.cc
-share/doc/mico/examples/services/trader/run
-share/doc/mico/examples/services/stream-sound/Makefile
-share/doc/mico/examples/services/stream-sound/client.cc
-share/doc/mico/examples/services/stream-sound/server.cc
-share/doc/mico/examples/services/stream-sound/sound.h
-share/doc/mico/examples/dispatcher/x11/Makefile
-share/doc/mico/examples/dispatcher/x11/hello.idl
-share/doc/mico/examples/dispatcher/x11/client.cc
-share/doc/mico/examples/dispatcher/x11/server.cc
-share/doc/mico/examples/dispatcher/x11/xhello
-share/doc/mico/examples/dispatcher/Makefile
-share/doc/mico/examples/dispatcher/README
-share/doc/mico/examples/mcast/Makefile
-share/doc/mico/examples/mcast/client.cc
-share/doc/mico/examples/mcast/server.cc
-share/doc/mico/examples/mcast/hello.idl
-share/doc/mico/examples/mcast/runit
-share/doc/mico/examples/generic/Makefile
-share/doc/mico/examples/generic/client.cc
-share/doc/mico/examples/generic/server.cc
-share/doc/mico/examples/generic/test.idl
-share/doc/mico/examples/generic/test_cases
-share/doc/mico/examples/generic/run_test
-share/doc/mico/examples/pi/dii/Makefile
-share/doc/mico/examples/pi/dii/diiclient.cc
-share/doc/mico/examples/pi/dii/diiserver.cc
-share/doc/mico/examples/pi/dii/rundiic
-share/doc/mico/examples/pi/dii/rundiis
-share/doc/mico/examples/pi/dii/runit
-share/doc/mico/examples/pi/poa/Makefile
-share/doc/mico/examples/pi/poa/client.cc
-share/doc/mico/examples/pi/poa/server.cc
-share/doc/mico/examples/pi/poa/collocated.cc
-share/doc/mico/examples/pi/poa/account.idl
-share/doc/mico/examples/pi/poa/account
-share/doc/mico/examples/pi/Makefile
-share/doc/mico/examples/pi/README
-share/doc/mico/examples/pi/poa2/Makefile
-share/doc/mico/examples/pi/poa2/client.cc
-share/doc/mico/examples/pi/poa2/server.cc
-share/doc/mico/examples/pi/poa2/account.idl
-share/doc/mico/examples/pi/poa2/account
-share/doc/mico/examples/pi/current/Makefile
-share/doc/mico/examples/pi/current/client.cc
-share/doc/mico/examples/pi/current/server.cc
-share/doc/mico/examples/pi/current/hello.idl
-share/doc/mico/examples/pi/current/hello
-share/doc/mico/examples/shlib/Makefile
-share/doc/mico/examples/shlib/client.cc
-share/doc/mico/examples/shlib/server.cc
-share/doc/mico/examples/shlib/hello.idl
-share/doc/mico/examples/shlib/hello
-share/doc/mico/examples/ssl/Makefile
-share/doc/mico/examples/ssl/client.cc
-share/doc/mico/examples/ssl/server.cc
-share/doc/mico/examples/ssl/hello.idl
-share/doc/mico/examples/ssl/s_cert.pem
-share/doc/mico/examples/ssl/s_key.pem
-share/doc/mico/examples/ssl/c_cert.pem
-share/doc/mico/examples/ssl/c_key.pem
-share/doc/mico/examples/ssl/ssl
-share/doc/mico/manual.ps
-include/mico/os-thread/dcethreads.h
-include/mico/os-thread/pthreads.h
-include/mico/os-thread/pththreads.h
-include/mico/os-thread/solaris-threads.h
+bin/traderd
+bin/traversald
+include/CORBA-SMALL.h
+include/CORBA.h
+include/coss/CompoundExternalization_impl.h
+include/coss/CosCompoundLifeCycle.idl
+include/coss/CosContainment.h
+include/coss/CosContainment.idl
+include/coss/CosContainment_impl.h
+include/coss/CosEventChannelAdmin.h
+include/coss/CosEventChannelAdmin.idl
+include/coss/CosEventComm.h
+include/coss/CosEventComm.idl
+include/coss/CosExternalization.idl
+include/coss/CosExternalizationContainment.idl
+include/coss/CosExternalizationReference.idl
+include/coss/CosGraphs.h
+include/coss/CosGraphs.idl
+include/coss/CosGraphsExtension.h
+include/coss/CosGraphsExtension.idl
+include/coss/CosLifeCycle.idl
+include/coss/CosLifeCycleContainment.idl
+include/coss/CosLifeCycleReference.idl
+include/coss/CosNaming.h
+include/coss/CosNaming.idl
+include/coss/CosObjectIdentity.h
+include/coss/CosObjectIdentity.idl
+include/coss/CosReference.h
+include/coss/CosReference.idl
+include/coss/CosReference_impl.h
+include/coss/CosRelationships.h
+include/coss/CosRelationships.idl
+include/coss/CosStream_impl.h
+include/coss/CosTime.h
+include/coss/CosTime.idl
+include/coss/CosTrading.h
+include/coss/CosTrading.idl
+include/coss/CosTradingRepos.h
+include/coss/CosTradingRepos.idl
+include/coss/EdgeIterator_impl.h
+include/coss/ExternalizationContainment_impl.h
+include/coss/ExternalizationPropagationCriteriaFactory_impl.h
+include/coss/ExternalizationReference_impl.h
+include/coss/ExternalizationTraversalCriteria_impl.h
+include/coss/Externalization_impl.h
+include/coss/FactoryFinder_impl.h
+include/coss/GenericCriteriaFactory_impl.h
+include/coss/GenericFactory_impl.h
+include/coss/GraphsRole_impl.h
+include/coss/IdentifiableObject_impl.h
+include/coss/InterfaceDefsHelper.h
+include/coss/LifeContainment_impl.h
+include/coss/LifeNode_impl.h
+include/coss/LifePropagationCriteriaFactory_impl.h
+include/coss/LifeReference_impl.h
+include/coss/LifeRelationship_impl.h
+include/coss/LifeRole_impl.h
+include/coss/LifeTraversalCriteria_impl.h
+include/coss/NamedRoleTypesHelper.h
+include/coss/NodeFactory_impl.h
+include/coss/NodeStreamableFactory_impl.h
+include/coss/Node_impl.h
+include/coss/OperationsFactory_impl.h
+include/coss/Operations_impl.h
+include/coss/PropertyService.h
+include/coss/PropertyService.idl
+include/coss/PropertyService_impl.h
+include/coss/RandomGenerator.h
+include/coss/RandomGenerator.idl
+include/coss/RandomGenerator_impl.h
+include/coss/RegisterHelper.h
+include/coss/RelationshipFactory_impl.h
+include/coss/RelationshipIterator_impl.h
+include/coss/Relationship_impl.h
+include/coss/RoleFactory_impl.h
+include/coss/Role_impl.h
+include/coss/TraversalCriteria_impl.h
+include/coss/TraversalFactory_impl.h
+include/coss/Traversal_impl.h
+include/coss/random.h
+include/coss/random.idl
+include/coss/stream.h
+include/coss/stream.idl
+include/coss/stream_impl.h
 include/mico/CCM.h
 include/mico/CCM.idl
 include/mico/CCMContainer.h
@@ -392,13 +125,13 @@
 include/mico/config-ppc.h
 include/mico/config-win32.h
 include/mico/config.h
-include/mico/dii.h
 include/mico/config.h.in
 include/mico/config.idl
 include/mico/config.idl.in
 include/mico/conv_frame.idl
 include/mico/current.h
 include/mico/current.idl
+include/mico/dii.h
 include/mico/dispatch.h
 include/mico/dsi.h
 include/mico/dynany.h
@@ -418,8 +151,8 @@
 include/mico/ioptypes.h
 include/mico/ioptypes.idl
 include/mico/ior.h
-include/mico/ir.h
 include/mico/ior_impl.h
+include/mico/ir.h
 include/mico/ir.idl
 include/mico/ir3.h
 include/mico/ir3.idl
@@ -446,9 +179,14 @@
 include/mico/orb_impl.h
 include/mico/orb_mico.h
 include/mico/os-math.h
+include/mico/os-math.h.orig
 include/mico/os-misc.h
 include/mico/os-net.h
 include/mico/os-thread.h
+include/mico/os-thread/dcethreads.h
+include/mico/os-thread/pthreads.h
+include/mico/os-thread/pththreads.h
+include/mico/os-thread/solaris-threads.h
 include/mico/pi.h
 include/mico/pi.idl
 include/mico/pi_impl.h
@@ -466,45 +204,6 @@
 include/mico/process_impl.h
 include/mico/qtmico.h
 include/mico/rtti.h
-include/mico/select_dispatcher.h
-include/mico/sequence.h
-include/mico/sequence_special.h
-include/mico/service_info.h
-include/mico/service_info.idl
-include/mico/shlib.h
-include/mico/shlib_impl.h
-include/mico/ssl.h
-include/mico/ssliop.h
-include/mico/ssliop.idl
-include/mico/static-dispatch.h
-include/mico/static.h
-include/mico/string.h
-include/mico/sysexc.h
-include/mico/tcconst.h
-include/mico/tckind.h
-include/mico/tckind.idl
-include/mico/tclmico.h
-include/mico/template.h
-include/mico/template_impl.h
-include/mico/throw.h
-include/mico/timebase.h
-include/mico/timebase.idl
-include/mico/transport.h
-include/mico/transport_impl.h
-include/mico/typecode.h
-include/mico/typecode_seq.h
-include/mico/typecode_seq.idl
-include/mico/types.h
-include/mico/util.h
-include/mico/value.h
-include/mico/valuetype.h
-include/mico/valuetype.idl
-include/mico/valuetype_impl.h
-include/mico/version.h
-include/mico/x11.h
-include/mico/transport/tcp.h
-include/mico/transport/udp.h
-include/mico/transport/unix.h
 include/mico/security/AccessConfig.h
 include/mico/security/AuditConfig.h
 include/mico/security/AuditIntercept.h
@@ -541,10 +240,47 @@
 include/mico/security/securitylevel2.h
 include/mico/security/securitylevel2.idl
 include/mico/security/securitylevel2_impl.h
-include/CORBA-SMALL.h
-include/CORBA.h
-include/ministl/algo.h
-include/ministl/algorithm
+include/mico/select_dispatcher.h
+include/mico/sequence.h
+include/mico/sequence_special.h
+include/mico/service_info.h
+include/mico/service_info.idl
+include/mico/shlib.h
+include/mico/shlib_impl.h
+include/mico/ssl.h
+include/mico/ssliop.h
+include/mico/ssliop.idl
+include/mico/static-dispatch.h
+include/mico/static.h
+include/mico/string.h
+include/mico/sysexc.h
+include/mico/tcconst.h
+include/mico/tckind.h
+include/mico/tckind.idl
+include/mico/tclmico.h
+include/mico/template.h
+include/mico/template_impl.h
+include/mico/throw.h
+include/mico/timebase.h
+include/mico/timebase.idl
+include/mico/transport.h
+include/mico/transport/tcp.h
+include/mico/transport/udp.h
+include/mico/transport/unix.h
+include/mico/transport_impl.h
+include/mico/typecode.h
+include/mico/typecode_seq.h
+include/mico/typecode_seq.idl
+include/mico/types.h
+include/mico/util.h
+include/mico/value.h
+include/mico/valuetype.h
+include/mico/valuetype.idl
+include/mico/valuetype_impl.h
+include/mico/version.h
+include/mico/x11.h
+include/ministl/algo.h
+include/ministl/algorithm
 include/ministl/bool.h
 include/ministl/bstring.h
 include/ministl/defalloc.h
@@ -563,95 +299,537 @@
 include/ministl/string
 include/ministl/vector
 include/ministl/vector.h
-include/coss/CompoundExternalization_impl.h
-include/coss/CosCompoundLifeCycle.idl
-include/coss/CosContainment.h
-include/coss/CosContainment.idl
-include/coss/CosContainment_impl.h
-include/coss/CosEventChannelAdmin.h
-include/coss/CosEventChannelAdmin.idl
-include/coss/CosEventComm.h
-include/coss/CosEventComm.idl
-include/coss/CosExternalization.idl
-include/coss/CosExternalizationContainment.idl
-include/coss/CosExternalizationReference.idl
-include/coss/CosGraphs.h
-include/coss/CosGraphs.idl
-include/coss/CosNaming.h
-include/coss/CosGraphsExtension.h
-include/coss/CosGraphsExtension.idl
-include/coss/CosLifeCycle.idl
-include/coss/CosLifeCycleContainment.idl
-include/coss/CosLifeCycleReference.idl
-include/coss/CosNaming.idl
-include/coss/CosObjectIdentity.h
-include/coss/CosObjectIdentity.idl
-include/coss/CosReference.h
-include/coss/CosReference.idl
-include/coss/CosReference_impl.h
-include/coss/CosRelationships.h
-include/coss/CosRelationships.idl
-include/coss/CosStream_impl.h
-include/coss/CosTime.h
-include/coss/CosTime.idl
-include/coss/CosTrading.h
-include/coss/CosTrading.idl
-include/coss/CosTradingRepos.h
-include/coss/CosTradingRepos.idl
-include/coss/EdgeIterator_impl.h
-include/coss/ExternalizationContainment_impl.h
-include/coss/ExternalizationPropagationCriteriaFactory_impl.h
-include/coss/ExternalizationReference_impl.h
-include/coss/ExternalizationTraversalCriteria_impl.h
-include/coss/Externalization_impl.h
-include/coss/FactoryFinder_impl.h
-include/coss/GenericCriteriaFactory_impl.h
-include/coss/GenericFactory_impl.h
-include/coss/GraphsRole_impl.h
-include/coss/IdentifiableObject_impl.h
-include/coss/InterfaceDefsHelper.h
-include/coss/LifeContainment_impl.h
-include/coss/LifeNode_impl.h
-include/coss/LifePropagationCriteriaFactory_impl.h
-include/coss/LifeReference_impl.h
-include/coss/LifeRelationship_impl.h
-include/coss/LifeRole_impl.h
-include/coss/LifeTraversalCriteria_impl.h
-include/coss/NamedRoleTypesHelper.h
-include/coss/NodeFactory_impl.h
-include/coss/NodeStreamableFactory_impl.h
-include/coss/Node_impl.h
-include/coss/OperationsFactory_impl.h
-include/coss/Operations_impl.h
-include/coss/PropertyService.h
-include/coss/PropertyService.idl
-include/coss/PropertyService_impl.h
-include/coss/RandomGenerator.h
-include/coss/RandomGenerator.idl
-include/coss/RandomGenerator_impl.h
-include/coss/RegisterHelper.h
-include/coss/RelationshipFactory_impl.h
-include/coss/RelationshipIterator_impl.h
-include/coss/Relationship_impl.h
-include/coss/RoleFactory_impl.h
-include/coss/Role_impl.h
-include/coss/TraversalCriteria_impl.h
-include/coss/TraversalFactory_impl.h
-include/coss/Traversal_impl.h
-include/coss/random.h
-include/coss/random.idl
-include/coss/stream.h
-include/coss/stream.idl
-include/coss/stream_impl.h
-lib/mico-setup.sh
+lib/libmico.2.3.10.so
+lib/libmico2.3.10.a
+lib/libmico2.3.10.so
+lib/libmicoaux.2.3.10.so
+lib/libmicoaux2.3.10.a
+lib/libmicoaux2.3.10.so
+lib/libmicocoss.2.3.10.so
+lib/libmicocoss2.3.10.a
+lib/libmicocoss2.3.10.so
+lib/libmicogtk.2.3.10.so
+lib/libmicoir2.3.10.a
+lib/libmicoir2.3.10.so
+lib/libmicoqt.2.3.10.so
+lib/libmicotcl.2.3.10.so
+lib/libmicox.2.3.10.so
+lib/libmicox2.3.10.a
+lib/libmicox2.3.10.so
 lib/mico-setup.csh
-lib/libmico2.3.9.a
-lib/libmico2.3.9.so
-lib/libmicoir2.3.9.a
-lib/libmicoir2.3.9.so
-lib/libmicoaux2.3.9.so
-lib/libmicox2.3.9.so
-lib/libmicoaux2.3.9.a
-lib/libmicox2.3.9.a
-lib/libmicocoss2.3.9.so
-lib/libmicocoss2.3.9.a
+lib/mico-setup.sh
+share/doc/mico/examples/MakeVars
+share/doc/mico/examples/README
+share/doc/mico/examples/bench/Makefile
+share/doc/mico/examples/bench/bench
+share/doc/mico/examples/bench/bench.idl
+share/doc/mico/examples/bench/bench_impl.h
+share/doc/mico/examples/bench/client.cc
+share/doc/mico/examples/bench/server.cc
+share/doc/mico/examples/boa/Makefile
+share/doc/mico/examples/boa/README
+share/doc/mico/examples/boa/account/Makefile
+share/doc/mico/examples/boa/account/account.idl
+share/doc/mico/examples/boa/account/main.cc
+share/doc/mico/examples/boa/account2/Makefile
+share/doc/mico/examples/boa/account2/account
+share/doc/mico/examples/boa/account2/account.idl
+share/doc/mico/examples/boa/account2/client.cc
+share/doc/mico/examples/boa/account2/server.cc
+share/doc/mico/examples/boa/account3/Makefile
+share/doc/mico/examples/boa/account3/account
+share/doc/mico/examples/boa/account3/account.idl
+share/doc/mico/examples/boa/account3/client.cc
+share/doc/mico/examples/boa/account3/server.cc
+share/doc/mico/examples/boa/account4/Makefile
+share/doc/mico/examples/boa/account4/account
+share/doc/mico/examples/boa/account4/account.idl
+share/doc/mico/examples/boa/account4/client.cc
+share/doc/mico/examples/boa/account4/server.cc
+share/doc/mico/examples/boa/activate/Makefile
+share/doc/mico/examples/boa/activate/client.cc
+share/doc/mico/examples/boa/activate/hello-permethod
+share/doc/mico/examples/boa/activate/hello-shared
+share/doc/mico/examples/boa/activate/hello-unshared
+share/doc/mico/examples/boa/activate/hello.idl
+share/doc/mico/examples/boa/activate/server.cc
+share/doc/mico/examples/codesets/Makefile
+share/doc/mico/examples/codesets/client.cc
+share/doc/mico/examples/codesets/hello.idl
+share/doc/mico/examples/codesets/runit
+share/doc/mico/examples/codesets/server.cc
+share/doc/mico/examples/dispatcher/Makefile
+share/doc/mico/examples/dispatcher/README
+share/doc/mico/examples/dispatcher/x11/Makefile
+share/doc/mico/examples/dispatcher/x11/client.cc
+share/doc/mico/examples/dispatcher/x11/hello.idl
+share/doc/mico/examples/dispatcher/x11/server.cc
+share/doc/mico/examples/dispatcher/x11/xhello
+share/doc/mico/examples/dynany/Makefile
+share/doc/mico/examples/dynany/dynany.cc
+share/doc/mico/examples/dynany/dynanytest.cc
+share/doc/mico/examples/dynany/test.idl
+share/doc/mico/examples/generic/Makefile
+share/doc/mico/examples/generic/client.cc
+share/doc/mico/examples/generic/run_test
+share/doc/mico/examples/generic/server.cc
+share/doc/mico/examples/generic/test.idl
+share/doc/mico/examples/generic/test_cases
+share/doc/mico/examples/henning/README
+share/doc/mico/examples/henning/diffs
+share/doc/mico/examples/interceptor/Makefile
+share/doc/mico/examples/interceptor/client.cc
+share/doc/mico/examples/interceptor/hello.idl
+share/doc/mico/examples/interceptor/runit
+share/doc/mico/examples/interceptor/server.cc
+share/doc/mico/examples/interop/Makefile
+share/doc/mico/examples/interop/README
+share/doc/mico/examples/interop/jacorb/Account.idl
+share/doc/mico/examples/interop/jacorb/Client.java
+share/doc/mico/examples/interop/jacorb/ClientApplet.html.in
+share/doc/mico/examples/interop/jacorb/ClientApplet.java
+share/doc/mico/examples/interop/jacorb/Makefile
+share/doc/mico/examples/interop/jacorb/README
+share/doc/mico/examples/interop/jacorb/Server.java
+share/doc/mico/examples/interop/jacorb/account
+share/doc/mico/examples/interop/jacorb/client.cc
+share/doc/mico/examples/interop/jacorb/run_applet
+share/doc/mico/examples/interop/jacorb/server.cc
+share/doc/mico/examples/interop/jboss/Makefile
+share/doc/mico/examples/interop/jboss/README
+share/doc/mico/examples/interop/jboss/jdk1.3.x/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/ejb-jar.xml
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/jboss.xml
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/client.cc
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/BookException.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/Cart.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartBean.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartHome.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/IdVerifier.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/run-client
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/ejb-jar.xml
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/jboss.xml
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/client.cc
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/Converter.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterBean.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterHome.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/run-client
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/ejb-jar.xml
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/jboss.xml
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/client.cc
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySession.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba/DataObject.idl
+share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/run-client
+share/doc/mico/examples/interop/jboss/jdk1.3.x/setenv.sh
+share/doc/mico/examples/interop/jboss/jdk1.4.x/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/ejb-jar.xml
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/jboss.xml
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/client.cc
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/BookException.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/Cart.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartBean.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartHome.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/IdVerifier.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/StackTraceElement.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/Throwable.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/run-client
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/ejb-jar.xml
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/jboss.xml
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/client.cc
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/Converter.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterBean.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterHome.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/StackTraceElement.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/Throwable.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/run-client
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/ejb-jar.xml
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/jboss.xml
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/client.cc
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.cc.saved
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.h.saved
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba/DataObject.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/StackTraceElement.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/Throwable.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
+share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/run-client
+share/doc/mico/examples/interop/jboss/jdk1.4.x/setenv.sh
+share/doc/mico/examples/interop/jdk/Account.idl
+share/doc/mico/examples/interop/jdk/Client.java
+share/doc/mico/examples/interop/jdk/ClientApplet.html.in
+share/doc/mico/examples/interop/jdk/ClientApplet.java
+share/doc/mico/examples/interop/jdk/Makefile
+share/doc/mico/examples/interop/jdk/README
+share/doc/mico/examples/interop/jdk/account
+share/doc/mico/examples/interop/jdk/main.cc
+share/doc/mico/examples/interop/jdk/run_applet
+share/doc/mico/examples/interop/orbix/Makefile
+share/doc/mico/examples/interop/orbix/README
+share/doc/mico/examples/interop/orbix/grid.idl
+share/doc/mico/examples/interop/orbix/main.cc
+share/doc/mico/examples/interop/visibroker/Account.idl
+share/doc/mico/examples/interop/visibroker/Client.java
+share/doc/mico/examples/interop/visibroker/ClientApplet.html.in
+share/doc/mico/examples/interop/visibroker/ClientApplet.java
+share/doc/mico/examples/interop/visibroker/Makefile
+share/doc/mico/examples/interop/visibroker/README
+share/doc/mico/examples/interop/visibroker/account
+share/doc/mico/examples/interop/visibroker/main.cc
+share/doc/mico/examples/interop/visibroker/run_applet
+share/doc/mico/examples/mcast/Makefile
+share/doc/mico/examples/mcast/client.cc
+share/doc/mico/examples/mcast/hello.idl
+share/doc/mico/examples/mcast/runit
+share/doc/mico/examples/mcast/server.cc
+share/doc/mico/examples/obv/Makefile
+share/doc/mico/examples/obv/README
+share/doc/mico/examples/obv/abstract/Makefile
+share/doc/mico/examples/obv/abstract/README
+share/doc/mico/examples/obv/abstract/abstract
+share/doc/mico/examples/obv/abstract/abstract.idl
+share/doc/mico/examples/obv/abstract/abstract_impl.h
+share/doc/mico/examples/obv/abstract/client.cc
+share/doc/mico/examples/obv/abstract/server.cc
+share/doc/mico/examples/obv/custom/Makefile
+share/doc/mico/examples/obv/custom/README
+share/doc/mico/examples/obv/custom/custom
+share/doc/mico/examples/obv/custom/custom.idl
+share/doc/mico/examples/obv/custom/custom_impl.cc
+share/doc/mico/examples/obv/custom/custom_impl.h
+share/doc/mico/examples/obv/custom/test.cc
+share/doc/mico/examples/obv/date/Makefile
+share/doc/mico/examples/obv/date/calendar.idl
+share/doc/mico/examples/obv/date/client.cc
+share/doc/mico/examples/obv/date/date
+share/doc/mico/examples/obv/date/date.idl
+share/doc/mico/examples/obv/date/date_impl.cc
+share/doc/mico/examples/obv/date/date_impl.h
+share/doc/mico/examples/obv/date/server.cc
+share/doc/mico/examples/obv/tree/Makefile
+share/doc/mico/examples/obv/tree/client.cc
+share/doc/mico/examples/obv/tree/server.cc
+share/doc/mico/examples/obv/tree/tree
+share/doc/mico/examples/obv/tree/tree.idl
+share/doc/mico/examples/obv/tree/tree_impl.cc
+share/doc/mico/examples/obv/tree/tree_impl.h
+share/doc/mico/examples/obv/tricky/Makefile
+share/doc/mico/examples/obv/tricky/client.cc
+share/doc/mico/examples/obv/tricky/server.cc
+share/doc/mico/examples/obv/tricky/tricky
+share/doc/mico/examples/obv/tricky/tricky.idl
+share/doc/mico/examples/obv/tricky/tricky_impl.cc
+share/doc/mico/examples/obv/tricky/tricky_impl.h
+share/doc/mico/examples/pi/Makefile
+share/doc/mico/examples/pi/README
+share/doc/mico/examples/pi/current/Makefile
+share/doc/mico/examples/pi/current/client.cc
+share/doc/mico/examples/pi/current/hello
+share/doc/mico/examples/pi/current/hello.idl
+share/doc/mico/examples/pi/current/server.cc
+share/doc/mico/examples/pi/dii/Makefile
+share/doc/mico/examples/pi/dii/diiclient.cc
+share/doc/mico/examples/pi/dii/diiserver.cc
+share/doc/mico/examples/pi/dii/rundiic
+share/doc/mico/examples/pi/dii/rundiis
+share/doc/mico/examples/pi/dii/runit
+share/doc/mico/examples/pi/poa/Makefile
+share/doc/mico/examples/pi/poa/account
+share/doc/mico/examples/pi/poa/account.idl
+share/doc/mico/examples/pi/poa/client.cc
+share/doc/mico/examples/pi/poa/collocated.cc
+share/doc/mico/examples/pi/poa/server.cc
+share/doc/mico/examples/pi/poa2/Makefile
+share/doc/mico/examples/pi/poa2/account
+share/doc/mico/examples/pi/poa2/account.idl
+share/doc/mico/examples/pi/poa2/client.cc
+share/doc/mico/examples/pi/poa2/server.cc
+share/doc/mico/examples/poa/Makefile
+share/doc/mico/examples/poa/README
+share/doc/mico/examples/poa/account-1/Makefile
+share/doc/mico/examples/poa/account-1/account
+share/doc/mico/examples/poa/account-1/account.idl
+share/doc/mico/examples/poa/account-1/client.cc
+share/doc/mico/examples/poa/account-1/server.cc
+share/doc/mico/examples/poa/account-2/Makefile
+share/doc/mico/examples/poa/account-2/account
+share/doc/mico/examples/poa/account-2/account.idl
+share/doc/mico/examples/poa/account-2/client.cc
+share/doc/mico/examples/poa/account-2/server.cc
+share/doc/mico/examples/poa/account-3/Makefile
+share/doc/mico/examples/poa/account-3/account
+share/doc/mico/examples/poa/account-3/account.idl
+share/doc/mico/examples/poa/account-3/client.cc
+share/doc/mico/examples/poa/account-3/server.cc
+share/doc/mico/examples/poa/hello-1/Makefile
+share/doc/mico/examples/poa/hello-1/client.cc
+share/doc/mico/examples/poa/hello-1/hello
+share/doc/mico/examples/poa/hello-1/hello.idl
+share/doc/mico/examples/poa/hello-1/server.cc
+share/doc/mico/examples/poa/hello-2/Makefile
+share/doc/mico/examples/poa/hello-2/client.cc
+share/doc/mico/examples/poa/hello-2/hello
+share/doc/mico/examples/poa/hello-2/hello.idl
+share/doc/mico/examples/poa/hello-2/server.cc
+share/doc/mico/examples/poa/inherit/Makefile
+share/doc/mico/examples/poa/inherit/client.cc
+share/doc/mico/examples/poa/inherit/inherit
+share/doc/mico/examples/poa/inherit/inherit.idl
+share/doc/mico/examples/poa/inherit/server.cc
+share/doc/mico/examples/random/Makefile
+share/doc/mico/examples/random/client.cc
+share/doc/mico/examples/random/random.idl
+share/doc/mico/examples/redlich/Calc-1/Makefile
+share/doc/mico/examples/redlich/Calc-1/calc.idl
+share/doc/mico/examples/redlich/Calc-1/client.cc
+share/doc/mico/examples/redlich/Calc-1/server.cc
+share/doc/mico/examples/redlich/Calc-2/Makefile
+share/doc/mico/examples/redlich/Calc-2/calc.idl
+share/doc/mico/examples/redlich/Calc-2/client.cc
+share/doc/mico/examples/redlich/Calc-2/server.cc
+share/doc/mico/examples/redlich/Calc-3/Makefile
+share/doc/mico/examples/redlich/Calc-3/calc.idl
+share/doc/mico/examples/redlich/Calc-3/client.cc
+share/doc/mico/examples/redlich/Calc-3/server.cc
+share/doc/mico/examples/redlich/Calc-4/Makefile
+share/doc/mico/examples/redlich/Calc-4/calc.idl
+share/doc/mico/examples/redlich/Calc-4/client.cc
+share/doc/mico/examples/redlich/Calc-4/server.cc
+share/doc/mico/examples/redlich/Hello-1/Makefile
+share/doc/mico/examples/redlich/Hello-1/client.cc
+share/doc/mico/examples/redlich/Hello-1/server.cc
+share/doc/mico/examples/redlich/Hello-1/tty.idl
+share/doc/mico/examples/redlich/Hello-2/Makefile
+share/doc/mico/examples/redlich/Hello-2/client.cc
+share/doc/mico/examples/redlich/Hello-2/server.cc
+share/doc/mico/examples/redlich/Hello-2/tty.idl
+share/doc/mico/examples/redlich/Hello-3/Makefile
+share/doc/mico/examples/redlich/Hello-3/client.cc
+share/doc/mico/examples/redlich/Hello-3/server.cc
+share/doc/mico/examples/redlich/Hello-3/tty.idl
+share/doc/mico/examples/redlich/Hello-3/ttyplus.idl
+share/doc/mico/examples/redlich/Hello-4/Makefile
+share/doc/mico/examples/redlich/Hello-4/client.cc
+share/doc/mico/examples/redlich/Hello-4/server.cc
+share/doc/mico/examples/redlich/Hello-4/tty.idl
+share/doc/mico/examples/redlich/Hello-4/ttyplus.idl
+share/doc/mico/examples/redlich/Makefile
+share/doc/mico/examples/redlich/README
+share/doc/mico/examples/services/Makefile
+share/doc/mico/examples/services/README
+share/doc/mico/examples/services/events/Makefile
+share/doc/mico/examples/services/events/client.cc
+share/doc/mico/examples/services/events/client2.cc
+share/doc/mico/examples/services/events/runit
+share/doc/mico/examples/services/events/server.cc
+share/doc/mico/examples/services/events/server2.cc
+share/doc/mico/examples/services/events/server3.cc
+share/doc/mico/examples/services/naming-lb/Client.cc
+share/doc/mico/examples/services/naming-lb/Makefile
+share/doc/mico/examples/services/naming-lb/Printer.idl
+share/doc/mico/examples/services/naming-lb/Printer_impl.cc
+share/doc/mico/examples/services/naming-lb/Printer_impl.h
+share/doc/mico/examples/services/naming-lb/Server.cc
+share/doc/mico/examples/services/naming-lb/printer_test
+share/doc/mico/examples/services/naming/Makefile
+share/doc/mico/examples/services/naming/account.idl
+share/doc/mico/examples/services/naming/account_test
+share/doc/mico/examples/services/naming/client.cc
+share/doc/mico/examples/services/naming/server.cc
+share/doc/mico/examples/services/property-daemon/Makefile
+share/doc/mico/examples/services/property-daemon/README
+share/doc/mico/examples/services/property-daemon/bank.idl
+share/doc/mico/examples/services/property-daemon/get_properties.cc
+share/doc/mico/examples/services/property-daemon/set_properties.cc
+share/doc/mico/examples/services/property-daemon/start_demo
+share/doc/mico/examples/services/relship/Documents.idl
+share/doc/mico/examples/services/relship/DocumentsServer.cc
+share/doc/mico/examples/services/relship/Documents_impl.cc
+share/doc/mico/examples/services/relship/Documents_impl.h
+share/doc/mico/examples/services/relship/Makefile
+share/doc/mico/examples/services/relship/README
+share/doc/mico/examples/services/relship/Test.idl
+share/doc/mico/examples/services/relship/TestServer.cc
+share/doc/mico/examples/services/relship/Test_impl.cc
+share/doc/mico/examples/services/relship/Test_impl.h
+share/doc/mico/examples/services/relship/daemons-start
+share/doc/mico/examples/services/relship/daemons-stop
+share/doc/mico/examples/services/relship/rundemo
+share/doc/mico/examples/services/relship/servers-start
+share/doc/mico/examples/services/relship/simple-test.cc
+share/doc/mico/examples/services/relship/stop-servers
+share/doc/mico/examples/services/relship/test
+share/doc/mico/examples/services/stream-bench/Makefile
+share/doc/mico/examples/services/stream-bench/bench
+share/doc/mico/examples/services/stream-bench/req.idl
+share/doc/mico/examples/services/stream-bench/req_client.cc
+share/doc/mico/examples/services/stream-bench/req_server.cc
+share/doc/mico/examples/services/stream-bench/stream_client.cc
+share/doc/mico/examples/services/stream-bench/stream_server.cc
+share/doc/mico/examples/services/stream-sound/Makefile
+share/doc/mico/examples/services/stream-sound/client.cc
+share/doc/mico/examples/services/stream-sound/server.cc
+share/doc/mico/examples/services/stream-sound/sound.h
+share/doc/mico/examples/services/trader/Makefile
+share/doc/mico/examples/services/trader/demo.idl
+share/doc/mico/examples/services/trader/main.cc
+share/doc/mico/examples/services/trader/run
+share/doc/mico/examples/shlib/Makefile
+share/doc/mico/examples/shlib/client.cc
+share/doc/mico/examples/shlib/hello
+share/doc/mico/examples/shlib/hello.idl
+share/doc/mico/examples/shlib/server.cc
+share/doc/mico/examples/siegel/Makefile
+share/doc/mico/examples/siegel/README
+share/doc/mico/examples/siegel/central/DepotData.cc
+share/doc/mico/examples/siegel/central/DepotData.h
+share/doc/mico/examples/siegel/central/DepotImpl.cc
+share/doc/mico/examples/siegel/central/DepotImpl.h
+share/doc/mico/examples/siegel/central/Makefile
+share/doc/mico/examples/siegel/central/TreeNode.h
+share/doc/mico/examples/siegel/central/depot.dat
+share/doc/mico/examples/siegel/central/depot_server.cc
+share/doc/mico/examples/siegel/idl/Central.idl
+share/doc/mico/examples/siegel/idl/Makefile
+share/doc/mico/examples/siegel/idl/POS.idl
+share/doc/mico/examples/siegel/idl/Store.idl
+share/doc/mico/examples/siegel/pos/InputMediaImpl.cc
+share/doc/mico/examples/siegel/pos/InputMediaImpl.h
+share/doc/mico/examples/siegel/pos/Makefile
+share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc
+share/doc/mico/examples/siegel/pos/OutputMediaImpl.h
+share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc
+share/doc/mico/examples/siegel/pos/POSTerminalImpl.h
+share/doc/mico/examples/siegel/pos/POS_Client.cc
+share/doc/mico/examples/siegel/pos/POS_Server.cc
+share/doc/mico/examples/siegel/primer_utils/Makefile
+share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc
+share/doc/mico/examples/siegel/primer_utils/NsPublisher.h
+share/doc/mico/examples/siegel/store/Makefile
+share/doc/mico/examples/siegel/store/StoreAccessImpl.cc
+share/doc/mico/examples/siegel/store/StoreAccessImpl.h
+share/doc/mico/examples/siegel/store/StoreImpl.cc
+share/doc/mico/examples/siegel/store/StoreImpl.h
+share/doc/mico/examples/siegel/store/TaxImpl.cc
+share/doc/mico/examples/siegel/store/TaxImpl.h
+share/doc/mico/examples/siegel/store/store_server.cc
+share/doc/mico/examples/ssl/Makefile
+share/doc/mico/examples/ssl/c_cert.pem
+share/doc/mico/examples/ssl/c_key.pem
+share/doc/mico/examples/ssl/client.cc
+share/doc/mico/examples/ssl/hello.idl
+share/doc/mico/examples/ssl/s_cert.pem
+share/doc/mico/examples/ssl/s_key.pem
+share/doc/mico/examples/ssl/server.cc
+share/doc/mico/examples/ssl/ssl
+share/doc/mico/manual.ps
+ at dirrm share/doc/mico/examples/ssl
+ at dirrm share/doc/mico/examples/siegel/store
+ at dirrm share/doc/mico/examples/siegel/primer_utils
+ at dirrm share/doc/mico/examples/siegel/pos
+ at dirrm share/doc/mico/examples/siegel/idl
+ at dirrm share/doc/mico/examples/siegel/central
+ at dirrm share/doc/mico/examples/siegel
+ at dirrm share/doc/mico/examples/shlib
+ at dirrm share/doc/mico/examples/services/trader
+ at dirrm share/doc/mico/examples/services/stream-sound
+ at dirrm share/doc/mico/examples/services/stream-bench
+ at dirrm share/doc/mico/examples/services/relship
+ at dirrm share/doc/mico/examples/services/property-daemon
+ at dirrm share/doc/mico/examples/services/naming-lb
+ at dirrm share/doc/mico/examples/services/naming
+ at dirrm share/doc/mico/examples/services/events
+ at dirrm share/doc/mico/examples/services
+ at dirrm share/doc/mico/examples/redlich/Hello-4
+ at dirrm share/doc/mico/examples/redlich/Hello-3
+ at dirrm share/doc/mico/examples/redlich/Hello-2
+ at dirrm share/doc/mico/examples/redlich/Hello-1
+ at dirrm share/doc/mico/examples/redlich/Calc-4
+ at dirrm share/doc/mico/examples/redlich/Calc-3
+ at dirrm share/doc/mico/examples/redlich/Calc-2
+ at dirrm share/doc/mico/examples/redlich/Calc-1
+ at dirrm share/doc/mico/examples/redlich
+ at dirrm share/doc/mico/examples/random
+ at dirrm share/doc/mico/examples/poa/inherit
+ at dirrm share/doc/mico/examples/poa/hello-2
+ at dirrm share/doc/mico/examples/poa/hello-1
+ at dirrm share/doc/mico/examples/poa/account-3
+ at dirrm share/doc/mico/examples/poa/account-2
+ at dirrm share/doc/mico/examples/poa/account-1
+ at dirrm share/doc/mico/examples/poa
+ at dirrm share/doc/mico/examples/pi/poa2
+ at dirrm share/doc/mico/examples/pi/poa
+ at dirrm share/doc/mico/examples/pi/dii
+ at dirrm share/doc/mico/examples/pi/current
+ at dirrm share/doc/mico/examples/pi
+ at dirrm share/doc/mico/examples/obv/tricky
+ at dirrm share/doc/mico/examples/obv/tree
+ at dirrm share/doc/mico/examples/obv/date
+ at dirrm share/doc/mico/examples/obv/custom
+ at dirrm share/doc/mico/examples/obv/abstract
+ at dirrm share/doc/mico/examples/obv
+ at dirrm share/doc/mico/examples/mcast
+ at dirrm share/doc/mico/examples/interop/visibroker
+ at dirrm share/doc/mico/examples/interop/orbix
+ at dirrm share/doc/mico/examples/interop/jdk
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
+ at dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x
+ at dirrm share/doc/mico/examples/interop/jboss
+ at dirrm share/doc/mico/examples/interop/jacorb
+ at dirrm share/doc/mico/examples/interop
+ at dirrm share/doc/mico/examples/interceptor
+ at dirrm share/doc/mico/examples/henning
+ at dirrm share/doc/mico/examples/generic
+ at dirrm share/doc/mico/examples/dynany
+ at dirrm share/doc/mico/examples/dispatcher/x11
+ at dirrm share/doc/mico/examples/dispatcher
+ at dirrm share/doc/mico/examples/codesets
+ at dirrm share/doc/mico/examples/boa/activate
+ at dirrm share/doc/mico/examples/boa/account4
+ at dirrm share/doc/mico/examples/boa/account3
+ at dirrm share/doc/mico/examples/boa/account2
+ at dirrm share/doc/mico/examples/boa/account
+ at dirrm share/doc/mico/examples/boa
+ at dirrm share/doc/mico/examples/bench
+ at dirrm share/doc/mico/examples
+ at dirrm share/doc/mico
+ at dirrm include/ministl
+ at dirrm include/mico/transport
+ at dirrm include/mico/security
+ at dirrm include/mico/os-thread
+ at dirrm include/mico
+ at dirrm include/coss
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list