Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 04:45:46 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06b8caf756e1 - main - net/yate: Fix fetch and update to 6.4.1git
Message-ID:  <202405120445.44C4jkIS074277@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06b8caf756e142088907a9b28ac693139bb44ebb

commit 06b8caf756e142088907a9b28ac693139bb44ebb
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-12 04:30:32 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-12 04:30:32 +0000

    net/yate: Fix fetch and update to 6.4.1git
    
    This is still maintained and interesting as an alternate SIP stack and
    legacy telephony protocols.
---
 net/yate/Makefile                                  |  92 ++--
 net/yate/distinfo                                  |   6 +-
 net/yate/files/patch-Makefile.in                   |  19 +-
 net/yate/files/patch-configure.ac                  |   4 +-
 net/yate/files/patch-modules_Makefile.in           |   4 +-
 .../files/patch-modules_server_hep3__capture.cpp   |  11 +
 net/yate/pkg-plist                                 | 497 +--------------------
 7 files changed, 85 insertions(+), 548 deletions(-)

diff --git a/net/yate/Makefile b/net/yate/Makefile
index 694d51374214..298bac251beb 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -1,54 +1,58 @@
-PORTNAME=	yate
-PORTVERSION=	6.4.0
-PORTREVISION=	3
-CATEGORIES=	net
-MASTER_SITES=	http://yate.null.ro/tarballs/yate6/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-1
+PORTNAME=		yate
+DISTVERSION=		6.4.1
+DISTVERSIONSUFFIX=	-g${GH_TAGNAME}
+CATEGORIES=		net
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Yet Another Telephony Engine
-WWW=		http://yate.null.ro
+WWW=		http://yate.ro
 
 LICENSE=	GPLv2
 
-BROKEN=		Unfetchable
-DEPRECATED=	Abandoned upstream and unfetchable
-EXPIRATION_DATE=2024-05-31
-
-ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
-		libspeex.so:audio/speex \
-		libgsm.so:audio/gsm
+		libgsm.so:audio/gsm \
+		libspeex.so:audio/speex
 
 USES=		autoreconf bison gmake shebangfix
+USE_GITHUB=	yes
+GH_ACCOUNT=	yatevoip
+GH_TAGNAME=	e0a20c4
 USE_GCC=	yes
+USE_LDCONFIG=	yes
+USE_RC_SUBR=	yate
+
 SHEBANG_FILES=	share/scripts/banbrutes.php \
 		share/scripts/leavemail.php \
 		share/scripts/queue_in.php \
 		share/scripts/queue_out.php \
-		share/scripts/route.php \
-		share/scripts/tts.sh \
+		share/scripts/route.php share/scripts/tts.sh \
 		share/scripts/voicemail.php
-USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-CONFIGURE_ARGS=	--without-fdsize \
-		--without-libqt4 \
-		--with-zlib=/usr
-PLIST_SUB=	VERSION="${PORTVERSION}"
+GNU_CONFIGURE=			yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
+CONFIGURE_ARGS=	--with-zlib=/usr \
+		--without-fdsize \
+		--without-libqt4
+
+MAKE_JOBS_UNSAFE=	yes
 
-MAKE_JOBS_UNSAFE=yes
+CXXFLAGS+=	-Wno-register
 
+DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 SUB_FILES=	pkg-message
-USE_RC_SUBR=	yate
+
 USERS=		yate
 GROUPS=		yate
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 
-OPTIONS_DEFINE=	AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE
-OPTIONS_DEFAULT=SCTP
+PLIST_SUB=	VERSION="${PORTVERSION}"
+
+OPTIONS_DEFINE=		AMRNB DAHDI DOCS H323 ILBC MYSQL PGSQL SCTP SPANDSP \
+			SQLITE
+OPTIONS_DEFAULT=	SCTP
+OPTIONS_SUB=	yes
 
 AMRNB_DESC=	Adaptive Multi-Rate Narrowband support
 DAHDI_DESC=	Dahdi support
@@ -56,44 +60,44 @@ H323_DESC=	H323 software channel/protocol support
 ILBC_DESC=	iLBC narrowband speech codec support
 SCTP_DESC=	Stream Control Transmission Protocol support
 
-OPTIONS_SUB=	yes
-
-AMRNB_CONFIGURE_WITH=	amrnb=${LOCALBASE}
 AMRNB_LIB_DEPENDS=	libamrnb.so:audio/libamrnb
+AMRNB_CONFIGURE_WITH=	amrnb=${LOCALBASE}
 
