From owner-freebsd-ports Sun Oct 8 12:10:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B01937B66D for ; Sun, 8 Oct 2000 12:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56927; Sun, 8 Oct 2000 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 1730637B66C for ; Sun, 8 Oct 2000 12:01:28 -0700 (PDT) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (36936 bytes) by henoch.cc.fh-lippe.de via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Sun, 8 Oct 2000 21:01:26 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from door.lippe.de(domicliorum.cc.fh-lippe.de[193.16.112.172]) (36556 bytes) by spock.cc.fh-lippe.de via sendmail with P:smtp/R:smart_host/T:smtp (sender: ) id for ; Sun, 8 Oct 2000 21:01:19 +0200 (MET DST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-17) Received: from odie.lippe.de (root@odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id VAA15271 for ; Sun, 8 Oct 2000 21:00:06 +0200 (CEST) (envelope-from lkoeller@lippe.de) Received: (from lkoeller@localhost) by odie.lippe.de (8.9.3/8.9.3) id VAA84116; Sun, 8 Oct 2000 21:00:05 +0200 (CEST) (envelope-from lkoeller) Message-Id: <200010081900.VAA84116@odie.lippe.de> Date: Sun, 8 Oct 2000 21:00:05 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org Cc: lkoeller@cc.fh-lippe.de X-Send-Pr-Version: 3.2 Subject: ports/21836: XmHTML port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21836 >Category: ports >Synopsis: Ports update of XmHTML Motif Toolkit >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 08 12:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.4-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: i386 FreeBSD 3.4-RELEASE, ports updated with cvsup on 8.10.2000 >Description: XmHTML update to 1.1.7 from 1.1.0, necessart for grace-5.1.2!!! >How-To-Repeat: - >Fix: Apply the appended patchfile (diff -Nru xmhtml.org xmhtml) -- E-Mail: \ Lars Koeller Lars.Koeller@Uni-Bielefeld.DE \ UNIX Sysadmin lkoeller@cc.fh-lippe.de \ Computing Center PGP-key: \ University of Bielefeld http://www.pgp.net/pgpnet/www-key.html \ Germany ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------- diff -Nru xmhtml.org/Makefile xmhtml/Makefile --- xmhtml.org/Makefile Tue Jul 4 09:13:33 2000 +++ xmhtml/Makefile Sun Aug 6 20:24:47 2000 @@ -6,14 +6,9 @@ # PORTNAME= XmHTML -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.7 CATEGORIES= x11-toolkits www -MASTER_SITES= ftp://crl.nmsu.edu/pub/XmHTML/ \ - ftp://ftp.ist.co.uk/pub/motif/XmHTML/ \ - ftp://ftp.nerdnet.nl/pub/X11/Widgets/XmHTML/ - -PATCH_SITES= ftp://crl.nmsu.edu/pub/XmHTML/ -PATCHFILES= patch-102697.gz +MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist MAINTAINER= thepish@freebsd.org @@ -21,11 +16,22 @@ jpeg.9:${PORTSDIR}/graphics/jpeg REQUIRES_MOTIF= yes -USE_IMAKE= yes -XMKMF= PORTOBJFORMAT=${PORTOBJFORMAT} xmkmf -a - -EXMP_DIR= ${PREFIX}/share/examples/${DISTNAME}/ -DOCS_DIR= ${PREFIX}/share/doc/${DISTNAME}/ +USE_XPM= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_X_PREFIX= yes + +EXMP_DIR= ${X11BASE}/share/examples/${DISTNAME}/ +DOCS_DIR= ${X11BASE}/share/doc/${DISTNAME}/ + +post-patch: + ${TOUCH} ${WRKSRC}/configure + ${CHMOD} 755 ${WRKSRC}/configure + +post-build: + rm -rf ${WRKSRC}/examples/.libs ${WRKSRC}/examples/*.lo ${WRKSRC}/examples/*.o + rm -rf ${WRKSRC}/book/.libs ${WRKSRC}/book/*.lo ${WRKSRC}/book/*.o + rm -rf ${WRKSRC}/contrib/.libs ${WRKSRC}/contrib/*.lo ${WRKSRC}/contrib/*.o pre-install: ${ECHO} "installing examples into ${EXMP_DIR}" @@ -35,7 +41,13 @@ @ ${MKDIR} ${DOCS_DIR} @ (cd ${WRKSRC}/html; tar -cpf- * | tar -xvpf- -C ${DOCS_DIR} ) +do-install: + ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_DATA} \ + ${WRKSRC}/lib/libXmHTML.la ${X11BASE}/lib + ${MKDIR} ${X11BASE}/include/XmHTML + ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${X11BASE}/include/XmHTML + post-install: - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${X11BASE}/lib .include diff -Nru xmhtml.org/files/md5 xmhtml/files/md5 --- xmhtml.org/files/md5 Sun Feb 21 04:22:20 1999 +++ xmhtml/files/md5 Thu Aug 3 22:14:40 2000 @@ -1,2 +1,2 @@ -MD5 (XmHTML-1.1.0.tar.gz) = 4a29ce778089a3312ba5c5ce700101f6 -MD5 (patch-102697.gz) = 5af647414fe4087935cc8ec9652fb938 +MD5 (XmHTML-1.1.7.tar.gz) = 6d079435fb954bb7878f4dd0d3f7b8d8 + diff -Nru xmhtml.org/patches/patch-aa xmhtml/patches/patch-aa --- xmhtml.org/patches/patch-aa Sun Feb 21 04:59:30 1999 +++ xmhtml/patches/patch-aa Sat Aug 5 15:30:13 2000 @@ -1,60 +1,155 @@ ---- XmHTML.cf.orig Sat Feb 20 13:38:17 1999 -+++ XmHTML.cf Sat Feb 20 14:08:18 1999 -@@ -22,10 +22,10 @@ - XCOMM - - XCOMM This specifies where the XmHTML library will be installed --#define XmHTMLLibDir $(USRLIBDIR) -+#define XmHTMLLibDir /usr/X11R6/lib - - XCOMM This specifies where the XmHTML header files will be installed --#define XmHTMLIncDir $(INCROOT)/XmHTML -+#define XmHTMLIncDir /usr/X11R6/include/XmHTML - - XCOMM You may need to modify the following DEFINES as follows: - XCOMM if your system doesn't provide str[n]casecmp, add -DNEED_STRCASECMP -@@ -51,6 +51,11 @@ - DEFINES = -DNEED_STRCASECMP - #endif - -+BUILDINCTOP= .. -+BUILDBINTOP= .. -+BUILDLIBTOP= .. -+INSTINCFLAGS = -c -m 0444 -+ - XCOMM Image support configuration - - XCOMM XPM support. -@@ -59,8 +64,8 @@ - XCOMM Uncomment and fill in the proper paths to xpm.h and libXpm - XCOMM The defaults are /usr/X11R6/include (or wherever your X includes live) - XCOMM and /usr/X11R6/lib (or wherever your X libraries live) --XCOMM XPMINCLUDES = -I$(INCROOT)/X11 --XCOMM XPMLIBRARIES = -L$(LIBDIR) -lXpm -+XPMINCLUDES = -I$(INCROOT)/X11 -+XPMLIBRARIES = -L$(LIBDIR) -lXpm - - XCOMM - XCOMM JPEG Support. Enabled by default. -@@ -74,8 +79,8 @@ - XCOMM Required include files: jpeglib.h, jconfig.h, jmorecfg.h - XCOMM - #if (IHaveJPEG) --JPEGINC = --JPEGLIB = -ljpeg -+JPEGINC = -I/usr/local/include -+JPEGLIB = -ljpeg -L/usr/local/lib - #else - XCOMM JPEG support not selected - #endif -@@ -93,8 +98,8 @@ - XCOMM Required include files: png.h, pngconf.h - XCOMM - #if (IHavePNG) --PNGINC = --PNGLIB = -lpng -+PNGINC = -I/usr/local/include -+PNGLIB = -lpng -L/usr/local/lib - #else - XCOMM PNG support not selected - #endif +*** Makefile.orig Thu Feb 4 01:43:27 1999 +--- Makefile Sat Aug 5 15:29:56 2000 +*************** +*** 40,46 **** + # remove the examples directory from this line. + # If you want to build the XmHTML tutorial examples, add the book directory. + +! SUBDIRS= lib http examples tools + + # some common definitions + # +--- 40,46 ---- + # remove the examples directory from this line. + # If you want to build the XmHTML tutorial examples, add the book directory. + +! SUBDIRS= lib http examples tools book contrib + + # some common definitions + # +*************** +*** 64,72 **** + # Compiler Settings # + # # + ##################### +! CC = gcc +! CFLAGS = -g -funroll-loops -Wall -pipe -ansi +! LDFLAGS = + + # The following flags are *very* usefull if you are getting unresolved + # references to functions in libraries that you *know* to exist. +--- 64,72 ---- + # Compiler Settings # + # # + ##################### +! CC = libtool gcc +! CFLAGS = -O2 -funroll-loops -pipe -ansi +! #LDFLAGS = + + # The following flags are *very* usefull if you are getting unresolved + # references to functions in libraries that you *know* to exist. +*************** +*** 115,121 **** + # HAVE_LIBZ => zlib.h + + ZLIBINC = +! IMAGEINCLUDES = $(ZLIBINC) + + # Image libraries + # No need to add -lXpm if you need to include it with LIBS below +--- 115,121 ---- + # HAVE_LIBZ => zlib.h + + ZLIBINC = +! IMAGEINCLUDES = -I${LOCALBASE}/include $(ZLIBINC) + + # Image libraries + # No need to add -lXpm if you need to include it with LIBS below +*************** +*** 126,132 **** + # HAVE_LIBZ => libz (and possibly libm) + + ZLIBLIB = -lz -lm +! IMAGELIBS = -ljpeg -lpng $(ZLIBLIB) + + # It might be troublesome to know what the correct defines are for your + # system. A possible set of defines for some OS's is given below. Pick +--- 126,132 ---- + # HAVE_LIBZ => libz (and possibly libm) + + ZLIBLIB = -lz -lm +! IMAGELIBS = -L${LOCALBASE}/lib -ljpeg -lpng $(ZLIBLIB) + + # It might be troublesome to know what the correct defines are for your + # system. A possible set of defines for some OS's is given below. Pick +*************** +*** 166,182 **** + # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more + # info). + # +! CPPFLAGS = -DDEBUG -D_GNU_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DHAVE_REGEX_H $(IMAGEDEFINES) + + # Various include directories + LIBINC=-I. -I../include -I../include/common -I../../include -I../../include/common + + # Platform specific includes + ifeq ($(PLATFORM),Motif) +! PLATFORMINC=-I../../include/XmHTML -I/usr/X11R6/include + else + ifeq ($(PLATFORM),gtk) +! PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include + endif + endif + +--- 166,182 ---- + # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more + # info). + # +! CPPFLAGS = -DHAVE_REGEX_H $(IMAGEDEFINES) + + # Various include directories + LIBINC=-I. -I../include -I../include/common -I../../include -I../../include/common + + # Platform specific includes + ifeq ($(PLATFORM),Motif) +! PLATFORMINC=-I../../include/XmHTML -I${X11BASE}/include + else + ifeq ($(PLATFORM),gtk) +! PLATFORMINC=-I../../include/gtk-xmhtml -I${LOCALBASE}/include + endif + endif + +*************** +*** 192,208 **** + # Motif version (default) + ifeq ($(PLATFORM),Motif) + +! LIBDIR = -L/usr/X11R6/lib + # This is what is required under Linux (Motif 2.0.1). + # Your mileage may vary. +! LIBS = -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE + + else + + # gtk version (only supported port for now) + ifeq($(PLATFORM),gtk) + +! LIBDIR = -L/usr/local/lib + LIBS = -lgdk -lgtk -lX11 + + # endif gtk +--- 192,208 ---- + # Motif version (default) + ifeq ($(PLATFORM),Motif) + +! LIBDIR = -L${X11BASE}/lib + # This is what is required under Linux (Motif 2.0.1). + # Your mileage may vary. +! LIBS = ${MOTIFLIB} -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE + + else + + # gtk version (only supported port for now) + ifeq($(PLATFORM),gtk) + +! LIBDIR = -L${X11BASE}/lib + LIBS = -lgdk -lgtk -lX11 + + # endif gtk +*************** +*** 308,311 **** + tools/scansrc.sh ./lib/common > docs/sources.desc + tools/scansrc.sh ./lib/Motif >> docs/sources.desc + tools/scansrc.sh ./lib/gtk >> docs/sources.desc +- +--- 308,310 ---- diff -Nru xmhtml.org/patches/patch-ab xmhtml/patches/patch-ab --- xmhtml.org/patches/patch-ab Sun Feb 21 04:22:20 1999 +++ xmhtml/patches/patch-ab Sat Aug 5 14:31:58 2000 @@ -1,18 +1,15 @@ ---- src/Imakefile.orig Sat Feb 20 14:31:44 1999 -+++ src/Imakefile Sun Feb 21 12:52:40 1999 -@@ -61,11 +61,15 @@ +--- examples/Makefile.orig Wed Feb 3 19:43:27 1999 ++++ examples/Makefile Tue Nov 2 01:39:14 1999 +@@ -11,10 +11,10 @@ + EXAMPLES=example_1 example_2 example_4 - XCOMM I don't know whether or not X11R5/R4 image has got a Concat3. - XCOMM This works. -+.if (${PORTOBJFORMAT} == "aout") - #if (ProjectX < 6) - SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLRevision)./**/$(XmHTMLUpdateLevel) - #else - SOXMHTMLLIBREV = Concat3($(XmHTMLVersionNum).,$(XmHTMLRevision).,$(XmHTMLUpdateLevel)) - #endif -+.else -+SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLUpdateLevel) -+.endif + # The XmHTML library +-XMHTMLLIB = -L../lib -lXmHTML ++XMHTMLLIB = ../lib/libXmHTML.la - HEADERS = XmHTML.h XmHTMLP.h HTML.h Parser.h ParserP.h + # Richard Offer's http client-side library +-HTTPLIB = -L../http -lhttp ++HTTPLIB = ../http/libhttp.la + # Libraries against which all examples are linked + LINKLIBS = $(XMHTMLLIB) $(LOADLIBES) $(DMALLOCLIB) diff -Nru xmhtml.org/patches/patch-ac xmhtml/patches/patch-ac --- xmhtml.org/patches/patch-ac Wed May 12 11:12:37 1999 +++ xmhtml/patches/patch-ac Sat Aug 5 14:32:03 2000 @@ -1,11 +1,23 @@ ---- ./book/Imakefile.org Wed May 12 01:31:48 1999 -+++ ./book/Imakefile Wed May 12 02:03:40 1999 -@@ -36,7 +36,7 @@ - DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) +--- http/Makefile.orig Wed Feb 3 19:43:27 1999 ++++ http/Makefile Tue Nov 2 01:28:54 1999 +@@ -2,7 +2,7 @@ + # lint configuration. I use lclint. + # - XCOMM required libraries --LOCAL_LIBRARIES = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) -+LOCAL_LIBRARIES = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) +-LIBRARY=libhttp.a ++LIBRARY=libhttp.la - SRCS = simple_html.c simple_html2.c autosize_html.c forced_html.c html.c + # List of source, object and header files + SRCS=HTTP.c cookie.c +@@ -27,9 +27,8 @@ + # targets to build + $(TARGET):: $(OBJS) +- $(RM) $@ \ +- $(AR) $@ $(OBJS) +- $(RANLIB) $@ ++ $(RM) $@ ++ $(CC) -o $@ $(OBJS:.o=.lo) -rpath ${PREFIX}/lib -version-info 0:2 + + stamp-includes: + @if [ -d ../include ]; then set +x; \ diff -Nru xmhtml.org/patches/patch-ad xmhtml/patches/patch-ad --- xmhtml.org/patches/patch-ad Wed May 12 11:12:39 1999 +++ xmhtml/patches/patch-ad Sat Aug 5 15:12:21 2000 @@ -1,11 +1,26 @@ ---- ./examples/Imakefile.org Wed May 12 01:31:48 1999 -+++ ./examples/Imakefile Wed May 12 02:04:00 1999 -@@ -36,7 +36,7 @@ - DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) +$NetBSD: patch-ad,v 1.3 1999/11/13 07:31:40 jlam Exp $ + +--- lib/Makefile.orig Wed Feb 3 19:43:26 1999 ++++ lib/Makefile Tue Nov 2 01:28:54 1999 +@@ -25,7 +25,7 @@ + # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # + ############################################################################## + # +-LIBRARY=libXmHTML.a ++LIBRARY=libXmHTML.la - XCOMM required libraries --LOCAL_LIBRARIES = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) -+LOCAL_LIBRARIES = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) + # Target to make + TARGET=$(LIBRARY) +@@ -44,9 +44,9 @@ + @(set -x; cd common; $(MAKE) all $(pass_flags) ) - XCOMM common routines for all examples - XCOMM + $(TARGET):: common $(PLATFORM) +- $(RM) $@ \ +- $(AR) $@ common/*.o $(PLATFORM)/*.o +- $(RANLIB) $@ ++ $(RM) $@ ++ $(CC) -o $@ common/*.lo $(PLATFORM)/*.lo \ ++ -rpath ${PREFIX}/lib -version-info 1:2 + + depend:: + @( for dir in $(SUBDIRS) ; do \ diff -Nru xmhtml.org/patches/patch-ae xmhtml/patches/patch-ae --- xmhtml.org/patches/patch-ae Wed May 12 11:12:40 1999 +++ xmhtml/patches/patch-ae Sat Aug 5 14:32:10 2000 @@ -1,11 +1,11 @@ ---- ./tools/Imakefile.org Wed May 12 01:31:49 1999 -+++ ./tools/Imakefile Wed May 12 02:04:11 1999 -@@ -35,7 +35,7 @@ - DEFAULT_LIBS = +--- tools/Makefile.orig Wed Feb 3 19:43:27 1999 ++++ tools/Makefile Tue Nov 2 01:38:36 1999 +@@ -88,7 +88,7 @@ - XCOMM X libraries, required for reptype --LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS) -+LOCAL_LIBRARIES = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS) + httpget:: httpget.o + $(RM) $@ \ +- $(CC) -o $@ $(LDFLAGS) httpget.o -L../http -lhttp $(DMALLOCLIB) ++ $(CC) -o $@ $(LDFLAGS) httpget.o ../http/libhttp.la $(DMALLOCLIB) - #if (IHaveZLIB) - SRCS = GetRepTypes.c WidgetSize.c gifinfo.c ImBuffer.c parse.c gif2gzf.c \ + # gif to gzf converter + gif2gzf:: gif2gzf.o LZWStream.o ImBuffer.o diff -Nru xmhtml.org/pkg/PLIST xmhtml/pkg/PLIST --- xmhtml.org/pkg/PLIST Sun Feb 21 04:59:37 1999 +++ xmhtml/pkg/PLIST Sat Aug 5 18:22:29 2000 @@ -1,232 +1,219 @@ -share/doc/XmHTML-1.1.0/GPL.html -share/doc/XmHTML-1.1.0/LGPL.html -share/doc/XmHTML-1.1.0/XmHTML.html -share/doc/XmHTML-1.1.0/XmHTML.html.orig -share/doc/XmHTML-1.1.0/changes.html -share/doc/XmHTML-1.1.0/changes.html.orig -share/doc/XmHTML-1.1.0/copyrights.html -share/doc/XmHTML-1.1.0/copyrights.html.orig -share/doc/XmHTML-1.1.0/custom_map.html -share/doc/XmHTML-1.1.0/custom_map.txt -share/doc/XmHTML-1.1.0/debug.html -share/doc/XmHTML-1.1.0/debug.html.orig -share/doc/XmHTML-1.1.0/extensions.html -share/doc/XmHTML-1.1.0/extensions.html.orig -share/doc/XmHTML-1.1.0/font_map.html -share/doc/XmHTML-1.1.0/getit.html -share/doc/XmHTML-1.1.0/getit.html.orig -share/doc/XmHTML-1.1.0/legals.html -share/doc/XmHTML-1.1.0/legals.html.orig -share/doc/XmHTML-1.1.0/man.html -share/doc/XmHTML-1.1.0/man.html.orig -share/doc/XmHTML-1.1.0/parser.html -share/doc/XmHTML-1.1.0/parser.html.orig -share/doc/XmHTML-1.1.0/parser_prog.html -share/doc/XmHTML-1.1.0/parser_prog.html.orig -share/doc/XmHTML-1.1.0/parser_ref.html -share/doc/XmHTML-1.1.0/parser_ref.html.orig -share/doc/XmHTML-1.1.0/progguide.html -share/doc/XmHTML-1.1.0/progguide.html.orig -share/doc/XmHTML-1.1.0/xmhtml_prog.html -share/doc/XmHTML-1.1.0/xmhtml_prog.html.orig -share/doc/XmHTML-1.1.0/man/AllocCol.html -share/doc/XmHTML-1.1.0/man/AncGetId.html -share/doc/XmHTML-1.1.0/man/AncScrId.html -share/doc/XmHTML-1.1.0/man/AncScrNm.html -share/doc/XmHTML-1.1.0/man/CrtHTML.html -share/doc/XmHTML-1.1.0/man/FontInfo.html -share/doc/XmHTML-1.1.0/man/FontInfo.html.orig -share/doc/XmHTML-1.1.0/man/FrGtChld.html -share/doc/XmHTML-1.1.0/man/FreeCol.html -share/doc/XmHTML-1.1.0/man/GetTitle.html -share/doc/XmHTML-1.1.0/man/GtHdAttr.html -share/doc/XmHTML-1.1.0/man/GtURLTyp.html -share/doc/XmHTML-1.1.0/man/HTGIFStr.html -share/doc/XmHTML-1.1.0/man/HTGtVer.html -share/doc/XmHTML-1.1.0/man/HTML.html -share/doc/XmHTML-1.1.0/man/HTML.html.orig -share/doc/XmHTML-1.1.0/man/HTObject.html -share/doc/XmHTML-1.1.0/man/HTPLCStr.html -share/doc/XmHTML-1.1.0/man/HTPapSiz.html -share/doc/XmHTML-1.1.0/man/ImCrFrIn.html -share/doc/XmHTML-1.1.0/man/ImCreate.html -share/doc/XmHTML-1.1.0/man/ImDefPrc.html -share/doc/XmHTML-1.1.0/man/ImDestro.html -share/doc/XmHTML-1.1.0/man/ImFreeAl.html -share/doc/XmHTML-1.1.0/man/ImFreeIn.html -share/doc/XmHTML-1.1.0/man/ImGZFSup.html -share/doc/XmHTML-1.1.0/man/ImGetTyp.html -share/doc/XmHTML-1.1.0/man/ImGifGzf.html -share/doc/XmHTML-1.1.0/man/ImImgMap.html -share/doc/XmHTML-1.1.0/man/ImInfo.html -share/doc/XmHTML-1.1.0/man/ImPLCCon.html -share/doc/XmHTML-1.1.0/man/ImPLCKil.html -share/doc/XmHTML-1.1.0/man/ImPLCSus.html -share/doc/XmHTML-1.1.0/man/ImReplac.html -share/doc/XmHTML-1.1.0/man/ImUpdate.html -share/doc/XmHTML-1.1.0/man/Redispla.html -share/doc/XmHTML-1.1.0/man/TxtGtFmt.html -share/doc/XmHTML-1.1.0/man/TxtGtSrc.html -share/doc/XmHTML-1.1.0/man/TxtGtStr.html -share/doc/XmHTML-1.1.0/man/TxtScrLn.html -share/doc/XmHTML-1.1.0/man/TxtStStr.html -share/doc/XmHTML-1.1.0/man/XYToInfo.html -share/doc/XmHTML-1.1.0/man/XmImage.html -share/doc/XmHTML-1.1.0/man/man.map -share/doc/XmHTML-1.1.0/man/man.map.orig -share/doc/XmHTML-1.1.0/man/man.tmpl -share/examples/XmHTML-1.1.0/book/.depend -share/examples/XmHTML-1.1.0/book/Imakefile -share/examples/XmHTML-1.1.0/book/Imakefile.orig -share/examples/XmHTML-1.1.0/book/Makefile -share/examples/XmHTML-1.1.0/book/Makefile.bak -share/examples/XmHTML-1.1.0/book/Makefile.org -share/examples/XmHTML-1.1.0/book/autosize_html -share/examples/XmHTML-1.1.0/book/autosize_html.c -share/examples/XmHTML-1.1.0/book/autosize_html.c.orig -share/examples/XmHTML-1.1.0/book/autosize_html.o -share/examples/XmHTML-1.1.0/book/forced_html -share/examples/XmHTML-1.1.0/book/forced_html.c -share/examples/XmHTML-1.1.0/book/forced_html.c.orig -share/examples/XmHTML-1.1.0/book/forced_html.o -share/examples/XmHTML-1.1.0/book/html -share/examples/XmHTML-1.1.0/book/html.c -share/examples/XmHTML-1.1.0/book/html.c.orig -share/examples/XmHTML-1.1.0/book/html.o -share/examples/XmHTML-1.1.0/book/simple_html -share/examples/XmHTML-1.1.0/book/simple_html.c -share/examples/XmHTML-1.1.0/book/simple_html.c.orig -share/examples/XmHTML-1.1.0/book/simple_html.o -share/examples/XmHTML-1.1.0/book/simple_html2 -share/examples/XmHTML-1.1.0/book/simple_html2.c -share/examples/XmHTML-1.1.0/book/simple_html2.c.orig -share/examples/XmHTML-1.1.0/book/simple_html2.o -share/examples/XmHTML-1.1.0/book/work_window.c -share/examples/XmHTML-1.1.0/book/work_window.c.orig -share/examples/XmHTML-1.1.0/contrib/Makefile -share/examples/XmHTML-1.1.0/contrib/VUEorDT.c -share/examples/XmHTML-1.1.0/contrib/gif_decode.c -share/examples/XmHTML-1.1.0/contrib/swallow.c -share/examples/XmHTML-1.1.0/examples/.depend -share/examples/XmHTML-1.1.0/examples/HTMLDemos.ad -share/examples/XmHTML-1.1.0/examples/HTMLDemos.ad.orig -share/examples/XmHTML-1.1.0/examples/HTTP.c -share/examples/XmHTML-1.1.0/examples/HTTP.c.orig -share/examples/XmHTML-1.1.0/examples/HTTP.h -share/examples/XmHTML-1.1.0/examples/HTTP.h.orig -share/examples/XmHTML-1.1.0/examples/HTTP.o -share/examples/XmHTML-1.1.0/examples/HTTPP.h -share/examples/XmHTML-1.1.0/examples/HTTPP.h.orig -share/examples/XmHTML-1.1.0/examples/Imakefile -share/examples/XmHTML-1.1.0/examples/Imakefile.orig -share/examples/XmHTML-1.1.0/examples/Makefile -share/examples/XmHTML-1.1.0/examples/Makefile.bak -share/examples/XmHTML-1.1.0/examples/Makefile.org -share/examples/XmHTML-1.1.0/examples/Makefile.org.orig -share/examples/XmHTML-1.1.0/examples/Makefile.orig -share/examples/XmHTML-1.1.0/examples/README -share/examples/XmHTML-1.1.0/examples/README.orig -share/examples/XmHTML-1.1.0/examples/cache.c -share/examples/XmHTML-1.1.0/examples/cache.c.orig -share/examples/XmHTML-1.1.0/examples/cache.h -share/examples/XmHTML-1.1.0/examples/cache.o -share/examples/XmHTML-1.1.0/examples/debug_menu.c.orig -share/examples/XmHTML-1.1.0/examples/debug_menu.h.orig -share/examples/XmHTML-1.1.0/examples/example_1 -share/examples/XmHTML-1.1.0/examples/example_1.c -share/examples/XmHTML-1.1.0/examples/example_1.c.orig -share/examples/XmHTML-1.1.0/examples/example_1.o -share/examples/XmHTML-1.1.0/examples/example_2 -share/examples/XmHTML-1.1.0/examples/example_2.c -share/examples/XmHTML-1.1.0/examples/example_2.c.orig -share/examples/XmHTML-1.1.0/examples/example_2.o -share/examples/XmHTML-1.1.0/examples/example_3 -share/examples/XmHTML-1.1.0/examples/example_3.c -share/examples/XmHTML-1.1.0/examples/example_3.c.orig -share/examples/XmHTML-1.1.0/examples/example_3.o -share/examples/XmHTML-1.1.0/examples/example_4 -share/examples/XmHTML-1.1.0/examples/example_4.c -share/examples/XmHTML-1.1.0/examples/example_4.c.orig -share/examples/XmHTML-1.1.0/examples/example_4.o -share/examples/XmHTML-1.1.0/examples/form-test.pl -share/examples/XmHTML-1.1.0/examples/form-test.pl.orig -share/examples/XmHTML-1.1.0/examples/gif_decode.c -share/examples/XmHTML-1.1.0/examples/misc.c -share/examples/XmHTML-1.1.0/examples/misc.c.orig -share/examples/XmHTML-1.1.0/examples/misc.o -share/examples/XmHTML-1.1.0/examples/visual.c -share/examples/XmHTML-1.1.0/examples/visual.o -share/examples/XmHTML-1.1.0/examples/test-pages/README -share/examples/XmHTML-1.1.0/examples/test-pages/animation1.html -share/examples/XmHTML-1.1.0/examples/test-pages/animation2.html -share/examples/XmHTML-1.1.0/examples/test-pages/animation3.html -share/examples/XmHTML-1.1.0/examples/test-pages/black.jpg -share/examples/XmHTML-1.1.0/examples/test-pages/bug.gif -share/examples/XmHTML-1.1.0/examples/test-pages/comments.html -share/examples/XmHTML-1.1.0/examples/test-pages/cyrillic.html -share/examples/XmHTML-1.1.0/examples/test-pages/dark_side.html -share/examples/XmHTML-1.1.0/examples/test-pages/emailed.gif -share/examples/XmHTML-1.1.0/examples/test-pages/empty.html -share/examples/XmHTML-1.1.0/examples/test-pages/empty1.html -share/examples/XmHTML-1.1.0/examples/test-pages/eye.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye1.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye10.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye11.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye12.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye13.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye14.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye15.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye16.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye17.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye18.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye19.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye2.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye20.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye21.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye22.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye23.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye24.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye3.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye4.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye5.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye6.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye7.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye8.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/eye9.xpm -share/examples/XmHTML-1.1.0/examples/test-pages/face.html -share/examples/XmHTML-1.1.0/examples/test-pages/font-stuff.html -share/examples/XmHTML-1.1.0/examples/test-pages/form-test.html -share/examples/XmHTML-1.1.0/examples/test-pages/form-test.html.orig -share/examples/XmHTML-1.1.0/examples/test-pages/frame.html -share/examples/XmHTML-1.1.0/examples/test-pages/frame1.html -share/examples/XmHTML-1.1.0/examples/test-pages/frame2.html -share/examples/XmHTML-1.1.0/examples/test-pages/frame3.html -share/examples/XmHTML-1.1.0/examples/test-pages/frame4.html -share/examples/XmHTML-1.1.0/examples/test-pages/frame5.html -share/examples/XmHTML-1.1.0/examples/test-pages/image-layout.html -share/examples/XmHTML-1.1.0/examples/test-pages/image-map.html -share/examples/XmHTML-1.1.0/examples/test-pages/null_end.html -share/examples/XmHTML-1.1.0/examples/test-pages/null_end1.html -share/examples/XmHTML-1.1.0/examples/test-pages/pass7_sml.png -share/examples/XmHTML-1.1.0/examples/test-pages/png.html -share/examples/XmHTML-1.1.0/examples/test-pages/pnglogo-blk-tiny.png -share/examples/XmHTML-1.1.0/examples/test-pages/root.html -share/examples/XmHTML-1.1.0/examples/test-pages/symbol.html -share/examples/XmHTML-1.1.0/examples/test-pages/unclosed.html -share/examples/XmHTML-1.1.0/examples/test-pages/unclosed1.html +share/doc/XmHTML-1.1.7/GPL.html +share/doc/XmHTML-1.1.7/LGPL.html +share/doc/XmHTML-1.1.7/XmHTML.html +share/doc/XmHTML-1.1.7/apps.html +share/doc/XmHTML-1.1.7/changes.html +share/doc/XmHTML-1.1.7/copyrights.html +share/doc/XmHTML-1.1.7/custom_map.html +share/doc/XmHTML-1.1.7/custom_map.txt +share/doc/XmHTML-1.1.7/datatypes.html +share/doc/XmHTML-1.1.7/debug.html +share/doc/XmHTML-1.1.7/extensions.html +share/doc/XmHTML-1.1.7/font_map.html +share/doc/XmHTML-1.1.7/getit.html +share/doc/XmHTML-1.1.7/legals.html +share/doc/XmHTML-1.1.7/man.html +share/doc/XmHTML-1.1.7/parser.html +share/doc/XmHTML-1.1.7/parser_prog.html +share/doc/XmHTML-1.1.7/parser_ref.html +share/doc/XmHTML-1.1.7/procedures.html +share/doc/XmHTML-1.1.7/progguide.html +share/doc/XmHTML-1.1.7/structures.html +share/doc/XmHTML-1.1.7/xmhtml_prog.html +share/doc/XmHTML-1.1.7/man/AllocCol.html +share/doc/XmHTML-1.1.7/man/AncGetId.html +share/doc/XmHTML-1.1.7/man/AncScrId.html +share/doc/XmHTML-1.1.7/man/AncScrNm.html +share/doc/XmHTML-1.1.7/man/CrtHTML.html +share/doc/XmHTML-1.1.7/man/FontInfo.html +share/doc/XmHTML-1.1.7/man/FrGtChld.html +share/doc/XmHTML-1.1.7/man/FreeCol.html +share/doc/XmHTML-1.1.7/man/GetTitle.html +share/doc/XmHTML-1.1.7/man/GtHdAttr.html +share/doc/XmHTML-1.1.7/man/GtURLTyp.html +share/doc/XmHTML-1.1.7/man/HTGIFStr.html +share/doc/XmHTML-1.1.7/man/HTGtVer.html +share/doc/XmHTML-1.1.7/man/HTML.html +share/doc/XmHTML-1.1.7/man/HTObject.html +share/doc/XmHTML-1.1.7/man/HTPLCStr.html +share/doc/XmHTML-1.1.7/man/HTPapSiz.html +share/doc/XmHTML-1.1.7/man/ImCrFrIn.html +share/doc/XmHTML-1.1.7/man/ImCreate.html +share/doc/XmHTML-1.1.7/man/ImDefPrc.html +share/doc/XmHTML-1.1.7/man/ImDestro.html +share/doc/XmHTML-1.1.7/man/ImFreeAl.html +share/doc/XmHTML-1.1.7/man/ImFreeIn.html +share/doc/XmHTML-1.1.7/man/ImGZFSup.html +share/doc/XmHTML-1.1.7/man/ImGetTyp.html +share/doc/XmHTML-1.1.7/man/ImGifGzf.html +share/doc/XmHTML-1.1.7/man/ImImgMap.html +share/doc/XmHTML-1.1.7/man/ImInfo.html +share/doc/XmHTML-1.1.7/man/ImPLCCon.html +share/doc/XmHTML-1.1.7/man/ImPLCKil.html +share/doc/XmHTML-1.1.7/man/ImPLCSus.html +share/doc/XmHTML-1.1.7/man/ImReplac.html +share/doc/XmHTML-1.1.7/man/ImUpdate.html +share/doc/XmHTML-1.1.7/man/Redispla.html +share/doc/XmHTML-1.1.7/man/TxtGtFmt.html +share/doc/XmHTML-1.1.7/man/TxtGtSrc.html +share/doc/XmHTML-1.1.7/man/TxtGtStr.html +share/doc/XmHTML-1.1.7/man/TxtScrLn.html +share/doc/XmHTML-1.1.7/man/TxtStStr.html +share/doc/XmHTML-1.1.7/man/TxtStrWl.html +share/doc/XmHTML-1.1.7/man/XYToInfo.html +share/doc/XmHTML-1.1.7/man/XmImage.html +share/doc/XmHTML-1.1.7/man/man.map +share/doc/XmHTML-1.1.7/man/man.tmpl +share/doc/XmHTML-1.1.7/man/empty.html +share/examples/XmHTML-1.1.7/book/Imakefile +share/examples/XmHTML-1.1.7/book/Makefile +share/examples/XmHTML-1.1.7/book/Makefile.orig +share/examples/XmHTML-1.1.7/book/Makefile.org +share/examples/XmHTML-1.1.7/book/autosize_html +share/examples/XmHTML-1.1.7/book/autosize_html.c +share/examples/XmHTML-1.1.7/book/forced_html +share/examples/XmHTML-1.1.7/book/forced_html.c +share/examples/XmHTML-1.1.7/book/html +share/examples/XmHTML-1.1.7/book/html.c +share/examples/XmHTML-1.1.7/book/html_browser +share/examples/XmHTML-1.1.7/book/html_browser.c +share/examples/XmHTML-1.1.7/book/simple_html +share/examples/XmHTML-1.1.7/book/simple_html.c +share/examples/XmHTML-1.1.7/book/simple_html2 +share/examples/XmHTML-1.1.7/book/simple_html2.c +share/examples/XmHTML-1.1.7/book/work_window.c +share/examples/XmHTML-1.1.7/contrib/Makefile +share/examples/XmHTML-1.1.7/contrib/Makefile.org +share/examples/XmHTML-1.1.7/contrib/README +share/examples/XmHTML-1.1.7/contrib/VUEorDT.c +share/examples/XmHTML-1.1.7/contrib/drawBttn.c +share/examples/XmHTML-1.1.7/contrib/example_5.c +share/examples/XmHTML-1.1.7/contrib/gif_decode.c +share/examples/XmHTML-1.1.7/contrib/htmltest.c +share/examples/XmHTML-1.1.7/contrib/netscape.c +share/examples/XmHTML-1.1.7/contrib/swallow.c +share/examples/XmHTML-1.1.7/contrib/swallow2 +share/examples/XmHTML-1.1.7/contrib/swallow2.c +share/examples/XmHTML-1.1.7/examples/HTMLDemos.ad +share/examples/XmHTML-1.1.7/examples/Imakefile +share/examples/XmHTML-1.1.7/examples/Makefile +share/examples/XmHTML-1.1.7/examples/Makefile.org +share/examples/XmHTML-1.1.7/examples/Makefile.orig +share/examples/XmHTML-1.1.7/examples/README +share/examples/XmHTML-1.1.7/examples/cache.c +share/examples/XmHTML-1.1.7/examples/cache.h +share/examples/XmHTML-1.1.7/examples/example_1 +share/examples/XmHTML-1.1.7/examples/example_1.c +share/examples/XmHTML-1.1.7/examples/example_2 +share/examples/XmHTML-1.1.7/examples/example_2.c +share/examples/XmHTML-1.1.7/examples/example_4 +share/examples/XmHTML-1.1.7/examples/example_4.c +share/examples/XmHTML-1.1.7/examples/form-test.pl +share/examples/XmHTML-1.1.7/examples/ftypes.h +share/examples/XmHTML-1.1.7/examples/gif_decode.c +share/examples/XmHTML-1.1.7/examples/history.c +share/examples/XmHTML-1.1.7/examples/history.h +share/examples/XmHTML-1.1.7/examples/menu.c +share/examples/XmHTML-1.1.7/examples/menu.h +share/examples/XmHTML-1.1.7/examples/menuItems.h +share/examples/XmHTML-1.1.7/examples/misc.c +share/examples/XmHTML-1.1.7/examples/misc.h +share/examples/XmHTML-1.1.7/examples/visual.c +share/examples/XmHTML-1.1.7/examples/test-pages/README +share/examples/XmHTML-1.1.7/examples/test-pages/animation1.html +share/examples/XmHTML-1.1.7/examples/test-pages/animation2.html +share/examples/XmHTML-1.1.7/examples/test-pages/animation3.html +share/examples/XmHTML-1.1.7/examples/test-pages/black.jpg +share/examples/XmHTML-1.1.7/examples/test-pages/bug.gif +share/examples/XmHTML-1.1.7/examples/test-pages/chinese.html +share/examples/XmHTML-1.1.7/examples/test-pages/comments.html +share/examples/XmHTML-1.1.7/examples/test-pages/cyrillic.html +share/examples/XmHTML-1.1.7/examples/test-pages/dark_side.html +share/examples/XmHTML-1.1.7/examples/test-pages/dusan.html +share/examples/XmHTML-1.1.7/examples/test-pages/emailed.gif +share/examples/XmHTML-1.1.7/examples/test-pages/empty.html +share/examples/XmHTML-1.1.7/examples/test-pages/empty1.html +share/examples/XmHTML-1.1.7/examples/test-pages/english.html +share/examples/XmHTML-1.1.7/examples/test-pages/eye.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye1.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye10.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye11.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye12.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye13.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye14.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye15.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye16.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye17.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye18.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye19.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye2.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye20.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye21.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye22.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye23.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye24.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye3.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye4.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye5.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye6.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye7.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye8.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/eye9.xpm +share/examples/XmHTML-1.1.7/examples/test-pages/face.html +share/examples/XmHTML-1.1.7/examples/test-pages/font-stuff.html +share/examples/XmHTML-1.1.7/examples/test-pages/form-test.html +share/examples/XmHTML-1.1.7/examples/test-pages/frame.html +share/examples/XmHTML-1.1.7/examples/test-pages/frame1.html +share/examples/XmHTML-1.1.7/examples/test-pages/frame2.html +share/examples/XmHTML-1.1.7/examples/test-pages/frame3.html +share/examples/XmHTML-1.1.7/examples/test-pages/frame4.html +share/examples/XmHTML-1.1.7/examples/test-pages/frame5.html +share/examples/XmHTML-1.1.7/examples/test-pages/icons.html +share/examples/XmHTML-1.1.7/examples/test-pages/image-layout.html +share/examples/XmHTML-1.1.7/examples/test-pages/image-map.html +share/examples/XmHTML-1.1.7/examples/test-pages/null_end.html +share/examples/XmHTML-1.1.7/examples/test-pages/null_end1.html +share/examples/XmHTML-1.1.7/examples/test-pages/pass7_sml.png +share/examples/XmHTML-1.1.7/examples/test-pages/png.html +share/examples/XmHTML-1.1.7/examples/test-pages/pnglogo-blk-tiny.png +share/examples/XmHTML-1.1.7/examples/test-pages/root.html +share/examples/XmHTML-1.1.7/examples/test-pages/symbol.html +share/examples/XmHTML-1.1.7/examples/test-pages/table1.html +share/examples/XmHTML-1.1.7/examples/test-pages/table10.html +share/examples/XmHTML-1.1.7/examples/test-pages/table11.html +share/examples/XmHTML-1.1.7/examples/test-pages/table2.html +share/examples/XmHTML-1.1.7/examples/test-pages/table3.html +share/examples/XmHTML-1.1.7/examples/test-pages/table4.html +share/examples/XmHTML-1.1.7/examples/test-pages/table5.html +share/examples/XmHTML-1.1.7/examples/test-pages/table6.html +share/examples/XmHTML-1.1.7/examples/test-pages/table7.html +share/examples/XmHTML-1.1.7/examples/test-pages/table7.html.swp +share/examples/XmHTML-1.1.7/examples/test-pages/table8.html +share/examples/XmHTML-1.1.7/examples/test-pages/table9.html +share/examples/XmHTML-1.1.7/examples/test-pages/unclosed.html +share/examples/XmHTML-1.1.7/examples/test-pages/unclosed1.html lib/libXmHTML.a +lib/libXmHTML.la lib/libXmHTML.so lib/libXmHTML.so.1 +include/XmHTML/Balloon.h +include/XmHTML/BalloonP.h +include/XmHTML/HTML.h +include/XmHTML/HTMLStrings.h +include/XmHTML/XCC.h +include/XmHTML/XCCP.h include/XmHTML/XmHTML.h include/XmHTML/XmHTMLP.h -include/XmHTML/HTML.h -include/XmHTML/Parser.h -include/XmHTML/ParserP.h -@dirrm share/examples/XmHTML-1.1.0/examples/test-pages -@dirrm share/examples/XmHTML-1.1.0/examples -@dirrm share/examples/XmHTML-1.1.0/book -@dirrm share/examples/XmHTML-1.1.0/contrib -@dirrm share/examples/XmHTML-1.1.0 -@dirrm share/doc/XmHTML-1.1.0/man -@dirrm share/doc/XmHTML-1.1.0 +include/XmHTML/XmHTMLfuncs.h +include/XmHTML/debug_menu.h +include/XmHTML/resources.h +include/XmHTML/tka.h +include/XmHTML/toolkit.h +@dirrm share/examples/XmHTML-1.1.7/examples/test-pages +@dirrm share/examples/XmHTML-1.1.7/examples +@dirrm share/examples/XmHTML-1.1.7/book +@dirrm share/examples/XmHTML-1.1.7/contrib +@dirrm share/examples/XmHTML-1.1.7 +@dirrm share/doc/XmHTML-1.1.7/man +@dirrm share/doc/XmHTML-1.1.7 @dirrm include/XmHTML >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message