ports/59887: [NEW PORT] devel/opentop: A cross-platform C++ framework library

Sergey Matveychuk sem at ciam.ru
Tue Dec 2 02:10:30 UTC 2003


>Number:         59887
>Category:       ports
>Synopsis:       [NEW PORT] devel/opentop: A cross-platform C++ framework library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 01 18:10:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Nov 21 07:47:47 MSK 2003
>Description:
OpenTop contains framework classes that provide the features you need
to write network-centric, web-enabled and internationalized applications
in C++. It enables you to:

* create network clients and servers using either raw socket facilities
  or higher-level protocols such as HTTP and FTP. 
* create multi-threaded applications and manage synchronization between
  threads using simple but effective threading abstractions which are
  common to all platforms. 
* use the full Unicode character range, using built-in character types
  and standard string classes. 
* use byte and character streams and manipulate files using an API
  inspired by the excellent java.io package. 
* take advantage of its open architecture by registering your own
  (or third-party) classes to perform custom processing. 
* write portable applications and extension libraries. OpenTop is
  an ideal base on which to deliver cross-platform solutions, benefitting
  independent software vendors and corporate IT departments. 
* integrate XML into your C++ applications with the C++ XML Toolkit
  extension library. 

WWW: http://www.elcel.com/products/opentop/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- opentop-1.3.0.shar begins here ---
# 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:
#
#	opentop
#	opentop/Makefile
#	opentop/distinfo
#	opentop/pkg-descr
#	opentop/pkg-plist
#
echo c - opentop
mkdir -p opentop > /dev/null 2>&1
echo x - opentop/Makefile
sed 's/^X//' >opentop/Makefile << 'END-of-opentop/Makefile'
X# New ports collection makefile for:	opentop
X# Date created:				17 November 2003
X# Whom:					Sergey Matveychuk <sem at ciam.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	opentop
XPORTVERSION=	1.3.0
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	open-top
XDISTNAME=	${PORTNAME}-${PORTVERSION:C|\.|-|g}
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
X		${DOCDIST}${EXTRACT_SUFX}
X
XMAINTAINER=	sem at ciam.ru
XCOMMENT=	A cross-platform C++ framework library
X
XUSE_REINPLACE=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XINSTALLS_SHLIB=	yes
X
XDOCDIST=	${PORTNAME}-api-${PORTVERSION:C|\.[0-9]$||:C|\.|-|g}
X
XWCHAR=	"@comment "
XSTATIC=	"@comment "
XDEBUG=	"@comment "
X
XALL_TARGET=	release_multi_char_shared
X
X.if defined(WITH_WCHAR)
XALL_TARGET+=	release_multi_wchar_shared
XWCHAR=	""
X.endif
X.if defined(WITH_DEBUG)
XALL_TARGET+=	debug_multi_char_shared
X.if defined(WITH_WCHAR)
XALL_TARGET+=	debug_multi_wchar_shared
X.endif
XDEBUG=	""
X.endif
X
XPLIST_SUB+=	WCHAR=${WCHAR} DEBUG=${DEBUG}
X
Xpost-patch:
X	@${REINPLACE_CMD} "s/-O3/${CFLAGS}/" \
X		${WRKSRC}/buildtools/cxx_compiler_options \
X		${WRKSRC}/buildtools/gcc_compiler_options
X
Xdo-install:
X	${MKDIR} ${PREFIX}/include/${PORTNAME}
X	cd ${WRKSRC}; ${FIND} ot -name *.h -print | ${TAR} cTf - - | \
X			${TAR} xUCf ${PREFIX}/include/${PORTNAME} -
X	${INSTALL_PROGRAM} ${WRKSRC}/lib/*.so ${PREFIX}/lib
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@cd ${WRKDIR}/${DOCDIST}/html; ${TAR} cf - . | ${TAR} xUCf ${DOCSDIR} -
X.endif
X
X.include <bsd.port.mk>
END-of-opentop/Makefile
echo x - opentop/distinfo
sed 's/^X//' >opentop/distinfo << 'END-of-opentop/distinfo'
XMD5 (opentop-1-3-0.tar.gz) = b1aa1e140f5eb912e832ac453e6acc21
XMD5 (opentop-api-1-3.tar.gz) = 059b4300f193ac6d4e21f74cc9d894d2
END-of-opentop/distinfo
echo x - opentop/pkg-descr
sed 's/^X//' >opentop/pkg-descr << 'END-of-opentop/pkg-descr'
XOpenTop contains framework classes that provide the features you need
Xto write network-centric, web-enabled and internationalized applications
Xin C++. It enables you to:
X
X* create network clients and servers using either raw socket facilities
X  or higher-level protocols such as HTTP and FTP. 
X* create multi-threaded applications and manage synchronization between
X  threads using simple but effective threading abstractions which are
X  common to all platforms. 
X* use the full Unicode character range, using built-in character types
X  and standard string classes. 
X* use byte and character streams and manipulate files using an API
X  inspired by the excellent java.io package. 
X* take advantage of its open architecture by registering your own
X  (or third-party) classes to perform custom processing. 
X* write portable applications and extension libraries. OpenTop is
X  an ideal base on which to deliver cross-platform solutions, benefitting
X  independent software vendors and corporate IT departments. 
X* integrate XML into your C++ applications with the C++ XML Toolkit
X  extension library. 
X
XWWW: http://www.elcel.com/products/opentop/
END-of-opentop/pkg-descr
echo x - opentop/pkg-plist
sed 's/^X//' >opentop/pkg-plist << 'END-of-opentop/pkg-plist'
Xinclude/opentop/ot/auxil/BasicOption.h
Xinclude/opentop/ot/auxil/BooleanOption.h
Xinclude/opentop/ot/auxil/CommandLineException.h
Xinclude/opentop/ot/auxil/CommandLineOption.h
Xinclude/opentop/ot/auxil/CommandLineParser.h
Xinclude/opentop/ot/auxil/FileMessageFactory.h
Xinclude/opentop/ot/auxil/MemCheckSystemMonitor.h
Xinclude/opentop/ot/auxil/MessageFactoryImpl.h
Xinclude/opentop/ot/auxil/MessageSet.h
Xinclude/opentop/ot/auxil/NetAccessHelper.h
Xinclude/opentop/ot/auxil/TraceHelper.h
Xinclude/opentop/ot/auxil/defs.h
Xinclude/opentop/ot/auxil/messages.h
Xinclude/opentop/ot/base/ArrayAutoPtr.h
Xinclude/opentop/ot/base/AtomicCounter.h
Xinclude/opentop/ot/base/AutoBuffer.h
Xinclude/opentop/ot/base/AutoLock.h
Xinclude/opentop/ot/base/AutoUnlock.h
Xinclude/opentop/ot/base/Character.h
Xinclude/opentop/ot/base/CodeConverterBase.h
Xinclude/opentop/ot/base/ConditionVariable.h
Xinclude/opentop/ot/base/Exception.h
Xinclude/opentop/ot/base/FastMutex.h
Xinclude/opentop/ot/base/IllegalArgumentException.h
Xinclude/opentop/ot/base/IllegalCharacterException.h
Xinclude/opentop/ot/base/IllegalMonitorStateException.h
Xinclude/opentop/ot/base/IllegalStateException.h
Xinclude/opentop/ot/base/IllegalThreadStateException.h
Xinclude/opentop/ot/base/InterruptedException.h
Xinclude/opentop/ot/base/ManagedObject.h
Xinclude/opentop/ot/base/MessageFactory.h
Xinclude/opentop/ot/base/Monitor.h
Xinclude/opentop/ot/base/Mutex.h
Xinclude/opentop/ot/base/NullPointerException.h
Xinclude/opentop/ot/base/NumUtils.h
Xinclude/opentop/ot/base/OSException.h
Xinclude/opentop/ot/base/ObjectManager.h
Xinclude/opentop/ot/base/RecursiveMutex.h
Xinclude/opentop/ot/base/RefPtr.h
Xinclude/opentop/ot/base/RefPtrMember.h
Xinclude/opentop/ot/base/Runnable.h
Xinclude/opentop/ot/base/RuntimeException.h
Xinclude/opentop/ot/base/String.h
Xinclude/opentop/ot/base/StringIterator.h
Xinclude/opentop/ot/base/StringUtils.h
Xinclude/opentop/ot/base/SynchronizedObject.h
Xinclude/opentop/ot/base/System.h
Xinclude/opentop/ot/base/SystemCodeConverter.h
Xinclude/opentop/ot/base/SystemMonitor.h
Xinclude/opentop/ot/base/SystemUtils.h
Xinclude/opentop/ot/base/Thread.h
Xinclude/opentop/ot/base/ThreadId.h
Xinclude/opentop/ot/base/ThreadLocal.h
Xinclude/opentop/ot/base/Tracer.h
Xinclude/opentop/ot/base/UnicodeCharacterType.h
Xinclude/opentop/ot/base/UnsupportedOperationException.h
Xinclude/opentop/ot/base/Win32Exception.h
Xinclude/opentop/ot/base/compdefs.h
Xinclude/opentop/ot/base/config.h
Xinclude/opentop/ot/base/debug.h
Xinclude/opentop/ot/base/defs.h
Xinclude/opentop/ot/base/gendefs.h
Xinclude/opentop/ot/base/libname.h
Xinclude/opentop/ot/base/stringfunc.h
Xinclude/opentop/ot/base/threaddefs.h
Xinclude/opentop/ot/base/version.h
Xinclude/opentop/ot/base/winconfig.h
Xinclude/opentop/ot/base/winincl.h
Xinclude/opentop/ot/cvt/ASCII8BitConverter.h
Xinclude/opentop/ot/cvt/ASCIIConverter.h
Xinclude/opentop/ot/cvt/CodeConverter.h
Xinclude/opentop/ot/cvt/CodeConverterFactory.h
Xinclude/opentop/ot/cvt/ISO88591Converter.h
Xinclude/opentop/ot/cvt/Simple8BitConverter.h
Xinclude/opentop/ot/cvt/UTF16Converter.h
Xinclude/opentop/ot/cvt/UTF8Converter.h
Xinclude/opentop/ot/cvt/UTF8codecvt.h
Xinclude/opentop/ot/cvt/defs.h
Xinclude/opentop/ot/io/AtomicReadException.h
Xinclude/opentop/ot/io/BufferedInputStream.h
Xinclude/opentop/ot/io/BufferedOutputStream.h
Xinclude/opentop/ot/io/BufferedReader.h
Xinclude/opentop/ot/io/BufferedWriter.h
Xinclude/opentop/ot/io/ByteArrayInputStream.h
Xinclude/opentop/ot/io/ByteArrayOutputStream.h
Xinclude/opentop/ot/io/CharacterCodingException.h
Xinclude/opentop/ot/io/Console.h
Xinclude/opentop/ot/io/ExistingFileException.h
Xinclude/opentop/ot/io/File.h
Xinclude/opentop/ot/io/FileDescriptor.h
Xinclude/opentop/ot/io/FileInputStream.h
Xinclude/opentop/ot/io/FileNotFoundException.h
Xinclude/opentop/ot/io/FileOutputStream.h
Xinclude/opentop/ot/io/FileSystem.h
Xinclude/opentop/ot/io/FilterInputStream.h
Xinclude/opentop/ot/io/FilterOutputStream.h
Xinclude/opentop/ot/io/FilterReader.h
Xinclude/opentop/ot/io/FilterWriter.h
Xinclude/opentop/ot/io/IOException.h
Xinclude/opentop/ot/io/InputStream.h
Xinclude/opentop/ot/io/InputStreamReader.h
Xinclude/opentop/ot/io/InterruptedIOException.h
Xinclude/opentop/ot/io/MalformedInputException.h
Xinclude/opentop/ot/io/OutputStream.h
Xinclude/opentop/ot/io/OutputStreamWriter.h
Xinclude/opentop/ot/io/PosixFileDescriptor.h
Xinclude/opentop/ot/io/PosixFileSystem.h
Xinclude/opentop/ot/io/PrintWriter.h
Xinclude/opentop/ot/io/Reader.h
Xinclude/opentop/ot/io/ResourceDescriptor.h
Xinclude/opentop/ot/io/StringReader.h
Xinclude/opentop/ot/io/StringWriter.h
Xinclude/opentop/ot/io/UnmappableCharacterException.h
Xinclude/opentop/ot/io/UnsupportedEncodingException.h
Xinclude/opentop/ot/io/Win32FileDescriptor.h
Xinclude/opentop/ot/io/Win32FileSystem.h
Xinclude/opentop/ot/io/Writer.h
Xinclude/opentop/ot/io/defs.h
Xinclude/opentop/ot/io/messages.h
Xinclude/opentop/ot/net/Authenticator.h
Xinclude/opentop/ot/net/BasicHttpURLConnection.h
Xinclude/opentop/ot/net/BasicURLConnection.h
Xinclude/opentop/ot/net/BindException.h
Xinclude/opentop/ot/net/ConnectException.h
Xinclude/opentop/ot/net/DatagramPacket.h
Xinclude/opentop/ot/net/DatagramSocket.h
Xinclude/opentop/ot/net/DatagramSocketImpl.h
Xinclude/opentop/ot/net/DatagramSocketImplFactory.h
Xinclude/opentop/ot/net/FileURLConnection.h
Xinclude/opentop/ot/net/FileURLStreamHandler.h
Xinclude/opentop/ot/net/FtpClient.h
Xinclude/opentop/ot/net/FtpURLConnection.h
Xinclude/opentop/ot/net/FtpURLStreamHandler.h
Xinclude/opentop/ot/net/HttpChunkedInputStream.h
Xinclude/opentop/ot/net/HttpClient.h
Xinclude/opentop/ot/net/HttpURLConnection.h
Xinclude/opentop/ot/net/HttpURLStreamHandler.h
Xinclude/opentop/ot/net/InetAddress.h
Xinclude/opentop/ot/net/MalformedURLException.h
Xinclude/opentop/ot/net/MimeHeaderParser.h
Xinclude/opentop/ot/net/MimeHeaderSequence.h
Xinclude/opentop/ot/net/MulticastSocket.h
Xinclude/opentop/ot/net/NetUtils.h
Xinclude/opentop/ot/net/NoRouteToHostException.h
Xinclude/opentop/ot/net/NvtAsciiInputStream.h
Xinclude/opentop/ot/net/NvtAsciiOutputStream.h
Xinclude/opentop/ot/net/PlainDatagramSocketImpl.h
Xinclude/opentop/ot/net/PlainSocketImpl.h
Xinclude/opentop/ot/net/ProtocolException.h
Xinclude/opentop/ot/net/ServerSocket.h
Xinclude/opentop/ot/net/Socket.h
Xinclude/opentop/ot/net/SocketDescriptor.h
Xinclude/opentop/ot/net/SocketException.h
Xinclude/opentop/ot/net/SocketImpl.h
Xinclude/opentop/ot/net/SocketImplFactory.h
Xinclude/opentop/ot/net/SocketInputStream.h
Xinclude/opentop/ot/net/SocketOutputStream.h
Xinclude/opentop/ot/net/SocketTimeoutException.h
Xinclude/opentop/ot/net/TcpNetworkClient.h
Xinclude/opentop/ot/net/URL.h
Xinclude/opentop/ot/net/URLConnection.h
Xinclude/opentop/ot/net/URLDecoder.h
Xinclude/opentop/ot/net/URLEncoder.h
Xinclude/opentop/ot/net/URLStreamHandler.h
Xinclude/opentop/ot/net/URLStreamHandlerFactory.h
Xinclude/opentop/ot/net/UnknownHostException.h
Xinclude/opentop/ot/net/defs.h
Xinclude/opentop/ot/net/messages.h
Xinclude/opentop/ot/sax/AttributeSetAdapter.h
Xinclude/opentop/ot/sax/Attributes.h
Xinclude/opentop/ot/sax/AttributesImpl.h
Xinclude/opentop/ot/sax/ContentHandler.h
Xinclude/opentop/ot/sax/DTDHandler.h
Xinclude/opentop/ot/sax/DeclHandler.h
Xinclude/opentop/ot/sax/DefaultHandler.h
Xinclude/opentop/ot/sax/EntityResolver.h
Xinclude/opentop/ot/sax/ErrorHandler.h
Xinclude/opentop/ot/sax/InputSource.h
Xinclude/opentop/ot/sax/LexicalHandler.h
Xinclude/opentop/ot/sax/Locator.h
Xinclude/opentop/ot/sax/LocatorAdaptor.h
Xinclude/opentop/ot/sax/LocatorImpl.h
Xinclude/opentop/ot/sax/NamespaceSupport.h
Xinclude/opentop/ot/sax/SAXException.h
Xinclude/opentop/ot/sax/SAXFeatures.h
Xinclude/opentop/ot/sax/SAXNotRecognizedException.h
Xinclude/opentop/ot/sax/SAXNotSupportedException.h
Xinclude/opentop/ot/sax/SAXParseException.h
Xinclude/opentop/ot/sax/SAXParser.h
Xinclude/opentop/ot/sax/XMLReader.h
Xinclude/opentop/ot/sax/XMLReaderFactory.h
Xinclude/opentop/ot/sax/defs.h
Xinclude/opentop/ot/util/AttributeListParser.h
Xinclude/opentop/ot/util/Base64.h
Xinclude/opentop/ot/util/DateTime.h
Xinclude/opentop/ot/util/InvalidDateException.h
Xinclude/opentop/ot/util/MIMEType.h
Xinclude/opentop/ot/util/MessageFormatter.h
Xinclude/opentop/ot/util/RefCountedPtr.h
Xinclude/opentop/ot/util/StringTokenizer.h
Xinclude/opentop/ot/util/ValueRestorer.h
Xinclude/opentop/ot/util/Win32Utils.h
Xinclude/opentop/ot/util/defs.h
Xinclude/opentop/ot/util/stlutils.h
Xinclude/opentop/ot/xml/Attribute.h
Xinclude/opentop/ot/xml/AttributeSet.h
Xinclude/opentop/ot/xml/AttributeSetImpl.h
Xinclude/opentop/ot/xml/AttributeType.h
Xinclude/opentop/ot/xml/Buffer.h
Xinclude/opentop/ot/xml/BufferRange.h
Xinclude/opentop/ot/xml/CharTypeFacet.h
Xinclude/opentop/ot/xml/ContentEventHandler.h
Xinclude/opentop/ot/xml/ContextString.h
Xinclude/opentop/ot/xml/DTDEventHandler.h
Xinclude/opentop/ot/xml/DTDObject.h
Xinclude/opentop/ot/xml/ElementContentSpec.h
Xinclude/opentop/ot/xml/ElementType.h
Xinclude/opentop/ot/xml/Entity.h
Xinclude/opentop/ot/xml/EntityEventHandler.h
Xinclude/opentop/ot/xml/EntityResolutionHandler.h
Xinclude/opentop/ot/xml/EntityType.h
Xinclude/opentop/ot/xml/ErrorEventHandler.h
Xinclude/opentop/ot/xml/EventHandler.h
Xinclude/opentop/ot/xml/ExternalEntity.h
Xinclude/opentop/ot/xml/InternalEntity.h
Xinclude/opentop/ot/xml/Parser.h
Xinclude/opentop/ot/xml/ParserFactory.h
Xinclude/opentop/ot/xml/ParserFeatureState.h
Xinclude/opentop/ot/xml/ParserImpl.h
Xinclude/opentop/ot/xml/Position.h
Xinclude/opentop/ot/xml/QName.h
Xinclude/opentop/ot/xml/Scanner.h
Xinclude/opentop/ot/xml/ScannerPosition.h
Xinclude/opentop/ot/xml/StreamPosition.h
Xinclude/opentop/ot/xml/UnsupportedFeatureException.h
Xinclude/opentop/ot/xml/XMLFeatures.h
Xinclude/opentop/ot/xml/XMLFilterReader.h
Xinclude/opentop/ot/xml/XMLInputSource.h
Xinclude/opentop/ot/xml/XMLMessages.h
Xinclude/opentop/ot/xml/XMLNames.h
Xinclude/opentop/ot/xml/XMLParsingException.h
Xinclude/opentop/ot/xml/defs.h
Xinclude/opentop/ot/xml/version.h
Xinclude/opentop/ot/xmlcat/CatalogDelegatorEntry.h
Xinclude/opentop/ot/xmlcat/CatalogEntry.h
Xinclude/opentop/ot/xmlcat/CatalogEventHandler.h
Xinclude/opentop/ot/xmlcat/CatalogFile.h
Xinclude/opentop/ot/xmlcat/CatalogLeafEntry.h
Xinclude/opentop/ot/xmlcat/CatalogParserHandler.h
Xinclude/opentop/ot/xmlcat/CatalogResolver.h
Xinclude/opentop/ot/xmlcat/CatalogSerialisationContext.h
Xinclude/opentop/ot/xmlcat/CatalogSet.h
Xinclude/opentop/ot/xmlcat/defs.h
Xlib/libopentop-gccmt.so
Xlib/libotxml-gccmt.so
X%%WCHAR%%lib/libopentop-gccwmt.so
X%%WCHAR%%lib/libotxml-gccwmt.so
X%%DEBUG%%lib/libopentop-gccmtd.so
X%%DEBUG%%lib/libotxml-gccmtd.so
X%%DEBUG%%%%WCHAR%%lib/libopentop-gccwmtd.so
X%%DEBUG%%%%WCHAR%%lib/libotxml-gccwmtd.so
X%%PORTDOCS%%%%DOCSDIR%%/allclasses-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/glossary.html
X%%PORTDOCS%%%%DOCSDIR%%/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/ArrayAutoPtr.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/AtomicCounter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/AutoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/AutoLock.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/AutoUnlock.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Character.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/CodeConverterBase.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/CodeConverterBase.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/ConditionVariable.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Exception.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/Exception.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/FastMutex.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalArgumentException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalArgumentException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalCharacterException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalCharacterException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalMonitorStateException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalMonitorStateException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalStateException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalStateException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalThreadStateException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/IllegalThreadStateException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/InterruptedException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/InterruptedException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/ManagedObject.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/MessageFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/MessageFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Monitor.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/Monitor.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Mutex.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/NullPointerException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/NullPointerException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/NumUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/OSException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/OSException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/ObjectManager.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/RecursiveMutex.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/RefPtr.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/RefPtrMember.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Runnable.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/Runnable.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/RuntimeException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/RuntimeException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/StringIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/StringUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/SynchronizedObject.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/SynchronizedObject.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/System.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/SystemCodeConverter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/SystemCodeConverter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/SystemMonitor.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/SystemMonitor.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Thread.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/Thread.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/ThreadId.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/ThreadLocal.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/Tracer.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/Tracer.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/UnicodeCharacterType.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/UnsupportedOperationException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/UnsupportedOperationException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/BasicOption.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/BasicOption.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/BooleanOption.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/BooleanOption.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/CommandLineException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/CommandLineException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/CommandLineOption.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/CommandLineOption.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/CommandLineParser.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/FileMessageFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/FileMessageFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/MemCheckSystemMonitor.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/MemCheckSystemMonitor.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/MessageFactoryImpl.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/MessageFactoryImpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/MessageSet.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/MessageSet.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/NetAccessHelper.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/NetAccessHelper.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/TraceHelper.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/TraceHelper.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/auxil/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/cvt/CodeConverter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/cvt/CodeConverter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/cvt/CodeConverterFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/cvt/CodeConverterFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/cvt/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/cvt/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/AtomicReadException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/AtomicReadException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedInputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedInputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedOutputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedOutputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedReader.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedReader.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedWriter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/BufferedWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ByteArrayInputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ByteArrayInputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ByteArrayOutputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ByteArrayOutputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/CharacterCodingException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/CharacterCodingException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/Console.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ExistingFileException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ExistingFileException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/File.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileDescriptor.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileDescriptor.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileInputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileInputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileNotFoundException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileNotFoundException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileOutputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileOutputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileSystem.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FileSystem.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterInputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterInputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterOutputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterOutputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterReader.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterReader.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterWriter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/FilterWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/IOException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/IOException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/InputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/InputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/InputStreamReader.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/InputStreamReader.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/InterruptedIOException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/InterruptedIOException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/MalformedInputException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/MalformedInputException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/OutputStream.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/OutputStream.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/OutputStreamWriter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/OutputStreamWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/PrintWriter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/PrintWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/Reader.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/Reader.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ResourceDescriptor.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/ResourceDescriptor.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/StringReader.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/StringReader.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/StringWriter.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/StringWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/UnmappableCharacterException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/UnmappableCharacterException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/UnsupportedEncodingException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/UnsupportedEncodingException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/Writer.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/Writer.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/io/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/Authenticator.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/Authenticator.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/BindException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/BindException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/ConnectException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/ConnectException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramPacket.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramPacket.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramSocket.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramSocket.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramSocketImpl.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramSocketImpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramSocketImplFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/DatagramSocketImplFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/FtpClient.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/FtpClient.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/HttpURLConnection.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/HttpURLConnection.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/InetAddress.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/InetAddress.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/MalformedURLException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/MalformedURLException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/MulticastSocket.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/MulticastSocket.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/NoRouteToHostException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/NoRouteToHostException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/ProtocolException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/ProtocolException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/ServerSocket.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/ServerSocket.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/Socket.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/Socket.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketDescriptor.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketDescriptor.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketImpl.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketImpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketImplFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketImplFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketTimeoutException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/SocketTimeoutException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/TcpNetworkClient.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/TcpNetworkClient.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URL.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLConnection.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLConnection.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLDecoder.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLEncoder.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLStreamHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLStreamHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLStreamHandlerFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/URLStreamHandlerFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/UnknownHostException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/UnknownHostException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/net/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/Attributes.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/Attributes.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/AttributesImpl.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/AttributesImpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/ContentHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/ContentHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/DTDHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/DTDHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/DeclHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/DeclHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/DefaultHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/DefaultHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/EntityResolver.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/EntityResolver.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/ErrorHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/ErrorHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/InputSource.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/InputSource.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/LexicalHandler.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/LexicalHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/Locator.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/Locator.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/LocatorImpl.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/LocatorImpl.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/NamespaceSupport.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/NamespaceSupport.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXFeatures.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXNotRecognizedException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXNotRecognizedException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXNotSupportedException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXNotSupportedException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXParseException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/SAXParseException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/XMLReader.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/XMLReader.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/XMLReaderFactory.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/XMLReaderFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/sax/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/Base64.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/DateTime.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/InvalidDateException.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/InvalidDateException.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/MIMEType.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/MessageFormatter.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/StringTokenizer.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/util/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/xml/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/xml/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/xmlcat/CatalogEventHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/xmlcat/CatalogResolver.gif
X%%PORTDOCS%%%%DOCSDIR%%/ot/xmlcat/CatalogResolver.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/xmlcat/index.html
X%%PORTDOCS%%%%DOCSDIR%%/ot/xmlcat/namespace-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/overview-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/overview.html
X%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/xmlcat
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/xml
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/util
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/sax
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/net
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/io
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/cvt
X%%PORTDOCS%%@dirrm share/doc/opentop/ot/auxil
X%%PORTDOCS%%@dirrm share/doc/opentop/ot
X%%PORTDOCS%%@dirrm share/doc/opentop
X at dirrm include/opentop/ot/xmlcat
X at dirrm include/opentop/ot/xml
X at dirrm include/opentop/ot/util
X at dirrm include/opentop/ot/sax
X at dirrm include/opentop/ot/net
X at dirrm include/opentop/ot/io
X at dirrm include/opentop/ot/cvt
X at dirrm include/opentop/ot/base
X at dirrm include/opentop/ot/auxil
X at dirrm include/opentop/ot
X at dirrm include/opentop
END-of-opentop/pkg-plist
exit
--- opentop-1.3.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list