+DAHDI_BUILD_DEPENDS=	${LOCALBASE}/include/dahdi/user.h:misc/dahdi \
+			libpri>=1.4.10:misc/libpri
+DAHDI_LIB_DEPENDS=	libopenr2.so:misc/openr2 \
+			libpri.so:misc/libpri
 DAHDI_CONFIGURE_ENABLE=	dahdi
-DAHDI_BUILD_DEPENDS=	libpri>=1.4.10:misc/libpri \
-			${LOCALBASE}/include/dahdi/user.h:misc/dahdi
-DAHDI_LIB_DEPENDS=	libpri.so:misc/libpri \
-			libopenr2.so:misc/openr2
 
-H323_CONFIGURE_WITH=	openh323=${LOCALBASE}
 H323_LIB_DEPENDS=	libopenh323.so:net/h323plus \
 			libpt.so:devel/ptlib
+H323_CONFIGURE_WITH=	openh323=${LOCALBASE}
 
-ILBC_CONFIGURE_ENABLE=	ilbc
 ILBC_LIB_DEPENDS=	libilbc.so:net/ilbc
+ILBC_CONFIGURE_ENABLE=	ilbc
 
-MYSQL_CONFIGURE_WITH=	mysql
 MYSQL_USES=		mysql ssl
+MYSQL_CONFIGURE_WITH=	mysql
 
-PGSQL_CONFIGURE_WITH=	libpq=${LOCALBASE}
 PGSQL_USES=		pgsql
+PGSQL_CONFIGURE_WITH=	libpq=${LOCALBASE}
 
 SCTP_CONFIGURE_ENABLE=	sctp
 
-SPANDSP_CONFIGURE_WITH=	spandsp
 SPANDSP_LIB_DEPENDS=	libspandsp.so:comms/spandsp
+SPANDSP_CONFIGURE_WITH=	spandsp
 
-SQLITE_CONFIGURE_WITH=	sqlite
 SQLITE_USES=		pkgconfig sqlite
+SQLITE_CONFIGURE_WITH=	sqlite
+
+_USES_configure+=	471:post-autoreconf
 
