View | Details | Raw Unified | Return to bug 20577
Collapse All | Expand All

(-)xmhtml/Makefile (-12 / +6 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	XmHTML
8
PORTNAME=	XmHTML
9
PORTVERSION= 	1.1.0
9
PORTVERSION= 	1.1.5
10
CATEGORIES=	x11-toolkits www
10
CATEGORIES=	x11-toolkits www
11
MASTER_SITES=	ftp://crl.nmsu.edu/pub/XmHTML/ \
11
MASTER_SITES=	http://www.xs4all.nl/~ripley/XmHTML/dist/
12
		ftp://ftp.ist.co.uk/pub/motif/XmHTML/ \
13
		ftp://ftp.nerdnet.nl/pub/X11/Widgets/XmHTML/
14
15
PATCH_SITES=	ftp://crl.nmsu.edu/pub/XmHTML/
16
PATCHFILES=	patch-102697.gz
17
12
18
MAINTAINER=	thepish@freebsd.org
13
MAINTAINER=	thepish@freebsd.org
19
14
Lines 22-41 Link Here
22
17
23
REQUIRES_MOTIF=	yes
18
REQUIRES_MOTIF=	yes
24
USE_IMAKE=	yes
19
USE_IMAKE=	yes
25
XMKMF=		PORTOBJFORMAT=${PORTOBJFORMAT} xmkmf -a
20
INSTALLS_SHLIB=	yes
26
21
27
EXMP_DIR=	${PREFIX}/share/examples/${DISTNAME}/
22
EXMP_DIR=	${PREFIX}/share/examples/${DISTNAME}/
28
DOCS_DIR=	${PREFIX}/share/doc/${DISTNAME}/
23
DOCS_DIR=	${PREFIX}/share/doc/${DISTNAME}/
29
24
25
.if !defined(NOPORTDOCS)
30
pre-install:
26
pre-install:
31
	${ECHO} "installing examples into ${EXMP_DIR}"
27
	${ECHO} "installing examples into ${EXMP_DIR}"
32
	@ ${MKDIR} ${EXMP_DIR}
28
	@ ${MKDIR} ${EXMP_DIR}
33
	@ tar -C ${WRKSRC} -cpf- book contrib examples|tar -xvpf- -C ${EXMP_DIR}
29
	@ ${TAR} -C ${WRKSRC} -cpf- --exclude '*.o' book contrib examples | ${TAR} -xvpf- -C ${EXMP_DIR}
34
	${ECHO} "installing docs into ${DOCS_DIR}"
30
	${ECHO} "installing docs into ${DOCS_DIR}"
35
	@ ${MKDIR} ${DOCS_DIR}
31
	@ ${MKDIR} ${DOCS_DIR}
36
	@ (cd ${WRKSRC}/html; tar -cpf- * | tar -xvpf- -C ${DOCS_DIR} )
32
	@ (cd ${WRKSRC}/html; tar -cpf- * | tar -xvpf- -C ${DOCS_DIR} )
37
33
.endif
38
post-install:
39
	@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
40
34
41
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)xmhtml/files/md5 (-2 / +1 lines)
Lines 1-2 Link Here
1
MD5 (XmHTML-1.1.0.tar.gz) = 4a29ce778089a3312ba5c5ce700101f6
1
MD5 (XmHTML-1.1.5.tar.gz) = 7797a9f8e49bd4c1b8ad5edd1fbad996
2
MD5 (patch-102697.gz) = 5af647414fe4087935cc8ec9652fb938
(-)xmhtml/patches/patch-aa (-46 / +53 lines)
Lines 1-60 Link Here
1
--- XmHTML.cf.orig	Sat Feb 20 13:38:17 1999
1
--- XmHTML.cf.orig	Sat Aug  8 10:59:31 1998
2
+++ XmHTML.cf	Sat Feb 20 14:08:18 1999
2
+++ XmHTML.cf	Tue Aug  1 01:22:10 2000
3
@@ -22,10 +22,10 @@
3
@@ -14,16 +14,19 @@
4
 XCOMM
4
 XCOMM If BUILDINCTOP is not or incorrectly set on your system, you can
5
 XCOMM override it here.
6
 XCOMM BUILDINCTOP=<path to root of the XmHTML source tree>
7
-BUILDINCTOP=/home/newt/src/XmHTML/XmHTML
8
+BUILDINCTOP=..
9
+BUILDBINTOP= ..
10
+BUILDLIBTOP= ..
11
+INSTINCFLAGS = -c -m 0444
5
 
12
 
6
 XCOMM This specifies where the XmHTML library will be installed
13
 XCOMM ----------------------------------------------------------------------
14
 XCOMM Installation Directories
15
 XCOMM ----------------------------------------------------------------------
16
 XCOMM This specifies where the XmHTML and http library will be installed
7
-#define XmHTMLLibDir $(USRLIBDIR)
17
-#define XmHTMLLibDir $(USRLIBDIR)
8
+#define XmHTMLLibDir /usr/X11R6/lib
18
+#define XmHTMLLibDir $(X11BASE)/lib
9
 
19
 
10
 XCOMM This specifies where the XmHTML header files will be installed
20
 XCOMM This specifies where the XmHTML and http header files will be installed
11
-#define XmHTMLIncDir $(INCROOT)/XmHTML
21
-#define XmHTMLIncDir $(INCROOT)/XmHTML
12
+#define XmHTMLIncDir /usr/X11R6/include/XmHTML
22
+#define XmHTMLIncDir /usr/X11R6/include/XmHTML
13
 
23
 
14
 XCOMM You may need to modify the following DEFINES as follows:
24
 XCOMM ----------------------------------------------------------------------
15
 XCOMM if your system doesn't provide str[n]casecmp, add -DNEED_STRCASECMP
25
 XCOMM Common Desktop Environment
16
@@ -51,6 +51,11 @@
26
@@ -49,8 +52,8 @@
17
 DEFINES = -DNEED_STRCASECMP
27
 XCOMM paths to xpm.h and libXpm. The defaults are /usr/X11R6/include (or
18
 #endif
28
 XCOMM wherever your X includes live) and /usr/X11R6/lib (or wherever your X
19
 
29
 XCOMM libraries live)
