Date: Sun, 13 Aug 2000 16:55:55 +0100 (BST) From: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20577: update x11-toolkits/xmhtml, please close ports/20351 Message-ID: <200008131555.QAA10567@sa264.wolfson.cam.ac.uk>
next in thread | raw e-mail | index | archive | help
>Number: 20577 >Category: ports >Synopsis: update x11-toolkits/xmhtml, please close ports/20351 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 13 09:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Amakawa Shuhei >Release: FreeBSD 4.1-STABLE i386 >Organization: University of Cambridge >Environment: FreeBSD 4.1-STABLE i386 >Description: Update x11-toolkits/xmhtml to 1.1.5. This supersedes ports/20351, in which MASTER_SITES was wrong. Please close it. >How-To-Repeat: patch attached >Fix: Added file: patches/patch-af diff -uNr /usr/ports/x11-toolkits/xmhtml/Makefile xmhtml/Makefile --- /usr/ports/x11-toolkits/xmhtml/Makefile Wed Jul 5 00:00:17 2000 +++ xmhtml/Makefile Fri Aug 11 23:49:22 2000 @@ -6,14 +6,9 @@ # PORTNAME= XmHTML -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.5 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 @@ -22,20 +17,19 @@ REQUIRES_MOTIF= yes USE_IMAKE= yes -XMKMF= PORTOBJFORMAT=${PORTOBJFORMAT} xmkmf -a +INSTALLS_SHLIB= yes EXMP_DIR= ${PREFIX}/share/examples/${DISTNAME}/ DOCS_DIR= ${PREFIX}/share/doc/${DISTNAME}/ +.if !defined(NOPORTDOCS) pre-install: ${ECHO} "installing examples into ${EXMP_DIR}" @ ${MKDIR} ${EXMP_DIR} - @ tar -C ${WRKSRC} -cpf- book contrib examples|tar -xvpf- -C ${EXMP_DIR} + @ ${TAR} -C ${WRKSRC} -cpf- --exclude '*.o' book contrib examples | ${TAR} -xvpf- -C ${EXMP_DIR} ${ECHO} "installing docs into ${DOCS_DIR}" @ ${MKDIR} ${DOCS_DIR} @ (cd ${WRKSRC}/html; tar -cpf- * | tar -xvpf- -C ${DOCS_DIR} ) - -post-install: - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +.endif .include <bsd.port.mk> diff -uNr /usr/ports/x11-toolkits/xmhtml/files/md5 xmhtml/files/md5 --- /usr/ports/x11-toolkits/xmhtml/files/md5 Sun Feb 21 03:22:20 1999 +++ xmhtml/files/md5 Fri Aug 11 23:49:22 2000 @@ -1,2 +1 @@ -MD5 (XmHTML-1.1.0.tar.gz) = 4a29ce778089a3312ba5c5ce700101f6 -MD5 (patch-102697.gz) = 5af647414fe4087935cc8ec9652fb938 +MD5 (XmHTML-1.1.5.tar.gz) = 7797a9f8e49bd4c1b8ad5edd1fbad996 diff -uNr /usr/ports/x11-toolkits/xmhtml/patches/patch-aa xmhtml/patches/patch-aa --- /usr/ports/x11-toolkits/xmhtml/patches/patch-aa Sun Feb 21 03:59:30 1999 +++ xmhtml/patches/patch-aa Fri Aug 11 23:49:23 2000 @@ -1,60 +1,67 @@ ---- XmHTML.cf.orig Sat Feb 20 13:38:17 1999 -+++ XmHTML.cf Sat Feb 20 14:08:18 1999 -@@ -22,10 +22,10 @@ - XCOMM +--- XmHTML.cf.orig Sat Aug 8 10:59:31 1998 ++++ XmHTML.cf Tue Aug 1 01:22:10 2000 +@@ -14,16 +14,19 @@ + XCOMM If BUILDINCTOP is not or incorrectly set on your system, you can + XCOMM override it here. + XCOMM BUILDINCTOP=<path to root of the XmHTML source tree> +-BUILDINCTOP=/home/newt/src/XmHTML/XmHTML ++BUILDINCTOP=.. ++BUILDBINTOP= .. ++BUILDLIBTOP= .. ++INSTINCFLAGS = -c -m 0444 - XCOMM This specifies where the XmHTML library will be installed + XCOMM ---------------------------------------------------------------------- + XCOMM Installation Directories + XCOMM ---------------------------------------------------------------------- + XCOMM This specifies where the XmHTML and http library will be installed -#define XmHTMLLibDir $(USRLIBDIR) -+#define XmHTMLLibDir /usr/X11R6/lib ++#define XmHTMLLibDir $(X11BASE)/lib - XCOMM This specifies where the XmHTML header files will be installed + XCOMM This specifies where the XmHTML and http 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 ---------------------------------------------------------------------- + XCOMM Common Desktop Environment +@@ -49,8 +52,8 @@ + XCOMM paths to xpm.h and libXpm. The defaults are /usr/X11R6/include (or + XCOMM wherever your X includes live) and /usr/X11R6/lib (or wherever your X + XCOMM libraries live) +-XCOMM XPMINCLUDES = -I$(INCROOT) -XCOMM XPMLIBRARIES = -L$(LIBDIR) -lXpm -+XPMINCLUDES = -I$(INCROOT)/X11 -+XPMLIBRARIES = -L$(LIBDIR) -lXpm ++XPMINCLUDES = -I$(X11BASE)/include ++XPMLIBRARIES = -L$(X11BASE)/lib -lXpm - XCOMM XCOMM JPEG Support. Enabled by default. -@@ -74,8 +79,8 @@ + XCOMM You require libjpeg, version 6 or above. If you don't have this lib +@@ -60,8 +63,8 @@ XCOMM Required include files: jpeglib.h, jconfig.h, jmorecfg.h - XCOMM - #if (IHaveJPEG) + + #define IHaveJPEG YES -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 @@ ++JPEGINC = -I$(LOCALBASE)/include ++JPEGLIB = -ljpeg -L$(LOCALBASE)/lib + + XCOMM PNG Support. Enabled by default. + XCOMM You require libpng, version 0.96 or above. If you don't have this lib +@@ -69,8 +72,8 @@ XCOMM Required include files: png.h, pngconf.h - XCOMM - #if (IHavePNG) --PNGINC = + + #define IHavePNG YES +-PNGINC = -PNGLIB = -lpng -+PNGINC = -I/usr/local/include -+PNGLIB = -lpng -L/usr/local/lib - #else - XCOMM PNG support not selected - #endif ++PNGINC = -I$(LOCALBASE)/include ++PNGLIB = -lpng -L$(LOCALBASE)/lib + + XCOMM zlib Support. Enabled by default. PNG support implies zlib. + XCOMM You require libz, version 1.0.4 or above. If you don't have this lib +@@ -88,7 +91,7 @@ + XCOMM IHavePosixRegex to NO. + XCOMM (POSIX regex defines the following functions: regcomp, regexec, + XCOMM regerror and regfree, so if you have them, leave it like this.) +-#define IHavePosixRegex NO ++#define IHavePosixRegex YES + + XCOMM ---------------------------------------------------------------------- + XCOMM Runtime Debug support diff -uNr /usr/ports/x11-toolkits/xmhtml/patches/patch-ab xmhtml/patches/patch-ab --- /usr/ports/x11-toolkits/xmhtml/patches/patch-ab Sun Feb 21 03:22:20 1999 +++ xmhtml/patches/patch-ab Fri Aug 11 23:49:23 2000 @@ -1,18 +1,29 @@ ---- src/Imakefile.orig Sat Feb 20 14:31:44 1999 -+++ src/Imakefile Sun Feb 21 12:52:40 1999 -@@ -61,11 +61,15 @@ - - XCOMM I don't know whether or not X11R5/R4 image has got a Concat3. +--- src/Imakefile.orig Thu Jun 4 15:52:46 1998 ++++ src/Imakefile Tue Aug 1 22:36:13 2000 +@@ -65,6 +65,7 @@ XCOMM This works. + XCOMM Warning: Project X can be 603 (for X11R6.3), which while still passing + XCOMM the following test maybe something to keep track of -- offer +.if (${PORTOBJFORMAT} == "aout") #if (ProjectX < 6) SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLRevision)./**/$(XmHTMLUpdateLevel) - #else + +@@ -80,6 +81,9 @@ + XCOMM Not X11R6 and not running on an SGI. + # else SOXMHTMLLIBREV = Concat3($(XmHTMLVersionNum).,$(XmHTMLRevision).,$(XmHTMLUpdateLevel)) - #endif +.else +SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLUpdateLevel) +.endif - HEADERS = XmHTML.h XmHTMLP.h HTML.h Parser.h ParserP.h + XCOMM Setting this variable adds code to automatically pull in the image + XCOMM libraries whenever -lXmHTML is seen. This should work on at least Linux +@@ -107,7 +111,7 @@ + + XCOMM + XCOMM Header files used by various other targets in the XmHTML source tree +-PUBHDRS = XmHTMLfuncs.h LZWStream.h XCC.h miniparse.h stack.h ++PUBHDRS = XmHTMLfuncs.h LZWStream.h XCC.h miniparse.h stack.h icons.h + XCOMM + XCOMM Header files generated during compilation (via mkStrings) diff -uNr /usr/ports/x11-toolkits/xmhtml/patches/patch-ad xmhtml/patches/patch-ad --- /usr/ports/x11-toolkits/xmhtml/patches/patch-ad Wed May 12 10:12:39 1999 +++ xmhtml/patches/patch-ad Fri Aug 11 23:49:23 2000 @@ -1,11 +1,19 @@ ---- ./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) +--- examples/Imakefile.orig Thu Mar 12 22:53:27 1998 ++++ examples/Imakefile Tue Aug 1 22:24:16 2000 +@@ -43,13 +43,13 @@ + HTTPLIB = -L$(BUILDINCTOP)/http -lhttp XCOMM required libraries --LOCAL_LIBRARIES = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) -+LOCAL_LIBRARIES = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) +-LOCAL_LIBS = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) ++LOCAL_LIBS = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) XCOMM common routines for all examples XCOMM + +-MSRCS = visual.c misc.c cache.c menu.c +-MOBJS = visual.o misc.o cache.o menu.o ++MSRCS = visual.c misc.c cache.c menu.c history.c ++MOBJS = visual.o misc.o cache.o menu.o history.o + + SRCS = example_1.c example_2.c example_4.c + diff -uNr /usr/ports/x11-toolkits/xmhtml/patches/patch-ae xmhtml/patches/patch-ae --- /usr/ports/x11-toolkits/xmhtml/patches/patch-ae Wed May 12 10:12:40 1999 +++ xmhtml/patches/patch-ae Fri Aug 11 23:49:23 2000 @@ -1,6 +1,15 @@ ---- ./tools/Imakefile.org Wed May 12 01:31:49 1999 -+++ ./tools/Imakefile Wed May 12 02:04:11 1999 -@@ -35,7 +35,7 @@ +--- tools/Imakefile.orig Thu Dec 11 04:10:42 1997 ++++ tools/Imakefile Tue Aug 1 22:40:49 2000 +@@ -20,7 +20,7 @@ + #include <Motif.tmpl> + #endif + +-EXTRA_INCLUDES = -I. -I$(BUILDINCTOP)/include ++EXTRA_INCLUDES = -I. -I$(BUILDINCTOP)/include -I$(BUILDINCTOP)/include/XmHTML + + XCOMM dependency X libraries, required for reptype + XDEPLIB = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) +@@ -32,7 +32,7 @@ DEFAULT_LIBS = XCOMM X libraries, required for reptype @@ -8,4 +17,4 @@ +LOCAL_LIBRARIES = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS) #if (IHaveZLIB) - SRCS = GetRepTypes.c WidgetSize.c gifinfo.c ImBuffer.c parse.c gif2gzf.c \ + SRCS = GetRepTypes.c WidgetSize.c gifinfo.c ImBuffer.c miniparse.c \ diff -uNr /usr/ports/x11-toolkits/xmhtml/patches/patch-af xmhtml/patches/patch-af --- /usr/ports/x11-toolkits/xmhtml/patches/patch-af Thu Jan 1 01:00:00 1970 +++ xmhtml/patches/patch-af Fri Aug 11 23:49:23 2000 @@ -0,0 +1,20 @@ +--- http/Imakefile.orig Sat Jan 17 01:56:33 1998 ++++ http/Imakefile Tue Aug 1 23:34:51 2000 +@@ -62,6 +62,7 @@ + + XCOMM I don't know whether or not X11R5/R4 image has got a Concat3. + XCOMM This works. ++.if (${PORTOBJFORMAT} == "aout") + #if (ProjectX < 6) + SOHTTPLIBREV = $(HTTPVersionNum)./**/$(HTTPRevision)./**/$(HTTPUpdateLevel) + #else +@@ -72,6 +73,9 @@ + #else + SOHTTPLIBREV = Concat3($(HTTPVersionNum).,$(HTTPRevision).,$(HTTPUpdateLevel)) + #endif /* SGIArchitecture */ ++.else ++SOHTTPLIBREV = $(HTTPVersionNum)./**/$(HTTPUpdateLevel) ++.endif + + #endif + diff -uNr /usr/ports/x11-toolkits/xmhtml/pkg/PLIST xmhtml/pkg/PLIST --- /usr/ports/x11-toolkits/xmhtml/pkg/PLIST Sun Feb 21 03:59:37 1999 +++ xmhtml/pkg/PLIST Fri Aug 11 23:49:23 2000 @@ -1,232 +1,213 @@ -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.5/GPL.html +share/doc/XmHTML-1.1.5/LGPL.html +share/doc/XmHTML-1.1.5/XmHTML.html +share/doc/XmHTML-1.1.5/changes.html +share/doc/XmHTML-1.1.5/copyrights.html +share/doc/XmHTML-1.1.5/custom_map.html +share/doc/XmHTML-1.1.5/custom_map.txt +share/doc/XmHTML-1.1.5/datatypes.html +share/doc/XmHTML-1.1.5/debug.html +share/doc/XmHTML-1.1.5/extensions.html +share/doc/XmHTML-1.1.5/font_map.html +share/doc/XmHTML-1.1.5/getit.html +share/doc/XmHTML-1.1.5/legals.html +share/doc/XmHTML-1.1.5/man.html +share/doc/XmHTML-1.1.5/parser.html +share/doc/XmHTML-1.1.5/parser_prog.html +share/doc/XmHTML-1.1.5/parser_ref.html +share/doc/XmHTML-1.1.5/procedures.html +share/doc/XmHTML-1.1.5/progguide.html +share/doc/XmHTML-1.1.5/structures.html +share/doc/XmHTML-1.1.5/xmhtml_prog.html +share/doc/XmHTML-1.1.5/man/AllocCol.html +share/doc/XmHTML-1.1.5/man/AncGetId.html +share/doc/XmHTML-1.1.5/man/AncScrId.html +share/doc/XmHTML-1.1.5/man/AncScrNm.html +share/doc/XmHTML-1.1.5/man/CrtHTML.html +share/doc/XmHTML-1.1.5/man/FontInfo.html +share/doc/XmHTML-1.1.5/man/FrGtChld.html +share/doc/XmHTML-1.1.5/man/FreeCol.html +share/doc/XmHTML-1.1.5/man/GetTitle.html +share/doc/XmHTML-1.1.5/man/GtHdAttr.html +share/doc/XmHTML-1.1.5/man/GtURLTyp.html +share/doc/XmHTML-1.1.5/man/HTGIFStr.html +share/doc/XmHTML-1.1.5/man/HTGtVer.html +share/doc/XmHTML-1.1.5/man/HTML.html +share/doc/XmHTML-1.1.5/man/HTObject.html +share/doc/XmHTML-1.1.5/man/HTPLCStr.html +share/doc/XmHTML-1.1.5/man/HTPapSiz.html +share/doc/XmHTML-1.1.5/man/ImCrFrIn.html +share/doc/XmHTML-1.1.5/man/ImCreate.html +share/doc/XmHTML-1.1.5/man/ImDefPrc.html +share/doc/XmHTML-1.1.5/man/ImDestro.html +share/doc/XmHTML-1.1.5/man/ImFreeAl.html +share/doc/XmHTML-1.1.5/man/ImFreeIn.html +share/doc/XmHTML-1.1.5/man/ImGZFSup.html +share/doc/XmHTML-1.1.5/man/ImGetTyp.html +share/doc/XmHTML-1.1.5/man/ImGifGzf.html +share/doc/XmHTML-1.1.5/man/ImImgMap.html +share/doc/XmHTML-1.1.5/man/ImInfo.html +share/doc/XmHTML-1.1.5/man/ImPLCCon.html +share/doc/XmHTML-1.1.5/man/ImPLCKil.html +share/doc/XmHTML-1.1.5/man/ImPLCSus.html +share/doc/XmHTML-1.1.5/man/ImReplac.html +share/doc/XmHTML-1.1.5/man/ImUpdate.html +share/doc/XmHTML-1.1.5/man/Redispla.html +share/doc/XmHTML-1.1.5/man/TxtGtFmt.html +share/doc/XmHTML-1.1.5/man/TxtGtSrc.html +share/doc/XmHTML-1.1.5/man/TxtGtStr.html +share/doc/XmHTML-1.1.5/man/TxtScrLn.html +share/doc/XmHTML-1.1.5/man/TxtStStr.html +share/doc/XmHTML-1.1.5/man/TxtStrWl.html +share/doc/XmHTML-1.1.5/man/XYToInfo.html +share/doc/XmHTML-1.1.5/man/XmImage.html +share/doc/XmHTML-1.1.5/man/empty.html +share/doc/XmHTML-1.1.5/man/man.map +share/doc/XmHTML-1.1.5/man/man.tmpl +share/examples/XmHTML-1.1.5/book/.depend +share/examples/XmHTML-1.1.5/book/Imakefile +share/examples/XmHTML-1.1.5/book/Imakefile.orig +share/examples/XmHTML-1.1.5/book/Makefile +share/examples/XmHTML-1.1.5/book/Makefile.bak +share/examples/XmHTML-1.1.5/book/Makefile.org +share/examples/XmHTML-1.1.5/book/autosize_html +share/examples/XmHTML-1.1.5/book/autosize_html.c +share/examples/XmHTML-1.1.5/book/forced_html +share/examples/XmHTML-1.1.5/book/forced_html.c +share/examples/XmHTML-1.1.5/book/html +share/examples/XmHTML-1.1.5/book/html.c +share/examples/XmHTML-1.1.5/book/simple_html +share/examples/XmHTML-1.1.5/book/simple_html.c +share/examples/XmHTML-1.1.5/book/simple_html2 +share/examples/XmHTML-1.1.5/book/simple_html2.c +share/examples/XmHTML-1.1.5/book/work_window.c +share/examples/XmHTML-1.1.5/contrib/Makefile +share/examples/XmHTML-1.1.5/contrib/Makefile.org +share/examples/XmHTML-1.1.5/contrib/README +share/examples/XmHTML-1.1.5/contrib/VUEorDT.c +share/examples/XmHTML-1.1.5/contrib/drawBttn.c +share/examples/XmHTML-1.1.5/contrib/example_5.c +share/examples/XmHTML-1.1.5/contrib/gif_decode.c +share/examples/XmHTML-1.1.5/contrib/netscape.c +share/examples/XmHTML-1.1.5/contrib/swallow.c +share/examples/XmHTML-1.1.5/contrib/swallow2.c +share/examples/XmHTML-1.1.5/examples/.depend +share/examples/XmHTML-1.1.5/examples/HTMLDemos.ad +share/examples/XmHTML-1.1.5/examples/Imakefile +share/examples/XmHTML-1.1.5/examples/Imakefile.orig +share/examples/XmHTML-1.1.5/examples/Makefile +share/examples/XmHTML-1.1.5/examples/Makefile.bak +share/examples/XmHTML-1.1.5/examples/Makefile.org +share/examples/XmHTML-1.1.5/examples/README +share/examples/XmHTML-1.1.5/examples/cache.c +share/examples/XmHTML-1.1.5/examples/cache.h +share/examples/XmHTML-1.1.5/examples/example_1 +share/examples/XmHTML-1.1.5/examples/example_1.c +share/examples/XmHTML-1.1.5/examples/example_2 +share/examples/XmHTML-1.1.5/examples/example_2.c +share/examples/XmHTML-1.1.5/examples/example_4 +share/examples/XmHTML-1.1.5/examples/example_4.c +share/examples/XmHTML-1.1.5/examples/form-test.pl +share/examples/XmHTML-1.1.5/examples/ftypes.h +share/examples/XmHTML-1.1.5/examples/gif_decode.c +share/examples/XmHTML-1.1.5/examples/history.c +share/examples/XmHTML-1.1.5/examples/history.h +share/examples/XmHTML-1.1.5/examples/menu.c +share/examples/XmHTML-1.1.5/examples/menu.h +share/examples/XmHTML-1.1.5/examples/menuItems.h +share/examples/XmHTML-1.1.5/examples/misc.c +share/examples/XmHTML-1.1.5/examples/misc.h +share/examples/XmHTML-1.1.5/examples/visual.c +share/examples/XmHTML-1.1.5/examples/test-pages/README +share/examples/XmHTML-1.1.5/examples/test-pages/animation1.html +share/examples/XmHTML-1.1.5/examples/test-pages/animation2.html +share/examples/XmHTML-1.1.5/examples/test-pages/animation3.html +share/examples/XmHTML-1.1.5/examples/test-pages/black.jpg +share/examples/XmHTML-1.1.5/examples/test-pages/bug.gif +share/examples/XmHTML-1.1.5/examples/test-pages/comments.html +share/examples/XmHTML-1.1.5/examples/test-pages/cyrillic.html +share/examples/XmHTML-1.1.5/examples/test-pages/dark_side.html +share/examples/XmHTML-1.1.5/examples/test-pages/dusan.html +share/examples/XmHTML-1.1.5/examples/test-pages/emailed.gif +share/examples/XmHTML-1.1.5/examples/test-pages/empty.html +share/examples/XmHTML-1.1.5/examples/test-pages/empty1.html +share/examples/XmHTML-1.1.5/examples/test-pages/eye.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye1.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye10.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye11.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye12.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye13.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye14.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye15.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye16.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye17.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye18.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye19.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye2.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye20.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye21.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye22.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye23.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye24.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye3.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye4.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye5.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye6.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye7.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye8.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/eye9.xpm +share/examples/XmHTML-1.1.5/examples/test-pages/face.html +share/examples/XmHTML-1.1.5/examples/test-pages/font-stuff.html +share/examples/XmHTML-1.1.5/examples/test-pages/form-test.html +share/examples/XmHTML-1.1.5/examples/test-pages/frame.html +share/examples/XmHTML-1.1.5/examples/test-pages/frame1.html +share/examples/XmHTML-1.1.5/examples/test-pages/frame2.html +share/examples/XmHTML-1.1.5/examples/test-pages/frame3.html +share/examples/XmHTML-1.1.5/examples/test-pages/frame4.html +share/examples/XmHTML-1.1.5/examples/test-pages/frame5.html +share/examples/XmHTML-1.1.5/examples/test-pages/icons.html +share/examples/XmHTML-1.1.5/examples/test-pages/image-layout.html +share/examples/XmHTML-1.1.5/examples/test-pages/image-map.html +share/examples/XmHTML-1.1.5/examples/test-pages/null_end.html +share/examples/XmHTML-1.1.5/examples/test-pages/null_end1.html +share/examples/XmHTML-1.1.5/examples/test-pages/pass7_sml.png +share/examples/XmHTML-1.1.5/examples/test-pages/png.html +share/examples/XmHTML-1.1.5/examples/test-pages/pnglogo-blk-tiny.png +share/examples/XmHTML-1.1.5/examples/test-pages/root.html +share/examples/XmHTML-1.1.5/examples/test-pages/symbol.html +share/examples/XmHTML-1.1.5/examples/test-pages/table1.html +share/examples/XmHTML-1.1.5/examples/test-pages/table10.html +share/examples/XmHTML-1.1.5/examples/test-pages/table11.html +share/examples/XmHTML-1.1.5/examples/test-pages/table2.html +share/examples/XmHTML-1.1.5/examples/test-pages/table3.html +share/examples/XmHTML-1.1.5/examples/test-pages/table4.html +share/examples/XmHTML-1.1.5/examples/test-pages/table5.html +share/examples/XmHTML-1.1.5/examples/test-pages/table6.html +share/examples/XmHTML-1.1.5/examples/test-pages/table7.html +share/examples/XmHTML-1.1.5/examples/test-pages/table8.html +share/examples/XmHTML-1.1.5/examples/test-pages/table9.html +share/examples/XmHTML-1.1.5/examples/test-pages/unclosed.html +share/examples/XmHTML-1.1.5/examples/test-pages/unclosed1.html lib/libXmHTML.a lib/libXmHTML.so lib/libXmHTML.so.1 +lib/libhttp.a +lib/libhttp.so +lib/libhttp.so.0 +include/XmHTML/Balloon.h +include/XmHTML/BalloonP.h +include/XmHTML/HTML.h +include/XmHTML/HTMLStrings.h +include/XmHTML/HTTP.h +include/XmHTML/HTTPP.h include/XmHTML/XmHTML.h +include/XmHTML/XmHTMLI.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 +@dirrm share/examples/XmHTML-1.1.5/examples/test-pages +@dirrm share/examples/XmHTML-1.1.5/examples +@dirrm share/examples/XmHTML-1.1.5/book +@dirrm share/examples/XmHTML-1.1.5/contrib +@dirrm share/examples/XmHTML-1.1.5 +@dirrm share/doc/XmHTML-1.1.5/man +@dirrm share/doc/XmHTML-1.1.5 @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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008131555.QAA10567>