-post-extract:
-	@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
+post-autoreconf:
+	cd ${WRKSRC} && ./yate-config.sh
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.${PORTVERSION}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.*
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/*.yate
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/radio/*.yate
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/sig/*.yate
diff --git a/net/yate/distinfo b/net/yate/distinfo
index 377c6998de84..dddfa4f20496 100644
--- a/net/yate/distinfo
+++ b/net/yate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628007074
-SHA256 (yate-6.4.0-1.tar.gz) = 8c23dc6bffbf8d478db3a85964b5019771c8f6c9acf5220f3465516a748a03b0
-SIZE (yate-6.4.0-1.tar.gz) = 6169240
+TIMESTAMP = 1715483363
+SHA256 (yatevoip-yate-6.4.1-ge0a20c4-e0a20c4_GH0.tar.gz) = 588006708bd2a2cd82582706489d82f0ecc2c3863c4e8e684f0282f773ad6917
+SIZE (yatevoip-yate-6.4.1-ge0a20c4-e0a20c4_GH0.tar.gz) = 4316401
diff --git a/net/yate/files/patch-Makefile.in b/net/yate/files/patch-Makefile.in
index 934c5db134c4..c0e4e41095ea 100644
--- a/net/yate/files/patch-Makefile.in
+++ b/net/yate/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2017-03-28 09:13:41 UTC
+--- Makefile.in.orig	2024-01-15 13:41:34 UTC
 +++ Makefile.in
-@@ -230,8 +230,8 @@ install-noconf: all
+@@ -235,8 +235,8 @@ install-noconf: all
  	for i in $(MAN8) ; do \
  	    install -m 0644 @srcdir@/docs/man/$$i "$(DESTDIR)$(mandir)/man8/" ; \
  	done
@@ -11,7 +11,20 @@
  	@mkdir -p "$(DESTDIR)$(incdir)/" && \
  	for i in $(INCS) ; do \
  	    install -m 0644 @srcdir@/$$i "$(DESTDIR)$(incdir)/" ; \
-@@ -270,7 +270,7 @@ uninstall uninstall-root:
+@@ -262,9 +262,9 @@ install-api: $(APIDOCS)
+ 
+ install-api: $(APIDOCS)
+ 	@mkdir -p "$(DESTDIR)$(docdir)/api/" && \
+-	install -m 0644 @srcdir@/docs/*.html "$(DESTDIR)$(docdir)/" && \
+-	test -f "$(APIINDEX)" && \
+-	install -m 0644 @srcdir@/docs/api/*.* "$(DESTDIR)$(docdir)/api/"
++	install -m 0644 @srcdir@/docs/*.html "$(DESTDIR)$(docdir)/" #&& \
++#	test -f "$(APIINDEX)" && \
++#	install -m 0644 @srcdir@/docs/api/*.* "$(DESTDIR)$(docdir)/api/"
+ 
+ uninstall uninstall-root:
+ 	@-for i in $(SLIBS) ; do \
+@@ -275,7 +275,7 @@ uninstall uninstall-root:
  	@-for i in $(PROGS) yate-config ; do \
  	    rm "$(DESTDIR)$(bindir)/$$i" ; \
  	done
diff --git a/net/yate/files/patch-configure.ac b/net/yate/files/patch-configure.ac
index aac4c2fa90a0..980b6363bad9 100644
--- a/net/yate/files/patch-configure.ac
+++ b/net/yate/files/patch-configure.ac
@@ -1,6 +1,6 @@
---- configure.ac.orig	2018-04-05 08:59:36 UTC
+--- configure.ac.orig	2024-01-15 13:41:34 UTC
 +++ configure.ac
-@@ -109,7 +109,8 @@ if [[ "x$ac_cv_no_overload_virt" = "xyes
+@@ -113,7 +113,8 @@ AC_MSG_RESULT([$ac_cv_no_overload_virt])
  fi
  AC_MSG_RESULT([$ac_cv_no_overload_virt])
  
diff --git a/net/yate/files/patch-modules_Makefile.in b/net/yate/files/patch-modules_Makefile.in
index 92edeeecb4e8..d023376ea4fd 100644
--- a/net/yate/files/patch-modules_Makefile.in
+++ b/net/yate/files/patch-modules_Makefile.in
@@ -1,6 +1,6 @@
---- modules/Makefile.in.orig	2021-02-09 15:56:37 UTC
+--- modules/Makefile.in.orig	2024-01-15 13:41:34 UTC
 +++ modules/Makefile.in
-@@ -374,7 +374,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_srcdir@/libs/y
+@@ -375,7 +375,7 @@ server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@
  server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp
  
  server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@
diff --git a/net/yate/files/patch-modules_server_hep3__capture.cpp b/net/yate/files/patch-modules_server_hep3__capture.cpp
new file mode 100644
index 000000000000..fab925b02f96
--- /dev/null
+++ b/net/yate/files/patch-modules_server_hep3__capture.cpp
@@ -0,0 +1,11 @@
+--- modules/server/hep3_capture.cpp.orig	2024-05-11 20:44:43 UTC
++++ modules/server/hep3_capture.cpp
+@@ -421,7 +421,7 @@ static const TokenDict s_ipTypes[] = {
+     {"unspecified", AF_UNSPEC},
+     {"local", AF_LOCAL},
+     {"unix", AF_UNIX},
+-    {"file", AF_FILE},
++    {"file", AF_LOCAL},
+     {"ipv4", AF_INET},
+     {"IPv4", AF_INET},
+     {"ipv6", AF_INET6},
diff --git a/net/yate/pkg-plist b/net/yate/pkg-plist
index dddd9f1e30be..8c0e99c8c1d6 100644
--- a/net/yate/pkg-plist
+++ b/net/yate/pkg-plist
@@ -24,6 +24,7 @@ bin/yate-config
 @sample %%ETCDIR%%/gvoice.conf.sample
 @sample %%ETCDIR%%/h323chan.conf.sample
 @sample %%ETCDIR%%/heartbeat.conf.sample
+@sample %%ETCDIR%%/hep3_capture.conf.sample
 @sample %%ETCDIR%%/isupmangler.conf.sample
 @sample %%ETCDIR%%/jabberclient.conf.sample
 @sample %%ETCDIR%%/jabberserver.conf.sample
@@ -138,6 +139,7 @@ lib/yate/server/sigtransport.yate
 lib/yate/server/analogdetect.yate
 lib/yate/server/cache.yate
 lib/yate/server/eventlogs.yate
+lib/yate/server/hep3_capture.yate
 %%DAHDI%%lib/yate/server/zapcard.yate
 %%SCTP%%lib/yate/server/lksctp.yate
 %%MYSQL%%lib/yate/server/mysqldb.yate
@@ -204,10 +206,6 @@ share/man/man8/yate-config.8.gz
 %%PORTDOCS%%%%DOCSDIR%%/extmodule.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/messages.html
-%%PORTDOCS%%%%DOCSDIR%%/api/index.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict64-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict64.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yatewiresniff_8h_source.html
 %%DATADIR%%/data/snmp_mib.conf
 %%DATADIR%%/data/NULL-TEAM-MIB.txt
 %%DATADIR%%/data/YATE-MIB.txt
@@ -563,493 +561,4 @@ share/man/man8/yate-config.8.gz
 %%DATADIR%%/sounds/ring.au
 %%DATADIR%%/sounds/ring.wav
 %%DATADIR%%/sounds/tone.wav
-%%PORTDOCS%%%%DOCSDIR%%/api/annotated.html
-%%PORTDOCS%%%%DOCSDIR%%/api/bc_s.png
-%%PORTDOCS%%%%DOCSDIR%%/api/bdwn.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Atom-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Atom.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallAccount-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallAccount.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Complex-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Complex.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Debugger-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Debugger.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Engine-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Engine.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1EngineCheck-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1EngineCheck.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Flags32-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Flags32.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1FormatRepository-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1FormatRepository.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ListIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ListIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock2-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock2.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Math-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Math.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MutexPool-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MutexPool.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Random-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Random.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Resolver-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Resolver.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SysUsage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SysUsage.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TempObjectCounter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TempObjectCounter.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Time-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Time.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UChar-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UChar.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText.html
-%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText.png
-%%PORTDOCS%%%%DOCSDIR%%/api/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/api/closed.png
-%%PORTDOCS%%%%DOCSDIR%%/api/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/api/doxygen.png
-%%PORTDOCS%%%%DOCSDIR%%/api/dynsections.js
-%%PORTDOCS%%%%DOCSDIR%%/api/files.html
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2blank.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2doc.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2folderclosed.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2folderopen.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2lastnode.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2link.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2mlastnode.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2mnode.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2node.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2plastnode.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2pnode.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2splitbar.png
-%%PORTDOCS%%%%DOCSDIR%%/api/ftv2vertline.png
-%%PORTDOCS%%%%DOCSDIR%%/api/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_b.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_c.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_d.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_e.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_f.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_b.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_c.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_d.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_e.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_f.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_g.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_h.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_i.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_j.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_k.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_l.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_m.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_n.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_o.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_p.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_q.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_r.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_s.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_t.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_u.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_v.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_w.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_x.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_y.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_z.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_~.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_g.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_h.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_i.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_j.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_k.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_l.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_m.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_n.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_o.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_p.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_q.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_r.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_s.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_t.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_u.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_v.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_w.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_x.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_y.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_z.html
-%%PORTDOCS%%%%DOCSDIR%%/api/functions_~.html
-%%PORTDOCS%%%%DOCSDIR%%/api/hierarchy.html
-%%PORTDOCS%%%%DOCSDIR%%/api/jquery.js
-%%PORTDOCS%%%%DOCSDIR%%/api/namespaceTelEngine.html
-%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers.html
-%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_func.html
-%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_type.html
-%%PORTDOCS%%%%DOCSDIR%%/api/namespaces.html
-%%PORTDOCS%%%%DOCSDIR%%/api/nav_f.png
-%%PORTDOCS%%%%DOCSDIR%%/api/nav_g.png
-%%PORTDOCS%%%%DOCSDIR%%/api/nav_h.png
-%%PORTDOCS%%%%DOCSDIR%%/api/open.png
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1FormatInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1FormatInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1ImageInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1ImageInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TranslatorCaps-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TranslatorCaps.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1XmlEscape-members.html
-%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1XmlEscape.html
-%%PORTDOCS%%%%DOCSDIR%%/api/sync_off.png
-%%PORTDOCS%%%%DOCSDIR%%/api/sync_on.png
-%%PORTDOCS%%%%DOCSDIR%%/api/tab_a.png
-%%PORTDOCS%%%%DOCSDIR%%/api/tab_b.png
-%%PORTDOCS%%%%DOCSDIR%%/api/tab_h.png
-%%PORTDOCS%%%%DOCSDIR%%/api/tab_s.png
-%%PORTDOCS%%%%DOCSDIR%%/api/tabs.css
-%%PORTDOCS%%%%DOCSDIR%%/api/yatecbase_8h_source.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yateclass_8h_source.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yatemath_8h_source.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yatemime_8h_source.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yatengine_8h_source.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yatephone_8h_source.html
-%%PORTDOCS%%%%DOCSDIR%%/api/yatexml_8h_source.html
+%%PORTDOCS%%@dir %%DOCSDIR%%/api



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405120445.44C4jkIS074277>