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

(-)x11-toolkits/xmhtml/Makefile (-30 / +20 lines)
Lines 12-59 Link Here
12
12
13
MAINTAINER=	Lars.Koeller@Uni-Bielefeld.de
13
MAINTAINER=	Lars.Koeller@Uni-Bielefeld.de
14
14
15
LIB_DEPENDS=    png.4:${PORTSDIR}/graphics/png \
15
BUILD_DEPENDS=	libtool:${PORTNAME}/devel/libtool
16
LIB_DEPENDS=	png.4:${PORTSDIR}/graphics/png \
16
		jpeg.9:${PORTSDIR}/graphics/jpeg
17
		jpeg.9:${PORTSDIR}/graphics/jpeg
17
18
18
REQUIRES_MOTIF= yes
19
USE_X_PREFIX=	yes
19
USE_GMAKE=      yes
20
USE_LIBTOOL=    yes
21
USE_X_PREFIX=   yes
22
USE_MOTIF=	yes
20
USE_MOTIF=	yes
23
21
USE_GMAKE=	yes
22
MAKE_ENV=	CC="${LIBTOOL} ${CC}"
24
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
25
24
26
EXMP_DIR=       ${X11BASE}/share/examples/${DISTNAME}/
25
EXMP_DIR=	${PREFIX}/share/examples/${PORTNAME}
27
DOCS_DIR=       ${X11BASE}/share/doc/${DISTNAME}/
26
DOCS_DIR=	${PREFIX}/share/doc/${PORTNAME}
28
29
EXMP_DIR=	${PREFIX}/share/examples/${DISTNAME}/
30
DOCS_DIR=	${PREFIX}/share/doc/${DISTNAME}/
31
32
post-patch:
33
	${TOUCH} ${WRKSRC}/configure
34
	${CHMOD} 755 ${WRKSRC}/configure