20
+BUILDINCTOP= ..
30
-XCOMM XPMINCLUDES  = -I$(INCROOT)
21
+BUILDBINTOP= ..
22
+BUILDLIBTOP= ..
23
+INSTINCFLAGS = -c -m 0444
24
+
25
 XCOMM Image support configuration
26
 
27
 XCOMM XPM support.
28
@@ -59,8 +64,8 @@
29
 XCOMM Uncomment and fill in the proper paths to xpm.h and libXpm
30
 XCOMM The defaults are /usr/X11R6/include (or wherever your X includes live)
31
 XCOMM and /usr/X11R6/lib (or wherever your X libraries live)
32
-XCOMM XPMINCLUDES  = -I$(INCROOT)/X11
33
-XCOMM XPMLIBRARIES = -L$(LIBDIR) -lXpm
31
-XCOMM XPMLIBRARIES = -L$(LIBDIR) -lXpm
34
+XPMINCLUDES  = -I$(INCROOT)/X11
32
+XPMINCLUDES  = -I$(X11BASE)/include
35
+XPMLIBRARIES = -L$(LIBDIR) -lXpm
33
+XPMLIBRARIES = -L$(X11BASE)/lib -lXpm
36
 
34
 
37
 XCOMM
38
 XCOMM JPEG Support. Enabled by default.
35
 XCOMM JPEG Support. Enabled by default.
39
@@ -74,8 +79,8 @@
36
 XCOMM You require libjpeg, version 6 or above. If you don't have this lib
37
@@ -60,8 +63,8 @@
40
 XCOMM Required include files: jpeglib.h, jconfig.h, jmorecfg.h
38
 XCOMM Required include files: jpeglib.h, jconfig.h, jmorecfg.h
41
 XCOMM
39
 
42
 #if (IHaveJPEG)
40
 #define IHaveJPEG YES
43
-JPEGINC =
41
-JPEGINC =
44
-JPEGLIB = -ljpeg
42
-JPEGLIB = -ljpeg
45
+JPEGINC = -I/usr/local/include
43
+JPEGINC = -I$(LOCALBASE)/include
46
+JPEGLIB = -ljpeg -L/usr/local/lib
44
+JPEGLIB = -ljpeg -L$(LOCALBASE)/lib
47
 #else
45
 
48
 XCOMM JPEG support not selected
46
 XCOMM PNG Support. Enabled by default.
49
 #endif
47
 XCOMM You require libpng, version 0.96 or above. If you don't have this lib
50
@@ -93,8 +98,8 @@
48
@@ -69,8 +72,8 @@
51
 XCOMM Required include files: png.h, pngconf.h
49
 XCOMM Required include files: png.h, pngconf.h
52
 XCOMM
50
 
53
 #if (IHavePNG)
51
 #define IHavePNG YES
54
-PNGINC =
52
-PNGINC = 
55
-PNGLIB = -lpng
53
-PNGLIB = -lpng
56
+PNGINC = -I/usr/local/include
54
+PNGINC = -I$(LOCALBASE)/include
57
+PNGLIB = -lpng -L/usr/local/lib
55
+PNGLIB = -lpng -L$(LOCALBASE)/lib
58
 #else
56
 
59
 XCOMM PNG support not selected
57
 XCOMM zlib Support. Enabled by default. PNG support implies zlib.
60
 #endif
58
 XCOMM You require libz, version 1.0.4 or above. If you don't have this lib
59
@@ -88,7 +91,7 @@
60
 XCOMM IHavePosixRegex to NO.
61
 XCOMM (POSIX regex defines the following functions: regcomp, regexec,
62
 XCOMM regerror and regfree, so if you have them, leave it like this.)
63
-#define IHavePosixRegex NO
64
+#define IHavePosixRegex YES
65
 
66
 XCOMM ----------------------------------------------------------------------
67
 XCOMM Runtime Debug support
(-)xmhtml/patches/patch-ab (-8 / +19 lines)
Lines 1-18 Link Here
1
--- src/Imakefile.orig	Sat Feb 20 14:31:44 1999
1
--- src/Imakefile.orig	Thu Jun  4 15:52:46 1998
2
+++ src/Imakefile	Sun Feb 21 12:52:40 1999
2
+++ src/Imakefile	Tue Aug  1 22:36:13 2000
3
@@ -61,11 +61,15 @@
3
@@ -65,6 +65,7 @@
4
 
5
 XCOMM I don't know whether or not X11R5/R4 image has got a Concat3.
6
 XCOMM This works.
4
 XCOMM This works.
5
 XCOMM Warning: Project X can be 603 (for X11R6.3), which while still passing
6
 XCOMM the following test maybe something to keep track of -- offer
7
+.if (${PORTOBJFORMAT} == "aout")
7
+.if (${PORTOBJFORMAT} == "aout")
8
 #if (ProjectX < 6)
8
 #if (ProjectX < 6)
9
 SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLRevision)./**/$(XmHTMLUpdateLevel)
9
 SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLRevision)./**/$(XmHTMLUpdateLevel)
10
 #else
10
 
11
@@ -80,6 +81,9 @@
12
 XCOMM Not X11R6 and not running on an SGI.
13
 # else
11
 SOXMHTMLLIBREV = Concat3($(XmHTMLVersionNum).,$(XmHTMLRevision).,$(XmHTMLUpdateLevel))
14
 SOXMHTMLLIBREV = Concat3($(XmHTMLVersionNum).,$(XmHTMLRevision).,$(XmHTMLUpdateLevel))
12
 #endif
13
+.else
15
+.else
14
+SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLUpdateLevel)
16
+SOXMHTMLLIBREV = $(XmHTMLVersionNum)./**/$(XmHTMLUpdateLevel)
15
+.endif
17
+.endif
16
 
18
 
17
 HEADERS = XmHTML.h XmHTMLP.h HTML.h Parser.h ParserP.h
19
 XCOMM Setting this variable adds code to automatically pull in the image
20
 XCOMM libraries whenever -lXmHTML is seen. This should work on at least Linux
21
@@ -107,7 +111,7 @@
22
 
23
 XCOMM
24
 XCOMM Header files used by various other targets in the XmHTML source tree
