From owner-freebsd-ports Tue Mar 13 6:10:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC83C37B727 for ; Tue, 13 Mar 2001 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2DEA1393101; Tue, 13 Mar 2001 06:10:01 -0800 (PST) (envelope-from gnats) Received: from salome.caimis.com (sdsl-216-46-87-226.dsl.nyc.megapath.net [216.46.87.226]) by hub.freebsd.org (Postfix) with ESMTP id 8575237B723 for ; Tue, 13 Mar 2001 06:01:55 -0800 (PST) (envelope-from horen@salome.caimis.com) Received: (from horen@localhost) by salome.caimis.com (8.11.1/8.11.1) id f2DE1t501006; Tue, 13 Mar 2001 09:01:55 -0500 (EST) (envelope-from horen) Message-Id: <200103131401.f2DE1t501006@salome.caimis.com> Date: Tue, 13 Mar 2001 09:01:55 -0500 (EST) From: Horen Kuecuekyan Reply-To: horen@sdsl-216-46-87-226.dsl.nyc.megapath.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25773: omniORB-Notify update to 3.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25773 >Category: ports >Synopsis: omniORB-Notify update to 3.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 13 06:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Horen >Release: FreeBSD 4.2-STABLE i386 >Organization: Caimis, Inc. >Environment: omniORB and omniNotify ready for the recent stable release. >Description: omniORB's last release is 3.0.3 , the port covers the release with the notification service. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # omniORB-Notify # omniORB-Notify/files # omniORB-Notify/files/patch-ba # omniORB-Notify/files/patch-aj # omniORB-Notify/files/patch-ak # omniORB-Notify/files/patch-aa # omniORB-Notify/files/patch-bb # omniORB-Notify/files/patch-bc # omniORB-Notify/files/patch-bd # omniORB-Notify/Makefile # omniORB-Notify/pkg-comment # omniORB-Notify/pkg-descr # omniORB-Notify/pkg-plist # omniORB-Notify/distinfo # echo c - omniORB-Notify mkdir -p omniORB-Notify > /dev/null 2>&1 echo c - omniORB-Notify/files mkdir -p omniORB-Notify/files > /dev/null 2>&1 echo x - omniORB-Notify/files/patch-ba sed 's/^X//' >omniORB-Notify/files/patch-ba << 'END-of-omniORB-Notify/files/patch-ba' X*** services/omniNotify/lib/RDILog.cc.orig Wed Nov 15 16:17:30 2000 X--- services/omniNotify/lib/RDILog.cc Wed Feb 7 13:52:47 2001 X*************** X*** 744,750 **** X X if ( _dirpath ) { X sprintf(fname, "%s/%s", _logpath, log_anchor_name); X! if ( (afdes = ::open(fname, O_RDWR | O_SYNC, 0600)) == -1 ) { X RDI_DUMP("failed to open anchor " << fname << " - errno " << errno); X return -1; X } X--- 744,750 ---- X X if ( _dirpath ) { X sprintf(fname, "%s/%s", _logpath, log_anchor_name); X! if ( (afdes = ::open(fname, O_RDWR | O_FSYNC, 0600)) == -1 ) { X RDI_DUMP("failed to open anchor " << fname << " - errno " << errno); X return -1; X } END-of-omniORB-Notify/files/patch-ba echo x - omniORB-Notify/files/patch-aj sed 's/^X//' >omniORB-Notify/files/patch-aj << 'END-of-omniORB-Notify/files/patch-aj' X--- ../mk/platforms/x86_freebsd_4.0.mk.orig Fri Aug 18 16:09:33 2000 X+++ ../mk/platforms/x86_freebsd_4.0.mk Tue Sep 12 09:56:52 2000 X@@ -10,7 +10,7 @@ X # X # You must set a path to a Python 1.5.2 interpreter. X X-#PYTHON = /usr/local/bin/python X+PYTHON = ${PYTHON_CMD} X X X # X@@ -25,12 +25,13 @@ X # X X AR = ar cq X+MKDIRHIER= ${MKDIR} X X CPP = /usr/libexec/cpp X X-CXX = g++295 X+CXX ?= g++ X CXXMAKEDEPEND += -D__cplusplus -D__GNUG__ -D__GNUC__ X-CXXDEBUGFLAGS = -O2 X+CXXDEBUGFLAGS ?= -O2 X X CXXLINK = $(CXX) -pthread -s X CXXLINKOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) X@@ -39,14 +40,14 @@ X EgcsMajorVersion = 1 X EgcsMinorVersion = 1 # This is actually a post-1.0 egcs snapshot. X X-CC = gcc295 X+CC ?= gcc X CMAKEDEPEND += -D__GNUC__ X-CDEBUGFLAGS = -O2 X+CDEBUGFLAGS ?= -O2 X X CLINK = $(CC) X CLINKOPTIONS = $(CDEBUGFLAGS) $(COPTIONS) X X-INSTALL = install -c X+INSTALL = ${BSD_INSTALL} -c X X IMPORT_CPPFLAGS += -D__x86__ -D__freebsd__ -D__OSVERSION__=4 X X@@ -72,10 +73,10 @@ X # Default location of the omniORB configuration file [falls back to this if X # the environment variable OMNIORB_CONFIG is not set] : X X-OMNIORB_CONFIG_DEFAULT_LOCATION = /etc/omniORB.cfg X+OMNIORB_CONFIG_DEFAULT_LOCATION = ${PREFIX}/etc/omniORB.cfg X X # Default directory for the omniNames log files. X-OMNINAMES_LOG_DEFAULT_LOCATION = /var/omninames X+OMNINAMES_LOG_DEFAULT_LOCATION = /var/log/omninames X X # Uncomment the following if you want all utils and examples build in X # this tree to statically linke with the omniORB libraries. END-of-omniORB-Notify/files/patch-aj echo x - omniORB-Notify/files/patch-ak sed 's/^X//' >omniORB-Notify/files/patch-ak << 'END-of-omniORB-Notify/files/patch-ak' X--- tool/omniidl/cxx/idlutil.cc.orig Fri Aug 18 16:09:06 2000 X+++ tool/omniidl/cxx/idlutil.cc Mon Sep 11 17:44:48 2000 X@@ -148,7 +148,7 @@ X IdlIntLiteral X idl_strtoul(const char* text, int base) X { X- return strtoull(text, 0, base); X+ return strtouq(text, 0, base); X } X X # endif END-of-omniORB-Notify/files/patch-ak echo x - omniORB-Notify/files/patch-aa sed 's/^X//' >omniORB-Notify/files/patch-aa << 'END-of-omniORB-Notify/files/patch-aa' X--- ../config/config.mk.orig Fri Aug 18 16:09:38 2000 X+++ ../config/config.mk Mon Sep 11 17:26:22 2000 X@@ -77,6 +77,7 @@ X #platform = x86_freebsd_3.2 X #platform = x86_freebsd_4.0 X #platform = pc486_rtems_4.5.0 X+platform = __PLATFORM__ X X # On Win32 platforms, uncomment the following line to build all the binaries X # with debugging information. Useful if you want to debug the binaries under END-of-omniORB-Notify/files/patch-aa echo x - omniORB-Notify/files/patch-bb sed 's/^X//' >omniORB-Notify/files/patch-bb << 'END-of-omniORB-Notify/files/patch-bb' X*** services/omniNotify/include/RDIEvent.h.orig Fri Dec 15 11:15:27 2000 X--- services/omniNotify/include/RDIEvent.h Wed Feb 7 13:53:23 2001 X*************** X*** 662,673 **** X Key_t key; X Val_t vnode; X _vmap = new RTValMap(Key_t::hash, Key_t::rank); X- if (_evnt.header.variable_header.length()) X- _vahdr_rtval = new RDI_RTVal[_evnt.header.variable_header.length()]; X- if (_evnt.filterable_data.length()) X- _fdata_rtval = new RDI_RTVal[_evnt.filterable_data.length()]; X X! for (i=0; i < _evnt.header.variable_header.length(); i++) { X _vahdr_rtval[i].init_from_any( _evnt.header.variable_header[i].value ); X const char* nm = _evnt.header.variable_header[i].name; X key._nm = nm; X--- 662,677 ---- X Key_t key; X Val_t vnode; X _vmap = new RTValMap(Key_t::hash, Key_t::rank); X X! unsigned int len = _evnt.header.variable_header.length(); X! if (len) X! _vahdr_rtval = new RDI_RTVal[len]; X! X! unsigned int flen = _evnt.filterable_data.length(); X! if (flen) X! _fdata_rtval = new RDI_RTVal[flen]; X! X! for (i=0; i < len; i++) { X _vahdr_rtval[i].init_from_any( _evnt.header.variable_header[i].value ); X const char* nm = _evnt.header.variable_header[i].name; X key._nm = nm; END-of-omniORB-Notify/files/patch-bb echo x - omniORB-Notify/files/patch-bc sed 's/^X//' >omniORB-Notify/files/patch-bc << 'END-of-omniORB-Notify/files/patch-bc' X*** services/dir.mk.orig Wed Feb 7 17:17:41 2001 X--- services/dir.mk Wed Feb 7 17:17:03 2001 X*************** X*** 1,4 **** X! SUBDIRS = mklib X X all:: X @$(MakeSubdirs) X--- 1,4 ---- X! SUBDIRS = mklib omniNotify X X all:: X @$(MakeSubdirs) END-of-omniORB-Notify/files/patch-bc echo x - omniORB-Notify/files/patch-bd sed 's/^X//' >omniORB-Notify/files/patch-bd << 'END-of-omniORB-Notify/files/patch-bd' X*** services/omniNotify/daemon/ReadyChannel_d.cc.orig Wed Feb 7 17:30:18 2001 X--- services/omniNotify/daemon/ReadyChannel_d.cc Wed Feb 7 17:31:00 2001 X*************** X*** 60,66 **** X #include X #include X #include X! #include X #include "corba_wrappers.h" X #include "CosNotifyShorthands.h" X #include "omniNotify.h" X--- 60,66 ---- X #include X #include X #include X! // #include X #include "corba_wrappers.h" X #include "CosNotifyShorthands.h" X #include "omniNotify.h" X*************** X*** 89,101 **** X if (strrchr(pn, '\\')) { pn = strrchr(pn, '\\'); pn++; } X if (strlen(pn) == 0) { pn = (char*)"notifd"; } X char* pname = CORBA::string_dup(pn); X- X- // Increase the limit of open file descriptor to the maximum X- struct rlimit rlp; X- if ( getrlimit(RLIMIT_NOFILE, &rlp) == 0 ) { X- rlp.rlim_cur = rlp.rlim_max; X- (void) setrlimit(RLIMIT_NOFILE, &rlp); X- } X X while ( indx < argc ) { X if ( strcmp(argv[indx], "-i") == 0 ) { X--- 89,94 ---- END-of-omniORB-Notify/files/patch-bd echo x - omniORB-Notify/Makefile sed 's/^X//' >omniORB-Notify/Makefile << 'END-of-omniORB-Notify/Makefile' X# New ports collection makefile for: omniNotify X# Date created: February 7 2001 X# Whom: horen@caimis.com X# X# $FreeBSD$ X# X XPORTNAME= omniORB-Notify XPORTVERSION= 3.0.3N XCATEGORIES= devel XMASTER_SITES= ftp://ftp.uk.research.att.com/pub/omniNotify/omniNotify1/ \ X ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/ XDISTFILES= omniNotify11b1.tar.gz \ X omniORB_303.tar.gz X XMAINTAINER= horen@caimis.com X XMAN1= catior.1 genior.1 nameclt.1 obuildtree.1 ols.1 omake.1 \ X omniNames.1 opriv.1 oshadow.1 X XUSE_PYTHON= yes XUSE_NEWGCC= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes XNO_FILTER_SHLIBS=yes XMAKEFILE= GNUmakefile XALL_TARGET= export XMAKE_ENV+= CDEBUGFLAGS="${CFLAGS}" CXXDEBUGFLAGS="${CXXFLAGS}" \ X BSD_INSTALL="${INSTALL}" PYTHON_CMD="${PYTHON_CMD}" \ X MKDIR="${MKDIR}" X XONLY_FOR_ARCHS= i386 XCONFIG_TARGET= x86_freebsd_4.0 X XWRKSRC=${WRKDIR}/omni/src X Xpre-patch: X (${MV} ${PORTSDIR}/devel/omniORB-Notify/work/omniNotify \ X ${PORTSDIR}/devel/omniORB-Notify/work/omni/src/services) X Xpost-patch: X @${SETENV} LANG=C ${PERL} -pi -e 's/__PLATFORM__/${CONFIG_TARGET}/;' \ X ${WRKSRC}/../config/config.mk X Xbinfiles= all_cosnotify_clients any_pull_consumer any_pull_supplier \ X any_push_consumer any_push_supplier batch_pull_consumer \ X batch_pull_supplier batch_push_consumer batch_push_supplier \ X catior convertior demo_add_filter demo_offer_change \ X demo_subscription_change genior legacy_pull_consumer \ X legacy_pull_supplier legacy_push_consumer \ X legacy_push_supplier nameclt notifd omkdepend omniMapper \ X omniNames struct_pull_consumer struct_pull_supplier \ X struct_push_consumer struct_push_supplier X Xscriptfiles= omniidl omniidlrun.py X Xdo-install: X.for binfile in ${binfiles} X ${INSTALL_PROGRAM} ${WRKSRC}/../bin/${CONFIG_TARGET}/${binfile} \ X ${PREFIX}/bin X.endfor X X.for scriptfile in ${scriptfiles} X ${INSTALL_SCRIPT} ${WRKSRC}/../bin/${CONFIG_TARGET}/${scriptfile} \ X ${PREFIX}/bin X.endfor X X cd ${WRKSRC}/../lib/${CONFIG_TARGET} && \ X find . |cpio -pdum -R ${BINOWN}:${BINGRP} ${PREFIX}/lib X cd ${WRKSRC}/../lib/python && \ X tar -cvf - * | (cd ${PYTHON_LIBDIR} ; tar -xvf -) X X.for m in ${MAN1} X ${INSTALL_MAN} ${WRKSRC}/../man/man1/${m} ${PREFIX}/man/man1 X.endfor X ${MKDIR} ${PREFIX}/include/omniORB3 X ${MKDIR} ${PREFIX}/include/omnithread X ${INSTALL_DATA} ${WRKSRC}/../include/omnithread.h ${PREFIX}/include X ${INSTALL_DATA} ${WRKSRC}/../include/omniNotify.h ${PREFIX}/include X cd ${WRKSRC}/../include && \ X ${INSTALL_DATA} omnithread/* ${PREFIX}/include/omnithread; \ X ${INSTALL_DATA} omniORB3/* ${PREFIX}/include/omniORB3 X @ cd ${.CURDIR} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/omniORB X ${INSTALL_DATA} ${WRKSRC}/../README.unix ${PREFIX}/share/doc/omniORB X ${INSTALL_DATA} ${WRKSRC}/../README.FreeBSD ${PREFIX}/share/doc/omniORB X ${INSTALL_DATA} \ X ${WRKSRC}/../ReleaseNote_omniORB_303 ${PREFIX}/share/doc/omniORB X ${INSTALL_DATA} \ X ${WRKSRC}/services/omniNotify/ReleaseNote_omniNotify_11_beta \ X ${PREFIX}/share/doc/omniORB X ${MKDIR} ${PREFIX}/share/examples/omniORB X ${MKDIR} ${PREFIX}/share/examples/omniORB/omniNotify X ${CP} -r ${WRKSRC}/services/omniNotify/examples \ X ${PREFIX}/share/examples/omniORB/omniNotify X ${CP} -r ${WRKSRC}/examples ${PREFIX}/share/examples/omniORB X cd ${WRKSRC}/../doc && \ X find . |cpio -pdum -R ${SHAREOWN}:${SHAREGRP} \ X ${PREFIX}/share/doc/omniORB X.endif X X.include END-of-omniORB-Notify/Makefile echo x - omniORB-Notify/pkg-comment sed 's/^X//' >omniORB-Notify/pkg-comment << 'END-of-omniORB-Notify/pkg-comment' XCORBA 2 implementation (omniORB) with Notification service END-of-omniORB-Notify/pkg-comment echo x - omniORB-Notify/pkg-descr sed 's/^X//' >omniORB-Notify/pkg-descr << 'END-of-omniORB-Notify/pkg-descr' XNotification service for omniORB3, a GPL'd Object Request Broker (ORB) Xwhich implements specification 2.3 of the CORBA. X XWWW: http://www.uk.research.att.com/omniORB/ END-of-omniORB-Notify/pkg-descr echo x - omniORB-Notify/pkg-plist sed 's/^X//' >omniORB-Notify/pkg-plist << 'END-of-omniORB-Notify/pkg-plist' Xbin/all_cosnotify_clients Xbin/any_pull_consumer Xbin/any_pull_supplier Xbin/any_push_consumer Xbin/any_push_supplier Xbin/batch_pull_consumer Xbin/batch_pull_supplier Xbin/batch_push_consumer Xbin/batch_push_supplier Xbin/catior Xbin/convertior Xbin/demo_add_filter Xbin/demo_offer_change Xbin/demo_subscription_change Xbin/genior Xbin/legacy_pull_consumer Xbin/legacy_pull_supplier Xbin/nameclt Xbin/legacy_push_consumer Xbin/legacy_push_supplier Xbin/notifd Xbin/omkdepend Xbin/omniMapper Xbin/omniNames Xbin/struct_pull_consumer Xbin/struct_pull_supplier Xbin/struct_push_consumer Xbin/struct_push_supplier Xbin/omniidl Xbin/omniidlrun.py Xinclude/omniORB3/CORBA.h Xinclude/omniORB3/CORBA_basetypes.h Xinclude/omniORB3/CORBA_sysdep.h Xinclude/omniORB3/CORBA_vartypes.h Xinclude/omniORB3/GIOP.h Xinclude/omniORB3/IIOP.h Xinclude/omniORB3/IOP.h Xinclude/omniORB3/Naming.hh Xinclude/omniORB3/boa.h Xinclude/omniORB3/bufferedStream.h Xinclude/omniORB3/callDescriptor.h Xinclude/omniORB3/corba_operators.h Xinclude/omniORB3/corbaidl_defs.hh Xinclude/omniORB3/corbaidl_operators.hh Xinclude/omniORB3/corbaidl_poa.hh Xinclude/omniORB3/giopDriver.h Xinclude/omniORB3/ir_defs.hh Xinclude/omniORB3/ir_operators.hh Xinclude/omniORB3/ir_poa.hh Xinclude/omniORB3/omniInternal.h Xinclude/omniORB3/omniLifeCycle.hh Xinclude/omniORB3/omniORB.h Xinclude/omniORB3/omniObjKey.h Xinclude/omniORB3/omniObjRef.h Xinclude/omniORB3/omniServant.h Xinclude/omniORB3/omniURI.h Xinclude/omniORB3/poa.h Xinclude/omniORB3/poa_defs.h Xinclude/omniORB3/poa_operators.h Xinclude/omniORB3/poa_poa.h Xinclude/omniORB3/proxyFactory.h Xinclude/omniORB3/rope.h Xinclude/omniORB3/seqtemplates.h Xinclude/omniORB3/stringtypes.h Xinclude/omniORB3/stringtypes.h.old Xinclude/omniORB3/tcDescriptor.h Xinclude/omniORB3/templatedecls.h Xinclude/omniORB3/templatedefns.h Xinclude/omniORB3/tracedthread.h Xinclude/omniORB3/userexception.h Xinclude/omnithread/mach.h Xinclude/omnithread/nt.h Xinclude/omnithread/posix.h Xinclude/omnithread/pthread_nt.h Xinclude/omnithread/solaris.h Xinclude/omnithread.h Xinclude/omniNotify.h Xlib/omnicpp Xlib/_omniidlmodule.so.0.1 Xlib/_omniidlmodule.so.0 Xlib/_omniidlmodule.so Xlib/libomnithread.a Xlib/libomnithread.so.2.1 Xlib/libomnithread.so.2 Xlib/libomnithread.so Xlib/libomniORB3.a Xlib/libomniORB3.so.0.3 Xlib/libomniORB3.so.0 Xlib/libomniORB3.so Xlib/libomniGK_stub.a Xlib/libomniGK_alone.a Xlib/libtcpwrapGK.a Xlib/libtcpwrapGK.so.2.0 Xlib/libtcpwrapGK.so.2 Xlib/libtcpwrapGK.so Xlib/libomniDynamic3.a Xlib/libomniDynamic3.so.0.3 Xlib/libomniDynamic3.so.0 Xlib/libomniDynamic3.so Xlib/libCOS3.a Xlib/libCOSDynamic3.a Xlib/libCOS3.so.0.3 Xlib/libCOS3.so.0 Xlib/libCOS3.so Xlib/libCOSDynamic3.so.0.3 Xlib/libCOSDynamic3.so.0 Xlib/libCOSDynamic3.so Xlib/libCOSBOA3.a Xlib/libCOSBOA3.so.0.3 Xlib/libCOSBOA3.so.0 Xlib/libCOSBOA3.so Xlib/libCOSNotifyBOA3.a Xlib/libCOSNotifyBOA3.so.0.3 Xlib/libCOSNotifyBOA3.so Xlib/libCOSNotifyBOA3.so.0 Xman/man1/genior.1.gz Xman/man1/obuildtree.1.gz Xman/man1/ols.1.gz Xman/man1/omake.1.gz Xman/man1/omniNames.1.gz Xman/man1/opriv.1.gz Xman/man1/oshadow.1.gz Xman/man1/catior.1.gz Xman/man1/nameclt.1.gz Xshare/doc/omniORB/README.unix Xshare/doc/omniORB/README.FreeBSD Xshare/doc/omniORB/ReleaseNote_omniORB_303 Xshare/doc/omniORB/ReleaseNote_omniNotify_11_beta Xshare/doc/omniORB/tex/cover.tex Xshare/doc/omniORB/tex/ode.tex Xshare/doc/omniORB/tex/omniORB.bib Xshare/doc/omniORB/tex/omniORB.tex Xshare/doc/omniORB/tex/omniParTcl.tex Xshare/doc/omniORB/tex/omniidl.tex Xshare/doc/omniORB/tex/omnithread.tex Xshare/doc/omniORB/omniNames.html Xshare/doc/omniORB/omniNames.pdf Xshare/doc/omniORB/omniNames.ps Xshare/doc/omniORB/omniNames.tex Xshare/doc/omniORB/omniORB.pdf Xshare/doc/omniORB/omniORB.ps Xshare/doc/omniORB/omniidl.html Xshare/doc/omniORB/omniidl.pdf Xshare/doc/omniORB/omniidl.ps Xshare/doc/omniORB/omnithread.html Xshare/doc/omniORB/omnithread.pdf Xshare/doc/omniORB/omnithread.ps Xshare/doc/omniORB/omnithread.tex Xshare/doc/omniORB/utilities.html Xshare/doc/omniORB/utilities.pdf Xshare/doc/omniORB/omniORB/contents_motif.gif Xshare/doc/omniORB/omniORB/index.html Xshare/doc/omniORB/omniORB/next_motif.gif Xshare/doc/omniORB/omniORB/omniORB001.html Xshare/doc/omniORB/omniORB/omniORB002.html Xshare/doc/omniORB/omniORB/omniORB003.html Xshare/doc/omniORB/omniORB/omniORB004.html Xshare/doc/omniORB/omniORB/omniORB005.html Xshare/doc/omniORB/omniORB/omniORB006.html Xshare/doc/omniORB/omniORB/omniORB007.html Xshare/doc/omniORB/omniORB/omniORB008.html Xshare/doc/omniORB/omniORB/omniORB009.html Xshare/doc/omniORB/omniORB/omniORB010.html Xshare/doc/omniORB/omniORB/omniORB011.html Xshare/doc/omniORB/omniORB/omniORB012.html Xshare/doc/omniORB/omniORB/omniORB013.html Xshare/doc/omniORB/omniORB/omniORB014.html Xshare/doc/omniORB/omniORB/previous_motif.gif Xshare/doc/omniORB/utilities.ps Xshare/doc/omniORB/utilities.tex Xshare/examples/omniORB/omniNotify/examples/struct_push_supplier Xshare/examples/omniORB/omniNotify/examples/GNUmakefile Xshare/examples/omniORB/omniNotify/examples/get_channel.h Xshare/examples/omniORB/omniNotify/examples/struct_push_consumer.cc Xshare/examples/omniORB/omniNotify/examples/batch_pull_consumer.cc Xshare/examples/omniORB/omniNotify/examples/sample_clients.cc Xshare/examples/omniORB/omniNotify/examples/READING_THE_CODE Xshare/examples/omniORB/omniNotify/examples/legacy_clients.h Xshare/examples/omniORB/omniNotify/examples/batch_pull_supplier.cc Xshare/examples/omniORB/omniNotify/examples/sample_functions.h Xshare/examples/omniORB/omniNotify/examples/sample_functions.cc Xshare/examples/omniORB/omniNotify/examples/README Xshare/examples/omniORB/omniNotify/examples/legacy_push_consumer.cc Xshare/examples/omniORB/omniNotify/examples/sample_clients.h Xshare/examples/omniORB/omniNotify/examples/any_pull_consumer.cc Xshare/examples/omniORB/omniNotify/examples/any_pull_supplier.cc Xshare/examples/omniORB/omniNotify/examples/demo_add_filter.cc Xshare/examples/omniORB/omniNotify/examples/legacy_push_supplier.cc Xshare/examples/omniORB/omniNotify/examples/legacy_pull_supplier.cc Xshare/examples/omniORB/omniNotify/examples/any_push_supplier.cc Xshare/examples/omniORB/omniNotify/examples/any_push_consumer.cc Xshare/examples/omniORB/omniNotify/examples/legacy_pull_consumer.cc Xshare/examples/omniORB/omniNotify/examples/dir.mk Xshare/examples/omniORB/omniNotify/examples/all_cosnotify_clients.cc Xshare/examples/omniORB/omniNotify/examples/legacy_clients.cc Xshare/examples/omniORB/omniNotify/examples/demo_subscription_change.cc Xshare/examples/omniORB/omniNotify/examples/main_program.h Xshare/examples/omniORB/omniNotify/examples/batch_push_supplier.cc Xshare/examples/omniORB/omniNotify/examples/batch_push_consumer.cc Xshare/examples/omniORB/omniNotify/examples/demo_offer_change.cc Xshare/examples/omniORB/omniNotify/examples/struct_pull_consumer.cc Xshare/examples/omniORB/omniNotify/examples/parse_cmd_line.h Xshare/examples/omniORB/omniNotify/examples/struct_pull_supplier.cc Xshare/examples/omniORB/omniNotify/examples/demo_add_filter Xshare/examples/omniORB/omniNotify/examples/all_cosnotify_clients.d Xshare/examples/omniORB/omniNotify/examples/struct_push_supplier.d Xshare/examples/omniORB/omniNotify/examples/struct_push_consumer.d Xshare/examples/omniORB/omniNotify/examples/struct_pull_supplier.d Xshare/examples/omniORB/omniNotify/examples/struct_pull_consumer.d Xshare/examples/omniORB/omniNotify/examples/legacy_push_supplier.d Xshare/examples/omniORB/omniNotify/examples/legacy_push_consumer.d Xshare/examples/omniORB/omniNotify/examples/legacy_pull_supplier.d Xshare/examples/omniORB/omniNotify/examples/legacy_pull_consumer.d Xshare/examples/omniORB/omniNotify/examples/batch_push_supplier.d Xshare/examples/omniORB/omniNotify/examples/batch_push_consumer.d Xshare/examples/omniORB/omniNotify/examples/batch_pull_supplier.d Xshare/examples/omniORB/omniNotify/examples/batch_pull_consumer.d Xshare/examples/omniORB/omniNotify/examples/any_push_supplier.d Xshare/examples/omniORB/omniNotify/examples/any_push_consumer.d Xshare/examples/omniORB/omniNotify/examples/any_pull_supplier.d Xshare/examples/omniORB/omniNotify/examples/any_pull_consumer.d Xshare/examples/omniORB/omniNotify/examples/demo_subscription_change.d Xshare/examples/omniORB/omniNotify/examples/demo_offer_change.d Xshare/examples/omniORB/omniNotify/examples/demo_add_filter.d Xshare/examples/omniORB/omniNotify/examples/legacy_clients.d Xshare/examples/omniORB/omniNotify/examples/sample_clients.d Xshare/examples/omniORB/omniNotify/examples/sample_functions.d Xshare/examples/omniORB/omniNotify/examples/all_cosnotify_clients.o Xshare/examples/omniORB/omniNotify/examples/sample_clients.o Xshare/examples/omniORB/omniNotify/examples/sample_functions.o Xshare/examples/omniORB/omniNotify/examples/all_cosnotify_clients Xshare/examples/omniORB/omniNotify/examples/demo_add_filter.o Xshare/examples/omniORB/omniNotify/examples/demo_offer_change.o Xshare/examples/omniORB/omniNotify/examples/demo_offer_change Xshare/examples/omniORB/omniNotify/examples/demo_subscription_change.o Xshare/examples/omniORB/omniNotify/examples/demo_subscription_change Xshare/examples/omniORB/omniNotify/examples/any_pull_consumer.o Xshare/examples/omniORB/omniNotify/examples/any_pull_consumer Xshare/examples/omniORB/omniNotify/examples/any_pull_supplier.o Xshare/examples/omniORB/omniNotify/examples/any_pull_supplier Xshare/examples/omniORB/omniNotify/examples/any_push_consumer.o Xshare/examples/omniORB/omniNotify/examples/any_push_consumer Xshare/examples/omniORB/omniNotify/examples/any_push_supplier.o Xshare/examples/omniORB/omniNotify/examples/any_push_supplier Xshare/examples/omniORB/omniNotify/examples/batch_pull_consumer.o Xshare/examples/omniORB/omniNotify/examples/batch_pull_consumer Xshare/examples/omniORB/omniNotify/examples/batch_pull_supplier.o Xshare/examples/omniORB/omniNotify/examples/batch_pull_supplier Xshare/examples/omniORB/omniNotify/examples/batch_push_consumer.o Xshare/examples/omniORB/omniNotify/examples/batch_push_consumer Xshare/examples/omniORB/omniNotify/examples/batch_push_supplier.o Xshare/examples/omniORB/omniNotify/examples/batch_push_supplier Xshare/examples/omniORB/omniNotify/examples/legacy_pull_consumer.o Xshare/examples/omniORB/omniNotify/examples/legacy_clients.o Xshare/examples/omniORB/omniNotify/examples/legacy_pull_consumer Xshare/examples/omniORB/omniNotify/examples/legacy_pull_supplier.o Xshare/examples/omniORB/omniNotify/examples/legacy_pull_supplier Xshare/examples/omniORB/omniNotify/examples/legacy_push_consumer.o Xshare/examples/omniORB/omniNotify/examples/legacy_push_consumer Xshare/examples/omniORB/omniNotify/examples/legacy_push_supplier.o Xshare/examples/omniORB/omniNotify/examples/legacy_push_supplier Xshare/examples/omniORB/omniNotify/examples/struct_pull_consumer.o Xshare/examples/omniORB/omniNotify/examples/struct_pull_consumer Xshare/examples/omniORB/omniNotify/examples/struct_pull_supplier.o Xshare/examples/omniORB/omniNotify/examples/struct_pull_supplier Xshare/examples/omniORB/omniNotify/examples/struct_push_consumer.o Xshare/examples/omniORB/omniNotify/examples/struct_push_consumer Xshare/examples/omniORB/omniNotify/examples/struct_push_supplier.o Xshare/examples/omniORB/omniNotify/examples/struct_push_supplier.cc Xshare/examples/omniORB/examples/anyExample/dir.mk Xshare/examples/omniORB/examples/anyExample/anyExample.idl Xshare/examples/omniORB/examples/anyExample/anyExample.pkg Xshare/examples/omniORB/examples/anyExample/anyExample_clt.cc Xshare/examples/omniORB/examples/anyExample/anyExample_clt.module Xshare/examples/omniORB/examples/anyExample/anyExample_impl.cc Xshare/examples/omniORB/examples/anyExample/anyExample_impl.module Xshare/examples/omniORB/examples/anyExample/dir.mak Xshare/examples/omniORB/examples/anyExample/GNUmakefile Xshare/examples/omniORB/examples/thread/thrspecdata.cc Xshare/examples/omniORB/examples/thread/README Xshare/examples/omniORB/examples/thread/diner.cc Xshare/examples/omniORB/examples/thread/diner.pkg Xshare/examples/omniORB/examples/thread/dir.mak Xshare/examples/omniORB/examples/thread/dir.mk Xshare/examples/omniORB/examples/thread/prio.cc Xshare/examples/omniORB/examples/thread/prodcons.cc Xshare/examples/omniORB/examples/thread/threadtests.module Xshare/examples/omniORB/examples/thread/GNUmakefile Xshare/examples/omniORB/examples/poa/implicit_activation/GNUmakefile Xshare/examples/omniORB/examples/poa/implicit_activation/dir.mak Xshare/examples/omniORB/examples/poa/implicit_activation/dir.mk Xshare/examples/omniORB/examples/poa/implicit_activation/eg1.cc Xshare/examples/omniORB/examples/poa/persistent_objref/GNUmakefile Xshare/examples/omniORB/examples/poa/persistent_objref/dir.mak Xshare/examples/omniORB/examples/poa/persistent_objref/dir.mk Xshare/examples/omniORB/examples/poa/persistent_objref/eg2_impl.cc Xshare/examples/omniORB/examples/poa/servant_manager/GNUmakefile Xshare/examples/omniORB/examples/poa/servant_manager/dir.mak Xshare/examples/omniORB/examples/poa/servant_manager/dir.mk Xshare/examples/omniORB/examples/poa/servant_manager/servant_activator.cc Xshare/examples/omniORB/examples/poa/servant_manager/servant_locator.cc Xshare/examples/omniORB/examples/poa/GNUmakefile Xshare/examples/omniORB/examples/poa/dir.mk Xshare/examples/omniORB/examples/poa/README Xshare/examples/omniORB/examples/poa/dir.mak Xshare/examples/omniORB/examples/partcl/GNUmakefile Xshare/examples/omniORB/examples/partcl/dir.mk Xshare/examples/omniORB/examples/partcl/ptt.tcl Xshare/examples/omniORB/examples/partcl/pttwish.cc Xshare/examples/omniORB/examples/lifecycle/OBSOLETE Xshare/examples/omniORB/examples/call_back/echo_callback.idl Xshare/examples/omniORB/examples/call_back/README Xshare/examples/omniORB/examples/call_back/cb_client.cc Xshare/examples/omniORB/examples/call_back/cb_server.cc Xshare/examples/omniORB/examples/call_back/cb_shutdown.cc Xshare/examples/omniORB/examples/call_back/dir.mak Xshare/examples/omniORB/examples/call_back/dir.mk Xshare/examples/omniORB/examples/call_back/GNUmakefile Xshare/examples/omniORB/examples/boa/GNUmakefile Xshare/examples/omniORB/examples/boa/becho.idl Xshare/examples/omniORB/examples/boa/dir.mak Xshare/examples/omniORB/examples/boa/dir.mk Xshare/examples/omniORB/examples/boa/eg2_clt.cc Xshare/examples/omniORB/examples/boa/eg2_impl.cc Xshare/examples/omniORB/examples/dsi/GNUmakefile Xshare/examples/omniORB/examples/dsi/dir.mak Xshare/examples/omniORB/examples/dsi/dir.mk Xshare/examples/omniORB/examples/dsi/echo_dsiimpl.cc Xshare/examples/omniORB/examples/echo/eg3_tieimpl.cc Xshare/examples/omniORB/examples/echo/README Xshare/examples/omniORB/examples/echo/dir.mak Xshare/examples/omniORB/examples/echo/dir.mk Xshare/examples/omniORB/examples/echo/echo.idl Xshare/examples/omniORB/examples/echo/echoexamples.module Xshare/examples/omniORB/examples/echo/eg1.cc Xshare/examples/omniORB/examples/echo/eg2_clt.cc Xshare/examples/omniORB/examples/echo/eg2_impl.cc Xshare/examples/omniORB/examples/echo/eg3_clt.cc Xshare/examples/omniORB/examples/echo/eg3_impl.cc Xshare/examples/omniORB/examples/echo/GNUmakefile Xshare/examples/omniORB/examples/dii/GNUmakefile Xshare/examples/omniORB/examples/dii/dir.mak Xshare/examples/omniORB/examples/dii/dir.mk Xshare/examples/omniORB/examples/dii/echo_diiclt.cc Xshare/examples/omniORB/examples/dir.mk Xshare/examples/omniORB/examples/dir.mak Xshare/examples/omniORB/examples/GNUmakefile X@dirrm include/omniORB3 X@dirrm include/omnithread X@dirrm share/doc/omniORB X@dirrm share/doc/omniORB/tex X@dirrm share/doc/omniORB/omniORB X@dirrm share/examples/omniORB X@dirrm share/examples/omniORB/omniNotify X@dirrm share/examples/omniORB/omniNotify/examples X@dirrm share/examples/omniORB/examples X@dirrm share/examples/omniORB/examples/anyExample X@dirrm share/examples/omniORB/examples/thread X@dirrm share/examples/omniORB/examples/poa X@dirrm share/examples/omniORB/examples/poa/implicit_activation X@dirrm share/examples/omniORB/examples/poa/persistent_objref X@dirrm share/examples/omniORB/examples/poa/servant_manager X@dirrm share/examples/omniORB/examples/partcl X@dirrm share/examples/omniORB/examples/lifecycle X@dirrm share/examples/omniORB/examples/call_back X@dirrm share/examples/omniORB/examples/boa X@dirrm share/examples/omniORB/examples/dsi X@dirrm share/examples/omniORB/examples/echo X@dirrm share/examples/omniORB/examples/dii END-of-omniORB-Notify/pkg-plist echo x - omniORB-Notify/distinfo sed 's/^X//' >omniORB-Notify/distinfo << 'END-of-omniORB-Notify/distinfo' XMD5 (omniNotify11b1.tar.gz) = b4b1ef0c05f178e0e93485f852467882 XMD5 (omniORB_303.tar.gz) = 221e68ca295c9bbcf2e23491a0d0dc2c END-of-omniORB-Notify/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message