From owner-freebsd-ports@FreeBSD.ORG Sun Jun 22 19:00:14 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC9F337B401; Sun, 22 Jun 2003 19:00:14 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id C805343FDD; Sun, 22 Jun 2003 19:00:13 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from sem-home.ciam.ru (ppp129-100.dialup.mtu-net.ru [62.118.129.100]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 52D27F8744; Mon, 23 Jun 2003 05:54:51 +0400 (MSD) (envelope-from sem@ciam.ru) Received: from sem by sem-home.ciam.ru with local (Exim 4.12) id 19UGUr-0003P2-00; Mon, 23 Jun 2003 05:51:53 +0400 To: FreeBSD-gnats-submit@freebsd.org From: Sergey Matveychuk X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Mon, 23 Jun 2003 05:51:53 +0400 cc: ports@freebsd.org Subject: devel/mico: change obsoleted port description and comment X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Matveychuk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 02:00:15 -0000 >Submitter-Id: current-users >Originator: Sergey Matveychuk >Organization: >Confidential: no >Synopsis: devel/mico: change obsoleted port description and comment >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 5.1-RELEASE i386 >Environment: System: FreeBSD sem-home.ciam.ru 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 11 02:03:37 MSD 2003 root@sem-home.ciam.ru:/usr/src/sys/i386/compile/SEM-HOME i386 >Description: * Old comment about CORBA version is obsoleted. * Add detailed description about Mico features. * Remove broken URL. >How-To-Repeat: >Fix: diff -ruN mico.orig/Makefile mico/Makefile --- mico.orig/Makefile Mon Jun 23 04:51:23 2003 +++ mico/Makefile Mon Jun 23 04:53:20 2003 @@ -11,7 +11,7 @@ MASTER_SITES= http://www.mico.org/ MAINTAINER= ports@FreeBSD.org -COMMENT= A CORBA 2.0 implementation which goal is freely available +COMMENT= An Open Source CORBA 2.3 implementation WRKSRC= ${WRKDIR}/mico INSTALLS_SHLIB= yes diff -ruN mico.orig/pkg-descr mico/pkg-descr --- mico.orig/pkg-descr Mon Jun 23 04:51:23 2003 +++ mico/pkg-descr Mon Jun 23 04:52:23 2003 @@ -1,4 +1,42 @@ -a CORBA 2.0 implementation which goal is freely available +The acronym MICO expands to MICO Is CORBA. The intention of this project +is to provide a freely available and fully compliant implementation of +the CORBA standard. MICO has become quite popular as an OpenSource project. +As a major milestone, MICO has been branded as CORBA compliant +by the OpenGroup. Our goal is to keep MICO compliant to the latest +CORBA standard. -WWW: http://diamant.vsb.cs.uni-frankfurt.de/~mico/ - http://www.mico.org +Including the following features: + * IDL to C++ mapping + * Dynamic Invocation Interface (DII) + * Dynamic Skeleton Interface (DSI) + * graphical Interface Repository browser that allows you to invoke + arbitrary methods on arbitrary interfaces + * Interface Repository (IR) + * IIOP as native protocol (ORB prepared for multiprotocol support) + * Portable Object Adapter (POA) + * Objects by Value (OBV) + * CORBA Components (CCM) + * Support for using MICO from within X11 applications (Xt, Qt, + and Gtk) and Tcl/Tk + * Dynamic Any + * Interceptors (deprecated feature) + * Portable Interceptors (PI) + * Support for secure communication and authentication using SSL + * Support for nested method invocations + * Any offers an interface for inserting and extracting constructed + types that were not known at compile time + * Full BOA implementation (deprecated feature), including all + activation modes, support for object migration and + the implementation repository + * BOA can load object implementations into clients at runtime + using loadable modules + * CORBA Services: + o Interoperable Naming service + o Trading service + o Event service + o Relationship service + o Property service + o Time service + o Security service + +WWW: http://www.mico.org