diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-03-27 18:27:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-03-27 18:27:12 +0000 |
commit | aaac69a482dab919b2ccfe4acd51b5e10ec89b36 (patch) | |
tree | 475362f6a72b4008ca6597003159f4223bc59e51 /www/wml | |
parent | eb9eaa63d41be9f67565b40fd07c90b5767ec946 (diff) |
Notes
Diffstat (limited to 'www/wml')
20 files changed, 0 insertions, 459 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile deleted file mode 100644 index 9d613a30ed84..000000000000 --- a/www/wml/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: Ralf S. Engelschall <rse@engelschall.com> -# $FreeBSD$ - -PORTNAME= wml -PORTVERSION= 2.0.12 -PORTREVISION= 6 -PORTEPOCH= 1 -CATEGORIES= www lang -MASTER_SITES= SF/thewml - -MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Website META Language, webdesign toolkit for HTML generation - -BROKEN= SF project removed (unfetchable) -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2017-03-27 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libpng.so:graphics/png -RUN_DEPENDS= \ - p5-XML-Parser>=0:textproc/p5-XML-Parser \ - p5-Bit-Vector>=5.2:math/p5-Bit-Vector \ - p5-File-PathConvert>0:devel/p5-File-PathConvert \ - p5-Image-Size>=2.6:graphics/p5-Image-Size \ - p5-Term-ReadKey>=2.11:devel/p5-Term-ReadKey \ - p5-HTML-Clean>0:www/p5-HTML-Clean \ - p5-GD>0:graphics/p5-GD -BUILD_DEPENDS= lynx:www/lynx \ - ${RUN_DEPENDS} - -INFO= logo-apache logo-freebsd logo-gimp logo-htdig logo-linux logo-netbsd \ - logo-openbsd logo-php logo-php3 logo-vim logo-wml logo-xemacs -INFO_PATH= lib/wml/data/logos -GNU_CONFIGURE= yes -USES= gettext perl5 gmake -USE_PERL5= run build patch -CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \ - --prefix=${PREFIX} - -.include <bsd.port.pre.mk> - -post-patch: - @${PERL5} -pi -e 's!^(\s+have_\S+)=\S+!\1=1!' \ - ${WRKSRC}/wml_common/Makefile.in - -do-configure: - @[ -f ${CONFIGURE_COOKIE}] || (cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS}) - -post-build: - @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." - -test: - @cd ${WRKSRC} && ${MAKE_CMD} test - -.include <bsd.port.post.mk> diff --git a/www/wml/distinfo b/www/wml/distinfo deleted file mode 100644 index e76f59f418d2..000000000000 --- a/www/wml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wml-2.0.12.tar.gz) = 8ae4c333ffb12fb668c96c56e2fc3f70d9617caf6ffafc12e140efd5ead6b847 -SIZE (wml-2.0.12.tar.gz) = 4984530 diff --git a/www/wml/files/patch-11-wmk.t b/www/wml/files/patch-11-wmk.t deleted file mode 100644 index 944fe18d3b4d..000000000000 --- a/www/wml/files/patch-11-wmk.t +++ /dev/null @@ -1,11 +0,0 @@ ---- wml_test/t/11-wmk.t Thu Dec 1 19:22:04 2005 -+++ wml_test/t/11-wmk.t Tue Dec 16 22:13:48 2008 -@@ -37,6 +37,8 @@ - bar - EOT_IN - -+sleep 1; -+ - $rc = `$wmk a.wml 2>&1`; - print ($rc eq "$ENV{WML} -n -q -W \"1,-N\" -o a.html a.wml\n" ? "ok\n" : "not ok\n"); - $rc = &TEST::system("cmp $tmpfile1 a.html"); diff --git a/www/wml/files/patch-Makefile.in b/www/wml/files/patch-Makefile.in deleted file mode 100644 index e37699a45b70..000000000000 --- a/www/wml/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig 2014-03-28 22:46:48.828302019 +0000 -+++ Makefile.in 2014-03-28 22:50:35.004285184 +0000 -@@ -25,10 +25,10 @@ - - prefix = @prefix@ - exec_prefix = $(prefix) --bindir = $(prefix)/bin -+bindir = $(DESTDIR)$(prefix)/bin - libsubdir = @libsubdir@ --libdir = $(prefix)/lib$(libsubdir) --mandir = $(prefix)/man -+libdir = $(DESTDIR)$(prefix)/lib$(libsubdir) -+mandir = $(DESTDIR)$(prefix)/man - catdir = @catdir@ - tmpdir = @tmpdir@ - diff --git a/www/wml/files/patch-wml_aux_freetable_freetable.src b/www/wml/files/patch-wml_aux_freetable_freetable.src deleted file mode 100644 index fffe1f46179a..000000000000 --- a/www/wml/files/patch-wml_aux_freetable_freetable.src +++ /dev/null @@ -1,16 +0,0 @@ ---- wml_aux/freetable/freetable.src.orig 2005-12-01 18:22:53.000000000 +0000 -+++ wml_aux/freetable/freetable.src 2014-12-21 18:34:46.356094513 +0000 -@@ -219,6 +219,7 @@ - - ##EOF## - -+=encoding Latin-1 - =head1 NAME - - freetable - tool for making HTML tables generation easier -@@ -386,5 +387,4 @@ - =head1 AUTHOR - - Tomasz Węgrzanowski <maniek@beer.com> -- - =cut diff --git a/www/wml/files/patch-wml_backend-p2_mp4h-src-builtin.c b/www/wml/files/patch-wml_backend-p2_mp4h-src-builtin.c deleted file mode 100644 index 86837a74e5f8..000000000000 --- a/www/wml/files/patch-wml_backend-p2_mp4h-src-builtin.c +++ /dev/null @@ -1,17 +0,0 @@ ---- wml_backend/p2_mp4h/src/builtin.c.orig -+++ wml_backend/p2_mp4h/src/builtin.c -@@ -1069,10 +1069,13 @@ - static void - mp4h_bp_mp4h_output_radix (MP4H_BUILTIN_ARGS) - { -+ long int temp; -+ - if (bad_argc (argv[0], argc, 0, 2)) - return; - -- safe_strtol (ARG (0), ARG (1), (long int *) &output_radix); -+ safe_strtol (ARG (0), ARG (1), &temp); -+ output_radix = temp; - } - - static void diff --git a/www/wml/files/patch-wml_backend-p3_eperl-configure b/www/wml/files/patch-wml_backend-p3_eperl-configure deleted file mode 100644 index 40b26aee6148..000000000000 --- a/www/wml/files/patch-wml_backend-p3_eperl-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- wml_backend/p3_eperl/configure 2008-04-16 20:36:43.000000000 +0200 -+++ wml_backend/p3_eperl/configure 2009-03-15 17:40:27.000000000 +0100 -@@ -1876,7 +1876,7 @@ - #define HAVE_PERL_DYNALOADER 1 - _ACEOF - -- if $perlprog -e 'exit(! ($] > 5.009))' ; then -+ if $perlprog -e 'exit(! ($] >= 5.008009))' ; then - perl_dla= - else - perl_dla="$perl_archlib/auto/DynaLoader/DynaLoader.a" diff --git a/www/wml/files/patch-wml_backend-p3_eperl-eperl_perl5.h b/www/wml/files/patch-wml_backend-p3_eperl-eperl_perl5.h deleted file mode 100644 index 2e6fcbee6af9..000000000000 --- a/www/wml/files/patch-wml_backend-p3_eperl-eperl_perl5.h +++ /dev/null @@ -1,13 +0,0 @@ ---- wml_backend/p3_eperl/eperl_perl5.h.orig 2013-10-17 17:28:21.000000000 +0200 -+++ wml_backend/p3_eperl/eperl_perl5.h 2013-10-17 17:29:09.000000000 +0200 -@@ -72,10 +72,6 @@ - # define PL_curstash curstash - #endif - --#ifndef WITH_THR --# define PL_defoutgv defoutgv --#endif -- - /* - Initialization of locales when building a new Perl interpreter. - Perl 5.003 calls perl_init_i18nl14n diff --git a/www/wml/files/patch-wml_backend_p2_mp4h_doc_mp4h.mp4h b/www/wml/files/patch-wml_backend_p2_mp4h_doc_mp4h.mp4h deleted file mode 100644 index 877f780083c4..000000000000 --- a/www/wml/files/patch-wml_backend_p2_mp4h_doc_mp4h.mp4h +++ /dev/null @@ -1,10 +0,0 @@ ---- wml_backend/p2_mp4h/doc/mp4h.mp4h.orig 2014-12-21 21:59:33.104230348 +0000 -+++ wml_backend/p2_mp4h/doc/mp4h.mp4h 2014-12-21 22:06:04.744221328 +0000 -@@ -2,6 +2,7 @@ - ;;; mp4h.mp4h -- Documentation for mp4h - ;;; Copyright 2000-2002, Denis Barbier <barbier@imacs.polytechnique.fr> - ;;; -+=encoding Latin1 - - <set-var package=mp4h /> - <set-var title="mp4h - Macro Processor for HTML Documents" /> diff --git a/www/wml/files/patch-wml_backend_p6_asubst_asubst.src b/www/wml/files/patch-wml_backend_p6_asubst_asubst.src deleted file mode 100644 index 67189e23c34f..000000000000 --- a/www/wml/files/patch-wml_backend_p6_asubst_asubst.src +++ /dev/null @@ -1,10 +0,0 @@ ---- wml_backend/p6_asubst/asubst.src.orig 2014-12-21 22:11:32.129199505 +0000 -+++ wml_backend/p6_asubst/asubst.src 2014-12-21 22:13:04.023189389 +0000 -@@ -16,6 +16,7 @@ - use Getopt::Long 2.13; - use IO::Handle 1.15; - use IO::File 1.06; -+=encoding Latin1 - - # - # process command line diff --git a/www/wml/files/patch-wml_common-gd-Makefile.PL.in b/www/wml/files/patch-wml_common-gd-Makefile.PL.in deleted file mode 100644 index d3ce59c549e4..000000000000 --- a/www/wml/files/patch-wml_common-gd-Makefile.PL.in +++ /dev/null @@ -1,10 +0,0 @@ ---- wml_common/gd/Makefile.PL.in 2009-03-15 17:17:56.000000000 +0100 -+++ wml_common/gd/Makefile.PL.in 2009-03-15 17:18:29.000000000 +0100 -@@ -3,6 +3,7 @@ - # the contents of the Makefile that is written. - WriteMakefile( - 'NAME' => 'WML::GD', -+ 'MAKE' => 'gmake', - 'VERSION_FROM' => 'GD.pm', - 'PM' => {'GD.pm' => '$(INST_LIBDIR)/GD.pm'}, - 'MYEXTLIB' => 'libgd/libgd$(LIB_EXT)', diff --git a/www/wml/files/patch-wml_docs_wml_intro.pod b/www/wml/files/patch-wml_docs_wml_intro.pod deleted file mode 100644 index bab4d6f1de60..000000000000 --- a/www/wml/files/patch-wml_docs_wml_intro.pod +++ /dev/null @@ -1,11 +0,0 @@ ---- wml_docs/wml_intro.pod.orig 2014-12-21 22:21:41.928150726 +0000 -+++ wml_docs/wml_intro.pod 2014-12-21 22:21:59.927159671 +0000 -@@ -2,7 +2,7 @@ - ## WML Introduction - ## Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. - ## -- -+=encoding Latin1 - =head1 NAME - - WML Introduction - An introduction to WML's basic concepts diff --git a/www/wml/files/patch-wml_docs_wml_tutorial.pod b/www/wml/files/patch-wml_docs_wml_tutorial.pod deleted file mode 100644 index 3aa692eee1e3..000000000000 --- a/www/wml/files/patch-wml_docs_wml_tutorial.pod +++ /dev/null @@ -1,11 +0,0 @@ ---- wml_docs/wml_tutorial.pod.orig 2014-12-21 22:19:10.645154131 +0000 -+++ wml_docs/wml_tutorial.pod 2014-12-21 22:19:32.609146367 +0000 -@@ -2,7 +2,7 @@ - ## WML Tutorial - ## Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. - ## -- -+=encoding Latin1 - =head1 NAME - - WML Tutorial - Understanding WML step-by-step diff --git a/www/wml/files/patch-wml_include-Makefile.in b/www/wml/files/patch-wml_include-Makefile.in deleted file mode 100644 index 9ff761ae91ed..000000000000 --- a/www/wml/files/patch-wml_include-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- wml_include/Makefile.in 2014-03-29 08:59:23.882767625 +0000 -+++ wml_include/Makefile.in 2014-03-29 08:58:02.630774437 +0000 -@@ -21,10 +21,10 @@ - - prefix = @prefix@ - exec_prefix = $(prefix) --bindir = $(prefix)/bin -+bindir = $(DESTDIR)$(prefix)/bin - libsubdir = @libsubdir@ --libdir = $(prefix)/lib$(libsubdir) --mandir = $(prefix)/man -+libdir = $(DESTDIR)$(prefix)/lib$(libsubdir) -+mandir = $(DESTDIR)$(prefix)/man - - INSTALLPRIVLIB = @INSTALLPRIVLIB@ - INSTALLARCHLIB = @INSTALLARCHLIB@ diff --git a/www/wml/files/patch-wml_include_des_typography.src b/www/wml/files/patch-wml_include_des_typography.src deleted file mode 100644 index 9d89bd8674af..000000000000 --- a/www/wml/files/patch-wml_include_des_typography.src +++ /dev/null @@ -1,10 +0,0 @@ ---- wml_include/des/typography.src.orig 2014-12-21 22:43:30.378078039 +0000 -+++ wml_include/des/typography.src 2014-12-21 22:43:44.554064021 +0000 -@@ -5,6 +5,7 @@ - - # The <preserve>/<restore> tags with multiple arguments require WML 2.0.3 - #use wml::mod::version -+=encoding Latin1 - <require 2.0.3 /> - - #use wml::std::tags diff --git a/www/wml/files/patch-wml_include_fmt_isolatin.src b/www/wml/files/patch-wml_include_fmt_isolatin.src deleted file mode 100644 index 45b8104b8164..000000000000 --- a/www/wml/files/patch-wml_include_fmt_isolatin.src +++ /dev/null @@ -1,10 +0,0 @@ ---- wml_include/fmt/isolatin.src.orig 2014-12-21 22:47:00.306058474 +0000 -+++ wml_include/fmt/isolatin.src 2014-12-21 22:47:29.248071826 +0000 -@@ -5,6 +5,7 @@ - - # the container tag itself - <define-tag isolatin endtag=required> -+=encoding Latin1 - {:\ - [[s| | |g]]\ - [[s|ˇ|¡|g]]\ diff --git a/www/wml/files/patch-wml_misc-Makefile.in b/www/wml/files/patch-wml_misc-Makefile.in deleted file mode 100644 index b2f33093643c..000000000000 --- a/www/wml/files/patch-wml_misc-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- wml_misc/Makefile.in.orig 2014-03-29 09:11:38.024718160 +0000 -+++ wml_misc/Makefile.in 2014-03-29 09:08:56.459729579 +0000 -@@ -21,10 +21,10 @@ - - prefix = @prefix@ - exec_prefix = $(prefix) --bindir = $(prefix)/bin -+bindir = $(DESTDIR)$(prefix)/bin - libsubdir = @libsubdir@ --libdir = $(prefix)/lib$(libsubdir) --mandir = $(prefix)/man -+libdir = $(DESTDIR)$(prefix)/lib$(libsubdir) -+mandir = $(DESTDIR)$(prefix)/man - - # ------------------------------------------------ - # TARGETS diff --git a/www/wml/pkg-descr b/www/wml/pkg-descr deleted file mode 100644 index 9ebce8b0ffe7..000000000000 --- a/www/wml/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ - __ ___ __ _ - \ \ / / \/ | | Website META Language - \ \ /\ / / |\/| | | - \ V V /| | | | |___ ``WML is the Unix toolkit for getting - \_/\_/ |_| |_|_____| your webdesigner's HTML job done.'' - - Copyright (c) 1996-2002 Ralf S. Engelschall - Copyright (c) 1999-2002 Denis Barbier - - WML is a free and extensible Webdesigner's off-line HTML generation toolkit - for Unix, distributed under the GNU General Public License (GPL v2). It is - written in ANSI C and Perl 5, build via a GNU Autoconf based source tree - and runs out-of-the-box on all major Unix derivates. It can be used - free of charge both in educational and commercial environments. - - WML consists of a control frontend driving up to nine backends in a - sequential pass-oriented filtering scheme. Each backend provides one - particular core language. For maximum power WML additionally ships with a - well-suited set of include files which provide higher-level features build - on top of the backends core languages. While not trivial and idiot proof WML - provides most of the core features real hackers always wanted for HTML - generation. - -WWW: http://developer.berlios.de/projects/thewml/ diff --git a/www/wml/pkg-message b/www/wml/pkg-message deleted file mode 100644 index 14f568840b05..000000000000 --- a/www/wml/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ - This program is free software; it may be redistributed and/or modified only - under the terms of the GNU General Public License, which may be found - in the WML source distribution. Look at the file COPYING. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. diff --git a/www/wml/pkg-plist b/www/wml/pkg-plist deleted file mode 100644 index fc9b9b9a85e8..000000000000 --- a/www/wml/pkg-plist +++ /dev/null @@ -1,180 +0,0 @@ -bin/wmb -bin/wmd -bin/wmk -bin/wml -bin/wmu -lib/wml/data/logos/logo-apache.gif -lib/wml/data/logos/logo-apache.png -lib/wml/data/logos/logo-freebsd.gif -lib/wml/data/logos/logo-freebsd.png -lib/wml/data/logos/logo-gimp.gif -lib/wml/data/logos/logo-gimp.png -lib/wml/data/logos/logo-htdig.gif -lib/wml/data/logos/logo-htdig.png -lib/wml/data/logos/logo-linux.gif -lib/wml/data/logos/logo-linux.png -lib/wml/data/logos/logo-netbsd.gif -lib/wml/data/logos/logo-netbsd.png -lib/wml/data/logos/logo-openbsd.gif -lib/wml/data/logos/logo-openbsd.png -lib/wml/data/logos/logo-php.gif -lib/wml/data/logos/logo-php.png -lib/wml/data/logos/logo-php3.gif -lib/wml/data/logos/logo-php3.png -lib/wml/data/logos/logo-vim.gif -lib/wml/data/logos/logo-vim.png -lib/wml/data/logos/logo-wml.gif -lib/wml/data/logos/logo-wml.png -lib/wml/data/logos/logo-xemacs.gif -lib/wml/data/logos/logo-xemacs.png -lib/wml/data/txt2html.dict -lib/wml/data/weblintrc -lib/wml/data/wmd.txt -lib/wml/exec/wml_aux_freetable -lib/wml/exec/wml_aux_htmlclean -lib/wml/exec/wml_aux_htmlinfo -lib/wml/exec/wml_aux_iselect -lib/wml/exec/wml_aux_linklint -lib/wml/exec/wml_aux_map2html -lib/wml/exec/wml_aux_tidy -lib/wml/exec/wml_aux_txt2html -lib/wml/exec/wml_aux_weblint -lib/wml/exec/wml_p1_ipp -lib/wml/exec/wml_p2_mp4h -lib/wml/exec/wml_p3_eperl -lib/wml/exec/wml_p4_gm4 -lib/wml/exec/wml_p5_divert -lib/wml/exec/wml_p6_asubst -lib/wml/exec/wml_p7_htmlfix -lib/wml/exec/wml_p8_htmlstrip -lib/wml/exec/wml_p9_slice -lib/wml/include/all.wml -lib/wml/include/des/all.wml -lib/wml/include/des/gfont.wml -lib/wml/include/des/imgbg.wml -lib/wml/include/des/imgdot.wml -lib/wml/include/des/lowsrc.wml -lib/wml/include/des/navbar.wml -lib/wml/include/des/preload.wml -lib/wml/include/des/rollover.wml -lib/wml/include/des/space.wml -lib/wml/include/des/typography.wml -lib/wml/include/fmt/all.wml -lib/wml/include/fmt/isolatin.wml -lib/wml/include/fmt/pod.wml -lib/wml/include/fmt/sdf.wml -lib/wml/include/fmt/text.wml -lib/wml/include/fmt/url.wml -lib/wml/include/fmt/verbatim.wml -lib/wml/include/fmt/xtable.wml -lib/wml/include/imp/all.wml -lib/wml/include/imp/csmap.wml -lib/wml/include/imp/fsview.wml -lib/wml/include/imp/generic.wml -lib/wml/include/mod/MakeMaker.wml -lib/wml/include/mod/all.wml -lib/wml/include/mod/version.wml -lib/wml/include/std/all.wml -lib/wml/include/std/box.wml -lib/wml/include/std/case.wml -lib/wml/include/std/grid.wml -lib/wml/include/std/href.wml -lib/wml/include/std/info.wml -lib/wml/include/std/label.wml -lib/wml/include/std/lang.wml -lib/wml/include/std/logo.wml -lib/wml/include/std/page.wml -lib/wml/include/std/tags.wml -lib/wml/include/std/toc.wml -lib/wml/include/sup/all.wml -lib/wml/include/sup/hextriple.wml -lib/wml/include/sup/path.wml -lib/wml/include/sys/all.wml -lib/wml/include/sys/bootp3.wml -lib/wml/include/sys/bootp4.wml -lib/wml/include/sys/compat1.wml -man/man1/wmb.1.gz -man/man1/wmd.1.gz -man/man1/wmd_missing.1.gz -man/man1/wmk.1.gz -man/man1/wml.1.gz -man/man1/wml_aux_freetable.1.gz -man/man1/wml_aux_htmlclean.1.gz -man/man1/wml_aux_htmlinfo.1.gz -man/man1/wml_aux_iselect.1.gz -man/man1/wml_aux_linklint.1.gz -man/man1/wml_aux_map2html.1.gz -man/man1/wml_aux_tidy.1.gz -man/man1/wml_aux_txt2html.1.gz -man/man1/wml_aux_weblint.1.gz -man/man1/wml_p1_ipp.1.gz -man/man1/wml_p2_mp4h.1.gz -man/man1/wml_p3_eperl.1.gz -man/man1/wml_p4_gm4.1.gz -man/man1/wml_p5_divert.1.gz -man/man1/wml_p6_asubst.1.gz -man/man1/wml_p7_htmlfix.1.gz -man/man1/wml_p8_htmlstrip.1.gz -man/man1/wml_p9_slice.1.gz -man/man1/wmu.1.gz -man/man3/wml::all.3.gz -man/man3/wml::des::all.3.gz -man/man3/wml::des::gfont.3.gz -man/man3/wml::des::imgbg.3.gz -man/man3/wml::des::imgdot.3.gz -man/man3/wml::des::lowsrc.3.gz -man/man3/wml::des::navbar.3.gz -man/man3/wml::des::preload.3.gz -man/man3/wml::des::rollover.3.gz -man/man3/wml::des::space.3.gz -man/man3/wml::des::typography.3.gz -man/man3/wml::fmt::all.3.gz -man/man3/wml::fmt::isolatin.3.gz -man/man3/wml::fmt::pod.3.gz -man/man3/wml::fmt::sdf.3.gz -man/man3/wml::fmt::text.3.gz -man/man3/wml::fmt::url.3.gz -man/man3/wml::fmt::verbatim.3.gz -man/man3/wml::fmt::xtable.3.gz -man/man3/wml::imp::all.3.gz -man/man3/wml::imp::csmap.3.gz -man/man3/wml::imp::fsview.3.gz -man/man3/wml::imp::generic.3.gz -man/man3/wml::mod::MakeMaker.3.gz -man/man3/wml::mod::all.3.gz -man/man3/wml::mod::version.3.gz -man/man3/wml::std::all.3.gz -man/man3/wml::std::box.3.gz -man/man3/wml::std::case.3.gz -man/man3/wml::std::grid.3.gz -man/man3/wml::std::href.3.gz -man/man3/wml::std::info.3.gz -man/man3/wml::std::label.3.gz -man/man3/wml::std::lang.3.gz -man/man3/wml::std::logo.3.gz -man/man3/wml::std::page.3.gz -man/man3/wml::std::tags.3.gz -man/man3/wml::std::toc.3.gz -man/man3/wml::sup::all.3.gz -man/man3/wml::sup::hextriple.3.gz -man/man3/wml::sup::path.3.gz -man/man3/wml::sys::all.3.gz -man/man3/wml::sys::bootp3.3.gz -man/man3/wml::sys::bootp4.3.gz -man/man3/wml::sys::compat1.3.gz -man/man7/wml_barebone.7.gz -man/man7/wml_faq.7.gz -man/man7/wml_intro.7.gz -man/man7/wml_macros.7.gz -man/man7/wml_std_css1.7.gz -man/man7/wml_std_css2.7.gz -man/man7/wml_std_csspos.7.gz -man/man7/wml_std_html20.7.gz -man/man7/wml_std_html32.7.gz -man/man7/wml_std_html40.7.gz -man/man7/wml_std_html401.7.gz -man/man7/wml_std_wai10.7.gz -man/man7/wml_std_xhtml10.7.gz -man/man7/wml_tags.7.gz -man/man7/wml_tutorial.7.gz -@dir lib/wml/perl |