25
-PUBHDRS  = XmHTMLfuncs.h LZWStream.h XCC.h miniparse.h stack.h
26
+PUBHDRS  = XmHTMLfuncs.h LZWStream.h XCC.h miniparse.h stack.h icons.h
18
 
27
 
28
 XCOMM
29
 XCOMM Header files generated during compilation (via mkStrings)
(-)xmhtml/patches/patch-ad (-6 / +14 lines)
Lines 1-11 Link Here
1
--- ./examples/Imakefile.org	Wed May 12 01:31:48 1999
1
--- examples/Imakefile.orig	Thu Mar 12 22:53:27 1998
2
+++ ./examples/Imakefile	Wed May 12 02:04:00 1999
2
+++ examples/Imakefile	Tue Aug  1 22:24:16 2000
3
@@ -36,7 +36,7 @@
3
@@ -43,13 +43,13 @@
4
      DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
4
 HTTPLIB = -L$(BUILDINCTOP)/http -lhttp
5
 
5
 
6
 XCOMM required libraries
6
 XCOMM required libraries
7
-LOCAL_LIBRARIES = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB)
7
-LOCAL_LIBS = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB)
8
+LOCAL_LIBRARIES = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB)
8
+LOCAL_LIBS = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB)
9
 
9
 
10
 XCOMM common routines for all examples
10
 XCOMM common routines for all examples
11
 XCOMM
11
 XCOMM
12
 
13
-MSRCS = visual.c misc.c cache.c menu.c
14
-MOBJS = visual.o misc.o cache.o menu.o
15
+MSRCS = visual.c misc.c cache.c menu.c history.c
16
+MOBJS = visual.o misc.o cache.o menu.o history.o
17
 
18
 SRCS = example_1.c example_2.c example_4.c
19
 
(-)xmhtml/patches/patch-ae (-4 / +13 lines)
Lines 1-6 Link Here
1
--- ./tools/Imakefile.org	Wed May 12 01:31:49 1999
1
--- tools/Imakefile.orig	Thu Dec 11 04:10:42 1997
2
+++ ./tools/Imakefile	Wed May 12 02:04:11 1999
2
+++ tools/Imakefile	Tue Aug  1 22:40:49 2000
3
@@ -35,7 +35,7 @@
3
@@ -20,7 +20,7 @@
4
 #include <Motif.tmpl>
5
 #endif
6
 
7
-EXTRA_INCLUDES = -I. -I$(BUILDINCTOP)/include
8
+EXTRA_INCLUDES = -I. -I$(BUILDINCTOP)/include -I$(BUILDINCTOP)/include/XmHTML
9
 
10
 XCOMM dependency X libraries, required for reptype
11
 XDEPLIB = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
12
@@ -32,7 +32,7 @@
4
 DEFAULT_LIBS =
13
 DEFAULT_LIBS =
5
 
14
 
6
 XCOMM X libraries, required for reptype
15
 XCOMM X libraries, required for reptype
Lines 8-11 Link Here
8
+LOCAL_LIBRARIES = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS)
17
+LOCAL_LIBRARIES = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS)
9
 
18
 
10
 #if (IHaveZLIB)
19
 #if (IHaveZLIB)
11
 SRCS = GetRepTypes.c WidgetSize.c gifinfo.c ImBuffer.c parse.c gif2gzf.c \
20
 SRCS = GetRepTypes.c WidgetSize.c gifinfo.c ImBuffer.c miniparse.c \
(-)xmhtml/patches/patch-af (+20 lines)
Line 0 Link Here
1
--- http/Imakefile.orig	Sat Jan 17 01:56:33 1998
2
+++ http/Imakefile	Tue Aug  1 23:34:51 2000
3
@@ -62,6 +62,7 @@
4
 
5
 XCOMM I don't know whether or not X11R5/R4 image has got a Concat3.
6
 XCOMM This works.
7
+.if (${PORTOBJFORMAT} == "aout")
8
 #if (ProjectX < 6)
9
 SOHTTPLIBREV = $(HTTPVersionNum)./**/$(HTTPRevision)./**/$(HTTPUpdateLevel)
10
 #else
11
@@ -72,6 +73,9 @@
12
 #else
13
 SOHTTPLIBREV = Concat3($(HTTPVersionNum).,$(HTTPRevision).,$(HTTPUpdateLevel))
14
 #endif /* SGIArchitecture */
15
+.else
16
+SOHTTPLIBREV = $(HTTPVersionNum)./**/$(HTTPUpdateLevel)
17
+.endif
18
 
19
 #endif
20
 