35
27
36
post-build:
28
post-build:
37
	${RM} -rf ${WRKSRC}/examples/.libs ${WRKSRC}/examples/*.lo ${WRKSRC}/examples/*.o
29
	${RM} -rf ${WRKSRC}/examples/.libs ${WRKSRC}/examples/*.lo ${WRKSRC}/examples/*.o
38
	${RM} -rf ${WRKSRC}/book/.libs ${WRKSRC}/book/*.lo ${WRKSRC}/book/*.o
30
	${RM} -rf ${WRKSRC}/book/.libs ${WRKSRC}/book/*.lo ${WRKSRC}/book/*.o
39
	${RM} -rf ${WRKSRC}/contrib/.libs ${WRKSRC}/contrib/*.lo ${WRKSRC}/contrib/*.o
31
	${RM} -rf ${WRKSRC}/contrib/.libs ${WRKSRC}/contrib/*.lo ${WRKSRC}/contrib/*.o
40
32
41
pre-install:
42
	${ECHO} "installing examples into ${EXMP_DIR}"
43
	@ ${MKDIR} ${EXMP_DIR}
44
	@ tar -C ${WRKSRC} -cpf- book contrib examples|tar -xvpf- -C ${EXMP_DIR}
45
	${ECHO} "installing docs into ${DOCS_DIR}"
46
	@ ${MKDIR} ${DOCS_DIR}
47
	@ (cd ${WRKSRC}/html; tar -cpf- * | tar -xvpf- -C ${DOCS_DIR} )
48
49
do-install:
33
do-install:
50
	${LIBTOOL} --mode=install ${INSTALL_DATA} \
34
	${LIBTOOL} --mode=install ${INSTALL_DATA} \
51
		${WRKSRC}/lib/libXmHTML.la ${X11BASE}/lib
35
		${WRKSRC}/lib/libXmHTML.la ${PREFIX}/lib
52
	${RM} -f ${X11BASE}/lib/libXmHTML.la
36
	${RM} -f ${PREFIX}/lib/libXmHTML.la
53
	${MKDIR} ${X11BASE}/include/XmHTML
37
	@${MKDIR} ${PREFIX}/include/XmHTML
54
	${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${X11BASE}/include/XmHTML
38
	${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML
55
39
.if !defined(NOPORTDOCS)
56
post-install:
40
	@${ECHO_MSG} "===>   Installing examples into ${EXMP_DIR}"
57
	@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
41
	@${MKDIR} ${EXMP_DIR}
42
	${TAR} -C ${WRKSRC} -cpf- book contrib examples | \
43
		${TAR} -C ${EXMP_DIR} -xpf-
44
	@${ECHO_MSG} "===>   Installing docs into ${DOCS_DIR}"
45
	@${MKDIR} ${DOCS_DIR}
46
	${TAR} -C ${WRKSRC}/html -cpf- . | ${TAR} -C ${DOCS_DIR} -xpf-
47
.endif
58
48
59
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)x11-toolkits/xmhtml/files/patch-aa (-12 / +22 lines)
Lines 1-5 Link Here
1
*** Makefile.orig	Thu Feb  4 01:43:27 1999
1
*** Makefile.orig	Thu Feb  4 09:43:27 1999
2
--- Makefile	Sat Aug  5 15:29:56 2000
2
--- Makefile	Mon Dec 25 22:25:08 2000
3
***************
3
***************
4
*** 40,46 ****
4
*** 40,46 ****
5
  # remove the examples directory from this line.
5
  # remove the examples directory from this line.
Lines 13-23 Link Here
13
  # remove the examples directory from this line.
13
  # remove the examples directory from this line.
14
  # If you want to build the XmHTML tutorial examples, add the book directory.
14
  # If you want to build the XmHTML tutorial examples, add the book directory.
15
  
15
  
16
! SUBDIRS= lib http examples tools book contrib
16
! SUBDIRS= lib http
17
  
17
  
18
  # some common definitions
18
  # some common definitions
19
  #
19
  #
20
***************
20
***************
21
*** 55,61 ****
22
  RANLIB= ranlib
23
  
24
  SHELL     = /bin/sh
25
! MAKE      = make 
26
  # change this to makedepend if your system doesn't have gcc
27
  MAKEDEPEND= gccmakedep
28
  
29
--- 55,61 ----
30
  RANLIB= ranlib
31
  
32
  SHELL     = /bin/sh
33
! #MAKE      = make 
34
  # change this to makedepend if your system doesn't have gcc
35
  MAKEDEPEND= gccmakedep
36
  
37
***************
21
*** 64,72 ****
38
*** 64,72 ****
22
  # Compiler Settings #
39
  # Compiler Settings #
23
  #                   #
40
  #                   #
Lines 32-39 Link Here
32
  # Compiler Settings #
49
  # Compiler Settings #
33
  #                   #
50
  #                   #
34
  #####################
51
  #####################
35
! CC       = libtool gcc
52
! #CC       = gcc
36
! CFLAGS   = -O2 -funroll-loops -pipe -ansi
53
! #CFLAGS   = -g -funroll-loops -Wall -pipe -ansi
37
! #LDFLAGS  =
54
! #LDFLAGS  =
38
  
55
  
39
  # The following flags are *very* usefull if you are getting unresolved
56
  # The following flags are *very* usefull if you are getting unresolved
Lines 146-155 Link Here
146
  LIBS   = -lgdk -lgtk -lX11
163
  LIBS   = -lgdk -lgtk -lX11
147
  
164
  
148
  # endif gtk
165
  # endif gtk
149
***************
150
*** 308,311 ****
151
  	tools/scansrc.sh ./lib/common > docs/sources.desc
152
  	tools/scansrc.sh ./lib/Motif >> docs/sources.desc
153
  	tools/scansrc.sh ./lib/gtk >> docs/sources.desc
154
- 
155
--- 308,310 ----
(-)x11-toolkits/xmhtml/pkg-plist (-204 / +194 lines)
Lines 1-200 Link Here
1
share/doc/XmHTML-1.1.7/GPL.html
2
share/doc/XmHTML-1.1.7/LGPL.html
3
share/doc/XmHTML-1.1.7/XmHTML.html
4
share/doc/XmHTML-1.1.7/apps.html
5
share/doc/XmHTML-1.1.7/changes.html
6
share/doc/XmHTML-1.1.7/copyrights.html
7
share/doc/XmHTML-1.1.7/custom_map.html
8
share/doc/XmHTML-1.1.7/custom_map.txt
9
share/doc/XmHTML-1.1.7/datatypes.html
10
share/doc/XmHTML-1.1.7/debug.html
11
share/doc/XmHTML-1.1.7/extensions.html
12
share/doc/XmHTML-1.1.7/font_map.html
13
share/doc/XmHTML-1.1.7/getit.html
14
share/doc/XmHTML-1.1.7/legals.html
15
share/doc/XmHTML-1.1.7/man.html
16
share/doc/XmHTML-1.1.7/parser.html
17
share/doc/XmHTML-1.1.7/parser_prog.html
18
share/doc/XmHTML-1.1.7/parser_ref.html
19
share/doc/XmHTML-1.1.7/procedures.html
20
share/doc/XmHTML-1.1.7/progguide.html
21
share/doc/XmHTML-1.1.7/structures.html
22
share/doc/XmHTML-1.1.7/xmhtml_prog.html
23
share/doc/XmHTML-1.1.7/man/AllocCol.html
24
share/doc/XmHTML-1.1.7/man/AncGetId.html
25
share/doc/XmHTML-1.1.7/man/AncScrId.html
26
share/doc/XmHTML-1.1.7/man/AncScrNm.html
27
share/doc/XmHTML-1.1.7/man/CrtHTML.html
28
share/doc/XmHTML-1.1.7/man/FontInfo.html
29
share/doc/XmHTML-1.1.7/man/FrGtChld.html
30
share/doc/XmHTML-1.1.7/man/FreeCol.html
31
share/doc/XmHTML-1.1.7/man/GetTitle.html
32
share/doc/XmHTML-1.1.7/man/GtHdAttr.html
33
share/doc/XmHTML-1.1.7/man/GtURLTyp.html
34
share/doc/XmHTML-1.1.7/man/HTGIFStr.html
35
share/doc/XmHTML-1.1.7/man/HTGtVer.html
36
share/doc/XmHTML-1.1.7/man/HTML.html
37
share/doc/XmHTML-1.1.7/man/HTObject.html
38
share/doc/XmHTML-1.1.7/man/HTPLCStr.html
39
share/doc/XmHTML-1.1.7/man/HTPapSiz.html
40
share/doc/XmHTML-1.1.7/man/ImCrFrIn.html
41
share/doc/XmHTML-1.1.7/man/ImCreate.html
42
share/doc/XmHTML-1.1.7/man/ImDefPrc.html
43
share/doc/XmHTML-1.1.7/man/ImDestro.html
44
share/doc/XmHTML-1.1.7/man/ImFreeAl.html
45
share/doc/XmHTML-1.1.7/man/ImFreeIn.html
46
share/doc/XmHTML-1.1.7/man/ImGZFSup.html
47
share/doc/XmHTML-1.1.7/man/ImGetTyp.html
48
share/doc/XmHTML-1.1.7/man/ImGifGzf.html
49
share/doc/XmHTML-1.1.7/man/ImImgMap.html
50
share/doc/XmHTML-1.1.7/man/ImInfo.html
51
share/doc/XmHTML-1.1.7/man/ImPLCCon.html
52
share/doc/XmHTML-1.1.7/man/ImPLCKil.html
53
share/doc/XmHTML-1.1.7/man/ImPLCSus.html
54
share/doc/XmHTML-1.1.7/man/ImReplac.html
55
share/doc/XmHTML-1.1.7/man/ImUpdate.html
56
share/doc/XmHTML-1.1.7/man/Redispla.html
57
share/doc/XmHTML-1.1.7/man/TxtGtFmt.html
58
share/doc/XmHTML-1.1.7/man/TxtGtSrc.html
59
share/doc/XmHTML-1.1.7/man/TxtGtStr.html
60
share/doc/XmHTML-1.1.7/man/TxtScrLn.html
61
share/doc/XmHTML-1.1.7/man/TxtStStr.html
62
share/doc/XmHTML-1.1.7/man/TxtStrWl.html
63
share/doc/XmHTML-1.1.7/man/XYToInfo.html
64
share/doc/XmHTML-1.1.7/man/XmImage.html
65
share/doc/XmHTML-1.1.7/man/man.map
66
share/doc/XmHTML-1.1.7/man/man.tmpl
67
share/doc/XmHTML-1.1.7/man/empty.html
68
share/examples/XmHTML-1.1.7/book/Imakefile
69
share/examples/XmHTML-1.1.7/book/Makefile
70
share/examples/XmHTML-1.1.7/book/Makefile.orig
71
share/examples/XmHTML-1.1.7/book/Makefile.org
72
share/examples/XmHTML-1.1.7/book/autosize_html
73
share/examples/XmHTML-1.1.7/book/autosize_html.c
74
share/examples/XmHTML-1.1.7/book/forced_html
75
share/examples/XmHTML-1.1.7/book/forced_html.c
76
share/examples/XmHTML-1.1.7/book/html
77
share/examples/XmHTML-1.1.7/book/html.c
78
share/examples/XmHTML-1.1.7/book/html_browser
79
share/examples/XmHTML-1.1.7/book/html_browser.c
80
share/examples/XmHTML-1.1.7/book/simple_html
81
share/examples/XmHTML-1.1.7/book/simple_html.c
82
share/examples/XmHTML-1.1.7/book/simple_html2
83
share/examples/XmHTML-1.1.7/book/simple_html2.c
84
share/examples/XmHTML-1.1.7/book/work_window.c
85
share/examples/XmHTML-1.1.7/contrib/Makefile
86
share/examples/XmHTML-1.1.7/contrib/Makefile.org
87
share/examples/XmHTML-1.1.7/contrib/README
88
share/examples/XmHTML-1.1.7/contrib/VUEorDT.c
89
share/examples/XmHTML-1.1.7/contrib/drawBttn.c
90
share/examples/XmHTML-1.1.7/contrib/example_5.c
91
share/examples/XmHTML-1.1.7/contrib/gif_decode.c
92
share/examples/XmHTML-1.1.7/contrib/htmltest.c
93
share/examples/XmHTML-1.1.7/contrib/netscape.c
94
share/examples/XmHTML-1.1.7/contrib/swallow.c
95
share/examples/XmHTML-1.1.7/contrib/swallow2
96
share/examples/XmHTML-1.1.7/contrib/swallow2.c
97
share/examples/XmHTML-1.1.7/examples/HTMLDemos.ad
98
share/examples/XmHTML-1.1.7/examples/Imakefile
99
share/examples/XmHTML-1.1.7/examples/Makefile
100
share/examples/XmHTML-1.1.7/examples/Makefile.org
101
share/examples/XmHTML-1.1.7/examples/Makefile.orig
102
share/examples/XmHTML-1.1.7/examples/README
103
share/examples/XmHTML-1.1.7/examples/cache.c
104
share/examples/XmHTML-1.1.7/examples/cache.h
105
share/examples/XmHTML-1.1.7/examples/example_1
106
share/examples/XmHTML-1.1.7/examples/example_1.c
107
share/examples/XmHTML-1.1.7/examples/example_2
108
share/examples/XmHTML-1.1.7/examples/example_2.c
109
share/examples/XmHTML-1.1.7/examples/example_4
110
share/examples/XmHTML-1.1.7/examples/example_4.c
111
share/examples/XmHTML-1.1.7/examples/form-test.pl
112
share/examples/XmHTML-1.1.7/examples/ftypes.h
113
share/examples/XmHTML-1.1.7/examples/gif_decode.c
114
share/examples/XmHTML-1.1.7/examples/history.c
115
share/examples/XmHTML-1.1.7/examples/history.h
116
share/examples/XmHTML-1.1.7/examples/menu.c
117
share/examples/XmHTML-1.1.7/examples/menu.h
118
share/examples/XmHTML-1.1.7/examples/menuItems.h
119
share/examples/XmHTML-1.1.7/examples/misc.c
120
share/examples/XmHTML-1.1.7/examples/misc.h
121
share/examples/XmHTML-1.1.7/examples/visual.c
122
share/examples/XmHTML-1.1.7/examples/test-pages/README
123
share/examples/XmHTML-1.1.7/examples/test-pages/animation1.html
124
share/examples/XmHTML-1.1.7/examples/test-pages/animation2.html
125
share/examples/XmHTML-1.1.7/examples/test-pages/animation3.html
126
share/examples/XmHTML-1.1.7/examples/test-pages/black.jpg
127
share/examples/XmHTML-1.1.7/examples/test-pages/bug.gif
128
share/examples/XmHTML-1.1.7/examples/test-pages/chinese.html
129
share/examples/XmHTML-1.1.7/examples/test-pages/comments.html
130
share/examples/XmHTML-1.1.7/examples/test-pages/cyrillic.html
131
share/examples/XmHTML-1.1.7/examples/test-pages/dark_side.html
132
share/examples/XmHTML-1.1.7/examples/test-pages/dusan.html
133
share/examples/XmHTML-1.1.7/examples/test-pages/emailed.gif
134
share/examples/XmHTML-1.1.7/examples/test-pages/empty.html
135
share/examples/XmHTML-1.1.7/examples/test-pages/empty1.html
136
share/examples/XmHTML-1.1.7/examples/test-pages/english.html
137
share/examples/XmHTML-1.1.7/examples/test-pages/eye.xpm
138
share/examples/XmHTML-1.1.7/examples/test-pages/eye1.xpm
139
share/examples/XmHTML-1.1.7/examples/test-pages/eye10.xpm
140
share/examples/XmHTML-1.1.7/examples/test-pages/eye11.xpm
141
share/examples/XmHTML-1.1.7/examples/test-pages/eye12.xpm
142
share/examples/XmHTML-1.1.7/examples/test-pages/eye13.xpm
143
share/examples/XmHTML-1.1.7/examples/test-pages/eye14.xpm
144
share/examples/XmHTML-1.1.7/examples/test-pages/eye15.xpm
145
share/examples/XmHTML-1.1.7/examples/test-pages/eye16.xpm
146
share/examples/XmHTML-1.1.7/examples/test-pages/eye17.xpm
147
share/examples/XmHTML-1.1.7/examples/test-pages/eye18.xpm
148
share/examples/XmHTML-1.1.7/examples/test-pages/eye19.xpm
149
share/examples/XmHTML-1.1.7/examples/test-pages/eye2.xpm
150
share/examples/XmHTML-1.1.7/examples/test-pages/eye20.xpm
151
share/examples/XmHTML-1.1.7/examples/test-pages/eye21.xpm
152
share/examples/XmHTML-1.1.7/examples/test-pages/eye22.xpm
153
share/examples/XmHTML-1.1.7/examples/test-pages/eye23.xpm
154
share/examples/XmHTML-1.1.7/examples/test-pages/eye24.xpm
155
share/examples/XmHTML-1.1.7/examples/test-pages/eye3.xpm
156
share/examples/XmHTML-1.1.7/examples/test-pages/eye4.xpm
157
share/examples/XmHTML-1.1.7/examples/test-pages/eye5.xpm
158
share/examples/XmHTML-1.1.7/examples/test-pages/eye6.xpm
159
share/examples/XmHTML-1.1.7/examples/test-pages/eye7.xpm
160
share/examples/XmHTML-1.1.7/examples/test-pages/eye8.xpm
161
share/examples/XmHTML-1.1.7/examples/test-pages/eye9.xpm
162
share/examples/XmHTML-1.1.7/examples/test-pages/face.html
163
share/examples/XmHTML-1.1.7/examples/test-pages/font-stuff.html
164
share/examples/XmHTML-1.1.7/examples/test-pages/form-test.html
165
share/examples/XmHTML-1.1.7/examples/test-pages/frame.html
166
share/examples/XmHTML-1.1.7/examples/test-pages/frame1.html
167
share/examples/XmHTML-1.1.7/examples/test-pages/frame2.html
168
share/examples/XmHTML-1.1.7/examples/test-pages/frame3.html
169
share/examples/XmHTML-1.1.7/examples/test-pages/frame4.html
170
share/examples/XmHTML-1.1.7/examples/test-pages/frame5.html
171
share/examples/XmHTML-1.1.7/examples/test-pages/icons.html
172
share/examples/XmHTML-1.1.7/examples/test-pages/image-layout.html
173
share/examples/XmHTML-1.1.7/examples/test-pages/image-map.html
174
share/examples/XmHTML-1.1.7/examples/test-pages/null_end.html
175
share/examples/XmHTML-1.1.7/examples/test-pages/null_end1.html
176
share/examples/XmHTML-1.1.7/examples/test-pages/pass7_sml.png
177
share/examples/XmHTML-1.1.7/examples/test-pages/png.html
178
share/examples/XmHTML-1.1.7/examples/test-pages/pnglogo-blk-tiny.png
179
share/examples/XmHTML-1.1.7/examples/test-pages/root.html
180
share/examples/XmHTML-1.1.7/examples/test-pages/symbol.html
181
share/examples/XmHTML-1.1.7/examples/test-pages/table1.html
182
share/examples/XmHTML-1.1.7/examples/test-pages/table10.html
183
share/examples/XmHTML-1.1.7/examples/test-pages/table11.html
184
share/examples/XmHTML-1.1.7/examples/test-pages/table2.html
185
share/examples/XmHTML-1.1.7/examples/test-pages/table3.html
186
share/examples/XmHTML-1.1.7/examples/test-pages/table4.html
187
share/examples/XmHTML-1.1.7/examples/test-pages/table5.html
188
share/examples/XmHTML-1.1.7/examples/test-pages/table6.html
189
share/examples/XmHTML-1.1.7/examples/test-pages/table7.html
190
share/examples/XmHTML-1.1.7/examples/test-pages/table7.html.swp
191
share/examples/XmHTML-1.1.7/examples/test-pages/table8.html
192
share/examples/XmHTML-1.1.7/examples/test-pages/table9.html
193
share/examples/XmHTML-1.1.7/examples/test-pages/unclosed.html
194
share/examples/XmHTML-1.1.7/examples/test-pages/unclosed1.html
195
lib/libXmHTML.a
196
lib/libXmHTML.so
197
lib/libXmHTML.so.1
198
include/XmHTML/Balloon.h
1
include/XmHTML/Balloon.h
199
include/XmHTML/BalloonP.h
2
include/XmHTML/BalloonP.h
200
include/XmHTML/HTML.h
3
include/XmHTML/HTML.h
Lines 208-218 Link Here
208
include/XmHTML/resources.h
11
include/XmHTML/resources.h
209
include/XmHTML/tka.h
12
include/XmHTML/tka.h
210
include/XmHTML/toolkit.h
13
include/XmHTML/toolkit.h
211
@dirrm share/examples/XmHTML-1.1.7/examples/test-pages
14
lib/libXmHTML.a
212
@dirrm share/examples/XmHTML-1.1.7/examples
15
lib/libXmHTML.so
213
@dirrm share/examples/XmHTML-1.1.7/book
16
lib/libXmHTML.so.1
214
@dirrm share/examples/XmHTML-1.1.7/contrib
17
share/doc/XmHTML/GPL.html
215
@dirrm share/examples/XmHTML-1.1.7
18
share/doc/XmHTML/LGPL.html
216
@dirrm share/doc/XmHTML-1.1.7/man
19
share/doc/XmHTML/XmHTML.html
217
@dirrm share/doc/XmHTML-1.1.7
20
share/doc/XmHTML/apps.html
21
share/doc/XmHTML/changes.html
22
share/doc/XmHTML/copyrights.html
23
share/doc/XmHTML/custom_map.html
24
share/doc/XmHTML/custom_map.txt
25
share/doc/XmHTML/datatypes.html
26
share/doc/XmHTML/debug.html
27
share/doc/XmHTML/extensions.html
28
share/doc/XmHTML/font_map.html
29
share/doc/XmHTML/getit.html
30
share/doc/XmHTML/legals.html
31
share/doc/XmHTML/man.html
32
share/doc/XmHTML/man/AllocCol.html
33
share/doc/XmHTML/man/AncGetId.html
34
share/doc/XmHTML/man/AncScrId.html
35
share/doc/XmHTML/man/AncScrNm.html
36
share/doc/XmHTML/man/CrtHTML.html
37
share/doc/XmHTML/man/FontInfo.html
38
share/doc/XmHTML/man/FrGtChld.html
39
share/doc/XmHTML/man/FreeCol.html
40
share/doc/XmHTML/man/GetTitle.html
41
share/doc/XmHTML/man/GtHdAttr.html
42
share/doc/XmHTML/man/GtURLTyp.html
43
share/doc/XmHTML/man/HTGIFStr.html
44
share/doc/XmHTML/man/HTGtVer.html
45
share/doc/XmHTML/man/HTML.html
46
share/doc/XmHTML/man/HTObject.html
47
share/doc/XmHTML/man/HTPLCStr.html
48
share/doc/XmHTML/man/HTPapSiz.html
49
share/doc/XmHTML/man/ImCrFrIn.html
50
share/doc/XmHTML/man/ImCreate.html
51
share/doc/XmHTML/man/ImDefPrc.html
52
share/doc/XmHTML/man/ImDestro.html
53
share/doc/XmHTML/man/ImFreeAl.html
54
share/doc/XmHTML/man/ImFreeIn.html
55
share/doc/XmHTML/man/ImGZFSup.html
56
share/doc/XmHTML/man/ImGetTyp.html
57
share/doc/XmHTML/man/ImGifGzf.html
58
share/doc/XmHTML/man/ImImgMap.html
59
share/doc/XmHTML/man/ImInfo.html
60
share/doc/XmHTML/man/ImPLCCon.html
61
share/doc/XmHTML/man/ImPLCKil.html
62
share/doc/XmHTML/man/ImPLCSus.html
63
share/doc/XmHTML/man/ImReplac.html
64
share/doc/XmHTML/man/ImUpdate.html
65
share/doc/XmHTML/man/Redispla.html
66
share/doc/XmHTML/man/TxtGtFmt.html
67
share/doc/XmHTML/man/TxtGtSrc.html
68
share/doc/XmHTML/man/TxtGtStr.html
69
share/doc/XmHTML/man/TxtScrLn.html
70
share/doc/XmHTML/man/TxtStStr.html
71
share/doc/XmHTML/man/TxtStrWl.html
72
share/doc/XmHTML/man/XYToInfo.html
73
share/doc/XmHTML/man/XmImage.html
74
share/doc/XmHTML/man/empty.html
75
share/doc/XmHTML/man/man.map
76
share/doc/XmHTML/man/man.tmpl
77
share/doc/XmHTML/parser.html
78
share/doc/XmHTML/parser_prog.html
79
share/doc/XmHTML/parser_ref.html
80
share/doc/XmHTML/procedures.html
81
share/doc/XmHTML/progguide.html
82
share/doc/XmHTML/structures.html
83
share/doc/XmHTML/xmhtml_prog.html
84
share/examples/XmHTML/book/Imakefile
85
share/examples/XmHTML/book/Makefile
86
share/examples/XmHTML/book/Makefile.org
87
share/examples/XmHTML/book/Makefile.orig
88
share/examples/XmHTML/book/autosize_html.c
89
share/examples/XmHTML/book/forced_html.c
90
share/examples/XmHTML/book/html.c
91
share/examples/XmHTML/book/html_browser.c
92
share/examples/XmHTML/book/simple_html.c
93
share/examples/XmHTML/book/simple_html2.c
94
share/examples/XmHTML/book/work_window.c
95
share/examples/XmHTML/contrib/Makefile
96
share/examples/XmHTML/contrib/Makefile.org
97
share/examples/XmHTML/contrib/README
98
share/examples/XmHTML/contrib/VUEorDT.c
99
share/examples/XmHTML/contrib/drawBttn.c
100
share/examples/XmHTML/contrib/example_5.c
101
share/examples/XmHTML/contrib/gif_decode.c
102
share/examples/XmHTML/contrib/htmltest.c
103
share/examples/XmHTML/contrib/netscape.c
104
share/examples/XmHTML/contrib/swallow.c
105
share/examples/XmHTML/contrib/swallow2.c
106
share/examples/XmHTML/examples/HTMLDemos.ad
107
share/examples/XmHTML/examples/Imakefile
108
share/examples/XmHTML/examples/Makefile
109
share/examples/XmHTML/examples/Makefile.org
110
share/examples/XmHTML/examples/Makefile.orig
111
share/examples/XmHTML/examples/README
112
share/examples/XmHTML/examples/cache.c
113
share/examples/XmHTML/examples/cache.h
114
share/examples/XmHTML/examples/example_1.c
115
share/examples/XmHTML/examples/example_2.c
116
share/examples/XmHTML/examples/example_4.c
117
share/examples/XmHTML/examples/form-test.pl
118
share/examples/XmHTML/examples/ftypes.h
119
share/examples/XmHTML/examples/gif_decode.c
120
share/examples/XmHTML/examples/history.c
121
share/examples/XmHTML/examples/history.h
122
share/examples/XmHTML/examples/menu.c
123
share/examples/XmHTML/examples/menu.h
124
share/examples/XmHTML/examples/menuItems.h
125
share/examples/XmHTML/examples/misc.c
126
share/examples/XmHTML/examples/misc.h
127
share/examples/XmHTML/examples/test-pages/README
128
share/examples/XmHTML/examples/test-pages/animation1.html
129
share/examples/XmHTML/examples/test-pages/animation2.html
130
share/examples/XmHTML/examples/test-pages/animation3.html
131
share/examples/XmHTML/examples/test-pages/black.jpg
132
share/examples/XmHTML/examples/test-pages/bug.gif
133
share/examples/XmHTML/examples/test-pages/chinese.html
134
share/examples/XmHTML/examples/test-pages/comments.html
135
share/examples/XmHTML/examples/test-pages/cyrillic.html
136
share/examples/XmHTML/examples/test-pages/dark_side.html
137
share/examples/XmHTML/examples/test-pages/dusan.html
138
share/examples/XmHTML/examples/test-pages/emailed.gif
139
share/examples/XmHTML/examples/test-pages/empty.html
140
share/examples/XmHTML/examples/test-pages/empty1.html
141
share/examples/XmHTML/examples/test-pages/english.html
142
share/examples/XmHTML/examples/test-pages/eye.xpm
143
share/examples/XmHTML/examples/test-pages/eye1.xpm
144
share/examples/XmHTML/examples/test-pages/eye10.xpm
145
share/examples/XmHTML/examples/test-pages/eye11.xpm
146
share/examples/XmHTML/examples/test-pages/eye12.xpm
147
share/examples/XmHTML/examples/test-pages/eye13.xpm
148
share/examples/XmHTML/examples/test-pages/eye14.xpm
149
share/examples/XmHTML/examples/test-pages/eye15.xpm
150
share/examples/XmHTML/examples/test-pages/eye16.xpm
151
share/examples/XmHTML/examples/test-pages/eye17.xpm
152
share/examples/XmHTML/examples/test-pages/eye18.xpm
153
share/examples/XmHTML/examples/test-pages/eye19.xpm
154
share/examples/XmHTML/examples/test-pages/eye2.xpm
155
share/examples/XmHTML/examples/test-pages/eye20.xpm
156
share/examples/XmHTML/examples/test-pages/eye21.xpm
157
share/examples/XmHTML/examples/test-pages/eye22.xpm
158
share/examples/XmHTML/examples/test-pages/eye23.xpm
159
share/examples/XmHTML/examples/test-pages/eye24.xpm
160
share/examples/XmHTML/examples/test-pages/eye3.xpm
161
share/examples/XmHTML/examples/test-pages/eye4.xpm
162
share/examples/XmHTML/examples/test-pages/eye5.xpm
163
share/examples/XmHTML/examples/test-pages/eye6.xpm
164
share/examples/XmHTML/examples/test-pages/eye7.xpm
165
share/examples/XmHTML/examples/test-pages/eye8.xpm
166
share/examples/XmHTML/examples/test-pages/eye9.xpm
167
share/examples/XmHTML/examples/test-pages/face.html
168
share/examples/XmHTML/examples/test-pages/font-stuff.html
169
share/examples/XmHTML/examples/test-pages/form-test.html
170
share/examples/XmHTML/examples/test-pages/frame.html
171
share/examples/XmHTML/examples/test-pages/frame1.html
172
share/examples/XmHTML/examples/test-pages/frame2.html
173
share/examples/XmHTML/examples/test-pages/frame3.html
174
share/examples/XmHTML/examples/test-pages/frame4.html
175
share/examples/XmHTML/examples/test-pages/frame5.html
176
share/examples/XmHTML/examples/test-pages/icons.html
177
share/examples/XmHTML/examples/test-pages/image-layout.html
178
share/examples/XmHTML/examples/test-pages/image-map.html
179
share/examples/XmHTML/examples/test-pages/null_end.html
180
share/examples/XmHTML/examples/test-pages/null_end1.html
181
share/examples/XmHTML/examples/test-pages/pass7_sml.png
182
share/examples/XmHTML/examples/test-pages/png.html
183
share/examples/XmHTML/examples/test-pages/pnglogo-blk-tiny.png
184
share/examples/XmHTML/examples/test-pages/root.html
185
share/examples/XmHTML/examples/test-pages/symbol.html
186
share/examples/XmHTML/examples/test-pages/table1.html
187
share/examples/XmHTML/examples/test-pages/table10.html
188
share/examples/XmHTML/examples/test-pages/table11.html
189
share/examples/XmHTML/examples/test-pages/table2.html
190
share/examples/XmHTML/examples/test-pages/table3.html
191
share/examples/XmHTML/examples/test-pages/table4.html
192
share/examples/XmHTML/examples/test-pages/table5.html
193
share/examples/XmHTML/examples/test-pages/table6.html
194
share/examples/XmHTML/examples/test-pages/table7.html
195
share/examples/XmHTML/examples/test-pages/table7.html.swp
196
share/examples/XmHTML/examples/test-pages/table8.html
197
share/examples/XmHTML/examples/test-pages/table9.html
198
share/examples/XmHTML/examples/test-pages/unclosed.html
199
share/examples/XmHTML/examples/test-pages/unclosed1.html
200
share/examples/XmHTML/examples/visual.c
201
@dirrm share/examples/XmHTML/examples/test-pages
202
@dirrm share/examples/XmHTML/examples
203
@dirrm share/examples/XmHTML/contrib
204
@dirrm share/examples/XmHTML/book
205
@dirrm share/examples/XmHTML
206
@dirrm share/doc/XmHTML/man
207
@dirrm share/doc/XmHTML
218
@dirrm include/XmHTML
208
@dirrm include/XmHTML

Return to bug 23832