View | Details | Raw Unified | Return to bug 53623 | Differences between
and this patch

Collapse All | Expand All

(-)mico/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
MASTER_SITES=	http://www.mico.org/
11
MASTER_SITES=	http://www.mico.org/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	A CORBA 2.0 implementation which goal is freely available
14
COMMENT=	An Open Source CORBA 2.3 implementation
15
15
16
WRKSRC=			${WRKDIR}/mico
16
WRKSRC=			${WRKDIR}/mico
17
INSTALLS_SHLIB=		yes
17
INSTALLS_SHLIB=		yes
(-)mico/pkg-descr (-3 / +41 lines)
Lines 1-4 Link Here
1
a CORBA 2.0 implementation which goal is freely available
1
The acronym MICO expands to MICO Is CORBA. The intention of this project
2
is to provide a freely available and fully compliant implementation of
3
the CORBA standard. MICO has become quite popular as an OpenSource project.
4
As a major milestone, MICO has been branded as CORBA compliant
5
by the OpenGroup. Our goal is to keep MICO compliant to the latest
6
CORBA standard. 
2
7
3
WWW: http://diamant.vsb.cs.uni-frankfurt.de/~mico/
8
Including the following features:
4
     http://www.mico.org
9
    * IDL to C++ mapping
10
    * Dynamic Invocation Interface (DII)
11
    * Dynamic Skeleton Interface (DSI)
12
    * graphical Interface Repository browser that allows you to invoke
13
       arbitrary methods on arbitrary interfaces
14
    * Interface Repository (IR)
15
    * IIOP as native protocol (ORB prepared for multiprotocol support)
16
    * Portable Object Adapter (POA)
17
    * Objects by Value (OBV)
18
    * CORBA Components (CCM)
19
    * Support for using MICO from within X11 applications (Xt, Qt, 
20
       and Gtk) and Tcl/Tk
21
    * Dynamic Any
22
    * Interceptors (deprecated feature)
23
    * Portable Interceptors (PI)
24
    * Support for secure communication and authentication using SSL
25
    * Support for nested method invocations
26
    * Any offers an interface for inserting and extracting constructed
27
       types that were not known at compile time
28
    * Full BOA implementation (deprecated feature), including all
29
       activation modes, support for object migration and
30
       the implementation repository
31
    * BOA can load object implementations into clients at runtime
32
       using loadable modules
33
    * CORBA Services:
34
          o Interoperable Naming service
35
          o Trading service
36
          o Event service
37
          o Relationship service
38
          o Property service
39
          o Time service
40
          o Security service 
41
42
WWW: http://www.mico.org

Return to bug 53623