(-)xmhtml/pkg/PLIST (-226 / +207 lines)
Lines 1-232 Link Here
1
share/doc/XmHTML-1.1.0/GPL.html
1
share/doc/XmHTML-1.1.5/GPL.html
2
share/doc/XmHTML-1.1.0/LGPL.html
2
share/doc/XmHTML-1.1.5/LGPL.html
3
share/doc/XmHTML-1.1.0/XmHTML.html
3
share/doc/XmHTML-1.1.5/XmHTML.html
4
share/doc/XmHTML-1.1.0/XmHTML.html.orig
4
share/doc/XmHTML-1.1.5/changes.html
5
share/doc/XmHTML-1.1.0/changes.html
5
share/doc/XmHTML-1.1.5/copyrights.html
6
share/doc/XmHTML-1.1.0/changes.html.orig
6
share/doc/XmHTML-1.1.5/custom_map.html
7
share/doc/XmHTML-1.1.0/copyrights.html
7
share/doc/XmHTML-1.1.5/custom_map.txt
8
share/doc/XmHTML-1.1.0/copyrights.html.orig
8
share/doc/XmHTML-1.1.5/datatypes.html
9
share/doc/XmHTML-1.1.0/custom_map.html
9
share/doc/XmHTML-1.1.5/debug.html
10
share/doc/XmHTML-1.1.0/custom_map.txt
10
share/doc/XmHTML-1.1.5/extensions.html
11
share/doc/XmHTML-1.1.0/debug.html
11
share/doc/XmHTML-1.1.5/font_map.html
12
share/doc/XmHTML-1.1.0/debug.html.orig
12
share/doc/XmHTML-1.1.5/getit.html
13
share/doc/XmHTML-1.1.0/extensions.html
13
share/doc/XmHTML-1.1.5/legals.html
14
share/doc/XmHTML-1.1.0/extensions.html.orig
14
share/doc/XmHTML-1.1.5/man.html
15
share/doc/XmHTML-1.1.0/font_map.html
15
share/doc/XmHTML-1.1.5/parser.html
16
share/doc/XmHTML-1.1.0/getit.html
16
share/doc/XmHTML-1.1.5/parser_prog.html
17
share/doc/XmHTML-1.1.0/getit.html.orig
17
share/doc/XmHTML-1.1.5/parser_ref.html
18
share/doc/XmHTML-1.1.0/legals.html
18
share/doc/XmHTML-1.1.5/procedures.html
19
share/doc/XmHTML-1.1.0/legals.html.orig
19
share/doc/XmHTML-1.1.5/progguide.html
20
share/doc/XmHTML-1.1.0/man.html
20
share/doc/XmHTML-1.1.5/structures.html
21
share/doc/XmHTML-1.1.0/man.html.orig
21
share/doc/XmHTML-1.1.5/xmhtml_prog.html
22
share/doc/XmHTML-1.1.0/parser.html
22
share/doc/XmHTML-1.1.5/man/AllocCol.html
23
share/doc/XmHTML-1.1.0/parser.html.orig
23
share/doc/XmHTML-1.1.5/man/AncGetId.html
24
share/doc/XmHTML-1.1.0/parser_prog.html
24
share/doc/XmHTML-1.1.5/man/AncScrId.html
25
share/doc/XmHTML-1.1.0/parser_prog.html.orig
25
share/doc/XmHTML-1.1.5/man/AncScrNm.html
26
share/doc/XmHTML-1.1.0/parser_ref.html
26
share/doc/XmHTML-1.1.5/man/CrtHTML.html
27
share/doc/XmHTML-1.1.0/parser_ref.html.orig
27
share/doc/XmHTML-1.1.5/man/FontInfo.html
28
share/doc/XmHTML-1.1.0/progguide.html
28
share/doc/XmHTML-1.1.5/man/FrGtChld.html
29
share/doc/XmHTML-1.1.0/progguide.html.orig
29
share/doc/XmHTML-1.1.5/man/FreeCol.html
30
share/doc/XmHTML-1.1.0/xmhtml_prog.html
30
share/doc/XmHTML-1.1.5/man/GetTitle.html
31
share/doc/XmHTML-1.1.0/xmhtml_prog.html.orig
31
share/doc/XmHTML-1.1.5/man/GtHdAttr.html
32
share/doc/XmHTML-1.1.0/man/AllocCol.html
32
share/doc/XmHTML-1.1.5/man/GtURLTyp.html
33
share/doc/XmHTML-1.1.0/man/AncGetId.html
33
share/doc/XmHTML-1.1.5/man/HTGIFStr.html
34
share/doc/XmHTML-1.1.0/man/AncScrId.html
34
share/doc/XmHTML-1.1.5/man/HTGtVer.html
35
share/doc/XmHTML-1.1.0/man/AncScrNm.html
35
share/doc/XmHTML-1.1.5/man/HTML.html
36
share/doc/XmHTML-1.1.0/man/CrtHTML.html
36
share/doc/XmHTML-1.1.5/man/HTObject.html
37
share/doc/XmHTML-1.1.0/man/FontInfo.html
37
share/doc/XmHTML-1.1.5/man/HTPLCStr.html
38
share/doc/XmHTML-1.1.0/man/FontInfo.html.orig
38
share/doc/XmHTML-1.1.5/man/HTPapSiz.html
39
share/doc/XmHTML-1.1.0/man/FrGtChld.html
39
share/doc/XmHTML-1.1.5/man/ImCrFrIn.html
40
share/doc/XmHTML-1.1.0/man/FreeCol.html
40
share/doc/XmHTML-1.1.5/man/ImCreate.html
41
share/doc/XmHTML-1.1.0/man/GetTitle.html
41
share/doc/XmHTML-1.1.5/man/ImDefPrc.html
42
share/doc/XmHTML-1.1.0/man/GtHdAttr.html
42
share/doc/XmHTML-1.1.5/man/ImDestro.html
43
share/doc/XmHTML-1.1.0/man/GtURLTyp.html
43
share/doc/XmHTML-1.1.5/man/ImFreeAl.html
44
share/doc/XmHTML-1.1.0/man/HTGIFStr.html
44
share/doc/XmHTML-1.1.5/man/ImFreeIn.html
45
share/doc/XmHTML-1.1.0/man/HTGtVer.html
45
share/doc/XmHTML-1.1.5/man/ImGZFSup.html
46
share/doc/XmHTML-1.1.0/man/HTML.html
46
share/doc/XmHTML-1.1.5/man/ImGetTyp.html
47
share/doc/XmHTML-1.1.0/man/HTML.html.orig
47
share/doc/XmHTML-1.1.5/man/ImGifGzf.html
48
share/doc/XmHTML-1.1.0/man/HTObject.html
48
share/doc/XmHTML-1.1.5/man/ImImgMap.html
49
share/doc/XmHTML-1.1.0/man/HTPLCStr.html
49
share/doc/XmHTML-1.1.5/man/ImInfo.html
50
share/doc/XmHTML-1.1.0/man/HTPapSiz.html
50
share/doc/XmHTML-1.1.5/man/ImPLCCon.html
51
share/doc/XmHTML-1.1.0/man/ImCrFrIn.html
51
share/doc/XmHTML-1.1.5/man/ImPLCKil.html
52
share/doc/XmHTML-1.1.0/man/ImCreate.html
52
share/doc/XmHTML-1.1.5/man/ImPLCSus.html
53
share/doc/XmHTML-1.1.0/man/ImDefPrc.html
53
share/doc/XmHTML-1.1.5/man/ImReplac.html
54
share/doc/XmHTML-1.1.0/man/ImDestro.html
54
share/doc/XmHTML-1.1.5/man/ImUpdate.html
55
share/doc/XmHTML-1.1.0/man/ImFreeAl.html
55
share/doc/XmHTML-1.1.5/man/Redispla.html
56
share/doc/XmHTML-1.1.0/man/ImFreeIn.html
56
share/doc/XmHTML-1.1.5/man/TxtGtFmt.html
57
share/doc/XmHTML-1.1.0/man/ImGZFSup.html
57
share/doc/XmHTML-1.1.5/man/TxtGtSrc.html
58
share/doc/XmHTML-1.1.0/man/ImGetTyp.html
58
share/doc/XmHTML-1.1.5/man/TxtGtStr.html
59
share/doc/XmHTML-1.1.0/man/ImGifGzf.html
59
share/doc/XmHTML-1.1.5/man/TxtScrLn.html
60
share/doc/XmHTML-1.1.0/man/ImImgMap.html
60
share/doc/XmHTML-1.1.5/man/TxtStStr.html
61
share/doc/XmHTML-1.1.0/man/ImInfo.html
61
share/doc/XmHTML-1.1.5/man/TxtStrWl.html
62
share/doc/XmHTML-1.1.0/man/ImPLCCon.html
62
share/doc/XmHTML-1.1.5/man/XYToInfo.html
63
share/doc/XmHTML-1.1.0/man/ImPLCKil.html
63
share/doc/XmHTML-1.1.5/man/XmImage.html
64
share/doc/XmHTML-1.1.0/man/ImPLCSus.html
64
share/doc/XmHTML-1.1.5/man/empty.html
65
share/doc/XmHTML-1.1.0/man/ImReplac.html
65
share/doc/XmHTML-1.1.5/man/man.map
66
share/doc/XmHTML-1.1.0/man/ImUpdate.html
66
share/doc/XmHTML-1.1.5/man/man.tmpl
67
share/doc/XmHTML-1.1.0/man/Redispla.html
67
share/examples/XmHTML-1.1.5/book/.depend
68
share/doc/XmHTML-1.1.0/man/TxtGtFmt.html
68
share/examples/XmHTML-1.1.5/book/Imakefile
69
share/doc/XmHTML-1.1.0/man/TxtGtSrc.html
69
share/examples/XmHTML-1.1.5/book/Imakefile.orig
70
share/doc/XmHTML-1.1.0/man/TxtGtStr.html
70
share/examples/XmHTML-1.1.5/book/Makefile
71
share/doc/XmHTML-1.1.0/man/TxtScrLn.html
71
share/examples/XmHTML-1.1.5/book/Makefile.bak
72
share/doc/XmHTML-1.1.0/man/TxtStStr.html
72
share/examples/XmHTML-1.1.5/book/Makefile.org
73
share/doc/XmHTML-1.1.0/man/XYToInfo.html
73
share/examples/XmHTML-1.1.5/book/autosize_html
74
share/doc/XmHTML-1.1.0/man/XmImage.html
74
share/examples/XmHTML-1.1.5/book/autosize_html.c
75
share/doc/XmHTML-1.1.0/man/man.map
75
share/examples/XmHTML-1.1.5/book/forced_html
76
share/doc/XmHTML-1.1.0/man/man.map.orig
76
share/examples/XmHTML-1.1.5/book/forced_html.c
77
share/doc/XmHTML-1.1.0/man/man.tmpl
77
share/examples/XmHTML-1.1.5/book/html
78
share/examples/XmHTML-1.1.0/book/.depend
78
share/examples/XmHTML-1.1.5/book/html.c
79
share/examples/XmHTML-1.1.0/book/Imakefile
79
share/examples/XmHTML-1.1.5/book/simple_html
80
share/examples/XmHTML-1.1.0/book/Imakefile.orig
80
share/examples/XmHTML-1.1.5/book/simple_html.c
81
share/examples/XmHTML-1.1.0/book/Makefile
81
share/examples/XmHTML-1.1.5/book/simple_html2
82
share/examples/XmHTML-1.1.0/book/Makefile.bak
82
share/examples/XmHTML-1.1.5/book/simple_html2.c
83
share/examples/XmHTML-1.1.0/book/Makefile.org
83
share/examples/XmHTML-1.1.5/book/work_window.c
84
share/examples/XmHTML-1.1.0/book/autosize_html
84
share/examples/XmHTML-1.1.5/contrib/Makefile
85
share/examples/XmHTML-1.1.0/book/autosize_html.c
85
share/examples/XmHTML-1.1.5/contrib/Makefile.org
86
share/examples/XmHTML-1.1.0/book/autosize_html.c.orig
86
share/examples/XmHTML-1.1.5/contrib/README
87
share/examples/XmHTML-1.1.0/book/autosize_html.o
87
share/examples/XmHTML-1.1.5/contrib/VUEorDT.c
88
share/examples/XmHTML-1.1.0/book/forced_html
88
share/examples/XmHTML-1.1.5/contrib/drawBttn.c
89
share/examples/XmHTML-1.1.0/book/forced_html.c
89
share/examples/XmHTML-1.1.5/contrib/example_5.c
90
share/examples/XmHTML-1.1.0/book/forced_html.c.orig
90
share/examples/XmHTML-1.1.5/contrib/gif_decode.c
91
share/examples/XmHTML-1.1.0/book/forced_html.o
91
share/examples/XmHTML-1.1.5/contrib/netscape.c
92
share/examples/XmHTML-1.1.0/book/html
92
share/examples/XmHTML-1.1.5/contrib/swallow.c
93
share/examples/XmHTML-1.1.0/book/html.c
93
share/examples/XmHTML-1.1.5/contrib/swallow2.c
94
share/examples/XmHTML-1.1.0/book/html.c.orig
94
share/examples/XmHTML-1.1.5/examples/.depend
95
share/examples/XmHTML-1.1.0/book/html.o
95
share/examples/XmHTML-1.1.5/examples/HTMLDemos.ad
96
share/examples/XmHTML-1.1.0/book/simple_html
96
share/examples/XmHTML-1.1.5/examples/Imakefile
97
share/examples/XmHTML-1.1.0/book/simple_html.c
97
share/examples/XmHTML-1.1.5/examples/Imakefile.orig
98
share/examples/XmHTML-1.1.0/book/simple_html.c.orig
98
share/examples/XmHTML-1.1.5/examples/Makefile
99
share/examples/XmHTML-1.1.0/book/simple_html.o
99
share/examples/XmHTML-1.1.5/examples/Makefile.bak
100
share/examples/XmHTML-1.1.0/book/simple_html2
100
share/examples/XmHTML-1.1.5/examples/Makefile.org
101
share/examples/XmHTML-1.1.0/book/simple_html2.c
101
share/examples/XmHTML-1.1.5/examples/README
102
share/examples/XmHTML-1.1.0/book/simple_html2.c.orig
102
share/examples/XmHTML-1.1.5/examples/cache.c
103
share/examples/XmHTML-1.1.0/book/simple_html2.o
103
share/examples/XmHTML-1.1.5/examples/cache.h
104
share/examples/XmHTML-1.1.0/book/work_window.c
104
share/examples/XmHTML-1.1.5/examples/example_1
105
share/examples/XmHTML-1.1.0/book/work_window.c.orig
105
share/examples/XmHTML-1.1.5/examples/example_1.c
106
share/examples/XmHTML-1.1.0/contrib/Makefile
106
share/examples/XmHTML-1.1.5/examples/example_2
107
share/examples/XmHTML-1.1.0/contrib/VUEorDT.c
107
share/examples/XmHTML-1.1.5/examples/example_2.c
108
share/examples/XmHTML-1.1.0/contrib/gif_decode.c
108
share/examples/XmHTML-1.1.5/examples/example_4
109
share/examples/XmHTML-1.1.0/contrib/swallow.c
109
share/examples/XmHTML-1.1.5/examples/example_4.c
110
share/examples/XmHTML-1.1.0/examples/.depend
110
share/examples/XmHTML-1.1.5/examples/form-test.pl
111
share/examples/XmHTML-1.1.0/examples/HTMLDemos.ad
111
share/examples/XmHTML-1.1.5/examples/ftypes.h
112
share/examples/XmHTML-1.1.0/examples/HTMLDemos.ad.orig
112
share/examples/XmHTML-1.1.5/examples/gif_decode.c
113
share/examples/XmHTML-1.1.0/examples/HTTP.c
113
share/examples/XmHTML-1.1.5/examples/history.c
114
share/examples/XmHTML-1.1.0/examples/HTTP.c.orig
114
share/examples/XmHTML-1.1.5/examples/history.h
115
share/examples/XmHTML-1.1.0/examples/HTTP.h
115
share/examples/XmHTML-1.1.5/examples/menu.c
116
share/examples/XmHTML-1.1.0/examples/HTTP.h.orig
116
share/examples/XmHTML-1.1.5/examples/menu.h
117
share/examples/XmHTML-1.1.0/examples/HTTP.o
117
share/examples/XmHTML-1.1.5/examples/menuItems.h
118
share/examples/XmHTML-1.1.0/examples/HTTPP.h
118
share/examples/XmHTML-1.1.5/examples/misc.c
119
share/examples/XmHTML-1.1.0/examples/HTTPP.h.orig
119
share/examples/XmHTML-1.1.5/examples/misc.h
120
share/examples/XmHTML-1.1.0/examples/Imakefile
120
share/examples/XmHTML-1.1.5/examples/visual.c
121
share/examples/XmHTML-1.1.0/examples/Imakefile.orig
121
share/examples/XmHTML-1.1.5/examples/test-pages/README
122
share/examples/XmHTML-1.1.0/examples/Makefile
122
share/examples/XmHTML-1.1.5/examples/test-pages/animation1.html
123
share/examples/XmHTML-1.1.0/examples/Makefile.bak
123
share/examples/XmHTML-1.1.5/examples/test-pages/animation2.html
124
share/examples/XmHTML-1.1.0/examples/Makefile.org
124
share/examples/XmHTML-1.1.5/examples/test-pages/animation3.html
125
share/examples/XmHTML-1.1.0/examples/Makefile.org.orig
125
share/examples/XmHTML-1.1.5/examples/test-pages/black.jpg
126
share/examples/XmHTML-1.1.0/examples/Makefile.orig
126
share/examples/XmHTML-1.1.5/examples/test-pages/bug.gif
127
share/examples/XmHTML-1.1.0/examples/README
127
share/examples/XmHTML-1.1.5/examples/test-pages/comments.html
128
share/examples/XmHTML-1.1.0/examples/README.orig
128
share/examples/XmHTML-1.1.5/examples/test-pages/cyrillic.html
129
share/examples/XmHTML-1.1.0/examples/cache.c
129
share/examples/XmHTML-1.1.5/examples/test-pages/dark_side.html
130
share/examples/XmHTML-1.1.0/examples/cache.c.orig
130
share/examples/XmHTML-1.1.5/examples/test-pages/dusan.html
131
share/examples/XmHTML-1.1.0/examples/cache.h
131
share/examples/XmHTML-1.1.5/examples/test-pages/emailed.gif
132
share/examples/XmHTML-1.1.0/examples/cache.o
132
share/examples/XmHTML-1.1.5/examples/test-pages/empty.html
133
share/examples/XmHTML-1.1.0/examples/debug_menu.c.orig
133
share/examples/XmHTML-1.1.5/examples/test-pages/empty1.html
134
share/examples/XmHTML-1.1.0/examples/debug_menu.h.orig
134
share/examples/XmHTML-1.1.5/examples/test-pages/eye.xpm
135
share/examples/XmHTML-1.1.0/examples/example_1
135
share/examples/XmHTML-1.1.5/examples/test-pages/eye1.xpm
136
share/examples/XmHTML-1.1.0/examples/example_1.c
136
share/examples/XmHTML-1.1.5/examples/test-pages/eye10.xpm
137
share/examples/XmHTML-1.1.0/examples/example_1.c.orig
137
share/examples/XmHTML-1.1.5/examples/test-pages/eye11.xpm
138
share/examples/XmHTML-1.1.0/examples/example_1.o
138
share/examples/XmHTML-1.1.5/examples/test-pages/eye12.xpm
139
share/examples/XmHTML-1.1.0/examples/example_2
139
share/examples/XmHTML-1.1.5/examples/test-pages/eye13.xpm
140
share/examples/XmHTML-1.1.0/examples/example_2.c
140
share/examples/XmHTML-1.1.5/examples/test-pages/eye14.xpm
141
share/examples/XmHTML-1.1.0/examples/example_2.c.orig
141
share/examples/XmHTML-1.1.5/examples/test-pages/eye15.xpm
142
share/examples/XmHTML-1.1.0/examples/example_2.o
142
share/examples/XmHTML-1.1.5/examples/test-pages/eye16.xpm
143
share/examples/XmHTML-1.1.0/examples/example_3
143
share/examples/XmHTML-1.1.5/examples/test-pages/eye17.xpm
144
share/examples/XmHTML-1.1.0/examples/example_3.c
144
share/examples/XmHTML-1.1.5/examples/test-pages/eye18.xpm
145
share/examples/XmHTML-1.1.0/examples/example_3.c.orig
145
share/examples/XmHTML-1.1.5/examples/test-pages/eye19.xpm
146
share/examples/XmHTML-1.1.0/examples/example_3.o
146
share/examples/XmHTML-1.1.5/examples/test-pages/eye2.xpm
147
share/examples/XmHTML-1.1.0/examples/example_4
147
share/examples/XmHTML-1.1.5/examples/test-pages/eye20.xpm
148
share/examples/XmHTML-1.1.0/examples/example_4.c
148
share/examples/XmHTML-1.1.5/examples/test-pages/eye21.xpm
149
share/examples/XmHTML-1.1.0/examples/example_4.c.orig
149
share/examples/XmHTML-1.1.5/examples/test-pages/eye22.xpm
150
share/examples/XmHTML-1.1.0/examples/example_4.o
150
share/examples/XmHTML-1.1.5/examples/test-pages/eye23.xpm
151
share/examples/XmHTML-1.1.0/examples/form-test.pl
151
share/examples/XmHTML-1.1.5/examples/test-pages/eye24.xpm
152
share/examples/XmHTML-1.1.0/examples/form-test.pl.orig
152
share/examples/XmHTML-1.1.5/examples/test-pages/eye3.xpm
153
share/examples/XmHTML-1.1.0/examples/gif_decode.c
153
share/examples/XmHTML-1.1.5/examples/test-pages/eye4.xpm
154
share/examples/XmHTML-1.1.0/examples/misc.c
154
share/examples/XmHTML-1.1.5/examples/test-pages/eye5.xpm
155
share/examples/XmHTML-1.1.0/examples/misc.c.orig
155
share/examples/XmHTML-1.1.5/examples/test-pages/eye6.xpm
156
share/examples/XmHTML-1.1.0/examples/misc.o
156
share/examples/XmHTML-1.1.5/examples/test-pages/eye7.xpm
157
share/examples/XmHTML-1.1.0/examples/visual.c
157
share/examples/XmHTML-1.1.5/examples/test-pages/eye8.xpm
158
share/examples/XmHTML-1.1.0/examples/visual.o
158
share/examples/XmHTML-1.1.5/examples/test-pages/eye9.xpm
159
share/examples/XmHTML-1.1.0/examples/test-pages/README
159
share/examples/XmHTML-1.1.5/examples/test-pages/face.html
160
share/examples/XmHTML-1.1.0/examples/test-pages/animation1.html
160
share/examples/XmHTML-1.1.5/examples/test-pages/font-stuff.html
161
share/examples/XmHTML-1.1.0/examples/test-pages/animation2.html
161
share/examples/XmHTML-1.1.5/examples/test-pages/form-test.html
162
share/examples/XmHTML-1.1.0/examples/test-pages/animation3.html
162
share/examples/XmHTML-1.1.5/examples/test-pages/frame.html
163
share/examples/XmHTML-1.1.0/examples/test-pages/black.jpg
163
share/examples/XmHTML-1.1.5/examples/test-pages/frame1.html
164
share/examples/XmHTML-1.1.0/examples/test-pages/bug.gif
164
share/examples/XmHTML-1.1.5/examples/test-pages/frame2.html
165
share/examples/XmHTML-1.1.0/examples/test-pages/comments.html
165
share/examples/XmHTML-1.1.5/examples/test-pages/frame3.html
166
share/examples/XmHTML-1.1.0/examples/test-pages/cyrillic.html
166
share/examples/XmHTML-1.1.5/examples/test-pages/frame4.html
167
share/examples/XmHTML-1.1.0/examples/test-pages/dark_side.html
167
share/examples/XmHTML-1.1.5/examples/test-pages/frame5.html
168
share/examples/XmHTML-1.1.0/examples/test-pages/emailed.gif
168
share/examples/XmHTML-1.1.5/examples/test-pages/icons.html
169
share/examples/XmHTML-1.1.0/examples/test-pages/empty.html
169
share/examples/XmHTML-1.1.5/examples/test-pages/image-layout.html
170
share/examples/XmHTML-1.1.0/examples/test-pages/empty1.html
170
share/examples/XmHTML-1.1.5/examples/test-pages/image-map.html
171
share/examples/XmHTML-1.1.0/examples/test-pages/eye.xpm
171
share/examples/XmHTML-1.1.5/examples/test-pages/null_end.html
172
share/examples/XmHTML-1.1.0/examples/test-pages/eye1.xpm
172
share/examples/XmHTML-1.1.5/examples/test-pages/null_end1.html
173
share/examples/XmHTML-1.1.0/examples/test-pages/eye10.xpm
173
share/examples/XmHTML-1.1.5/examples/test-pages/pass7_sml.png
174
share/examples/XmHTML-1.1.0/examples/test-pages/eye11.xpm
174
share/examples/XmHTML-1.1.5/examples/test-pages/png.html
175
share/examples/XmHTML-1.1.0/examples/test-pages/eye12.xpm
175
share/examples/XmHTML-1.1.5/examples/test-pages/pnglogo-blk-tiny.png
176
share/examples/XmHTML-1.1.0/examples/test-pages/eye13.xpm
176
share/examples/XmHTML-1.1.5/examples/test-pages/root.html
177
share/examples/XmHTML-1.1.0/examples/test-pages/eye14.xpm
177
share/examples/XmHTML-1.1.5/examples/test-pages/symbol.html
178
share/examples/XmHTML-1.1.0/examples/test-pages/eye15.xpm
178
share/examples/XmHTML-1.1.5/examples/test-pages/table1.html
179
share/examples/XmHTML-1.1.0/examples/test-pages/eye16.xpm
179
share/examples/XmHTML-1.1.5/examples/test-pages/table10.html
180
share/examples/XmHTML-1.1.0/examples/test-pages/eye17.xpm
180
share/examples/XmHTML-1.1.5/examples/test-pages/table11.html
181
share/examples/XmHTML-1.1.0/examples/test-pages/eye18.xpm
181
share/examples/XmHTML-1.1.5/examples/test-pages/table2.html
182
share/examples/XmHTML-1.1.0/examples/test-pages/eye19.xpm
182
share/examples/XmHTML-1.1.5/examples/test-pages/table3.html
183
share/examples/XmHTML-1.1.0/examples/test-pages/eye2.xpm
183
share/examples/XmHTML-1.1.5/examples/test-pages/table4.html
184
share/examples/XmHTML-1.1.0/examples/test-pages/eye20.xpm
184
share/examples/XmHTML-1.1.5/examples/test-pages/table5.html
185
share/examples/XmHTML-1.1.0/examples/test-pages/eye21.xpm
185
share/examples/XmHTML-1.1.5/examples/test-pages/table6.html
186
share/examples/XmHTML-1.1.0/examples/test-pages/eye22.xpm
186
share/examples/XmHTML-1.1.5/examples/test-pages/table7.html
187
share/examples/XmHTML-1.1.0/examples/test-pages/eye23.xpm
187
share/examples/XmHTML-1.1.5/examples/test-pages/table8.html
188
share/examples/XmHTML-1.1.0/examples/test-pages/eye24.xpm
188
share/examples/XmHTML-1.1.5/examples/test-pages/table9.html
189
share/examples/XmHTML-1.1.0/examples/test-pages/eye3.xpm
189
share/examples/XmHTML-1.1.5/examples/test-pages/unclosed.html
190
share/examples/XmHTML-1.1.0/examples/test-pages/eye4.xpm
190
share/examples/XmHTML-1.1.5/examples/test-pages/unclosed1.html
191
share/examples/XmHTML-1.1.0/examples/test-pages/eye5.xpm
192
share/examples/XmHTML-1.1.0/examples/test-pages/eye6.xpm
193
share/examples/XmHTML-1.1.0/examples/test-pages/eye7.xpm
194
share/examples/XmHTML-1.1.0/examples/test-pages/eye8.xpm
195
share/examples/XmHTML-1.1.0/examples/test-pages/eye9.xpm
196
share/examples/XmHTML-1.1.0/examples/test-pages/face.html
197
share/examples/XmHTML-1.1.0/examples/test-pages/font-stuff.html
198
share/examples/XmHTML-1.1.0/examples/test-pages/form-test.html
199
share/examples/XmHTML-1.1.0/examples/test-pages/form-test.html.orig
200
share/examples/XmHTML-1.1.0/examples/test-pages/frame.html
201
share/examples/XmHTML-1.1.0/examples/test-pages/frame1.html
202
share/examples/XmHTML-1.1.0/examples/test-pages/frame2.html
203
share/examples/XmHTML-1.1.0/examples/test-pages/frame3.html
204
share/examples/XmHTML-1.1.0/examples/test-pages/frame4.html
205
share/examples/XmHTML-1.1.0/examples/test-pages/frame5.html
206
share/examples/XmHTML-1.1.0/examples/test-pages/image-layout.html
207
share/examples/XmHTML-1.1.0/examples/test-pages/image-map.html
208
share/examples/XmHTML-1.1.0/examples/test-pages/null_end.html
209
share/examples/XmHTML-1.1.0/examples/test-pages/null_end1.html
210
share/examples/XmHTML-1.1.0/examples/test-pages/pass7_sml.png
211
share/examples/XmHTML-1.1.0/examples/test-pages/png.html
212
share/examples/XmHTML-1.1.0/examples/test-pages/pnglogo-blk-tiny.png
213
share/examples/XmHTML-1.1.0/examples/test-pages/root.html
214
share/examples/XmHTML-1.1.0/examples/test-pages/symbol.html
215
share/examples/XmHTML-1.1.0/examples/test-pages/unclosed.html
216
share/examples/XmHTML-1.1.0/examples/test-pages/unclosed1.html
217
lib/libXmHTML.a
191
lib/libXmHTML.a
218
lib/libXmHTML.so
192
lib/libXmHTML.so
219
lib/libXmHTML.so.1
193
lib/libXmHTML.so.1
194
lib/libhttp.a
195
lib/libhttp.so
196
lib/libhttp.so.0
197
include/XmHTML/Balloon.h
198
include/XmHTML/BalloonP.h
199
include/XmHTML/HTML.h
200
include/XmHTML/HTMLStrings.h
201
include/XmHTML/HTTP.h
202
include/XmHTML/HTTPP.h
220
include/XmHTML/XmHTML.h
203
include/XmHTML/XmHTML.h
204
include/XmHTML/XmHTMLI.h
221
include/XmHTML/XmHTMLP.h
205
include/XmHTML/XmHTMLP.h
222
include/XmHTML/HTML.h
206
@dirrm share/examples/XmHTML-1.1.5/examples/test-pages
223
include/XmHTML/Parser.h
207
@dirrm share/examples/XmHTML-1.1.5/examples
224
include/XmHTML/ParserP.h
208
@dirrm share/examples/XmHTML-1.1.5/book
225
@dirrm share/examples/XmHTML-1.1.0/examples/test-pages
209
@dirrm share/examples/XmHTML-1.1.5/contrib
226
@dirrm share/examples/XmHTML-1.1.0/examples
210
@dirrm share/examples/XmHTML-1.1.5
227
@dirrm share/examples/XmHTML-1.1.0/book
211
@dirrm share/doc/XmHTML-1.1.5/man
228
@dirrm share/examples/XmHTML-1.1.0/contrib
212
@dirrm share/doc/XmHTML-1.1.5
229
@dirrm share/examples/XmHTML-1.1.0
230
@dirrm share/doc/XmHTML-1.1.0/man
231
@dirrm share/doc/XmHTML-1.1.0
232
@dirrm include/XmHTML
213
@dirrm include/XmHTML

Return to bug 20577