mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- use PORTDOCS, PORTEXAMPLES, etc. as it should
- bump PORTREVISION Submitted by: my QA Tindy run
This commit is contained in:
parent
e016676e2e
commit
5a2a3a6b7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214906
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= XmHTML
|
||||
PORTVERSION= 1.1.7
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= x11-toolkits www
|
||||
MASTER_SITES= ${MASTER_SITE_NETBSD}
|
||||
|
||||
@ -23,9 +23,6 @@ USE_GMAKE= yes
|
||||
MAKE_ENV= CC="${LIBTOOL} ${CC}"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
EXMP_DIR= ${PREFIX}/share/examples/${PORTNAME}
|
||||
DOCS_DIR= ${PREFIX}/share/doc/${PORTNAME}
|
||||
|
||||
do-configure:
|
||||
@${DO_NADA}
|
||||
|
||||
@ -40,13 +37,14 @@ do-install:
|
||||
@${MKDIR} ${PREFIX}/include/XmHTML
|
||||
${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Installing examples into ${EXMP_DIR}"
|
||||
@${MKDIR} ${EXMP_DIR}
|
||||
${TAR} -C ${WRKSRC} -cpf- book contrib examples | \
|
||||
${TAR} -C ${EXMP_DIR} -xpf-
|
||||
@${ECHO_MSG} "===> Installing docs into ${DOCS_DIR}"
|
||||
@${MKDIR} ${DOCS_DIR}
|
||||
${TAR} -C ${WRKSRC}/html -cpf- . | ${TAR} -C ${DOCS_DIR} -xpf-
|
||||
@${ECHO_MSG} "===> Installing docs into ${DOCSDIR}"
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${TAR} -C ${WRKSRC}/html -cpf- . | ${TAR} -C ${DOCSDIR} -xpf-
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${ECHO_MSG} "===> Installing examples into ${EXAMPLESDIR}"
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${TAR} -C ${WRKSRC} -cpf- book contrib examples | ${TAR} -C ${EXAMPLESDIR} -xpf-
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,195 +15,195 @@ lib/libXmHTML.a
|
||||
lib/libXmHTML.la
|
||||
lib/libXmHTML.so
|
||||
lib/libXmHTML.so.1
|
||||
%%DOCSDIR%%/GPL.html
|
||||
%%DOCSDIR%%/LGPL.html
|
||||
%%DOCSDIR%%/XmHTML.html
|
||||
%%DOCSDIR%%/apps.html
|
||||
%%DOCSDIR%%/changes.html
|
||||
%%DOCSDIR%%/copyrights.html
|
||||
%%DOCSDIR%%/custom_map.html
|
||||
%%DOCSDIR%%/custom_map.txt
|
||||
%%DOCSDIR%%/datatypes.html
|
||||
%%DOCSDIR%%/debug.html
|
||||
%%DOCSDIR%%/extensions.html
|
||||
%%DOCSDIR%%/font_map.html
|
||||
%%DOCSDIR%%/getit.html
|
||||
%%DOCSDIR%%/legals.html
|
||||
%%DOCSDIR%%/man.html
|
||||
%%DOCSDIR%%/man/AllocCol.html
|
||||
%%DOCSDIR%%/man/AncGetId.html
|
||||
%%DOCSDIR%%/man/AncScrId.html
|
||||
%%DOCSDIR%%/man/AncScrNm.html
|
||||
%%DOCSDIR%%/man/CrtHTML.html
|
||||
%%DOCSDIR%%/man/FontInfo.html
|
||||
%%DOCSDIR%%/man/FrGtChld.html
|
||||
%%DOCSDIR%%/man/FreeCol.html
|
||||
%%DOCSDIR%%/man/GetTitle.html
|
||||
%%DOCSDIR%%/man/GtHdAttr.html
|
||||
%%DOCSDIR%%/man/GtURLTyp.html
|
||||
%%DOCSDIR%%/man/HTGIFStr.html
|
||||
%%DOCSDIR%%/man/HTGtVer.html
|
||||
%%DOCSDIR%%/man/HTML.html
|
||||
%%DOCSDIR%%/man/HTObject.html
|
||||
%%DOCSDIR%%/man/HTPLCStr.html
|
||||
%%DOCSDIR%%/man/HTPapSiz.html
|
||||
%%DOCSDIR%%/man/ImCrFrIn.html
|
||||
%%DOCSDIR%%/man/ImCreate.html
|
||||
%%DOCSDIR%%/man/ImDefPrc.html
|
||||
%%DOCSDIR%%/man/ImDestro.html
|
||||
%%DOCSDIR%%/man/ImFreeAl.html
|
||||
%%DOCSDIR%%/man/ImFreeIn.html
|
||||
%%DOCSDIR%%/man/ImGZFSup.html
|
||||
%%DOCSDIR%%/man/ImGetTyp.html
|
||||
%%DOCSDIR%%/man/ImGifGzf.html
|
||||
%%DOCSDIR%%/man/ImImgMap.html
|
||||
%%DOCSDIR%%/man/ImInfo.html
|
||||
%%DOCSDIR%%/man/ImPLCCon.html
|
||||
%%DOCSDIR%%/man/ImPLCKil.html
|
||||
%%DOCSDIR%%/man/ImPLCSus.html
|
||||
%%DOCSDIR%%/man/ImReplac.html
|
||||
%%DOCSDIR%%/man/ImUpdate.html
|
||||
%%DOCSDIR%%/man/Redispla.html
|
||||
%%DOCSDIR%%/man/TxtGtFmt.html
|
||||
%%DOCSDIR%%/man/TxtGtSrc.html
|
||||
%%DOCSDIR%%/man/TxtGtStr.html
|
||||
%%DOCSDIR%%/man/TxtScrLn.html
|
||||
%%DOCSDIR%%/man/TxtStStr.html
|
||||
%%DOCSDIR%%/man/TxtStrWl.html
|
||||
%%DOCSDIR%%/man/XYToInfo.html
|
||||
%%DOCSDIR%%/man/XmImage.html
|
||||
%%DOCSDIR%%/man/empty.html
|
||||
%%DOCSDIR%%/man/man.map
|
||||
%%DOCSDIR%%/man/man.tmpl
|
||||
%%DOCSDIR%%/parser.html
|
||||
%%DOCSDIR%%/parser_prog.html
|
||||
%%DOCSDIR%%/parser_ref.html
|
||||
%%DOCSDIR%%/procedures.html
|
||||
%%DOCSDIR%%/progguide.html
|
||||
%%DOCSDIR%%/structures.html
|
||||
%%DOCSDIR%%/xmhtml_prog.html
|
||||
%%EXAMPLESDIR%%/book/Imakefile
|
||||
%%EXAMPLESDIR%%/book/Makefile
|
||||
%%EXAMPLESDIR%%/book/Makefile.org
|
||||
%%EXAMPLESDIR%%/book/Makefile.orig
|
||||
%%EXAMPLESDIR%%/book/autosize_html.c
|
||||
%%EXAMPLESDIR%%/book/forced_html.c
|
||||
%%EXAMPLESDIR%%/book/html.c
|
||||
%%EXAMPLESDIR%%/book/html_browser.c
|
||||
%%EXAMPLESDIR%%/book/simple_html.c
|
||||
%%EXAMPLESDIR%%/book/simple_html2.c
|
||||
%%EXAMPLESDIR%%/book/work_window.c
|
||||
%%EXAMPLESDIR%%/contrib/Makefile
|
||||
%%EXAMPLESDIR%%/contrib/Makefile.org
|
||||
%%EXAMPLESDIR%%/contrib/README
|
||||
%%EXAMPLESDIR%%/contrib/VUEorDT.c
|
||||
%%EXAMPLESDIR%%/contrib/drawBttn.c
|
||||
%%EXAMPLESDIR%%/contrib/example_5.c
|
||||
%%EXAMPLESDIR%%/contrib/gif_decode.c
|
||||
%%EXAMPLESDIR%%/contrib/htmltest.c
|
||||
%%EXAMPLESDIR%%/contrib/netscape.c
|
||||
%%EXAMPLESDIR%%/contrib/swallow.c
|
||||
%%EXAMPLESDIR%%/contrib/swallow2.c
|
||||
%%EXAMPLESDIR%%/examples/HTMLDemos.ad
|
||||
%%EXAMPLESDIR%%/examples/Imakefile
|
||||
%%EXAMPLESDIR%%/examples/Makefile
|
||||
%%EXAMPLESDIR%%/examples/Makefile.org
|
||||
%%EXAMPLESDIR%%/examples/Makefile.orig
|
||||
%%EXAMPLESDIR%%/examples/README
|
||||
%%EXAMPLESDIR%%/examples/cache.c
|
||||
%%EXAMPLESDIR%%/examples/cache.h
|
||||
%%EXAMPLESDIR%%/examples/example_1.c
|
||||
%%EXAMPLESDIR%%/examples/example_2.c
|
||||
%%EXAMPLESDIR%%/examples/example_4.c
|
||||
%%EXAMPLESDIR%%/examples/form-test.pl
|
||||
%%EXAMPLESDIR%%/examples/ftypes.h
|
||||
%%EXAMPLESDIR%%/examples/gif_decode.c
|
||||
%%EXAMPLESDIR%%/examples/history.c
|
||||
%%EXAMPLESDIR%%/examples/history.h
|
||||
%%EXAMPLESDIR%%/examples/menu.c
|
||||
%%EXAMPLESDIR%%/examples/menu.h
|
||||
%%EXAMPLESDIR%%/examples/menuItems.h
|
||||
%%EXAMPLESDIR%%/examples/misc.c
|
||||
%%EXAMPLESDIR%%/examples/misc.h
|
||||
%%EXAMPLESDIR%%/examples/test-pages/README
|
||||
%%EXAMPLESDIR%%/examples/test-pages/animation1.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/animation2.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/animation3.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/black.jpg
|
||||
%%EXAMPLESDIR%%/examples/test-pages/bug.gif
|
||||
%%EXAMPLESDIR%%/examples/test-pages/chinese.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/comments.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/cyrillic.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/dark_side.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/dusan.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/emailed.gif
|
||||
%%EXAMPLESDIR%%/examples/test-pages/empty.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/empty1.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/english.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye1.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye10.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye11.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye12.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye13.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye14.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye15.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye16.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye17.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye18.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye19.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye2.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye20.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye21.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye22.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye23.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye24.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye3.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye4.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye5.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye6.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye7.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye8.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/eye9.xpm
|
||||
%%EXAMPLESDIR%%/examples/test-pages/face.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/font-stuff.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/form-test.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/frame.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/frame1.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/frame2.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/frame3.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/frame4.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/frame5.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/icons.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/image-layout.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/image-map.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/null_end.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/null_end1.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/pass7_sml.png
|
||||
%%EXAMPLESDIR%%/examples/test-pages/png.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/pnglogo-blk-tiny.png
|
||||
%%EXAMPLESDIR%%/examples/test-pages/root.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/symbol.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table1.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table10.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table11.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table2.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table3.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table4.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table5.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table6.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table7.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table7.html.swp
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table8.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/table9.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/unclosed.html
|
||||
%%EXAMPLESDIR%%/examples/test-pages/unclosed1.html
|
||||
%%EXAMPLESDIR%%/examples/visual.c
|
||||
@dirrm %%EXAMPLESDIR%%/examples/test-pages
|
||||
@dirrm %%EXAMPLESDIR%%/examples
|
||||
@dirrm %%EXAMPLESDIR%%/contrib
|
||||
@dirrm %%EXAMPLESDIR%%/book
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%DOCSDIR%%/man
|
||||
@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GPL.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LGPL.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/XmHTML.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apps.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/copyrights.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/custom_map.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/custom_map.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/datatypes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/debug.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extensions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/font_map.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/getit.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/legals.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/AllocCol.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/AncGetId.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/AncScrId.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/AncScrNm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/CrtHTML.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/FontInfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/FrGtChld.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/FreeCol.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/GetTitle.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/GtHdAttr.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/GtURLTyp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/HTGIFStr.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/HTGtVer.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/HTML.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/HTObject.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/HTPLCStr.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/HTPapSiz.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImCrFrIn.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImCreate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImDefPrc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImDestro.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImFreeAl.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImFreeIn.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImGZFSup.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImGetTyp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImGifGzf.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImImgMap.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImInfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImPLCCon.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImPLCKil.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImPLCSus.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImReplac.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/ImUpdate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/Redispla.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/TxtGtFmt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/TxtGtSrc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/TxtGtStr.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/TxtScrLn.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/TxtStStr.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/TxtStrWl.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/XYToInfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/XmImage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/empty.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/man.map
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/man.tmpl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/parser.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/parser_prog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/parser_ref.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/procedures.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/progguide.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structures.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xmhtml_prog.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Imakefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Makefile.org
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Makefile.orig
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/autosize_html.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/forced_html.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/html.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/html_browser.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/simple_html.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/simple_html2.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/work_window.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/Makefile.org
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/VUEorDT.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/drawBttn.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/example_5.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/gif_decode.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/htmltest.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/netscape.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/swallow.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/swallow2.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/HTMLDemos.ad
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Imakefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.org
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.orig
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cache.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cache.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/example_1.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/example_2.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/example_4.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/form-test.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/ftypes.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/gif_decode.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/history.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/history.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menuItems.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/misc.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/misc.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/animation1.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/animation2.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/animation3.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/black.jpg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/bug.gif
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/chinese.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/comments.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/cyrillic.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/dark_side.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/dusan.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/emailed.gif
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/empty.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/empty1.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/english.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye1.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye10.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye11.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye12.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye13.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye14.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye15.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye16.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye17.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye18.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye19.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye2.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye20.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye21.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye22.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye23.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye24.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye3.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye4.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye5.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye6.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye7.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye8.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/eye9.xpm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/face.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/font-stuff.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/form-test.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/frame.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/frame1.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/frame2.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/frame3.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/frame4.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/frame5.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/icons.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/image-layout.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/image-map.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/null_end.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/null_end1.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/pass7_sml.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/png.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/pnglogo-blk-tiny.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/root.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/symbol.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table1.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table10.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table11.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table2.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table3.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table4.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table5.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table6.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table7.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table7.html.swp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table8.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/table9.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/unclosed.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/test-pages/unclosed1.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/visual.c
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples/test-pages
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/contrib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/book
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/man
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/XmHTML
|
||||
|
Loading…
Reference in New Issue
Block a user