aboutsummaryrefslogtreecommitdiffstats
path: root/devel/omniNotify
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-12-12 06:27:09 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-12-12 06:27:09 +0800
commitf9c9783492052f4e567fe1d245e86af8b9aa7f49 (patch)
tree158273f28155e22344deef656ae30726f9c476b0 /devel/omniNotify
parentf513b101677386bbcccb14f76912ad6ad3778098 (diff)
downloadfreebsd-ports-gnome-f9c9783492052f4e567fe1d245e86af8b9aa7f49.tar.gz
freebsd-ports-gnome-f9c9783492052f4e567fe1d245e86af8b9aa7f49.tar.zst
freebsd-ports-gnome-f9c9783492052f4e567fe1d245e86af8b9aa7f49.zip
- Fix pkg-plist in NOPORTEXAMPLES case
Reported by: QAT
Diffstat (limited to 'devel/omniNotify')
-rw-r--r--devel/omniNotify/Makefile2
-rw-r--r--devel/omniNotify/pkg-plist328
2 files changed, 165 insertions, 165 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile
index 301b9edf37fa..9ede9ef6bf1d 100644
--- a/devel/omniNotify/Makefile
+++ b/devel/omniNotify/Makefile
@@ -48,7 +48,7 @@ post-patch:
${WRKSRC}/mk/beforeauto.mk.in
post-install:
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC}/examples && ${FIND} . -not -name .cvsignore \
| ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
diff --git a/devel/omniNotify/pkg-plist b/devel/omniNotify/pkg-plist
index c64601f3c47b..0f757f69b716 100644
--- a/devel/omniNotify/pkg-plist
+++ b/devel/omniNotify/pkg-plist
@@ -60,168 +60,168 @@ lib/libCOSNotify4.a
lib/libCOSNotify4.so
lib/libCOSNotify4.so.0
lib/libCOSNotify4.so.0.1
-%%EXAMPLESDIR%%/GNUmakefile
-%%EXAMPLESDIR%%/GNUmakefile.in
-%%EXAMPLESDIR%%/READING_THE_CODE
-%%EXAMPLESDIR%%/README
-%%EXAMPLESDIR%%/all_cosnotify_clients.cc
-%%EXAMPLESDIR%%/any_pull_consumer.cc
-%%EXAMPLESDIR%%/any_pull_supplier.cc
-%%EXAMPLESDIR%%/any_push_consumer.cc
-%%EXAMPLESDIR%%/any_push_supplier.cc
-%%EXAMPLESDIR%%/batch_pull_consumer.cc
-%%EXAMPLESDIR%%/batch_pull_supplier.cc
-%%EXAMPLESDIR%%/batch_push_consumer.cc
-%%EXAMPLESDIR%%/batch_push_supplier.cc
-%%EXAMPLESDIR%%/cosnotify_tests/COPYING
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPullCon.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPullSup.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPushCon.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPushSup.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPullCon.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPullSup.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPushCon.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPushSup.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/CliMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/ConMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/NOTES
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/PingCliMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/PullConMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/PullSupMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/PushSupMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPullCon.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPullSup.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPushCon.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPushSup.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/SupMixin.py
-%%EXAMPLESDIR%%/cosnotify_tests/Clients/__init__.py
-%%EXAMPLESDIR%%/cosnotify_tests/Config/InterFilterCases.py
-%%EXAMPLESDIR%%/cosnotify_tests/Config/StandAloneCases.py
-%%EXAMPLESDIR%%/cosnotify_tests/Config/SupConCases.py
-%%EXAMPLESDIR%%/cosnotify_tests/Config/TopConf.py
-%%EXAMPLESDIR%%/cosnotify_tests/Config/__init__.py
-%%EXAMPLESDIR%%/cosnotify_tests/CorbaLocTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/DestroyServer.py
-%%EXAMPLESDIR%%/cosnotify_tests/DoCommandTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/FilterIDTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/FooTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numaddeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numdiveq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numge.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numgt.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numle.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numlt.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_nummuleq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numne.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numsubeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MySt.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_dotid_longeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_dotid_streq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagdef_boolneq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagid_index_streq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagid_longeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_LENGTH.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_EXIST.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_IN.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq_AND.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq_NOT.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq_OR.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_longeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_shorteq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_streq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_divbyzero.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numaddeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numdiveq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numge.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numgt.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numle.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numlt.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_nummuleq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numne.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numsubeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_streq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_strne.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_substr.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_StockBondTicker_dnameeq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_StockBondTicker_fieldstreq.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_ULEvent.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/ConstraintCheck.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/GetConstraintsCheck.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/GrammarCheck.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/NOTES
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_Double.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_Float.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_Long.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_MySt.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_MyUnType.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_String.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_ULong.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_StockBondTicker.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_ULEvent.py
-%%EXAMPLESDIR%%/cosnotify_tests/Helpers/__init__.py
-%%EXAMPLESDIR%%/cosnotify_tests/README
-%%EXAMPLESDIR%%/cosnotify_tests/RunTests.py
-%%EXAMPLESDIR%%/cosnotify_tests/Stubs/__init__.py
-%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkall.py
-%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkattstubs.py
-%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkcosstubs.py
-%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkstubs.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/ChanUtils.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/CliUtils.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/DummyEvent.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/InterFilterTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/NumUtils.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/PropUtils.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/StandAloneTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/StockBondUtils.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/SupConTest.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/TestStats.py
-%%EXAMPLESDIR%%/cosnotify_tests/Utils/__init__.py
-%%EXAMPLESDIR%%/cosnotify_tests/idl/AttNotification.idl
-%%EXAMPLESDIR%%/cosnotify_tests/idl/MyPushTest.idl
-%%EXAMPLESDIR%%/cosnotify_tests/idl/MyStTest.idl
-%%EXAMPLESDIR%%/cosnotify_tests/idl/MyUnTest.idl
-%%EXAMPLESDIR%%/cosnotify_tests/run10.py
-%%EXAMPLESDIR%%/cosnotify_tests/run_range.py
-%%EXAMPLESDIR%%/cosnotify_tests/run_tests.py
-%%EXAMPLESDIR%%/cosnotify_tests/sanity_check.py
-%%EXAMPLESDIR%%/demo_add_filter.cc
-%%EXAMPLESDIR%%/demo_offer_change.cc
-%%EXAMPLESDIR%%/demo_subscription_change.cc
-%%EXAMPLESDIR%%/dir.mk
-%%EXAMPLESDIR%%/get_channel.h
-%%EXAMPLESDIR%%/getopt_impl.h
-%%EXAMPLESDIR%%/legacy_clients.cc
-%%EXAMPLESDIR%%/legacy_clients.h
-%%EXAMPLESDIR%%/legacy_pull_consumer.cc
-%%EXAMPLESDIR%%/legacy_pull_supplier.cc
-%%EXAMPLESDIR%%/legacy_push_consumer.cc
-%%EXAMPLESDIR%%/legacy_push_supplier.cc
-%%EXAMPLESDIR%%/main_program.h
-%%EXAMPLESDIR%%/ndadmin.cc
-%%EXAMPLESDIR%%/orb_init_name.h
-%%EXAMPLESDIR%%/parse_cmd_line.h
-%%EXAMPLESDIR%%/s512_push_consumer.cc
-%%EXAMPLESDIR%%/s512_push_supplier.cc
-%%EXAMPLESDIR%%/sample_clients.cc
-%%EXAMPLESDIR%%/sample_clients.h
-%%EXAMPLESDIR%%/sample_functions.cc
-%%EXAMPLESDIR%%/sample_functions.h
-%%EXAMPLESDIR%%/some_notify_clients.cc
-%%EXAMPLESDIR%%/struct_pull_consumer.cc
-%%EXAMPLESDIR%%/struct_pull_supplier.cc
-%%EXAMPLESDIR%%/struct_push_consumer.cc
-%%EXAMPLESDIR%%/struct_push_supplier.cc
-%%EXAMPLESDIR%%/ten_any_pull_consumers.cc
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests/idl
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Utils
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Stubs
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Helpers
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Config
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Clients
-@dirrm %%EXAMPLESDIR%%/cosnotify_tests
-@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/GNUmakefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/GNUmakefile.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/READING_THE_CODE
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/all_cosnotify_clients.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/any_pull_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/any_pull_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/any_push_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/any_push_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/batch_pull_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/batch_pull_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/batch_push_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/batch_push_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/COPYING
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPullCon.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPullSup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPushCon.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/AnyPushSup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPullCon.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPullSup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPushCon.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/BatchPushSup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/CliMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/ConMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/NOTES
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/PingCliMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/PullConMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/PullSupMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/PushSupMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPullCon.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPullSup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPushCon.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/StructPushSup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/SupMixin.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Clients/__init__.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Config/InterFilterCases.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Config/StandAloneCases.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Config/SupConCases.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Config/TopConf.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Config/__init__.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/CorbaLocTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/DestroyServer.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/DoCommandTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/FilterIDTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/FooTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numaddeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numdiveq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numge.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numgt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numle.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numlt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_nummuleq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numne.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_Double_numsubeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MySt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_dotid_longeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_dotid_streq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagdef_boolneq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagid_index_streq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagid_longeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_LENGTH.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_EXIST.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_IN.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq_AND.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq_NOT.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_index_streq_OR.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_longeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_shorteq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_MyUnType_tagnum_streq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_divbyzero.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numaddeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numdiveq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numge.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numgt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numle.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numlt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_nummuleq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numne.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_numsubeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_streq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_strne.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_Any_substr.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_StockBondTicker_dnameeq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_StockBondTicker_fieldstreq.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Con_ULEvent.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/ConstraintCheck.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/GetConstraintsCheck.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/GrammarCheck.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/NOTES
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_Double.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_Float.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_Long.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_MySt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_MyUnType.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_String.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_Any_ULong.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_StockBondTicker.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/Sup_ULEvent.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Helpers/__init__.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/RunTests.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Stubs/__init__.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkall.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkattstubs.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkcosstubs.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Stubs/mkstubs.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/ChanUtils.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/CliUtils.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/DummyEvent.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/InterFilterTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/NumUtils.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/PropUtils.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/StandAloneTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/StockBondUtils.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/SupConTest.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/TestStats.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/Utils/__init__.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/idl/AttNotification.idl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/idl/MyPushTest.idl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/idl/MyStTest.idl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/idl/MyUnTest.idl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/run10.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/run_range.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/run_tests.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosnotify_tests/sanity_check.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_add_filter.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_offer_change.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_subscription_change.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dir.mk
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/get_channel.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getopt_impl.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy_clients.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy_clients.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy_pull_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy_pull_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy_push_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy_push_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/main_program.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ndadmin.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orb_init_name.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parse_cmd_line.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/s512_push_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/s512_push_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample_clients.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample_clients.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample_functions.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample_functions.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/some_notify_clients.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/struct_pull_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/struct_pull_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/struct_push_consumer.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/struct_push_supplier.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ten_any_pull_consumers.cc
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests/idl
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Utils
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Stubs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Helpers
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Config
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests/Clients
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cosnotify_tests
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm include/omniNotify