debian/0000755000000000000000000000000012264367123007174 5ustar debian/patches/0000755000000000000000000000000012264362366010627 5ustar debian/patches/fix-man-page-sections-and-see-also.diff0000644000000000000000000004421112247400540020013 0ustar Fixes man page sections as well as some SEE ALSO headers. --- wml-2.0.11ds1.orig/wml_docs/wml_intro.pod +++ wml-2.0.11ds1/wml_docs/wml_intro.pod @@ -33,7 +33,7 @@ Processing: explicit Implementation: Include Pre-Processor (IPP) Author: Ralf S. Engelschall - See Also: wml_p1_ipp(1) + See Also: wml_p1_ipp(3) B @@ -196,7 +196,7 @@ Processing: explicit Implementation: Divert Author: Ralf S. Engelschall - See Also: wml_p5_divert(1) + See Also: wml_p5_divert(3) B @@ -255,7 +255,7 @@ Processing: explicit Implementation: Area Subst (ASubst) Author: Ralf S. Engelschall - See Also: wml_p6_asubst(1) + See Also: wml_p6_asubst(3) B @@ -285,7 +285,7 @@ Processing: implicit Implementation: HTMLfix Author: Ralf S. Engelschall - See Also: wml_p7_htmlfix(1) + See Also: wml_p7_htmlfix(3) B @@ -302,7 +302,7 @@ Processing: implicit Implementation: HTMLstrip Author: Ralf S. Engelschall - See Also: wml_p8_htmlfix(1) + See Also: wml_p8_htmlfix(3) B @@ -424,19 +424,19 @@ Additionally can can step through the set of available standard include files WML ships with. Start with the top-level include file wml::all(3). -=head1 SEEALSO +=head1 SEE ALSO wml_tutorial(7), wml_tags(7). -wml_p1_ipp(1), +wml_p1_ipp(3), wml_p2_mp4h(1), wml_p3_eperl(1), wml_p4_gm4(1), -wml_p5_divert(1), -wml_p6_asubst(1), -wml_p7_htmlfix(1), -wml_p8_htmlstrip(1), +wml_p5_divert(3), +wml_p6_asubst(3), +wml_p7_htmlfix(3), +wml_p8_htmlstrip(3), wml_p9_slice(1). wml::all(3) --- wml-2.0.11ds1.orig/wml_docs/wml_tutorial.pod +++ wml-2.0.11ds1/wml_docs/wml_tutorial.pod @@ -760,18 +760,18 @@ Additionally can can step through the set of available standard include files WML ships with. Start with the top-level include file wml::all(3). -=head1 SEEALSO +=head1 SEE ALSO wml_intro(7) -wml_p1_ipp(1), +wml_p1_ipp(3), wml_p2_mp4h(1), wml_p3_eperl(1), wml_p4_gm4(1), -wml_p5_divert(1), -wml_p6_asubst(1), -wml_p7_htmlfix(1), -wml_p8_htmlstrip(1), +wml_p5_divert(3), +wml_p6_asubst(3), +wml_p7_htmlfix(3), +wml_p8_htmlstrip(3), wml_p9_slice(1). wml::all(3) --- wml-2.0.11ds1.orig/wml_docs/wml_tags.pod.in +++ wml-2.0.11ds1/wml_docs/wml_tags.pod.in @@ -20,17 +20,17 @@ %%INCL%% -=head1 SEEALSO +=head1 SEE ALSO wml(1), -wml_p1_ipp(1), +wml_p1_ipp(3), wml_p2_mp4h(1), wml_p3_eperl(1), wml_p4_gm4(1), -wml_p5_divert(1), -wml_p6_asubst(1), -wml_p7_htmlfix(1), -wml_p8_htmlstrip(1), +wml_p5_divert(3), +wml_p6_asubst(3), +wml_p7_htmlfix(3), +wml_p8_htmlstrip(3), wml_p9_slice(1), wml::all(3) --- wml-2.0.11ds1.orig/wml_docs/wml_faq.pod +++ wml-2.0.11ds1/wml_docs/wml_faq.pod @@ -388,7 +388,7 @@ =back -=head1 SEEALSO +=head1 SEE ALSO wml_intro(7), wml_tutorial(7), --- wml-2.0.11ds1.orig/wml_aux/map2html/Makefile.in +++ wml-2.0.11ds1/wml_aux/map2html/Makefile.in @@ -27,11 +27,11 @@ SRC_FILES = map2html.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e '/^=head1/,/^=cut/d' \ @@ -42,9 +42,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod >$@ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod >$@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) --- wml-2.0.11ds1.orig/wml_aux/htmlinfo/Makefile.in +++ wml-2.0.11ds1/wml_aux/htmlinfo/Makefile.in @@ -28,11 +28,11 @@ SRC_FILES = htmlinfo.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e 's|\@PATH_PERL\@|$(PATH_PERL)|g' \ @@ -40,9 +40,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod >$@ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod >$@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) --- wml-2.0.11ds1.orig/wml_frontend/wmk.src +++ wml-2.0.11ds1/wml_frontend/wmk.src @@ -799,7 +799,7 @@ Denis Barbier barbier@engelschall.com -=head1 SEEALSO +=head1 SEE ALSO wml(1), wml_intro(1) --- wml-2.0.11ds1.orig/wml_frontend/wmd.src +++ wml-2.0.11ds1/wml_frontend/wmd.src @@ -244,7 +244,7 @@ rse@engelschall.com www.engelschall.com -=head1 SEEALSO +=head1 SEE ALSO wml(1) --- wml-2.0.11ds1.orig/wml_frontend/wmu.src +++ wml-2.0.11ds1/wml_frontend/wmu.src @@ -382,7 +382,7 @@ rse@engelschall.com www.engelschall.com -=head1 SEEALSO +=head1 SEE ALSO wml(1) --- wml-2.0.11ds1.orig/wml_frontend/wmd_missing.src +++ wml-2.0.11ds1/wml_frontend/wmd_missing.src @@ -19,7 +19,7 @@ Denis Barbier barbier@engelschall.com -=head1 SEEALSO +=head1 SEE ALSO wmd(1) --- wml-2.0.11ds1.orig/wml_include/all.src +++ wml-2.0.11ds1/wml_include/all.src @@ -79,7 +79,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::des::all(3), wml::fmt::all(3), --- wml-2.0.11ds1.orig/wml_include/std/logo.src +++ wml-2.0.11ds1/wml_include/std/logo.src @@ -195,7 +195,7 @@ logo "php" instead. Expect that the logo "php3" will be removed in future releases. -=head1 SEEALSO +=head1 SEE ALSO wml(1) --- wml-2.0.11ds1.orig/wml_include/std/grid.src +++ wml-2.0.11ds1/wml_include/std/grid.src @@ -333,7 +333,7 @@ Internal: P1, P2, P3, P5 External: -- -=head1 SEEALSO +=head1 SEE ALSO HTML ECE-tag. --- wml-2.0.11ds1.orig/wml_include/std/href.src +++ wml-2.0.11ds1/wml_include/std/href.src @@ -108,7 +108,7 @@ Internal: P1, P2 External: -- -=head1 SEEALSO +=head1 SEE ALSO HTML CaE> and CimgE> tags. --- wml-2.0.11ds1.orig/wml_include/std/toc.src +++ wml-2.0.11ds1/wml_include/std/toc.src @@ -203,7 +203,7 @@ Internal: P1, P2, P5, P6 -=head1 SEEALSO +=head1 SEE ALSO HTML CHxE> CULE> COLE> tags. --- wml-2.0.11ds1.orig/wml_include/std/box.src +++ wml-2.0.11ds1/wml_include/std/box.src @@ -179,7 +179,7 @@ Internal: P1, P2 -=head1 SEEALSO +=head1 SEE ALSO HTML CtableE> tag. --- wml-2.0.11ds1.orig/wml_include/std/all.src +++ wml-2.0.11ds1/wml_include/std/all.src @@ -55,7 +55,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::std::box(3), wml::std::case(3), --- wml-2.0.11ds1.orig/wml_include/std/info.src +++ wml-2.0.11ds1/wml_include/std/info.src @@ -155,7 +155,7 @@ Internal: P1, P2 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml(1) --- wml-2.0.11ds1.orig/wml_include/std/lang.src +++ wml-2.0.11ds1/wml_include/std/lang.src @@ -385,7 +385,7 @@ Internal: P1, P2, P6, P9 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml_p9_slice(1) --- wml-2.0.11ds1.orig/wml_include/std/case.src +++ wml-2.0.11ds1/wml_include/std/case.src @@ -69,9 +69,9 @@ Internal: P1, P5, P6 External: -- -=head1 SEEALSO +=head1 SEE ALSO -wml_p7_htmlfix(1). +wml_p7_htmlfix(3). =cut --- wml-2.0.11ds1.orig/wml_include/std/tags.src +++ wml-2.0.11ds1/wml_include/std/tags.src @@ -407,7 +407,7 @@ Internal: P1, P2, P3, P4, P6 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml(1) --- wml-2.0.11ds1.orig/wml_include/sup/hextriple.src +++ wml-2.0.11ds1/wml_include/sup/hextriple.src @@ -58,7 +58,7 @@ Internal: P1, P3 External: -- -=head1 SEEALSO +=head1 SEE ALSO HTML color attributes. --- wml-2.0.11ds1.orig/wml_include/sup/path.src +++ wml-2.0.11ds1/wml_include/sup/path.src @@ -103,7 +103,7 @@ Internal: P1, P3 External: -- -=head1 SEEALSO +=head1 SEE ALSO perl(1) --- wml-2.0.11ds1.orig/wml_include/sup/all.src +++ wml-2.0.11ds1/wml_include/sup/all.src @@ -37,7 +37,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::sup::hextriple(3), wml::sup::path(3). --- wml-2.0.11ds1.orig/wml_include/des/imgbg.src +++ wml-2.0.11ds1/wml_include/des/imgbg.src @@ -226,7 +226,7 @@ Internal: P1, P2, P3 -=head1 SEEALSO +=head1 SEE ALSO HTML ECE tag. --- wml-2.0.11ds1.orig/wml_include/des/rollover.src +++ wml-2.0.11ds1/wml_include/des/rollover.src @@ -155,7 +155,7 @@ Internal: P1, P2 External: JavaScript (BROWSER) -=head1 SEEALSO +=head1 SEE ALSO HTML 3.2 CimgE> and CaE> tags, JavaScript: http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/ --- wml-2.0.11ds1.orig/wml_include/des/typography.src +++ wml-2.0.11ds1/wml_include/des/typography.src @@ -462,7 +462,7 @@ Internal: P1, P2, P3, P8 -=head1 SEEALSO +=head1 SEE ALSO HTML CfontE> and CbrE> tags. --- wml-2.0.11ds1.orig/wml_include/des/lowsrc.src +++ wml-2.0.11ds1/wml_include/des/lowsrc.src @@ -65,7 +65,7 @@ Internal: P1, P2, P3 External: convert (PATH) -=head1 SEEALSO +=head1 SEE ALSO ImageMagick --- wml-2.0.11ds1.orig/wml_include/des/all.src +++ wml-2.0.11ds1/wml_include/des/all.src @@ -51,7 +51,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::des::gfont(3), wml::des::imgbg(3), --- wml-2.0.11ds1.orig/wml_include/des/navbar.src +++ wml-2.0.11ds1/wml_include/des/navbar.src @@ -1210,7 +1210,7 @@ Internal: P1, P2, P3 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml(1) --- wml-2.0.11ds1.orig/wml_include/des/preload.src +++ wml-2.0.11ds1/wml_include/des/preload.src @@ -99,7 +99,7 @@ Internal: P1, P2 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::std::tags(3) HTML 3.2 CimgE> tag. --- wml-2.0.11ds1.orig/wml_include/des/space.src +++ wml-2.0.11ds1/wml_include/des/space.src @@ -81,7 +81,7 @@ Internal: P1, P2, wml::des::imgdot (WML) -=head1 SEEALSO +=head1 SEE ALSO wml::des::imgdot(3) --- wml-2.0.11ds1.orig/wml_include/des/imgdot.src +++ wml-2.0.11ds1/wml_include/des/imgdot.src @@ -217,7 +217,7 @@ Internal: P1, P2, P3 -=head1 SEEALSO +=head1 SEE ALSO HTML ECE tag. --- wml-2.0.11ds1.orig/wml_include/des/gfont.src +++ wml-2.0.11ds1/wml_include/des/gfont.src @@ -322,7 +322,7 @@ Internal: P1, P2, P3, Image::Size (P5M) External: gfont (PATH) -=head1 SEEALSO +=head1 SEE ALSO HTML CfontE> tag, gfont(1), --- wml-2.0.11ds1.orig/wml_include/sys/compat1.src +++ wml-2.0.11ds1/wml_include/sys/compat1.src @@ -77,7 +77,7 @@ P2 -=head1 SEEALSO +=head1 SEE ALSO wml_p2_mp4h(1) --- wml-2.0.11ds1.orig/wml_include/sys/bootp3.src.in +++ wml-2.0.11ds1/wml_include/sys/bootp3.src.in @@ -42,7 +42,7 @@ P3 -=head1 SEEALSO +=head1 SEE ALSO wml_p3_eperl(1), perl(1) --- wml-2.0.11ds1.orig/wml_include/sys/all.src +++ wml-2.0.11ds1/wml_include/sys/all.src @@ -43,7 +43,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::sys::bootp3(3), wml::sys::bootp4(3), --- wml-2.0.11ds1.orig/wml_include/sys/bootp4.src +++ wml-2.0.11ds1/wml_include/sys/bootp4.src @@ -36,7 +36,7 @@ P4 -=head1 SEEALSO +=head1 SEE ALSO wml_p4_gm4(1), m4(1) --- wml-2.0.11ds1.orig/wml_include/imp/fsview.src +++ wml-2.0.11ds1/wml_include/imp/fsview.src @@ -192,7 +192,7 @@ Internal: P1, P2, P3 External: -- -=head1 SEEALSO +=head1 SEE ALSO - --- wml-2.0.11ds1.orig/wml_include/imp/generic.src +++ wml-2.0.11ds1/wml_include/imp/generic.src @@ -152,7 +152,7 @@ Internal: P1, P2, P3 External: LWP::Simple::get (P5M) | lynx (PATH) | wget (PATH) | fetch (PATH) -=head1 SEEALSO +=head1 SEE ALSO LWP::Simple(3), lynx(1), wget(1), fetch(1) --- wml-2.0.11ds1.orig/wml_include/imp/all.src +++ wml-2.0.11ds1/wml_include/imp/all.src @@ -38,7 +38,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::imp::csmap(3), wml::imp::fsview(3), --- wml-2.0.11ds1.orig/wml_include/imp/csmap.src +++ wml-2.0.11ds1/wml_include/imp/csmap.src @@ -48,7 +48,7 @@ This tag converts a externally stored server-side map (either NCSA or CERN format) to an inlined client-side map. This is done via the external program -wml_aux_map2html(1). +wml_aux_map2html(3). =head1 AUTHOR @@ -61,7 +61,7 @@ Internal: P1, P2, P3 External: wml_aux_map2html (PATH) -=head1 SEEALSO +=head1 SEE ALSO wml_aux_map2html(3) --- wml-2.0.11ds1.orig/wml_include/mod/all.src +++ wml-2.0.11ds1/wml_include/mod/all.src @@ -36,7 +36,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::mod::MakeMaker(3), wml::mod::version(3). --- wml-2.0.11ds1.orig/wml_include/fmt/xtable.src +++ wml-2.0.11ds1/wml_include/fmt/xtable.src @@ -66,6 +66,13 @@ which converts its advanced table syntax to plain HTML table markup code. See wml_aux_freetable(1) for more details. +=head1 CAVEATS + +An error is reported if C body contains ePerl code, so the +special variable C has to be written onto C<#include> +lines (see wml_p1_ipp(1)), and macros expanded by C(1) +must not print ePerl code. + =head1 AUTHOR Ralf S. Engelschall @@ -77,7 +84,7 @@ Internal: P1, P2, P3, wml_aux_freetable (PATH) External: -- -=head1 SEEALSO +=head1 SEE ALSO wml_aux_freetable(1), HTML CtableE> tag. --- wml-2.0.11ds1.orig/wml_include/fmt/sdf.src +++ wml-2.0.11ds1/wml_include/fmt/sdf.src @@ -125,7 +125,7 @@ Internal: P1, P2, P3 External: sdf -=head1 SEEALSO +=head1 SEE ALSO sdf(1), http://www.mincom.com/mtr/sdf/ --- wml-2.0.11ds1.orig/wml_include/fmt/isolatin.src +++ wml-2.0.11ds1/wml_include/fmt/isolatin.src @@ -154,7 +154,7 @@ Internal: P1, P2, P6 External: -- -=head1 SEEALSO +=head1 SEE ALSO ISO Latin 1 character table --- wml-2.0.11ds1.orig/wml_include/fmt/all.src +++ wml-2.0.11ds1/wml_include/fmt/all.src @@ -47,7 +47,7 @@ Internal: P1 External: -- -=head1 SEEALSO +=head1 SEE ALSO wml::fmt::isolatin(3), wml::fmt::verbatim(3), --- wml-2.0.11ds1.orig/wml_include/fmt/url.src +++ wml-2.0.11ds1/wml_include/fmt/url.src @@ -47,7 +47,7 @@ Internal: P1, P2, P6 External: -- -=head1 SEEALSO +=head1 SEE ALSO HTML CaE> tag. --- wml-2.0.11ds1.orig/wml_include/fmt/verbatim.src +++ wml-2.0.11ds1/wml_include/fmt/verbatim.src @@ -96,7 +96,7 @@ Internal: P1, P6 External: -- -=head1 SEEALSO +=head1 SEE ALSO HTML CpreE> tag --- wml-2.0.11ds1.orig/wml_include/fmt/pod.src +++ wml-2.0.11ds1/wml_include/fmt/pod.src @@ -153,7 +153,7 @@ Internal: P1, P2, P3 External: pod2html (PATH) -=head1 SEEALSO +=head1 SEE ALSO perlpod(1), http://www.perl.com/perl/ --- wml-2.0.11ds1.orig/wml_backend/p6_asubst/Makefile.in +++ wml-2.0.11ds1/wml_backend/p6_asubst/Makefile.in @@ -27,11 +27,11 @@ SRC_FILES = asubst.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e '/^=head1/,/^=cut/d' \ @@ -41,9 +41,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod >$@ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod >$@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) --- wml-2.0.11ds1.orig/wml_backend/p5_divert/Makefile.in +++ wml-2.0.11ds1/wml_backend/p5_divert/Makefile.in @@ -27,11 +27,11 @@ SRC_FILES = divert.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e '/^=head1/,/^=cut/d' \ @@ -41,9 +41,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod >$@ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod >$@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) --- wml-2.0.11ds1.orig/wml_backend/p7_htmlfix/Makefile.in +++ wml-2.0.11ds1/wml_backend/p7_htmlfix/Makefile.in @@ -27,11 +27,11 @@ SRC_FILES = htmlfix.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e '/^=head1/,/^=cut/d' \ @@ -41,9 +41,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod >$@ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod >$@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) --- wml-2.0.11ds1.orig/wml_backend/p8_htmlstrip/Makefile.in +++ wml-2.0.11ds1/wml_backend/p8_htmlstrip/Makefile.in @@ -27,11 +27,11 @@ SRC_FILES = htmlstrip.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e '/^=head1/,/^=cut/d' \ @@ -41,9 +41,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod >$@ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod >$@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) --- wml-2.0.11ds1.orig/wml_backend/p1_ipp/Makefile.in +++ wml-2.0.11ds1/wml_backend/p1_ipp/Makefile.in @@ -27,11 +27,11 @@ SRC_FILES = ipp.src -MAN_FILES = $(SRC_FILES:.src=.1) +MAN_FILES = $(SRC_FILES:.src=.3) EXE_FILES = $(SRC_FILES:.src=.pl) .SUFFIXES: -.SUFFIXES: .pl .1 .src +.SUFFIXES: .pl .3 .src .src.pl: sed -e '/^=head1/,/^=cut/d' \ @@ -41,9 +41,9 @@ -e 's|\@INSTALLARCHLIB\@|$(INSTALLARCHLIB)|g' \ <$< >$@ && chmod a+x $@ -.src.1: +.src.3: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod |\ + pod2man --section=3 --center="EN Tools" --release="EN Tools" $*.pod |\ sed -e 's/^.ds N" """""/.ds N" ""/g' \ -e 's/^.ds T" """""/.ds T" ""/g' >$@ rm -f $*.pod debian/patches/fix-test-suite-makefile.diff0000644000000000000000000000115612247400540016115 0ustar Description: Fix test suite failures by properly cleaning up beforehand For unknown reasons cleaning up in debian/rules does not suffice. Debian-Bug: 718088 Author: Axel Beckert Index: wml/wml_test/Makefile.in =================================================================== --- wml.orig/wml_test/Makefile.in 2013-07-29 15:20:25.625822236 +0200 +++ wml/wml_test/Makefile.in 2013-07-29 15:21:27.002335725 +0200 @@ -26,6 +26,7 @@ install: test: + rm -rvf TEST.root @set -e; \ root=`$(PATH_PERL) -e 'use Cwd; ($$cwd = cwd) =~ s|/?$$|/TEST.root|; print $$cwd'`; \ if [ ! -d TEST.root ]; then \ debian/patches/do-not-touch-problematic-files.diff0000644000000000000000000000236712247400540017374 0ustar Remove routines touching files in eperl and slice source directories. Index: wml/Makefile.in =================================================================== --- wml.orig/Makefile.in 2010-03-08 04:46:19.000000000 +0100 +++ wml/Makefile.in 2010-03-08 04:47:07.000000000 +0100 @@ -45,13 +45,6 @@ wml_include \ wml_test -PROBLEMATIC_FILES = \ - wml_backend/p3_eperl/eperl_readme.c \ - wml_backend/p3_eperl/eperl_license.c \ - wml_backend/p3_eperl/eperl_logo.c \ - wml_backend/p3_eperl/eperl_powered.c \ - wml_backend/p9_slice/slice_term.pl - # ------------------------------------------------ # THE DEFAULT TARGET # ------------------------------------------------ @@ -59,7 +52,7 @@ # We want to stop compilation when an error occur. # The trick is from Automake, to allow -k option keeps its natural # meaning. -all: @MAINT@.touch +all: @set -e; \ set dummy $(MAKEFLAGS); amf=$$2; \ for dir in $(SUBDIRS); do \ @@ -70,12 +63,6 @@ done && test -z "$$fail" @:> .build-ok -@MAINT@.touch: -@MAINT@ @for file in $(PROBLEMATIC_FILES); do \ -@MAINT@ touch $$file; \ -@MAINT@ done -@MAINT@ @:> .touch - wml_contrib/wml.spec: config.status wml_contrib/wml.spec.in CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status debian/patches/manpage-fixes.diff0000644000000000000000000001126012247400540014171 0ustar Description: Fixes several spelling errors in man pages noticed by lintian Author: Axel Beckert Index: wml/wml_include/des/typography.src =================================================================== --- wml.orig/wml_include/des/typography.src 2013-08-13 17:09:36.186115018 +0200 +++ wml/wml_include/des/typography.src 2013-08-13 17:09:36.170114546 +0200 @@ -398,7 +398,7 @@ and used better whitespaces around it. Actually it does not create any whitespace above it, but the correct one below it. This way you can create the leading whitespace your own (which is usually different according to the -context) but get nice trailing whitespace (which has to be choosen carefully +context) but get nice trailing whitespace (which has to be chosen carefully to make the headline and the following paragraph one unit). In german this is called `Überschrift' hence the alias CueE>. @@ -418,7 +418,7 @@ text in Helvetica and used better whitespaces around it. Actually it does not create any whitespace above it, but the correct one below it. This way you can create the leading whitespace your own (which is usually different according -to the context) but get nice trailing whitespace (which has to be choosen +to the context) but get nice trailing whitespace (which has to be chosen carefully to make the headline and the following paragraph one unit). In german this is called `Zwischenüberschrift' hence the alias CzwueE>. Index: wml/wml_backend/p1_ipp/ipp.src =================================================================== --- wml.orig/wml_backend/p1_ipp/ipp.src 2013-08-13 17:09:36.186115018 +0200 +++ wml/wml_backend/p1_ipp/ipp.src 2013-08-13 17:09:36.174114661 +0200 @@ -838,7 +838,7 @@ #depends "*/*.dat" #depends -The contents of the file is not inserted, only informations about +The contents of the file is not inserted, only information about dependencies are updated. =head2 B Index: wml/wml_common/filepathconvert/PathConvert.pm =================================================================== --- wml.orig/wml_common/filepathconvert/PathConvert.pm 2013-08-12 19:17:45.591692300 +0200 +++ wml/wml_common/filepathconvert/PathConvert.pm 2013-08-13 17:11:35.301623421 +0200 @@ -1073,7 +1073,7 @@ In URLs, paths not ending in '/' are split such that the last name in the path is a filename. This is not intuitive: many people use such URLs for -directories, and most servers send a redirect. This may cause programers +directories, and most servers send a redirect. This may cause programmers using this package to code in bugs, it may be more pragmatic to always assume all names are directory names. (Note that the query portion is always part of the filename). Index: wml/wml_common/gd/GD.pm =================================================================== --- wml.orig/wml_common/gd/GD.pm 2013-08-12 19:17:45.595692321 +0200 +++ wml/wml_common/gd/GD.pm 2013-08-13 17:44:32.256643321 +0200 @@ -818,7 +818,7 @@ sizes for the source and destination rectangles. The source and destination rectangle's are specified independently by (srcW,srcH) and (destW,destH) respectively. copyResized() will stretch or shrink the -image to accomodate the size requirements. +image to accommodate the size requirements. Example: Index: wml/wml_include/des/imgdot.src =================================================================== --- wml.orig/wml_include/des/imgdot.src 2013-08-13 17:09:19.597622113 +0200 +++ wml/wml_include/des/imgdot.src 2013-08-13 17:45:26.661398145 +0200 @@ -137,7 +137,7 @@ visual result is a invisible reserved space of size CXC. Alternatively this tag can create the image with the requested size instead of scaling the 1pt image (see the C attribute below). This approach is -more safe (all browsers support this) but wastes bandwith and increases page +more safe (all browsers support this) but wastes bandwidth and increases page load time. =head1 ATTRIBUTES Index: wml/wml_include/fmt/isolatin.src =================================================================== --- wml.orig/wml_include/fmt/isolatin.src 2013-08-13 17:09:19.617622710 +0200 +++ wml/wml_include/fmt/isolatin.src 2013-08-13 17:45:50.545729505 +0200 @@ -137,7 +137,7 @@ necessary because HTML 3.2 states that every browser has to understand ISO-Latin-1 characters. So there is no real need to encode them with this container tag. But it is safe, because the result is 7Bit which can be -transfered over more mediums then the 8 Bit version with ISO-Latin-1 +transferred over more mediums then the 8 Bit version with ISO-Latin-1 characters. When adding the C argument, the complete document gets automatically debian/patches/do-not-use-embedded-libgd.diff0000644000000000000000000000522712247400540016253 0ustar Removes the usage of the embedded libgd code copy. Index: wml/wml_common/gd/Makefile.PL.in =================================================================== --- wml.orig/wml_common/gd/Makefile.PL.in 2010-03-08 02:15:23.000000000 +0100 +++ wml/wml_common/gd/Makefile.PL.in 2010-03-08 04:45:00.000000000 +0100 @@ -5,27 +5,27 @@ 'NAME' => 'WML::GD', 'VERSION_FROM' => 'GD.pm', 'PM' => {'GD.pm' => '$(INST_LIBDIR)/GD.pm'}, - 'MYEXTLIB' => 'libgd/libgd$(LIB_EXT)', +# 'MYEXTLIB' => 'libgd/libgd$(LIB_EXT)', 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz', 'ZIP'=>'/usr/bin/zip','ZIPFLAGS'=>'-rl'}, 'realclean' => {'FILES'=>'Makefile.PL libgd/Makefile.PL config.cache config.log config.status'}, # Uncomment the line below if you're getting link errors # having to do with missing math functions (like floor) - 'LIBS' => ["-lm @LIBPNG@"], +# 'LIBS' => ["-lm @LIBPNG@"], 'DEFINE' => '@DEFS@' # Uncomment the line below if you're using a perl compiled # for fastCGI (http://www.fastcgi.com/). # 'DEFINE' => '-DFCGI' ); -sub MY::postamble{ -' -$(MYEXTLIB): libgd/Makefile - DEFINE=\'$(DEFINE)\'; export DEFINE INC; \ - cd libgd && $(MAKE) -e -'; -} +#sub MY::postamble{ +#' +#$(MYEXTLIB): libgd/Makefile +# DEFINE=\'$(DEFINE)\'; export DEFINE INC; \ +# cd libgd && $(MAKE) -e +#'; +#} # hack to avoid MakeMaker bug of empty rm -f command sub MY::realclean { Index: wml/wml_common/gd/configure =================================================================== --- wml.orig/wml_common/gd/configure 2010-03-08 02:15:23.000000000 +0100 +++ wml/wml_common/gd/configure 2010-03-08 04:45:00.000000000 +0100 @@ -1201,7 +1201,6 @@ cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF Index: wml/wml_common/gd/MANIFEST =================================================================== --- wml.orig/wml_common/gd/MANIFEST 2010-03-08 02:15:23.000000000 +0100 +++ wml/wml_common/gd/MANIFEST 2010-03-08 04:45:00.000000000 +0100 @@ -3,14 +3,4 @@ MANIFEST Makefile.PL README -libgd/COPYING -libgd/Makefile.PL -libgd/README -libgd/gd.c -libgd/gd.h -libgd/gd_gif.c -libgd/gd_io.c -libgd/gd_io.h -libgd/gd_io_dp.c -libgd/gd_png.c typemap Index: wml/wml_common/gd/GD.xs =================================================================== --- wml.orig/wml_common/gd/GD.xs 2010-03-08 04:50:10.000000000 +0100 +++ wml/wml_common/gd/GD.xs 2010-03-08 04:51:08.000000000 +0100 @@ -4,7 +4,7 @@ #include "EXTERN.h" #include "perl.h" #include "XSUB.h" -#include "libgd/gd.h" +#include #ifdef FCGI #include #else debian/patches/do-not-use-embedded-txt2html.diff0000644000000000000000000000653412247400540016762 0ustar Removes the building of the embedded txt2html code copy. Index: wml/wml_aux/Makefile.in =================================================================== --- wml.orig/wml_aux/Makefile.in 2011-07-26 16:13:35.000000000 +0200 +++ wml/wml_aux/Makefile.in 2011-07-26 16:27:19.000000000 +0200 @@ -14,10 +14,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ -SUBDIRS = \ - htmlinfo \ - map2html \ - txt2html +SUBDIRS = htmlinfo map2html # ------------------------------------------------ # TARGETS Index: wml/configure =================================================================== --- wml.orig/configure 2011-07-26 16:25:04.000000000 +0200 +++ wml/configure 2011-07-26 16:31:54.000000000 +0200 @@ -3471,7 +3471,7 @@ { echo "$as_me:$LINENO: result: ${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&5 echo "${ECHO_T}${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&6; } -ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/map2html/Makefile wml_aux/txt2html/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile" +ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/map2html/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -4053,7 +4053,6 @@ "wml_aux/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/Makefile" ;; "wml_aux/htmlinfo/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/htmlinfo/Makefile" ;; "wml_aux/map2html/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/map2html/Makefile" ;; - "wml_aux/txt2html/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/txt2html/Makefile" ;; "wml_misc/Makefile") CONFIG_FILES="$CONFIG_FILES wml_misc/Makefile" ;; "wml_include/Makefile") CONFIG_FILES="$CONFIG_FILES wml_include/Makefile" ;; "wml_test/Makefile") CONFIG_FILES="$CONFIG_FILES wml_test/Makefile" ;; Index: wml/Makefile.in =================================================================== --- wml.orig/Makefile.in 2010-03-28 23:27:59.000000000 +0200 +++ wml/Makefile.in 2011-07-26 16:27:19.000000000 +0200 @@ -183,9 +183,6 @@ $(INSTALL_DATA) wml_aux/iselect/iselect.1 $(mandir)/man1/wml_aux_iselect.1 $(INSTALL_SCRIPT) wml_aux/map2html/map2html.pl $(libdir)/exec/wml_aux_map2html $(INSTALL_DATA) wml_aux/map2html/map2html.1 $(mandir)/man1/wml_aux_map2html.1 - $(INSTALL_SCRIPT) wml_aux/txt2html/txt2html.pl $(libdir)/exec/wml_aux_txt2html - $(INSTALL_DATA) wml_aux/txt2html/txt2html.txt $(mandir)/$(catdir)1/wml_aux_txt2html.1 - $(INSTALL_DATA) wml_aux/txt2html/txt2html.dict $(libdir)/data/txt2html.dict $(INSTALL_PROGRAM) wml_aux/tidy/tidy@EXEEXT@ $(libdir)/exec/wml_aux_tidy@EXEEXT@ $(INSTALL_DATA) wml_aux/tidy/tidy.txt $(mandir)/$(catdir)1/wml_aux_tidy.1 $(INSTALL_SCRIPT) wml_aux/htmlinfo/htmlinfo.pl $(libdir)/exec/wml_aux_htmlinfo debian/patches/wml_2.0.11ds1-0.4.diff0000644000000000000000000006734012247400540013764 0ustar Not yet triaged patches from wml_2.0.11ds1-0.4.diff.gz Index: wml/Makefile.in =================================================================== --- wml.orig/Makefile.in 2011-07-26 16:27:19.000000000 +0200 +++ wml/Makefile.in 2011-07-26 16:33:36.000000000 +0200 @@ -15,10 +15,10 @@ VPATH = @srcdir@ SHTOOL = $(top_srcdir)/etc/shtool -INSTALL_PROGRAM = $(SHTOOL) install -c -m 755 -s -INSTALL_SCRIPT = $(SHTOOL) install -c -m 755 -INSTALL_DATA = $(SHTOOL) install -c -m 644 -MKDIR = $(SHTOOL) mkdir -f -p -m 755 +INSTALL_PROGRAM = install -c -m 755 -s +INSTALL_SCRIPT = install -c -m 755 +INSTALL_DATA = install -c -m 644 +MKDIR = mkdir -p -m 755 VERSION_TOOL = $(SHTOOL) version FIXPERM = $(SHTOOL) fixperm TARBALL = $(SHTOOL) tarball -t @@ -28,6 +28,7 @@ bindir = $(prefix)/bin libsubdir = @libsubdir@ libdir = $(prefix)/lib$(libsubdir) +datadir = $(prefix)/share$(libsubdir) mandir = $(prefix)/man catdir = @catdir@ tmpdir = @tmpdir@ @@ -99,10 +100,11 @@ @[ -f .build-ok ] || $(MAKE) all @echo "___ INSTALL: prepare directory structure ___" $(MKDIR) $(bindir) + $(MKDIR) $(datadir) + $(MKDIR) $(datadir)/include $(MKDIR) $(libdir) $(MKDIR) $(libdir)/data $(MKDIR) $(libdir)/exec - $(MKDIR) $(libdir)/include $(MKDIR) $(libdir)/perl $(MKDIR) $(mandir) $(MKDIR) $(mandir)/man1 @@ -130,23 +132,23 @@ $(INSTALL_SCRIPT) wml_frontend/wmu.pl $(bindir)/wmu $(INSTALL_DATA) wml_frontend/wmu.1 $(mandir)/man1/wmu.1 $(INSTALL_SCRIPT) wml_backend/p1_ipp/ipp.pl $(libdir)/exec/wml_p1_ipp - $(INSTALL_DATA) wml_backend/p1_ipp/ipp.1 $(mandir)/man1/wml_p1_ipp.1 - $(INSTALL_PROGRAM) wml_backend/p2_mp4h/src/mp4h@EXEEXT@ $(libdir)/exec/wml_p2_mp4h@EXEEXT@ - $(INSTALL_DATA) wml_backend/p2_mp4h/doc/mp4h.1 $(mandir)/man1/wml_p2_mp4h.1 - $(INSTALL_PROGRAM) wml_backend/p3_eperl/eperl@EXEEXT@ $(libdir)/exec/wml_p3_eperl@EXEEXT@ - $(INSTALL_DATA) wml_backend/p3_eperl/eperl.1 $(mandir)/man1/wml_p3_eperl.1 - $(INSTALL_PROGRAM) wml_backend/p4_gm4/src/m4@EXEEXT@ $(libdir)/exec/wml_p4_gm4@EXEEXT@ - $(INSTALL_DATA) wml_backend/p4_gm4/doc/m4.txt $(mandir)/$(catdir)1/wml_p4_gm4.1 + $(INSTALL_DATA) wml_backend/p1_ipp/ipp.3 $(mandir)/man3/wml_p1_ipp.3 +# $(INSTALL_PROGRAM) wml_backend/p2_mp4h/src/mp4h@EXEEXT@ $(libdir)/exec/wml_p2_mp4h@EXEEXT@ +# $(INSTALL_DATA) wml_backend/p2_mp4h/doc/mp4h.1 $(mandir)/man1/wml_p2_mp4h.1 +# $(INSTALL_PROGRAM) wml_backend/p3_eperl/eperl@EXEEXT@ $(libdir)/exec/wml_p3_eperl@EXEEXT@ +# $(INSTALL_DATA) wml_backend/p3_eperl/eperl.1 $(mandir)/man1/wml_p3_eperl.1 +# $(INSTALL_PROGRAM) wml_backend/p4_gm4/src/m4@EXEEXT@ $(libdir)/exec/wml_p4_gm4@EXEEXT@ +# $(INSTALL_DATA) wml_backend/p4_gm4/doc/m4.txt $(mandir)/$(catdir)1/wml_p4_gm4.1 $(INSTALL_SCRIPT) wml_backend/p5_divert/divert.pl $(libdir)/exec/wml_p5_divert - $(INSTALL_DATA) wml_backend/p5_divert/divert.1 $(mandir)/man1/wml_p5_divert.1 + $(INSTALL_DATA) wml_backend/p5_divert/divert.3 $(mandir)/man3/wml_p5_divert.3 $(INSTALL_SCRIPT) wml_backend/p6_asubst/asubst.pl $(libdir)/exec/wml_p6_asubst - $(INSTALL_DATA) wml_backend/p6_asubst/asubst.1 $(mandir)/man1/wml_p6_asubst.1 + $(INSTALL_DATA) wml_backend/p6_asubst/asubst.3 $(mandir)/man3/wml_p6_asubst.3 $(INSTALL_SCRIPT) wml_backend/p7_htmlfix/htmlfix.pl $(libdir)/exec/wml_p7_htmlfix - $(INSTALL_DATA) wml_backend/p7_htmlfix/htmlfix.1 $(mandir)/man1/wml_p7_htmlfix.1 + $(INSTALL_DATA) wml_backend/p7_htmlfix/htmlfix.3 $(mandir)/man3/wml_p7_htmlfix.3 $(INSTALL_SCRIPT) wml_backend/p8_htmlstrip/htmlstrip.pl $(libdir)/exec/wml_p8_htmlstrip - $(INSTALL_DATA) wml_backend/p8_htmlstrip/htmlstrip.1 $(mandir)/man1/wml_p8_htmlstrip.1 - $(INSTALL_SCRIPT) wml_backend/p9_slice/slice $(libdir)/exec/wml_p9_slice - $(INSTALL_DATA) wml_backend/p9_slice/slice.1 $(mandir)/man1/wml_p9_slice.1 + $(INSTALL_DATA) wml_backend/p8_htmlstrip/htmlstrip.3 $(mandir)/man3/wml_p8_htmlstrip.3 +# $(INSTALL_SCRIPT) wml_backend/p9_slice/slice $(libdir)/exec/wml_p9_slice +# $(INSTALL_DATA) wml_backend/p9_slice/slice.1 $(mandir)/man1/wml_p9_slice.1 install-perl: @echo "" @@ -163,37 +165,37 @@ $(INSTALL_DATA) wml_docs/wml_macros.7 $(mandir)/man7/wml_macros.7 $(INSTALL_DATA) wml_docs/wml_faq.7 $(mandir)/man7/wml_faq.7 $(INSTALL_DATA) wml_docs/wml_tags.7 $(mandir)/man7/wml_tags.7 - $(INSTALL_DATA) wml_docs/wml_std_html20.txt $(mandir)/$(catdir)7/wml_std_html20.7 - $(INSTALL_DATA) wml_docs/wml_std_html32.txt $(mandir)/$(catdir)7/wml_std_html32.7 - $(INSTALL_DATA) wml_docs/wml_std_html40.txt $(mandir)/$(catdir)7/wml_std_html40.7 - $(INSTALL_DATA) wml_docs/wml_std_html401.txt $(mandir)/$(catdir)7/wml_std_html401.7 - $(INSTALL_DATA) wml_docs/wml_std_xhtml10.txt $(mandir)/$(catdir)7/wml_std_xhtml10.7 - $(INSTALL_DATA) wml_docs/wml_std_css1.txt $(mandir)/$(catdir)7/wml_std_css1.7 - $(INSTALL_DATA) wml_docs/wml_std_css2.txt $(mandir)/$(catdir)7/wml_std_css2.7 - $(INSTALL_DATA) wml_docs/wml_std_csspos.txt $(mandir)/$(catdir)7/wml_std_csspos.7 - $(INSTALL_DATA) wml_docs/wml_std_wai10.txt $(mandir)/$(catdir)7/wml_std_wai10.7 - $(INSTALL_DATA) wml_docs/wml_barebone.txt $(mandir)/$(catdir)7/wml_barebone.7 +# $(INSTALL_DATA) wml_docs/wml_std_html20.txt $(mandir)/$(catdir)7/wml_std_html20.7 +# $(INSTALL_DATA) wml_docs/wml_std_html32.txt $(mandir)/$(catdir)7/wml_std_html32.7 +# $(INSTALL_DATA) wml_docs/wml_std_html40.txt $(mandir)/$(catdir)7/wml_std_html40.7 +# $(INSTALL_DATA) wml_docs/wml_std_html401.txt $(mandir)/$(catdir)7/wml_std_html401.7 +# $(INSTALL_DATA) wml_docs/wml_std_xhtml10.txt $(mandir)/$(catdir)7/wml_std_xhtml10.7 +# $(INSTALL_DATA) wml_docs/wml_std_css1.txt $(mandir)/$(catdir)7/wml_std_css1.7 +# $(INSTALL_DATA) wml_docs/wml_std_css2.txt $(mandir)/$(catdir)7/wml_std_css2.7 +# $(INSTALL_DATA) wml_docs/wml_std_csspos.txt $(mandir)/$(catdir)7/wml_std_csspos.7 +# $(INSTALL_DATA) wml_docs/wml_std_wai10.txt $(mandir)/$(catdir)7/wml_std_wai10.7 +# $(INSTALL_DATA) wml_docs/wml_barebone.txt $(mandir)/$(catdir)7/wml_barebone.7 install-aux: @echo "" @echo "___ INSTALL: auxiliary programs and manpages ___" - $(INSTALL_SCRIPT) wml_aux/htmlclean/htmlclean.pl $(libdir)/exec/wml_aux_htmlclean - $(INSTALL_DATA) wml_aux/htmlclean/htmlclean.1 $(mandir)/man1/wml_aux_htmlclean.1 - $(INSTALL_PROGRAM) wml_aux/iselect/iselect@EXEEXT@ $(libdir)/exec/wml_aux_iselect@EXEEXT@ - $(INSTALL_DATA) wml_aux/iselect/iselect.1 $(mandir)/man1/wml_aux_iselect.1 +# $(INSTALL_SCRIPT) wml_aux/htmlclean/htmlclean.pl $(libdir)/exec/wml_aux_htmlclean +# $(INSTALL_DATA) wml_aux/htmlclean/htmlclean.1 $(mandir)/man1/wml_aux_htmlclean.1 +# $(INSTALL_PROGRAM) wml_aux/iselect/iselect@EXEEXT@ $(libdir)/exec/wml_aux_iselect@EXEEXT@ +# $(INSTALL_DATA) wml_aux/iselect/iselect.1 $(mandir)/man1/wml_aux_iselect.1 $(INSTALL_SCRIPT) wml_aux/map2html/map2html.pl $(libdir)/exec/wml_aux_map2html - $(INSTALL_DATA) wml_aux/map2html/map2html.1 $(mandir)/man1/wml_aux_map2html.1 - $(INSTALL_PROGRAM) wml_aux/tidy/tidy@EXEEXT@ $(libdir)/exec/wml_aux_tidy@EXEEXT@ - $(INSTALL_DATA) wml_aux/tidy/tidy.txt $(mandir)/$(catdir)1/wml_aux_tidy.1 + $(INSTALL_DATA) wml_aux/map2html/map2html.3 $(mandir)/man3/wml_aux_map2html.3 +# $(INSTALL_PROGRAM) wml_aux/tidy/tidy@EXEEXT@ $(libdir)/exec/wml_aux_tidy@EXEEXT@ +# $(INSTALL_DATA) wml_aux/tidy/tidy.txt $(mandir)/$(catdir)1/wml_aux_tidy.1 $(INSTALL_SCRIPT) wml_aux/htmlinfo/htmlinfo.pl $(libdir)/exec/wml_aux_htmlinfo - $(INSTALL_DATA) wml_aux/htmlinfo/htmlinfo.1 $(mandir)/man1/wml_aux_htmlinfo.1 - $(INSTALL_SCRIPT) wml_aux/linklint/linklint.pl $(libdir)/exec/wml_aux_linklint - $(INSTALL_DATA) wml_aux/linklint/linklint.1 $(mandir)/man1/wml_aux_linklint.1 - $(INSTALL_SCRIPT) wml_aux/weblint/weblint.pl $(libdir)/exec/wml_aux_weblint - $(INSTALL_DATA) wml_aux/weblint/weblint.1 $(mandir)/man1/wml_aux_weblint.1 - $(INSTALL_DATA) wml_aux/weblint/weblintrc $(libdir)/data/weblintrc - $(INSTALL_SCRIPT) wml_aux/freetable/freetable.pl $(libdir)/exec/wml_aux_freetable - $(INSTALL_DATA) wml_aux/freetable/freetable.1 $(mandir)/man1/wml_aux_freetable.1 + $(INSTALL_DATA) wml_aux/htmlinfo/htmlinfo.3 $(mandir)/man3/wml_aux_htmlinfo.3 +# $(INSTALL_SCRIPT) wml_aux/linklint/linklint.pl $(libdir)/exec/wml_aux_linklint +# $(INSTALL_DATA) wml_aux/linklint/linklint.1 $(mandir)/man1/wml_aux_linklint.1 +# $(INSTALL_SCRIPT) wml_aux/weblint/weblint.pl $(libdir)/exec/wml_aux_weblint +# $(INSTALL_DATA) wml_aux/weblint/weblint.1 $(mandir)/man1/wml_aux_weblint.1 +# $(INSTALL_DATA) wml_aux/weblint/weblintrc $(libdir)/data/weblintrc +# $(INSTALL_SCRIPT) wml_aux/freetable/freetable.pl $(libdir)/exec/wml_aux_freetable +# $(INSTALL_DATA) wml_aux/freetable/freetable.1 $(mandir)/man1/wml_aux_freetable.1 install-misc: @echo "" Index: wml/wml_common/Makefile.in =================================================================== --- wml.orig/wml_common/Makefile.in 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_common/Makefile.in 2011-07-26 16:33:36.000000000 +0200 @@ -32,16 +32,16 @@ INSTALLMAN1DIR= \ INST_MAN3DIR= \ INSTALLMAN3DIR= -PERL_OPTS = @PERL_OPTS@ +PERL_OPTS = @PERL_OPTS@ LD_RUN_PATH= INITVARS = \ - have_getoptlong=@have_getoptlong@ \ - have_bitvector=@have_bitvector@ \ - have_filepathconvert=@have_filepathconvert@ \ - have_imagesize=@have_imagesize@ \ - have_io=@have_io@ \ - have_termreadkey=@have_termreadkey@ \ - have_htmlclean=0 \ + have_getoptlong=1 \ + have_imagesize=1 \ + have_io=1 \ + have_termreadkey=1 \ + have_htmlclean=1 \ + have_bitvector=1 \ + have_filepathconvert=0 \ have_gd=0 SUBDIRS = \ Index: wml/wml_docs/wml_tags.L.main =================================================================== --- wml.orig/wml_docs/wml_tags.L.main 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_docs/wml_tags.L.main 2011-07-26 16:33:36.000000000 +0200 @@ -1,15 +1,15 @@ #!wml wml(1) ... wml(1) -#include wml_p1_ipp(1) -#use wml_p1_ipp(1) -#depends wml_p1_ipp(1) -\ wml_p1_ipp(1) -__FILE__ wml_p1_ipp(1) -__LINE__ wml_p1_ipp(1) -__END__ wml_p1_ipp(1) -$(...) wml_p1_ipp(1) -# wml_p1_ipp(1) +#include wml_p1_ipp(3) +#use wml_p1_ipp(3) +#depends wml_p1_ipp(3) +\ wml_p1_ipp(3) +__FILE__ wml_p1_ipp(3) +__LINE__ wml_p1_ipp(3) +__END__ wml_p1_ipp(3) +$(...) wml_p1_ipp(3) +# wml_p1_ipp(3) <__file__> wml_p2_mp4h(1) <__line__> wml_p2_mp4h(1) @@ -89,11 +89,10 @@ wml_p2_mp4h(1) wml_p2_mp4h(1) wml_p2_mp4h(1) + wml_p2_mp4h(1) wml_p2_mp4h(1) wml_p2_mp4h(1) wml_p2_mp4h(1) - wml_p2_mp4h(1) - wml_p2_mp4h(1) wml_p2_mp4h(1) wml_p2_mp4h(1) wml_p2_mp4h(1) @@ -121,6 +120,11 @@ wml_p2_mp4h(1) wml_p2_mp4h(1) +... intl:gettext(3) + intl:gettext(3) + intl:gettext(3) + intl:gettext(3) + <: ... :> wml_p3_eperl(1) <:= ... :> wml_p3_eperl(1) @@ -131,18 +135,18 @@ m4_ifdef wml_p4_gm4(1) m4_ifelse wml_p4_gm4(1) -{#NAME#} wml_p5_divert(1) -{#NAME#: wml_p5_divert(1) -:#NAME#} wml_p5_divert(1) -<> wml_p5_divert(1) -..NAME>> wml_p5_divert(1) -<> wml_p5_divert(3) +..NAME>> wml_p5_divert(3) +<... wml_p8_htmlstrip(1) - wml_p8_htmlstrip(1) +... wml_p8_htmlstrip(3) + wml_p8_htmlstrip(3) [NAME:...:] wml_p9_slice(1) [NAME:...:NAME] wml_p9_slice(1) Index: wml/wml_frontend/wml.src =================================================================== --- wml.orig/wml_frontend/wml.src 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_frontend/wml.src 2011-07-26 16:33:36.000000000 +0200 @@ -50,6 +50,7 @@ use Getopt::Long 2.13; use File::PathConvert; +use File::Temp; use IO::File 1.06; use Term::ReadKey; use Cwd; @@ -262,6 +263,16 @@ $arg =~ s/\\([\$"`])/$1/g; return $arg; } +# replace $(xxx) with value from -D flags +sub var_expand { + my $arg = shift; + return $arg unless $arg =~ m/\$\(/; + foreach my $v (@opt_D) { + my ($key, $value) = split /=/, $v, 2; + $arg =~ s/\$\($key\)/$value/g; + } + return $arg; +} # 1. process options in WMLOPTS variable if ($var = $ENV{'WMLOPTS'}) { @@ -423,6 +434,7 @@ print STDERR " Prefix: ".'@prefix@'."\n"; print STDERR " BinDir: ".'@bindir@'."\n"; print STDERR " LibDir: ".'@libdir@'."\n"; + print STDERR " DataDir: ".'@datadir@'."\n"; print STDERR " ManDir: ".'@mandir@'."\n"; } if ($opt_V > 2) { @@ -450,7 +462,8 @@ $opt_q = 1; } -$tmpdir = $ENV{'TMPDIR'} || '/tmp'; +my $tmpldir = ($ENV{'TMPDIR'} || '/tmp') . '/wml.XXXXXX'; +$tmpdir = mkdtemp($tmpldir) or die "Unable to create temporary directory: $!\n"; # if input is stdin we create a temporary file $src_istmp = 0; @@ -1004,6 +1017,7 @@ unshift(@opt_D, "WML_LOC_PREFIX=@prefix@"); unshift(@opt_D, "WML_LOC_BINDIR=@bindir@"); unshift(@opt_D, "WML_LOC_LIBDIR=@libdir@"); +unshift(@opt_D, "WML_LOC_DATADIR=@datadir@"); unshift(@opt_D, "WML_LOC_MANDIR=@mandir@"); unshift(@opt_D, "WML_VERSION=$VERSION"); unshift(@opt_D, "WML_TMPDIR=$tmpdir"); @@ -1062,7 +1076,7 @@ $preload = ''; foreach $p (@p) { $preload .= " -s 'sys/bootp${p}.wml'" - if -f "@libdir@/include/sys/bootp${p}.wml" and $p =~ m/^[34]$/; + if -f "@datadir@/include/sys/bootp${p}.wml" and $p =~ m/^[34]$/; } foreach $i (@opt_i) { if ($i =~ m|^<(.+)>$|) { @@ -1073,6 +1087,10 @@ } } +# replace $(xxx) with value from -D flags in prolog and epilog filters +map {$_ = &var_expand($_)} @opt_E; +map {$_ = &var_expand($_)} @opt_P; + # determine prologs $prolog = ''; foreach $p (@opt_P) { @@ -1187,7 +1205,7 @@ $out_istmp = 1; } -$opt_pass1 = "$defipp $verbose -S @libdir@/include -n $src $inc $preload $prolog"; +$opt_pass1 = "$defipp $verbose -S @datadir@/include -n $src $inc $preload $prolog"; $opt_pass2 = "$defmp4h"; $opt_pass3 = "$defeperl"; $opt_pass4 = "$defgm4"; @@ -1222,6 +1240,7 @@ unlink($tmp[2]); unlink($tmp[3]); unlink($src) if ($src_istmp); + rmdir($tmpdir); } if ($opt_M ne '-') { @@ -1478,7 +1497,7 @@ =item B<-I>, B<--include=>I Adds a I to the list of user include paths. Use this option to set the -runtime environment for pass 1. See wml_p1_ipp(1) for more details. +runtime environment for pass 1. See wml_p1_ipp(3) for more details. =item B<-i>, B<--includefile=>I @@ -1719,6 +1738,10 @@ The directory where WML's library files were installed to at built time. +=item WML_LOC_DATADIR + +The directory where WML's data files were installed to at built time. + =item WML_LOC_MANDIR The directory where WML's manual pages were installed to at built time. @@ -1861,7 +1884,7 @@ Denis Barbier barbier@engelschall.com -=head1 SEEALSO +=head1 SEE ALSO wmd(1), wml_faq(7), Index: wml/wml_frontend/wmd.txt =================================================================== --- wml.orig/wml_frontend/wmd.txt 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_frontend/wmd.txt 2011-07-26 16:33:36.000000000 +0200 @@ -15,18 +15,6 @@ wml_macros(7) ............ Writing WML powerful macros wml_faq(7) ............... Frequently Asked Questions on WML wml_tags(7) .............. Permuted index of defined WML tags -wml_barebone(7) .......... Bare Bones Guide to HTML 4.0 - -Standard References: -wml_std_xhtml10(7) ....... XHTML 1.0 Specification (W3C REC 26-Jan-2000) -wml_std_html401(7) ....... HTML 4.01 Specification (W3C REC 24-Dec-1999) -wml_std_html40(7) ........ HTML 4.0 Specification (W3C REC 18-Dec-1997) -wml_std_html32(7) ........ HTML 3.2 Specification (W3C REC 14-Jan-1997) -wml_std_html20(7) ........ HTML 2.0 Specification (W3C REC 22-Sep-1995) -wml_std_css1(7) .......... Cascading Style Sheets L1 (W3C REC 17-Dec-1996) -wml_std_css2(7) .......... Cascading Style Sheets L2 (W3C REC 12-May-1998) -wml_std_csspos(7) ........ HTML Positioning with CSS (W3C WD 19-Aug-1997) -wml_std_wai10(7) ......... Web Content Accessibility (W3C REC 05-May-1999) Frontends: wml(1) ................... Website META Language Control @@ -36,24 +24,25 @@ wmu(1) ................... Website META Language Upgrade Tool Backends: -wml_p1_ipp(1) ............ Include Pre-Processor +wml_p1_ipp(3) ............ Include Pre-Processor wml_p2_mp4h(1) ........... Macro Processor for HTML wml_p3_eperl(1) .......... Embedded Perl 5 Language wml_p4_gm4(1) ............ GNU m4 Macro Processor -wml_p5_divert(1) ......... Diversion Filter -wml_p6_asubst(1) ......... Area Substitution Filter -wml_p7_htmlfix(1) ........ HTML Fixup Filter -wml_p8_htmlstrip(1) ...... HTML Stripping Filter +wml_p5_divert(3) ......... Diversion Filter +wml_p6_asubst(3) ......... Area Substitution Filter +wml_p7_htmlfix(3) ........ HTML Fixup Filter +wml_p8_htmlstrip(3) ...... HTML Stripping Filter wml_p9_slice(1) .......... Slicing and Output Filter Auxiliaries: -wml_aux_htmlinfo(1) ...... HTML Information +wml_aux_htmlinfo(3) ...... HTML Information wml_aux_linklint(1) ...... Hyperlink Checker wml_aux_weblint(1) ....... HTML Checker wml_aux_tidy(1) .......... HTML Clean up wml_aux_htmlclean(1) ..... HTML Optimizer -wml_aux_map2html(1) ...... Server-Side to Client-Side Map Converter -wml_aux_txt2html(1) ...... Text to HTML Converter +wml_aux_map2html(3) ...... Server-Side to Client-Side Map Converter +wml_aux_txt2html(3) ...... Text to HTML Converter +wml_aux_newtxt2html(1) ... Text to HTML Converter, new version wml_aux_freetable(1) ..... Table to HTML Converter wml_aux_iselect(1) ....... Interactive Selection Index: wml/wml_frontend/Makefile.in =================================================================== --- wml.orig/wml_frontend/Makefile.in 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_frontend/Makefile.in 2011-07-26 16:33:36.000000000 +0200 @@ -19,7 +19,8 @@ bindir = $(prefix)/bin libsubdir = @libsubdir@ libdir = $(prefix)/lib$(libsubdir) -mandir = $(prefix)/man +datadir = $(prefix)/share$(libsubdir) +mandir = @mandir@ WML_VERSION = @WML_VERSION@ WML_CONFIG_ARGS = @WML_CONFIG_ARGS@ @@ -58,6 +59,7 @@ -e 's|\@prefix\@|$(prefix)|g' \ -e 's|\@bindir\@|$(bindir)|g' \ -e 's|\@libdir\@|$(libdir)|g' \ + -e 's|\@datadir\@|$(datadir)|g' \ -e 's|\@mandir\@|$(mandir)|g' \ -e 's|\@PATH_PERL\@|$(PATH_PERL)|g' \ -e 's|\@INSTALLPRIVLIB\@|$(INSTALLPRIVLIB)|g' \ Index: wml/wml_frontend/wmb.src =================================================================== --- wml.orig/wml_frontend/wmb.src 2010-03-28 23:28:00.000000000 +0200 +++ wml/wml_frontend/wmb.src 2011-07-26 16:33:36.000000000 +0200 @@ -46,6 +46,7 @@ use Getopt::Long 2.13; use Term::ReadKey; +use File::Temp; ## @@ -202,7 +203,8 @@ # print STDERR "Creating bug report skeleton..."; -$tmpdir = $ENV{'TMPDIR'} || '/tmp'; +my $tmpldir = ($ENV{'TMPDIR'} || '/tmp') . '/wmb.XXXXXX'; +$tmpdir = mkdtemp($tmpldir) or die "Unable to create temporary directory: $!\n"; $tmpfile = "$tmpdir/wmb.$$.1.tmp"; $tmpfile2 = "$tmpdir/wmb.$$.2.tmp"; @@ -308,6 +310,7 @@ # unlink($tmpfile) if (-f $tmpfile); unlink($tmpfile2) if (-f $tmpfile2); +rmdir($tmpdir); # exit gracefully exit(0); @@ -358,7 +361,7 @@ rse@engelschall.com www.engelschall.com -=head1 SEEALSO +=head1 SEE ALSO wml(1) Index: wml/wml_include/Makefile.in =================================================================== --- wml.orig/wml_include/Makefile.in 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_include/Makefile.in 2011-07-26 16:33:36.000000000 +0200 @@ -15,15 +15,16 @@ VPATH = @srcdir@ PATH_PERL = @PATH_PERL@ -INSTALL_PROGRAM = $(top_srcdir)/etc/shtool install -c -m 755 -s -INSTALL_DATA = $(top_srcdir)/etc/shtool install -c -m 644 -MKDIR = $(top_srcdir)/etc/shtool mkdir -f -p -m 755 +INSTALL_PROGRAM = install -c -m 755 -s +INSTALL_DATA = install -c -m 644 +MKDIR = mkdir -p -m 755 prefix = @prefix@ exec_prefix = $(prefix) bindir = $(prefix)/bin libsubdir = @libsubdir@ libdir = $(prefix)/lib$(libsubdir) +datadir = $(prefix)/share$(libsubdir) mandir = $(prefix)/man INSTALLPRIVLIB = @INSTALLPRIVLIB@ @@ -49,7 +50,7 @@ sed -e '/^=head1/,/^=cut/d' -e '/^__END__/,$$d' \ <$$base.src >$$base.wml; \ cp $$base.src $$name.pod; \ - pod2man --section=1 \ + pod2man --section=3 \ --center="EN Tools" \ --release="EN Tools" \ $$name.pod >$$base.3; \ @@ -69,13 +70,13 @@ base=`echo $$file | sed -e 's/\.wml$$//g'`; \ dir=`echo $$file | sed -e 's/[a-zA-Z0-9_]*.wml$$//g'`; \ name=`echo wml/$$base | sed -e 's/\//$(DCOLON)/g'`; \ - if [ ! -d "$(libdir)/include/$$dir" ]; then \ - echo "$(MKDIR) $(libdir)/include/$$dir"; \ - $(MKDIR) $(libdir)/include/$$dir; \ + if [ ! -d "$(datadir)/include/$$dir" ]; then \ + echo "$(MKDIR) $(datadir)/include/$$dir"; \ + $(MKDIR) $(datadir)/include/$$dir; \ else :; \ fi; \ - echo "$(INSTALL_DATA) $$file $(libdir)/include/$$file"; \ - $(INSTALL_DATA) $$file $(libdir)/include/$$file; \ + echo "$(INSTALL_DATA) $$file $(datadir)/include/$$file"; \ + $(INSTALL_DATA) $$file $(datadir)/include/$$file; \ echo "$(INSTALL_DATA) $$base.3 $(mandir)/man3/$$name.3"; \ $(INSTALL_DATA) $$base.3 $(mandir)/man3/$$name.3; \ done Index: wml/wml_include/std/page.src =================================================================== --- wml.orig/wml_include/std/page.src 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_include/std/page.src 2011-07-26 16:33:36.000000000 +0200 @@ -24,14 +24,15 @@ -" "" "[WML_STDPAGE_HEAD:" /> +" "" "[WML_STDPAGE_HEAD:" />/>> " "" />\ " " " />\ {#WML_PAGE_HEAD_#}\ - " background=\"\"" "" />\ +/>\ + " background=\"\"" "" />\ />>\ " "none" "" " bgcolor=\"\"" /> /> " bgcolor=\"#ffffff\"" />\ " text=\"\"" " text=\"#000000\"" />\ @@ -176,6 +177,11 @@ C and C. These can be used later in Pass 9 (Slice) for cutting out parts of the page. +=item :html:I=I :body:I=I + +The ``I=I'' pairs are passed along to the ChtmlE> +and CbodyE> HTML tags. + =back =head1 OTHER COMMANDS @@ -198,7 +204,7 @@ Internal: P1, P2, P5 External: -- -=head1 SEEALSO +=head1 SEE ALSO HTML CheadE>, CbodyE> and CtitleE> tags; wml::std::info(3) Index: wml/wml_contrib/wmg.cgi =================================================================== --- wml.orig/wml_contrib/wmg.cgi 2011-07-26 13:44:21.000000000 +0200 +++ wml/wml_contrib/wmg.cgi 2011-07-26 16:33:36.000000000 +0200 @@ -1,6 +1,5 @@ -: -eval 'exec perl -S $0 ${1+"$@"}' - if $running_under_some_shell; +#! /usr/bin/perl + ## ## wmg.cgi -- webdesign magnifying glass ## Copyright (c) 1998,1999 Ralf S. Engelschall, All Rights Reserved. @@ -426,8 +425,8 @@ $im->string(gdSmallFont,1,1, sprintf("%s %dx%d", $t, $w, $h), $col3); $im->string(gdSmallFont,1,12, "$alt", $col3) if ($alt ne ''); $im->string(gdSmallFont,1,12, "[$file]", $col3) if ($alt eq ''); - $contents = $im->gif; - $type = 'image/gif'; + $contents = $im->png; + $type = 'image/png'; } } if ($level >= 4) { Index: wml/wml_contrib/tkwmd =================================================================== --- wml.orig/wml_contrib/tkwmd 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_contrib/tkwmd 2011-07-26 16:33:36.000000000 +0200 @@ -77,10 +77,7 @@ } add_doc_menu('Basics', - qw(wml_intro wml_tutorial wml_faq wml_tags wml_barebone)); -add_doc_menu('References', - qw(wml_std_html40 wml_std_html32 wml_std_html20 wml_std_css1 - wml_std_css2 wml_std_csspos)); + qw(wml_intro wml_tutorial wml_faq wml_tags)); add_doc_menu('Frontends', qw(wml wmk wmd wmb wmu)); add_doc_menu('Backends', qw(wml_p1_ipp wml_p2_mhc wml_p3_eperl wml_p4_gm4 wml_p5_divert Index: wml/wml_misc/Makefile.in =================================================================== --- wml.orig/wml_misc/Makefile.in 2010-03-28 23:27:59.000000000 +0200 +++ wml/wml_misc/Makefile.in 2011-07-26 16:33:36.000000000 +0200 @@ -15,15 +15,15 @@ VPATH = @srcdir@ PATH_PERL = @PATH_PERL@ -INSTALL_PROGRAM = $(top_srcdir)/etc/shtool install -c -m 755 -s -INSTALL_DATA = $(top_srcdir)/etc/shtool install -c -m 644 -MKDIR = $(top_srcdir)/etc/shtool mkdir -f -p -m 755 +INSTALL_PROGRAM = install -c -m 755 -s +INSTALL_DATA = install -c -m 644 +MKDIR = mkdir -p -m 755 prefix = @prefix@ exec_prefix = $(prefix) bindir = $(prefix)/bin libsubdir = @libsubdir@ -libdir = $(prefix)/lib$(libsubdir) +datadir = $(prefix)/share$(libsubdir) mandir = $(prefix)/man # ------------------------------------------------ debian/patches/fix-WMLGD-linkage.diff0000644000000000000000000000124112247400540014511 0ustar Link WML::GD explicitly against libgd (possibly an upstream bug) Index: wml/wml_common/gd/Makefile.PL.in =================================================================== --- wml.orig/wml_common/gd/Makefile.PL.in 2011-07-30 18:35:44.000000000 +0200 +++ wml/wml_common/gd/Makefile.PL.in 2011-07-30 18:35:48.000000000 +0200 @@ -13,6 +13,7 @@ # Uncomment the line below if you're getting link errors # having to do with missing math functions (like floor) # 'LIBS' => ["-lm @LIBPNG@"], + 'LIBS' => ["-lgd"], 'DEFINE' => '@DEFS@' # Uncomment the line below if you're using a perl compiled # for fastCGI (http://www.fastcgi.com/). debian/patches/add-wmd-map.diff0000644000000000000000000000061212144462712013541 0ustar Adds the file wml_frontend/wmd.map. --- wml-2.0.11ds1.orig/wml_frontend/wmd.map +++ wml-2.0.11ds1/wml_frontend/wmd.map @@ -0,0 +1,11 @@ +wml_p2_mp4h=mp4h +wml_p3_eperl=eperl +wml_p4_gm4=m4 +wml_p9_slice=slice +wml_aux_freetable=freetable +wml_aux_htmlclean=htmlclean +wml_aux_iselect=iselect +wml_aux_linklint=linklint +wml_aux_tidy=tidy +wml_aux_newtxt2html=txt2html +wml_aux_weblint=weblint debian/patches/series0000644000000000000000000000077512264361355012052 0ustar fixup-non-free-stuff-removal.diff do-not-build-all-embedded-code-copies.diff do-not-use-embedded-txt2html.diff fix-man-page-sections-and-see-also.diff add-wmd-map.diff wml-fmt-text-txt2html.diff wml_2.0.11ds1-0.4.diff do-not-use-embedded-libgd.diff do-not-touch-problematic-files.diff manpage-fixes.diff fix-testsuite.diff fix-WMLGD-linkage.diff fix-WML_VERSION-in-manpage.diff disable-wmk-test-3.diff fix-test-suite-makefile.diff pod-encoding.diff remove-tmp-ipp-directories.diff pass-ldflags-to-wml-gd.diff debian/patches/disable-wmk-test-3.diff0000644000000000000000000000146112144462712014770 0ustar Disable that one test which only seems to work properly when connected to a terminal. (Closes: #675855) Index: wml/wml_test/t/11-wmk.t =================================================================== --- wml.orig/wml_test/t/11-wmk.t 2012-06-03 15:08:43.000000000 +0200 +++ wml/wml_test/t/11-wmk.t 2012-06-11 00:25:17.000000000 +0200 @@ -14,7 +14,7 @@ $norm = $term->Tputs('me', 1, undef); } -print "1..6\n"; +print "1..5\n"; # # TEST 1-2: throughput @@ -43,7 +43,7 @@ print ($rc == 0 ? "ok\n" : "not ok\n"); $rc = `$wmk a.wml 2>&1`; -print ($rc eq "$ENV{WML} -n -q -W \"1,-N\" -o a.html a.wml (${bold}skipped${norm})\n" ? "ok\n" : "not ok\n"); +#print ($rc eq "$ENV{WML} -n -q -W \"1,-N\" -o a.html a.wml (${bold}skipped${norm})\n" ? "ok\n" : "not ok\n"); open(OUT, ">>a"); print OUT " "; debian/patches/remove-tmp-ipp-directories.diff0000644000000000000000000000074612264357671016666 0ustar Description: Remove /tmp/ipp.* directories after successful runs Author: Cyril Brulebois Bug-Debian: http://bugs.debian.org/734507 Index: wml/wml_backend/p1_ipp/ipp.src =================================================================== --- wml.orig/wml_backend/p1_ipp/ipp.src 2014-01-07 21:56:44.009298086 +0100 +++ wml/wml_backend/p1_ipp/ipp.src 2014-01-07 21:58:10.457913784 +0100 @@ -682,6 +682,7 @@ } # die gracefully +rmdir($tmpdir); exit(0); ##EOF## debian/patches/fix-WML_VERSION-in-manpage.diff0000644000000000000000000000132612144462712016116 0ustar Works around changes in pod2man's output so that the "@WML_VERSION@" in the man page is still being replaced. Closes: #652567 Index: wml/wml_frontend/Makefile.in =================================================================== --- wml.orig/wml_frontend/Makefile.in 2012-06-03 01:32:41.000000000 +0200 +++ wml/wml_frontend/Makefile.in 2012-06-03 01:34:04.000000000 +0200 @@ -68,8 +68,8 @@ .src.1: cp $< $*.pod - pod2man --section=1 --center="EN Tools" --release="EN Tools" $*.pod |\ - sed -e 's|\@WML_VERSION\@|$(WML_VERSION)|g' > $@ + cat $*.pod | sed -e 's|\@WML_VERSION\@|$(WML_VERSION)|g' | \ + pod2man --section=1 --center="EN Tools" --release="EN Tools" > $@ rm -f $*.pod all: $(EXE_FILES) $(MAN_FILES) debian/patches/pod-encoding.diff0000644000000000000000000000434512247400540014021 0ustar Description: Add encoding headers to POD Fixes FTBFS with Perl 5.18 Debian-Bug: 719495 Author: Salvatore Bonaccorso Index: wml-2.0.12ds1/wml_backend/p6_asubst/asubst.src =================================================================== --- wml-2.0.12ds1.orig/wml_backend/p6_asubst/asubst.src 2013-08-12 20:13:38.683427000 +0200 +++ wml-2.0.12ds1/wml_backend/p6_asubst/asubst.src 2013-08-12 20:13:38.679427000 +0200 @@ -265,6 +265,8 @@ ##EOF## __END__ +=encoding latin1 + =head1 NAME asubst - Area Substitution Index: wml-2.0.12ds1/wml_docs/wml_intro.pod =================================================================== --- wml-2.0.12ds1.orig/wml_docs/wml_intro.pod 2013-08-12 20:13:38.683427000 +0200 +++ wml-2.0.12ds1/wml_docs/wml_intro.pod 2013-08-12 20:13:38.679427000 +0200 @@ -3,6 +3,8 @@ ## Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. ## +=encoding latin1 + =head1 NAME WML Introduction - An introduction to WML's basic concepts Index: wml-2.0.12ds1/wml_docs/wml_tutorial.pod =================================================================== --- wml-2.0.12ds1.orig/wml_docs/wml_tutorial.pod 2013-08-12 20:13:38.683427000 +0200 +++ wml-2.0.12ds1/wml_docs/wml_tutorial.pod 2013-08-12 20:13:38.679427000 +0200 @@ -3,6 +3,8 @@ ## Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. ## +=encoding latin1 + =head1 NAME WML Tutorial - Understanding WML step-by-step Index: wml-2.0.12ds1/wml_include/des/typography.src =================================================================== --- wml-2.0.12ds1.orig/wml_include/des/typography.src 2013-08-12 20:13:38.683427000 +0200 +++ wml-2.0.12ds1/wml_include/des/typography.src 2013-08-12 20:13:38.679427000 +0200 @@ -270,6 +270,8 @@ ##EOF## __END__ +=encoding latin1 + =head1 NAME wml::des::typography - Typography Index: wml-2.0.12ds1/wml_include/fmt/isolatin.src =================================================================== --- wml-2.0.12ds1.orig/wml_include/fmt/isolatin.src 2013-08-12 20:13:38.507427000 +0200 +++ wml-2.0.12ds1/wml_include/fmt/isolatin.src 2013-08-12 20:14:19.499427000 +0200 @@ -117,6 +117,8 @@ ##EOF## __END__ +=encoding latin1 + =head1 NAME wml::fmt::isolatin - ISO-Latin-1 to HTML Entity Conversion debian/patches/do-not-build-all-embedded-code-copies.diff0000644000000000000000000001135312247400540020432 0ustar Comments out the building of all embedded code copies packaged in seperate packages in Debian. Index: wml/configure =================================================================== --- wml.orig/configure 2011-07-26 13:44:20.000000000 +0200 +++ wml/configure 2011-07-26 16:25:04.000000000 +0200 @@ -674,7 +674,7 @@ LIBS CPPFLAGS CPP' -ac_subdirs_all='wml_backend/p2_mp4h wml_backend/p3_eperl wml_backend/p4_gm4 wml_aux/iselect wml_common/gd ' +ac_subdirs_all='wml_common/gd ' # Initialize some variables set by options. ac_init_help= @@ -3463,7 +3463,7 @@ ac_configure_args="$ac_configure_args --with-tidy=`pwd`/wml_aux/tidy/tidy" -subdirs="$subdirs wml_backend/p2_mp4h wml_backend/p3_eperl wml_backend/p4_gm4 wml_aux/iselect wml_common/gd" +subdirs="$subdirs wml_common/gd" { echo "$as_me:$LINENO: result: " >&5 @@ -3471,7 +3471,7 @@ { echo "$as_me:$LINENO: result: ${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&5 echo "${ECHO_T}${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&6; } -ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_backend/p9_slice/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/htmlclean/Makefile wml_aux/linklint/Makefile wml_aux/map2html/Makefile wml_aux/txt2html/Makefile wml_aux/tidy/Makefile wml_aux/weblint/Makefile wml_aux/freetable/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile" +ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/map2html/Makefile wml_aux/txt2html/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -4048,18 +4048,12 @@ "wml_backend/p6_asubst/Makefile") CONFIG_FILES="$CONFIG_FILES wml_backend/p6_asubst/Makefile" ;; "wml_backend/p7_htmlfix/Makefile") CONFIG_FILES="$CONFIG_FILES wml_backend/p7_htmlfix/Makefile" ;; "wml_backend/p8_htmlstrip/Makefile") CONFIG_FILES="$CONFIG_FILES wml_backend/p8_htmlstrip/Makefile" ;; - "wml_backend/p9_slice/Makefile") CONFIG_FILES="$CONFIG_FILES wml_backend/p9_slice/Makefile" ;; "wml_common/Makefile") CONFIG_FILES="$CONFIG_FILES wml_common/Makefile" ;; "wml_docs/Makefile") CONFIG_FILES="$CONFIG_FILES wml_docs/Makefile" ;; "wml_aux/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/Makefile" ;; "wml_aux/htmlinfo/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/htmlinfo/Makefile" ;; - "wml_aux/htmlclean/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/htmlclean/Makefile" ;; - "wml_aux/linklint/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/linklint/Makefile" ;; "wml_aux/map2html/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/map2html/Makefile" ;; "wml_aux/txt2html/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/txt2html/Makefile" ;; - "wml_aux/tidy/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/tidy/Makefile" ;; - "wml_aux/weblint/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/weblint/Makefile" ;; - "wml_aux/freetable/Makefile") CONFIG_FILES="$CONFIG_FILES wml_aux/freetable/Makefile" ;; "wml_misc/Makefile") CONFIG_FILES="$CONFIG_FILES wml_misc/Makefile" ;; "wml_include/Makefile") CONFIG_FILES="$CONFIG_FILES wml_include/Makefile" ;; "wml_test/Makefile") CONFIG_FILES="$CONFIG_FILES wml_test/Makefile" ;; Index: wml/wml_aux/Makefile.in =================================================================== --- wml.orig/wml_aux/Makefile.in 2010-03-28 23:28:04.000000000 +0200 +++ wml/wml_aux/Makefile.in 2011-07-26 16:13:35.000000000 +0200 @@ -15,15 +15,9 @@ VPATH = @srcdir@ SUBDIRS = \ - iselect \ - htmlclean \ htmlinfo \ - linklint \ map2html \ - tidy \ - txt2html \ - weblint \ - freetable + txt2html # ------------------------------------------------ # TARGETS Index: wml/wml_backend/Makefile.in =================================================================== --- wml.orig/wml_backend/Makefile.in 2010-03-28 23:28:04.000000000 +0200 +++ wml/wml_backend/Makefile.in 2011-07-26 16:13:35.000000000 +0200 @@ -16,14 +16,10 @@ SUBDIRS = \ p1_ipp \ - p2_mp4h \ - p3_eperl \ - p4_gm4 \ p5_divert \ p6_asubst \ p7_htmlfix \ - p8_htmlstrip \ - p9_slice + p8_htmlstrip # ------------------------------------------------ # THE DEFAULT TARGETS debian/patches/fixup-non-free-stuff-removal.diff0000644000000000000000000015251312247400540017106 0ustar Remove content related to the non-free files removed from the (now repackaged) orig.tar.gz Index: wml/COPYRIGHT.OTHER =================================================================== --- wml.orig/COPYRIGHT.OTHER 2010-03-28 23:28:04.000000000 +0200 +++ wml/COPYRIGHT.OTHER 2011-07-26 16:07:25.000000000 +0200 @@ -72,8 +72,4 @@ Copyright (c) Kenneth Albanowski http://www.perl.com/CPAN/authors/id/KJALB/ - The Bare Bones Guide to HTML, v4.0 [wml_docs/wml_barebone.txt] - Copyright (c) Kevin Werbach - http://werbach.com/barebones/ - Index: wml/MANIFEST =================================================================== --- wml.orig/MANIFEST 2011-07-26 13:44:20.000000000 +0200 +++ wml/MANIFEST 2011-07-26 16:10:28.000000000 +0200 @@ -1,21 +1,11 @@ ANNOUNCE BUGREPORT ChangeLog -ChangeLog~ config/aclocal.m4 config/configure.ac config/configure.fixit config/Makefile -config/Makefile~ config/prep_modules_files.sh -config/.svn/entries -config/.svn/format -config/.svn/prop-base/configure.fixit.svn-base -config/.svn/text-base/aclocal.m4.svn-base -config/.svn/text-base/configure.ac.svn-base -config/.svn/text-base/configure.fixit.svn-base -config/.svn/text-base/Makefile.svn-base -config/.svn/text-base/prep_modules_files.sh.svn-base configure COPYING COPYRIGHT @@ -25,51 +15,22 @@ etc/config.sub etc/shtool etc/summary -etc/.svn/entries -etc/.svn/format -etc/.svn/prop-base/config.guess.svn-base -etc/.svn/prop-base/config.sub.svn-base -etc/.svn/prop-base/shtool.svn-base -etc/.svn/prop-base/summary.svn-base -etc/.svn/text-base/config.guess.svn-base -etc/.svn/text-base/config.sub.svn-base -etc/.svn/text-base/shtool.svn-base -etc/.svn/text-base/summary.svn-base INSTALL INSTALL.CYGWIN Makefile.in MANIFEST NEWS README -README~ README.mp4h SUPPORT -svn-commit.tmp~ VERSION -VERSION~ VERSION.HISTORY wml_aux/freetable/freetable.src wml_aux/freetable/Makefile.in -wml_aux/freetable/.svn/dir-prop-base -wml_aux/freetable/.svn/entries -wml_aux/freetable/.svn/format -wml_aux/freetable/.svn/prop-base/freetable.src.svn-base -wml_aux/freetable/.svn/text-base/freetable.src.svn-base -wml_aux/freetable/.svn/text-base/Makefile.in.svn-base wml_aux/htmlclean/htmlclean.src wml_aux/htmlclean/Makefile.in -wml_aux/htmlclean/.svn/dir-prop-base -wml_aux/htmlclean/.svn/entries -wml_aux/htmlclean/.svn/format -wml_aux/htmlclean/.svn/text-base/htmlclean.src.svn-base -wml_aux/htmlclean/.svn/text-base/Makefile.in.svn-base wml_aux/htmlinfo/htmlinfo.src wml_aux/htmlinfo/Makefile.in -wml_aux/htmlinfo/.svn/dir-prop-base -wml_aux/htmlinfo/.svn/entries -wml_aux/htmlinfo/.svn/format -wml_aux/htmlinfo/.svn/text-base/htmlinfo.src.svn-base -wml_aux/htmlinfo/.svn/text-base/Makefile.in.svn-base wml_aux/iselect/acconfig.h wml_aux/iselect/aclocal.m4 wml_aux/iselect/config_ac.h.in @@ -79,12 +40,6 @@ wml_aux/iselect/COPYING wml_aux/iselect/etc/asc2c wml_aux/iselect/etc/shtool -wml_aux/iselect/etc/.svn/entries -wml_aux/iselect/etc/.svn/format -wml_aux/iselect/etc/.svn/prop-base/asc2c.svn-base -wml_aux/iselect/etc/.svn/prop-base/shtool.svn-base -wml_aux/iselect/etc/.svn/text-base/asc2c.svn-base -wml_aux/iselect/etc/.svn/text-base/shtool.svn-base wml_aux/iselect/iselect_browse.c wml_aux/iselect/iselect_browse.h wml_aux/iselect/iselect_getopt.c @@ -101,57 +56,13 @@ wml_aux/iselect/iselect_version.c wml_aux/iselect/Makefile.in wml_aux/iselect/README -wml_aux/iselect/.svn/dir-prop-base -wml_aux/iselect/.svn/entries -wml_aux/iselect/.svn/format -wml_aux/iselect/.svn/prop-base/configure.svn-base -wml_aux/iselect/.svn/text-base/acconfig.h.svn-base -wml_aux/iselect/.svn/text-base/aclocal.m4.svn-base -wml_aux/iselect/.svn/text-base/config_ac.h.in.svn-base -wml_aux/iselect/.svn/text-base/config_sc.h.in.svn-base -wml_aux/iselect/.svn/text-base/configure.in.svn-base -wml_aux/iselect/.svn/text-base/configure.svn-base -wml_aux/iselect/.svn/text-base/COPYING.svn-base -wml_aux/iselect/.svn/text-base/iselect_browse.c.svn-base -wml_aux/iselect/.svn/text-base/iselect_browse.h.svn-base -wml_aux/iselect/.svn/text-base/iselect_getopt.c.svn-base -wml_aux/iselect/.svn/text-base/iselect_getopt.h.svn-base -wml_aux/iselect/.svn/text-base/iselect_global.h.svn-base -wml_aux/iselect/.svn/text-base/iselect_help.c.svn-base -wml_aux/iselect/.svn/text-base/iselect_help.txt.svn-base -wml_aux/iselect/.svn/text-base/iselect_keys.c.svn-base -wml_aux/iselect/.svn/text-base/iselect_keys.h.svn-base -wml_aux/iselect/.svn/text-base/iselect_main.c.svn-base -wml_aux/iselect/.svn/text-base/iselect.pod.svn-base -wml_aux/iselect/.svn/text-base/iselect_readme.c.svn-base -wml_aux/iselect/.svn/text-base/iselect_readme.txt.svn-base -wml_aux/iselect/.svn/text-base/iselect_version.c.svn-base -wml_aux/iselect/.svn/text-base/Makefile.in.svn-base -wml_aux/iselect/.svn/text-base/README.svn-base -wml_aux/iselect/.svn/text-base/VERSIONS.svn-base wml_aux/iselect/VERSIONS wml_aux/linklint/linklint.pod wml_aux/linklint/linklint.src wml_aux/linklint/Makefile.in -wml_aux/linklint/.svn/dir-prop-base -wml_aux/linklint/.svn/entries -wml_aux/linklint/.svn/format -wml_aux/linklint/.svn/prop-base/linklint.src.svn-base -wml_aux/linklint/.svn/text-base/linklint.pod.svn-base -wml_aux/linklint/.svn/text-base/linklint.src.svn-base -wml_aux/linklint/.svn/text-base/Makefile.in.svn-base wml_aux/Makefile.in wml_aux/map2html/Makefile.in wml_aux/map2html/map2html.src -wml_aux/map2html/.svn/dir-prop-base -wml_aux/map2html/.svn/entries -wml_aux/map2html/.svn/format -wml_aux/map2html/.svn/text-base/Makefile.in.svn-base -wml_aux/map2html/.svn/text-base/map2html.src.svn-base -wml_aux/.svn/dir-prop-base -wml_aux/.svn/entries -wml_aux/.svn/format -wml_aux/.svn/text-base/Makefile.in.svn-base wml_aux/tidy/attrs.c wml_aux/tidy/clean.c wml_aux/tidy/config.c @@ -168,31 +79,6 @@ wml_aux/tidy/platform.h wml_aux/tidy/pprint.c wml_aux/tidy/release-notes.html -wml_aux/tidy/.svn/dir-prop-base -wml_aux/tidy/.svn/entries -wml_aux/tidy/.svn/format -wml_aux/tidy/.svn/prop-base/grid.gif.svn-base -wml_aux/tidy/.svn/prop-base/tidy.gif.svn-base -wml_aux/tidy/.svn/text-base/attrs.c.svn-base -wml_aux/tidy/.svn/text-base/clean.c.svn-base -wml_aux/tidy/.svn/text-base/config.c.svn-base -wml_aux/tidy/.svn/text-base/entities.c.svn-base -wml_aux/tidy/.svn/text-base/grid.gif.svn-base -wml_aux/tidy/.svn/text-base/html.h.svn-base -wml_aux/tidy/.svn/text-base/istack.c.svn-base -wml_aux/tidy/.svn/text-base/lexer.c.svn-base -wml_aux/tidy/.svn/text-base/localize.c.svn-base -wml_aux/tidy/.svn/text-base/Makefile.in.svn-base -wml_aux/tidy/.svn/text-base/Makefile.orig.svn-base -wml_aux/tidy/.svn/text-base/Overview.html.svn-base -wml_aux/tidy/.svn/text-base/parser.c.svn-base -wml_aux/tidy/.svn/text-base/platform.h.svn-base -wml_aux/tidy/.svn/text-base/pprint.c.svn-base -wml_aux/tidy/.svn/text-base/release-notes.html.svn-base -wml_aux/tidy/.svn/text-base/tab2space.c.svn-base -wml_aux/tidy/.svn/text-base/tags.c.svn-base -wml_aux/tidy/.svn/text-base/tidy.c.svn-base -wml_aux/tidy/.svn/text-base/tidy.gif.svn-base wml_aux/tidy/tab2space.c wml_aux/tidy/tags.c wml_aux/tidy/tidy.c @@ -200,52 +86,28 @@ wml_aux/tidy/tidy.txt wml_aux/txt2html/LICENSE wml_aux/txt2html/Makefile.in -wml_aux/txt2html/.svn/dir-prop-base -wml_aux/txt2html/.svn/entries -wml_aux/txt2html/.svn/format -wml_aux/txt2html/.svn/text-base/LICENSE.svn-base -wml_aux/txt2html/.svn/text-base/Makefile.in.svn-base -wml_aux/txt2html/.svn/text-base/txt2html.dict.svn-base -wml_aux/txt2html/.svn/text-base/txt2html.src.svn-base -wml_aux/txt2html/.svn/text-base/txt2html.txt.svn-base wml_aux/txt2html/txt2html.dict wml_aux/txt2html/txt2html.src wml_aux/txt2html/txt2html.txt wml_aux/weblint/Makefile.in -wml_aux/weblint/.svn/dir-prop-base -wml_aux/weblint/.svn/entries -wml_aux/weblint/.svn/format -wml_aux/weblint/.svn/text-base/Makefile.in.svn-base -wml_aux/weblint/.svn/text-base/weblint.1.svn-base -wml_aux/weblint/.svn/text-base/weblintrc.svn-base -wml_aux/weblint/.svn/text-base/weblint.src.svn-base wml_aux/weblint/weblint.1 wml_aux/weblint/weblintrc wml_aux/weblint/weblint.src wml_backend/Makefile.in wml_backend/p1_ipp/ipp.src wml_backend/p1_ipp/Makefile.in -wml_backend/p1_ipp/.svn/dir-prop-base -wml_backend/p1_ipp/.svn/entries -wml_backend/p1_ipp/.svn/format -wml_backend/p1_ipp/.svn/text-base/ipp.src.svn-base -wml_backend/p1_ipp/.svn/text-base/Makefile.in.svn-base wml_backend/p2_mp4h/ABOUT-NLS wml_backend/p2_mp4h/acconfig.h wml_backend/p2_mp4h/acinclude.m4 -wml_backend/p2_mp4h/acinclude.m4~ wml_backend/p2_mp4h/aclocal.m4 wml_backend/p2_mp4h/autogen.sh -wml_backend/p2_mp4h/bootstrap.sh~ wml_backend/p2_mp4h/ChangeLog wml_backend/p2_mp4h/config.guess wml_backend/p2_mp4h/config.h.in -wml_backend/p2_mp4h/config.h.in~ wml_backend/p2_mp4h/config.rpath wml_backend/p2_mp4h/config.sub wml_backend/p2_mp4h/configure wml_backend/p2_mp4h/configure.ac -wml_backend/p2_mp4h/configure.ac~ wml_backend/p2_mp4h/COPYING wml_backend/p2_mp4h/CREDITS wml_backend/p2_mp4h/depcomp @@ -255,21 +117,6 @@ wml_backend/p2_mp4h/doc/Makefile.in wml_backend/p2_mp4h/doc/mp4h.mp4h wml_backend/p2_mp4h/doc/pod.out -wml_backend/p2_mp4h/doc/.svn/dir-prop-base -wml_backend/p2_mp4h/doc/.svn/entries -wml_backend/p2_mp4h/doc/.svn/format -wml_backend/p2_mp4h/doc/.svn/prop-base/html.out.svn-base -wml_backend/p2_mp4h/doc/.svn/prop-base/list-tags.svn-base -wml_backend/p2_mp4h/doc/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/doc/.svn/prop-base/mp4h.mp4h.svn-base -wml_backend/p2_mp4h/doc/.svn/prop-base/pod.out.svn-base -wml_backend/p2_mp4h/doc/.svn/prop-base/texinfo.out.svn-base -wml_backend/p2_mp4h/doc/.svn/text-base/html.out.svn-base -wml_backend/p2_mp4h/doc/.svn/text-base/list-tags.svn-base -wml_backend/p2_mp4h/doc/.svn/text-base/Makefile.am.svn-base -wml_backend/p2_mp4h/doc/.svn/text-base/mp4h.mp4h.svn-base -wml_backend/p2_mp4h/doc/.svn/text-base/pod.out.svn-base -wml_backend/p2_mp4h/doc/.svn/text-base/texinfo.out.svn-base wml_backend/p2_mp4h/doc/texinfo.out wml_backend/p2_mp4h/INSTALL wml_backend/p2_mp4h/install-sh @@ -302,71 +149,6 @@ wml_backend/p2_mp4h/intl/plural.y wml_backend/p2_mp4h/intl/ref-add.sin wml_backend/p2_mp4h/intl/ref-del.sin -wml_backend/p2_mp4h/intl/.svn/dir-prop-base -wml_backend/p2_mp4h/intl/.svn/entries -wml_backend/p2_mp4h/intl/.svn/format -wml_backend/p2_mp4h/intl/.svn/prop-base/bindtextdom.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/ChangeLog.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/config.charset.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/dcgettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/dcigettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/dcngettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/dgettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/dngettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/explodename.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/finddomain.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/gettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/gettext.h.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/gettextP.h.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/hash-string.h.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/intl-compat.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/l10nflist.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/libgettext.h.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/libgnuintl.h.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/loadinfo.h.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/loadmsgcat.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/localcharset.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/localealias.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/locale.alias.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/Makefile.in.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/ngettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/plural.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/plural.y.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/ref-add.sin.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/ref-del.sin.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/textdomain.c.svn-base -wml_backend/p2_mp4h/intl/.svn/prop-base/VERSION.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/bindtextdom.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/ChangeLog.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/config.charset.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/dcgettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/dcigettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/dcngettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/dgettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/dngettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/explodename.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/finddomain.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/gettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/gettext.h.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/gettextP.h.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/hash-string.h.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/intl-compat.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/l10nflist.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/libgettext.h.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/libgnuintl.h.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/loadinfo.h.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/loadmsgcat.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/localcharset.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/localealias.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/locale.alias.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/Makefile.in.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/ngettext.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/plural.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/plural.y.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/ref-add.sin.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/ref-del.sin.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/textdomain.c.svn-base -wml_backend/p2_mp4h/intl/.svn/text-base/VERSION.svn-base wml_backend/p2_mp4h/intl/textdomain.c wml_backend/p2_mp4h/intltool-extract wml_backend/p2_mp4h/intltool-merge @@ -383,38 +165,10 @@ wml_backend/p2_mp4h/lib/obstack.c wml_backend/p2_mp4h/lib/obstack.h wml_backend/p2_mp4h/lib/strtol.c -wml_backend/p2_mp4h/lib/.svn/dir-prop-base -wml_backend/p2_mp4h/lib/.svn/entries -wml_backend/p2_mp4h/lib/.svn/format -wml_backend/p2_mp4h/lib/.svn/prop-base/COPYING.LIB.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/error.c.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/error.h.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/getopt1.c.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/getopt.c.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/getopt.h.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/obstack.c.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/obstack.h.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/strtol.c.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/xmalloc.c.svn-base -wml_backend/p2_mp4h/lib/.svn/prop-base/xstrdup.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/COPYING.LIB.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/error.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/error.h.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/getopt1.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/getopt.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/getopt.h.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/Makefile.am.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/obstack.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/obstack.h.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/strtol.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/xmalloc.c.svn-base -wml_backend/p2_mp4h/lib/.svn/text-base/xstrdup.c.svn-base wml_backend/p2_mp4h/lib/xmalloc.c wml_backend/p2_mp4h/lib/xstrdup.c wml_backend/p2_mp4h/ltmain.sh wml_backend/p2_mp4h/Makefile.am -wml_backend/p2_mp4h/Makefile.am~ wml_backend/p2_mp4h/Makefile.in wml_backend/p2_mp4h/MANIFEST wml_backend/p2_mp4h/missing @@ -423,95 +177,31 @@ wml_backend/p2_mp4h/modules/intl/gettext.mp4h wml_backend/p2_mp4h/modules/intl/gettext.src wml_backend/p2_mp4h/modules/intl/Makefile.am -wml_backend/p2_mp4h/modules/intl/Makefile.am~ wml_backend/p2_mp4h/modules/intl/Makefile.in -wml_backend/p2_mp4h/modules/intl/.svn/dir-prop-base -wml_backend/p2_mp4h/modules/intl/.svn/entries -wml_backend/p2_mp4h/modules/intl/.svn/format -wml_backend/p2_mp4h/modules/intl/.svn/prop-base/gettext.c.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/prop-base/gettext.mp4h.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/prop-base/gettext.src.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/text-base/gettext.c.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/text-base/gettext.mp4h.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/text-base/gettext.src.svn-base -wml_backend/p2_mp4h/modules/intl/.svn/text-base/Makefile.am.svn-base wml_backend/p2_mp4h/modules/Makefile.am wml_backend/p2_mp4h/modules/Makefile.in wml_backend/p2_mp4h/modules/subdirs.am -wml_backend/p2_mp4h/modules/.svn/dir-prop-base -wml_backend/p2_mp4h/modules/.svn/entries -wml_backend/p2_mp4h/modules/.svn/format -wml_backend/p2_mp4h/modules/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/modules/.svn/text-base/Makefile.am.svn-base wml_backend/p2_mp4h/modules/system/exec.c wml_backend/p2_mp4h/modules/system/exec.src wml_backend/p2_mp4h/modules/system/Makefile.am -wml_backend/p2_mp4h/modules/system/Makefile.am~ wml_backend/p2_mp4h/modules/system/Makefile.in wml_backend/p2_mp4h/modules/system/sh.c wml_backend/p2_mp4h/modules/system/sh.mp4h wml_backend/p2_mp4h/modules/system/sh.src -wml_backend/p2_mp4h/modules/system/.svn/dir-prop-base -wml_backend/p2_mp4h/modules/system/.svn/entries -wml_backend/p2_mp4h/modules/system/.svn/format -wml_backend/p2_mp4h/modules/system/.svn/prop-base/exec.c.svn-base -wml_backend/p2_mp4h/modules/system/.svn/prop-base/exec.src.svn-base -wml_backend/p2_mp4h/modules/system/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/modules/system/.svn/prop-base/sh.c.svn-base -wml_backend/p2_mp4h/modules/system/.svn/prop-base/sh.mp4h.svn-base -wml_backend/p2_mp4h/modules/system/.svn/prop-base/sh.src.svn-base -wml_backend/p2_mp4h/modules/system/.svn/text-base/exec.c.svn-base -wml_backend/p2_mp4h/modules/system/.svn/text-base/exec.src.svn-base -wml_backend/p2_mp4h/modules/system/.svn/text-base/Makefile.am.svn-base -wml_backend/p2_mp4h/modules/system/.svn/text-base/sh.c.svn-base -wml_backend/p2_mp4h/modules/system/.svn/text-base/sh.mp4h.svn-base -wml_backend/p2_mp4h/modules/system/.svn/text-base/sh.src.svn-base wml_backend/p2_mp4h/mp4h-config.src wml_backend/p2_mp4h/pcre/dftables.c wml_backend/p2_mp4h/pcre/internal.h -wml_backend/p2_mp4h/pcre/Makefile~ wml_backend/p2_mp4h/pcre/Makefile.am wml_backend/p2_mp4h/pcre/Makefile.in wml_backend/p2_mp4h/pcre/maketables.c wml_backend/p2_mp4h/pcre/pcre.c wml_backend/p2_mp4h/pcre/pcre.h wml_backend/p2_mp4h/pcre/study.c -wml_backend/p2_mp4h/pcre/.svn/dir-prop-base -wml_backend/p2_mp4h/pcre/.svn/entries -wml_backend/p2_mp4h/pcre/.svn/format -wml_backend/p2_mp4h/pcre/.svn/prop-base/dftables.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/prop-base/internal.h.svn-base -wml_backend/p2_mp4h/pcre/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/pcre/.svn/prop-base/maketables.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/prop-base/pcre.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/prop-base/pcre.h.svn-base -wml_backend/p2_mp4h/pcre/.svn/prop-base/study.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/dftables.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/internal.h.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/Makefile.am.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/maketables.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/pcre.c.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/pcre.h.svn-base -wml_backend/p2_mp4h/pcre/.svn/text-base/study.c.svn-base wml_backend/p2_mp4h/po/ChangeLog wml_backend/p2_mp4h/po/LINGUAS wml_backend/p2_mp4h/po/Makefile.in.in wml_backend/p2_mp4h/po/mp4h.pot wml_backend/p2_mp4h/po/POTFILES.in -wml_backend/p2_mp4h/po/.svn/dir-prop-base -wml_backend/p2_mp4h/po/.svn/entries -wml_backend/p2_mp4h/po/.svn/format -wml_backend/p2_mp4h/po/.svn/prop-base/ChangeLog.svn-base -wml_backend/p2_mp4h/po/.svn/prop-base/LINGUAS.svn-base -wml_backend/p2_mp4h/po/.svn/prop-base/Makefile.in.in.svn-base -wml_backend/p2_mp4h/po/.svn/prop-base/POTFILES.in.svn-base -wml_backend/p2_mp4h/po/svn-prop.tmp~ -wml_backend/p2_mp4h/po/.svn/text-base/ChangeLog.svn-base -wml_backend/p2_mp4h/po/.svn/text-base/LINGUAS.svn-base -wml_backend/p2_mp4h/po/.svn/text-base/Makefile.in.in.svn-base -wml_backend/p2_mp4h/po/.svn/text-base/mp4h.pot.svn-base -wml_backend/p2_mp4h/po/.svn/text-base/POTFILES.in.svn-base wml_backend/p2_mp4h/README wml_backend/p2_mp4h/README.pcre wml_backend/p2_mp4h/shtool @@ -533,93 +223,10 @@ wml_backend/p2_mp4h/src/output.c wml_backend/p2_mp4h/src/path.c wml_backend/p2_mp4h/src/readme.tmpl -wml_backend/p2_mp4h/src/.svn/dir-prop-base -wml_backend/p2_mp4h/src/.svn/entries -wml_backend/p2_mp4h/src/.svn/format -wml_backend/p2_mp4h/src/.svn/prop-base/builtin.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/builtin.h.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/debug.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/devel.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/freeze.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/input.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/macro.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/module.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/mp4h.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/mp4h.h.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/output.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/path.c.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/readme.tmpl.svn-base -wml_backend/p2_mp4h/src/.svn/prop-base/symtab.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/builtin.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/builtin.h.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/debug.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/devel.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/freeze.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/input.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/ltdl.c.patch.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/ltdl.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/ltdl.h.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/macro.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/Makefile.am.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/module.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/mp4h.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/mp4h.h.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/output.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/path.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/readme.tmpl.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/symtab.c.svn-base -wml_backend/p2_mp4h/src/.svn/text-base/version.c.svn-base wml_backend/p2_mp4h/src/symtab.c wml_backend/p2_mp4h/src/version.c -wml_backend/p2_mp4h/.svn/dir-prop-base -wml_backend/p2_mp4h/.svn/entries -wml_backend/p2_mp4h/.svn/format -wml_backend/p2_mp4h/.svn/prop-base/ABOUT-NLS.svn-base -wml_backend/p2_mp4h/.svn/prop-base/acinclude.m4.svn-base -wml_backend/p2_mp4h/.svn/prop-base/autogen.sh.svn-base -wml_backend/p2_mp4h/.svn/prop-base/ChangeLog.svn-base -wml_backend/p2_mp4h/.svn/prop-base/config.rpath.svn-base -wml_backend/p2_mp4h/.svn/prop-base/configure.ac.svn-base -wml_backend/p2_mp4h/.svn/prop-base/COPYING.svn-base -wml_backend/p2_mp4h/.svn/prop-base/CREDITS.svn-base -wml_backend/p2_mp4h/.svn/prop-base/depcomp.svn-base -wml_backend/p2_mp4h/.svn/prop-base/install-sh.svn-base -wml_backend/p2_mp4h/.svn/prop-base/INSTALL.svn-base -wml_backend/p2_mp4h/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/.svn/prop-base/missing.svn-base -wml_backend/p2_mp4h/.svn/prop-base/mkinstalldirs.svn-base -wml_backend/p2_mp4h/.svn/prop-base/mp4h-config.src.svn-base -wml_backend/p2_mp4h/.svn/prop-base/README.pcre.svn-base -wml_backend/p2_mp4h/.svn/prop-base/shtool.svn-base -wml_backend/p2_mp4h/svn-prop.tmp~ -wml_backend/p2_mp4h/.svn/text-base/ABOUT-NLS.svn-base -wml_backend/p2_mp4h/.svn/text-base/acconfig.h.svn-base -wml_backend/p2_mp4h/.svn/text-base/acinclude.m4.svn-base -wml_backend/p2_mp4h/.svn/text-base/autogen.sh.svn-base -wml_backend/p2_mp4h/.svn/text-base/ChangeLog.svn-base -wml_backend/p2_mp4h/.svn/text-base/config.rpath.svn-base -wml_backend/p2_mp4h/.svn/text-base/configure.ac.svn-base -wml_backend/p2_mp4h/.svn/text-base/COPYING.svn-base -wml_backend/p2_mp4h/.svn/text-base/CREDITS.svn-base -wml_backend/p2_mp4h/.svn/text-base/depcomp.svn-base -wml_backend/p2_mp4h/.svn/text-base/install-sh.svn-base -wml_backend/p2_mp4h/.svn/text-base/INSTALL.svn-base -wml_backend/p2_mp4h/.svn/text-base/Makefile.am.svn-base -wml_backend/p2_mp4h/.svn/text-base/MANIFEST.svn-base -wml_backend/p2_mp4h/.svn/text-base/missing.svn-base -wml_backend/p2_mp4h/.svn/text-base/mkinstalldirs.svn-base -wml_backend/p2_mp4h/.svn/text-base/mp4h-config.src.svn-base -wml_backend/p2_mp4h/.svn/text-base/README.pcre.svn-base -wml_backend/p2_mp4h/.svn/text-base/README.svn-base -wml_backend/p2_mp4h/.svn/text-base/shtool.svn-base wml_backend/p2_mp4h/tests/Makefile.am wml_backend/p2_mp4h/tests/Makefile.in -wml_backend/p2_mp4h/tests/.svn/dir-prop-base -wml_backend/p2_mp4h/tests/.svn/entries -wml_backend/p2_mp4h/tests/.svn/format -wml_backend/p2_mp4h/tests/.svn/prop-base/Makefile.am.svn-base -wml_backend/p2_mp4h/tests/.svn/text-base/Makefile.am.svn-base wml_backend/p3_eperl/acconfig.h wml_backend/p3_eperl/aclocal.m4 wml_backend/p3_eperl/ARTISTIC @@ -657,66 +264,14 @@ wml_backend/p3_eperl/etc/bin2c wml_backend/p3_eperl/etc/mkproto wml_backend/p3_eperl/etc/shtool -wml_backend/p3_eperl/etc/.svn/entries -wml_backend/p3_eperl/etc/.svn/format -wml_backend/p3_eperl/etc/.svn/prop-base/asc2c.svn-base -wml_backend/p3_eperl/etc/.svn/prop-base/bin2c.svn-base -wml_backend/p3_eperl/etc/.svn/prop-base/mkproto.svn-base -wml_backend/p3_eperl/etc/.svn/prop-base/shtool.svn-base -wml_backend/p3_eperl/etc/.svn/text-base/asc2c.svn-base -wml_backend/p3_eperl/etc/.svn/text-base/bin2c.svn-base -wml_backend/p3_eperl/etc/.svn/text-base/mkproto.svn-base -wml_backend/p3_eperl/etc/.svn/text-base/shtool.svn-base wml_backend/p3_eperl/Makefile.in wml_backend/p3_eperl/README -wml_backend/p3_eperl/.svn/dir-prop-base -wml_backend/p3_eperl/.svn/entries -wml_backend/p3_eperl/.svn/format -wml_backend/p3_eperl/.svn/prop-base/eperl_logo.gif.svn-base -wml_backend/p3_eperl/.svn/prop-base/eperl_powered.gif.svn-base -wml_backend/p3_eperl/svn-prop.tmp~ -wml_backend/p3_eperl/.svn/text-base/acconfig.h.svn-base -wml_backend/p3_eperl/.svn/text-base/aclocal.m4.svn-base -wml_backend/p3_eperl/.svn/text-base/ARTISTIC.svn-base -wml_backend/p3_eperl/.svn/text-base/config_ac.h.in.svn-base -wml_backend/p3_eperl/.svn/text-base/config_sc.h.in.svn-base -wml_backend/p3_eperl/.svn/text-base/configure.in.svn-base -wml_backend/p3_eperl/.svn/text-base/COPYING.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_config.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_config.h.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_debug.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_getopt.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_getopt.h.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_global.h.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_http.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_license.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_logo.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_logo.gif.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_main.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_parse.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_perl5.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_perl5.h.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_perl5_sm.pl.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl.pod.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_powered.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_powered.gif.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_pp.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_proto.h.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_readme.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_security.h.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_sys.c.svn-base -wml_backend/p3_eperl/.svn/text-base/eperl_version.c.svn-base -wml_backend/p3_eperl/.svn/text-base/Makefile.in.svn-base -wml_backend/p3_eperl/.svn/text-base/README.svn-base wml_backend/p4_gm4/acconfig.h wml_backend/p4_gm4/aclocal.m4 wml_backend/p4_gm4/config.h.in wml_backend/p4_gm4/configure wml_backend/p4_gm4/configure.in wml_backend/p4_gm4/doc/m4.txt -wml_backend/p4_gm4/doc/.svn/entries -wml_backend/p4_gm4/doc/.svn/format -wml_backend/p4_gm4/doc/.svn/text-base/m4.txt.svn-base wml_backend/p4_gm4/install.sh wml_backend/p4_gm4/lib/alloca.c wml_backend/p4_gm4/lib/error.c @@ -730,23 +285,6 @@ wml_backend/p4_gm4/lib/regex.c wml_backend/p4_gm4/lib/regex.h wml_backend/p4_gm4/lib/strtol.c -wml_backend/p4_gm4/lib/.svn/dir-prop-base -wml_backend/p4_gm4/lib/.svn/entries -wml_backend/p4_gm4/lib/.svn/format -wml_backend/p4_gm4/lib/.svn/text-base/alloca.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/error.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/error.h.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/getopt1.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/getopt.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/getopt.h.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/Makefile.in.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/obstack.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/obstack.h.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/regex.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/regex.h.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/strtol.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/xmalloc.c.svn-base -wml_backend/p4_gm4/lib/.svn/text-base/xstrdup.c.svn-base wml_backend/p4_gm4/lib/xmalloc.c wml_backend/p4_gm4/lib/xstrdup.c wml_backend/p4_gm4/Makefile.in @@ -764,67 +302,16 @@ wml_backend/p4_gm4/src/Makefile.in wml_backend/p4_gm4/src/output.c wml_backend/p4_gm4/src/path.c -wml_backend/p4_gm4/src/.svn/dir-prop-base -wml_backend/p4_gm4/src/.svn/entries -wml_backend/p4_gm4/src/.svn/format -wml_backend/p4_gm4/src/.svn/text-base/ansi2knr.1.svn-base -wml_backend/p4_gm4/src/.svn/text-base/ansi2knr.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/builtin.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/debug.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/eval.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/format.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/freeze.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/input.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/m4.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/m4.h.svn-base -wml_backend/p4_gm4/src/.svn/text-base/macro.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/Makefile.in.svn-base -wml_backend/p4_gm4/src/.svn/text-base/output.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/path.c.svn-base -wml_backend/p4_gm4/src/.svn/text-base/symtab.c.svn-base wml_backend/p4_gm4/src/symtab.c wml_backend/p4_gm4/stamp-h.in -wml_backend/p4_gm4/.svn/dir-prop-base -wml_backend/p4_gm4/.svn/entries -wml_backend/p4_gm4/.svn/format -wml_backend/p4_gm4/.svn/prop-base/configure.svn-base -wml_backend/p4_gm4/.svn/prop-base/install.sh.svn-base -wml_backend/p4_gm4/.svn/text-base/acconfig.h.svn-base -wml_backend/p4_gm4/.svn/text-base/aclocal.m4.svn-base -wml_backend/p4_gm4/.svn/text-base/config.h.in.svn-base -wml_backend/p4_gm4/.svn/text-base/configure.in.svn-base -wml_backend/p4_gm4/.svn/text-base/configure.svn-base -wml_backend/p4_gm4/.svn/text-base/install.sh.svn-base -wml_backend/p4_gm4/.svn/text-base/Makefile.in.svn-base -wml_backend/p4_gm4/.svn/text-base/stamp-h.in.svn-base wml_backend/p5_divert/divert.src wml_backend/p5_divert/Makefile.in -wml_backend/p5_divert/.svn/dir-prop-base -wml_backend/p5_divert/.svn/entries -wml_backend/p5_divert/.svn/format -wml_backend/p5_divert/.svn/text-base/divert.src.svn-base -wml_backend/p5_divert/.svn/text-base/Makefile.in.svn-base wml_backend/p6_asubst/asubst.src wml_backend/p6_asubst/Makefile.in -wml_backend/p6_asubst/.svn/dir-prop-base -wml_backend/p6_asubst/.svn/entries -wml_backend/p6_asubst/.svn/format -wml_backend/p6_asubst/.svn/text-base/asubst.src.svn-base -wml_backend/p6_asubst/.svn/text-base/Makefile.in.svn-base wml_backend/p7_htmlfix/htmlfix.src wml_backend/p7_htmlfix/Makefile.in -wml_backend/p7_htmlfix/.svn/dir-prop-base -wml_backend/p7_htmlfix/.svn/entries -wml_backend/p7_htmlfix/.svn/format -wml_backend/p7_htmlfix/.svn/text-base/htmlfix.src.svn-base -wml_backend/p7_htmlfix/.svn/text-base/Makefile.in.svn-base wml_backend/p8_htmlstrip/htmlstrip.src wml_backend/p8_htmlstrip/Makefile.in -wml_backend/p8_htmlstrip/.svn/dir-prop-base -wml_backend/p8_htmlstrip/.svn/entries -wml_backend/p8_htmlstrip/.svn/format -wml_backend/p8_htmlstrip/.svn/text-base/htmlstrip.src.svn-base -wml_backend/p8_htmlstrip/.svn/text-base/Makefile.in.svn-base wml_backend/p9_slice/aclocal.m4 wml_backend/p9_slice/ChangeLog wml_backend/p9_slice/configure @@ -833,14 +320,6 @@ wml_backend/p9_slice/etc/expand.in wml_backend/p9_slice/etc/fixconfigure wml_backend/p9_slice/etc/shtool -wml_backend/p9_slice/etc/.svn/dir-prop-base -wml_backend/p9_slice/etc/.svn/entries -wml_backend/p9_slice/etc/.svn/format -wml_backend/p9_slice/etc/.svn/prop-base/fixconfigure.svn-base -wml_backend/p9_slice/etc/.svn/prop-base/shtool.svn-base -wml_backend/p9_slice/etc/.svn/text-base/expand.in.svn-base -wml_backend/p9_slice/etc/.svn/text-base/fixconfigure.svn-base -wml_backend/p9_slice/etc/.svn/text-base/shtool.svn-base wml_backend/p9_slice/INSTALL wml_backend/p9_slice/LICENSE wml_backend/p9_slice/Makefile.in @@ -856,52 +335,11 @@ wml_backend/p9_slice/slice_term.y wml_backend/p9_slice/slice_util.pl wml_backend/p9_slice/slice_vers.pl -wml_backend/p9_slice/.svn/dir-prop-base -wml_backend/p9_slice/.svn/entries -wml_backend/p9_slice/.svn/format -wml_backend/p9_slice/.svn/prop-base/configure.svn-base -wml_backend/p9_slice/.svn/text-base/aclocal.m4.svn-base -wml_backend/p9_slice/.svn/text-base/ChangeLog.svn-base -wml_backend/p9_slice/.svn/text-base/configure.ac.svn-base -wml_backend/p9_slice/.svn/text-base/configure.svn-base -wml_backend/p9_slice/.svn/text-base/COPYING.svn-base -wml_backend/p9_slice/.svn/text-base/INSTALL.svn-base -wml_backend/p9_slice/.svn/text-base/LICENSE.svn-base -wml_backend/p9_slice/.svn/text-base/Makefile.in.svn-base -wml_backend/p9_slice/.svn/text-base/MANIFEST.svn-base -wml_backend/p9_slice/.svn/text-base/README.svn-base -wml_backend/p9_slice/.svn/text-base/slice_main.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice_pass1.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice_pass2.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice_pass3.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice.pod.svn-base -wml_backend/p9_slice/.svn/text-base/slice_setup.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice_term.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice_term.y.svn-base -wml_backend/p9_slice/.svn/text-base/slice_util.pl.svn-base -wml_backend/p9_slice/.svn/text-base/slice_vers.pl.svn-base -wml_backend/svn-commit.tmp~ -wml_backend/.svn/dir-prop-base -wml_backend/.svn/entries -wml_backend/.svn/format -wml_backend/.svn/text-base/Makefile.in.svn-base wml_common/bitvector/BitVector.c wml_common/bitvector/BitVector.h wml_common/bitvector/Makefile.PL wml_common/bitvector/MANIFEST wml_common/bitvector/README.txt -wml_common/bitvector/.svn/dir-prop-base -wml_common/bitvector/.svn/entries -wml_common/bitvector/.svn/format -wml_common/bitvector/.svn/text-base/BitVector.c.svn-base -wml_common/bitvector/.svn/text-base/BitVector.h.svn-base -wml_common/bitvector/.svn/text-base/Makefile.PL.svn-base -wml_common/bitvector/.svn/text-base/MANIFEST.svn-base -wml_common/bitvector/.svn/text-base/README.txt.svn-base -wml_common/bitvector/.svn/text-base/ToolBox.h.svn-base -wml_common/bitvector/.svn/text-base/typemap.svn-base -wml_common/bitvector/.svn/text-base/Vector.pm.svn-base -wml_common/bitvector/.svn/text-base/Vector.xs.svn-base wml_common/bitvector/ToolBox.h wml_common/bitvector/typemap wml_common/bitvector/Vector.pm @@ -909,12 +347,6 @@ wml_common/filepathconvert/Makefile.PL wml_common/filepathconvert/MANIFEST wml_common/filepathconvert/PathConvert.pm -wml_common/filepathconvert/.svn/dir-prop-base -wml_common/filepathconvert/.svn/entries -wml_common/filepathconvert/.svn/format -wml_common/filepathconvert/.svn/text-base/Makefile.PL.svn-base -wml_common/filepathconvert/.svn/text-base/MANIFEST.svn-base -wml_common/filepathconvert/.svn/text-base/PathConvert.pm.svn-base wml_common/gd/configure wml_common/gd/configure.in wml_common/gd/GD.pm @@ -929,76 +361,25 @@ wml_common/gd/libgd/gd_png.c wml_common/gd/libgd/Makefile.PL.in wml_common/gd/libgd/README -wml_common/gd/libgd/.svn/dir-prop-base -wml_common/gd/libgd/.svn/entries -wml_common/gd/libgd/.svn/format -wml_common/gd/libgd/.svn/text-base/COPYING.svn-base -wml_common/gd/libgd/.svn/text-base/gd.c.svn-base -wml_common/gd/libgd/.svn/text-base/gd_gif.c.svn-base -wml_common/gd/libgd/.svn/text-base/gd.h.svn-base -wml_common/gd/libgd/.svn/text-base/gd_io.c.svn-base -wml_common/gd/libgd/.svn/text-base/gd_io_dp.c.svn-base -wml_common/gd/libgd/.svn/text-base/gd_io.h.svn-base -wml_common/gd/libgd/.svn/text-base/gd_png.c.svn-base -wml_common/gd/libgd/.svn/text-base/Makefile.PL.in.svn-base -wml_common/gd/libgd/.svn/text-base/README.svn-base wml_common/gd/Makefile.PL.in wml_common/gd/MANIFEST wml_common/gd/README -wml_common/gd/.svn/dir-prop-base -wml_common/gd/.svn/entries -wml_common/gd/.svn/format -wml_common/gd/.svn/prop-base/configure.svn-base -wml_common/gd/.svn/text-base/configure.in.svn-base -wml_common/gd/.svn/text-base/configure.svn-base -wml_common/gd/.svn/text-base/GD.pm.svn-base -wml_common/gd/.svn/text-base/GD.xs.svn-base -wml_common/gd/.svn/text-base/Makefile.PL.in.svn-base -wml_common/gd/.svn/text-base/MANIFEST.svn-base -wml_common/gd/.svn/text-base/README.svn-base -wml_common/gd/.svn/text-base/typemap.svn-base wml_common/gd/typemap wml_common/getoptlong/GetoptLong.pm wml_common/getoptlong/Makefile.PL wml_common/getoptlong/MANIFEST wml_common/getoptlong/README -wml_common/getoptlong/.svn/dir-prop-base -wml_common/getoptlong/.svn/entries -wml_common/getoptlong/.svn/format -wml_common/getoptlong/.svn/text-base/GetoptLong.pm.svn-base -wml_common/getoptlong/.svn/text-base/Makefile.PL.svn-base -wml_common/getoptlong/.svn/text-base/MANIFEST.svn-base -wml_common/getoptlong/.svn/text-base/README.svn-base wml_common/htmlclean/Changes wml_common/htmlclean/Clean.pm wml_common/htmlclean/HTML/Clean.pm -wml_common/htmlclean/HTML/.svn/entries -wml_common/htmlclean/HTML/.svn/format -wml_common/htmlclean/HTML/.svn/text-base/Clean.pm.svn-base wml_common/htmlclean/Makefile.PL wml_common/htmlclean/MANIFEST wml_common/htmlclean/README -wml_common/htmlclean/.svn/dir-prop-base -wml_common/htmlclean/.svn/entries -wml_common/htmlclean/.svn/format -wml_common/htmlclean/.svn/text-base/Changes.svn-base -wml_common/htmlclean/.svn/text-base/Clean.pm.svn-base -wml_common/htmlclean/.svn/text-base/Makefile.PL.svn-base -wml_common/htmlclean/.svn/text-base/MANIFEST.svn-base -wml_common/htmlclean/.svn/text-base/README.svn-base -wml_common/htmlclean/.svn/text-base/TODO.svn-base wml_common/htmlclean/TODO wml_common/imagesize/Makefile.PL wml_common/imagesize/MANIFEST wml_common/imagesize/README wml_common/imagesize/Size.pm -wml_common/imagesize/.svn/dir-prop-base -wml_common/imagesize/.svn/entries -wml_common/imagesize/.svn/format -wml_common/imagesize/.svn/text-base/Makefile.PL.svn-base -wml_common/imagesize/.svn/text-base/MANIFEST.svn-base -wml_common/imagesize/.svn/text-base/README.svn-base -wml_common/imagesize/.svn/text-base/Size.pm.svn-base wml_common/io/IO/Dir.pm wml_common/io/IO/File.pm wml_common/io/IO/Handle.pm @@ -1009,42 +390,14 @@ wml_common/io/IO/Select.pm wml_common/io/IO/Socket/INET.pm wml_common/io/IO/Socket.pm -wml_common/io/IO/Socket/.svn/entries -wml_common/io/IO/Socket/.svn/format -wml_common/io/IO/Socket/.svn/text-base/INET.pm.svn-base -wml_common/io/IO/Socket/.svn/text-base/UNIX.pm.svn-base wml_common/io/IO/Socket/UNIX.pm -wml_common/io/IO/.svn/entries -wml_common/io/IO/.svn/format -wml_common/io/IO/.svn/text-base/Dir.pm.svn-base -wml_common/io/IO/.svn/text-base/File.pm.svn-base -wml_common/io/IO/.svn/text-base/Handle.pm.svn-base -wml_common/io/IO/.svn/text-base/Pipe.pm.svn-base -wml_common/io/IO/.svn/text-base/Poll.pm.svn-base -wml_common/io/IO/.svn/text-base/Seekable.pm.svn-base -wml_common/io/IO/.svn/text-base/Select.pm.svn-base -wml_common/io/IO/.svn/text-base/Socket.pm.svn-base wml_common/io/IO.xs wml_common/io/Makefile.PL wml_common/io/MANIFEST wml_common/io/poll.c wml_common/io/poll.h wml_common/io/README -wml_common/io/.svn/dir-prop-base -wml_common/io/.svn/entries -wml_common/io/.svn/format -wml_common/io/.svn/text-base/IO.pm.svn-base -wml_common/io/.svn/text-base/IO.xs.svn-base -wml_common/io/.svn/text-base/Makefile.PL.svn-base -wml_common/io/.svn/text-base/MANIFEST.svn-base -wml_common/io/.svn/text-base/poll.c.svn-base -wml_common/io/.svn/text-base/poll.h.svn-base -wml_common/io/.svn/text-base/README.svn-base wml_common/Makefile.in -wml_common/.svn/dir-prop-base -wml_common/.svn/entries -wml_common/.svn/format -wml_common/.svn/text-base/Makefile.in.svn-base wml_common/termreadkey/Configure.pm wml_common/termreadkey/genchars.pl wml_common/termreadkey/Makefile.PL @@ -1053,36 +406,10 @@ wml_common/termreadkey/ReadKey.pm wml_common/termreadkey/ReadKey.xs wml_common/termreadkey/README -wml_common/termreadkey/.svn/dir-prop-base -wml_common/termreadkey/.svn/entries -wml_common/termreadkey/.svn/format -wml_common/termreadkey/.svn/text-base/Configure.pm.svn-base -wml_common/termreadkey/.svn/text-base/genchars.pl.svn-base -wml_common/termreadkey/.svn/text-base/Makefile.PL.svn-base -wml_common/termreadkey/.svn/text-base/MANIFEST.svn-base -wml_common/termreadkey/.svn/text-base/ppport.h.svn-base -wml_common/termreadkey/.svn/text-base/ReadKey.pm.svn-base -wml_common/termreadkey/.svn/text-base/ReadKey.xs.svn-base -wml_common/termreadkey/.svn/text-base/README.svn-base -wml_common/termreadkey/.svn/text-base/test.pl.svn-base wml_common/termreadkey/test.pl wml_contrib/mkwml wml_contrib/navbar-FH.wml wml_contrib/README -wml_contrib/.svn/entries -wml_contrib/.svn/format -wml_contrib/.svn/prop-base/mkwml.svn-base -wml_contrib/.svn/prop-base/wmg.cgi.svn-base -wml_contrib/.svn/prop-base/wml1to2.svn-base -wml_contrib/.svn/text-base/mkwml.svn-base -wml_contrib/.svn/text-base/navbar-FH.wml.svn-base -wml_contrib/.svn/text-base/README.svn-base -wml_contrib/.svn/text-base/tkwmd.svn-base -wml_contrib/.svn/text-base/wmg.cgi.svn-base -wml_contrib/.svn/text-base/wml1to2.svn-base -wml_contrib/.svn/text-base/wml.spec.in.svn-base -wml_contrib/.svn/text-base/wml.spec.svn-base -wml_contrib/.svn/text-base/wml.vim.svn-base wml_contrib/tkwmd wml_contrib/wmg.cgi wml_contrib/wml1to2 @@ -1090,58 +417,15 @@ wml_contrib/wml.spec.in wml_contrib/wml.vim wml_docs/Makefile.in -wml_docs/.svn/dir-prop-base -wml_docs/.svn/entries -wml_docs/.svn/format -wml_docs/.svn/text-base/Makefile.in.svn-base -wml_docs/.svn/text-base/wml_barebone.txt.svn-base -wml_docs/.svn/text-base/wml_faq.pod.svn-base -wml_docs/.svn/text-base/wml_intro.pod.svn-base -wml_docs/.svn/text-base/wml_macros.pod.svn-base -wml_docs/.svn/text-base/wml_std_css1.txt.svn-base -wml_docs/.svn/text-base/wml_std_css2.txt.svn-base -wml_docs/.svn/text-base/wml_std_csspos.txt.svn-base -wml_docs/.svn/text-base/wml_std_html20.txt.svn-base -wml_docs/.svn/text-base/wml_std_html32.txt.svn-base -wml_docs/.svn/text-base/wml_std_html401.txt.svn-base -wml_docs/.svn/text-base/wml_std_html40.txt.svn-base -wml_docs/.svn/text-base/wml_std_wai10.txt.svn-base -wml_docs/.svn/text-base/wml_std_xhtml10.txt.svn-base -wml_docs/.svn/text-base/wml_tags.L.incl.svn-base -wml_docs/.svn/text-base/wml_tags.L.main.svn-base -wml_docs/.svn/text-base/wml_tags.pod.in.svn-base -wml_docs/.svn/text-base/wml_tags.pod.pl.svn-base -wml_docs/.svn/text-base/wml_tutorial.pod.svn-base -wml_docs/wml_barebone.txt wml_docs/wml_faq.pod wml_docs/wml_intro.pod wml_docs/wml_macros.pod -wml_docs/wml_std_css1.txt -wml_docs/wml_std_css2.txt -wml_docs/wml_std_csspos.txt -wml_docs/wml_std_html20.txt -wml_docs/wml_std_html32.txt -wml_docs/wml_std_html401.txt -wml_docs/wml_std_html40.txt -wml_docs/wml_std_wai10.txt -wml_docs/wml_std_xhtml10.txt wml_docs/wml_tags.L.incl wml_docs/wml_tags.L.main wml_docs/wml_tags.pod.in wml_docs/wml_tags.pod.pl wml_docs/wml_tutorial.pod wml_frontend/Makefile.in -wml_frontend/.svn/dir-prop-base -wml_frontend/.svn/entries -wml_frontend/.svn/format -wml_frontend/.svn/text-base/Makefile.in.svn-base -wml_frontend/.svn/text-base/wmb.src.svn-base -wml_frontend/.svn/text-base/wmd_missing.src.svn-base -wml_frontend/.svn/text-base/wmd.src.svn-base -wml_frontend/.svn/text-base/wmd.txt.svn-base -wml_frontend/.svn/text-base/wmk.src.svn-base -wml_frontend/.svn/text-base/wml.src.svn-base -wml_frontend/.svn/text-base/wmu.src.svn-base wml_frontend/wmb.src wml_frontend/wmd_missing.src wml_frontend/wmd.src @@ -1159,35 +443,11 @@ wml_include/des/preload.src wml_include/des/rollover.src wml_include/des/space.src -wml_include/des/.svn/dir-prop-base -wml_include/des/.svn/entries -wml_include/des/.svn/format -wml_include/des/.svn/text-base/all.src.svn-base -wml_include/des/.svn/text-base/gfont.src.svn-base -wml_include/des/.svn/text-base/imgbg.src.svn-base -wml_include/des/.svn/text-base/imgdot.src.svn-base -wml_include/des/.svn/text-base/lowsrc.src.svn-base -wml_include/des/.svn/text-base/navbar.src.svn-base -wml_include/des/.svn/text-base/preload.src.svn-base -wml_include/des/.svn/text-base/rollover.src.svn-base -wml_include/des/.svn/text-base/space.src.svn-base -wml_include/des/.svn/text-base/typography.src.svn-base wml_include/des/typography.src wml_include/fmt/all.src wml_include/fmt/isolatin.src wml_include/fmt/pod.src wml_include/fmt/sdf.src -wml_include/fmt/.svn/dir-prop-base -wml_include/fmt/.svn/entries -wml_include/fmt/.svn/format -wml_include/fmt/.svn/text-base/all.src.svn-base -wml_include/fmt/.svn/text-base/isolatin.src.svn-base -wml_include/fmt/.svn/text-base/pod.src.svn-base -wml_include/fmt/.svn/text-base/sdf.src.svn-base -wml_include/fmt/.svn/text-base/text.src.svn-base -wml_include/fmt/.svn/text-base/url.src.svn-base -wml_include/fmt/.svn/text-base/verbatim.src.svn-base -wml_include/fmt/.svn/text-base/xtable.src.svn-base wml_include/fmt/text.src wml_include/fmt/url.src wml_include/fmt/verbatim.src @@ -1196,22 +456,9 @@ wml_include/imp/csmap.src wml_include/imp/fsview.src wml_include/imp/generic.src -wml_include/imp/.svn/dir-prop-base -wml_include/imp/.svn/entries -wml_include/imp/.svn/format -wml_include/imp/.svn/text-base/all.src.svn-base -wml_include/imp/.svn/text-base/csmap.src.svn-base -wml_include/imp/.svn/text-base/fsview.src.svn-base -wml_include/imp/.svn/text-base/generic.src.svn-base wml_include/Makefile.in wml_include/mod/all.src wml_include/mod/MakeMaker.src -wml_include/mod/.svn/dir-prop-base -wml_include/mod/.svn/entries -wml_include/mod/.svn/format -wml_include/mod/.svn/text-base/all.src.svn-base -wml_include/mod/.svn/text-base/MakeMaker.src.svn-base -wml_include/mod/.svn/text-base/version.src.svn-base wml_include/mod/version.src wml_include/std/all.src wml_include/std/box.src @@ -1223,48 +470,15 @@ wml_include/std/lang.src wml_include/std/logo.src wml_include/std/page.src -wml_include/std/.svn/dir-prop-base -wml_include/std/.svn/entries -wml_include/std/.svn/format -wml_include/std/.svn/text-base/all.src.svn-base -wml_include/std/.svn/text-base/box.src.svn-base -wml_include/std/.svn/text-base/case.src.svn-base -wml_include/std/.svn/text-base/grid.src.svn-base -wml_include/std/.svn/text-base/href.src.svn-base -wml_include/std/.svn/text-base/info.src.svn-base -wml_include/std/.svn/text-base/label.src.svn-base -wml_include/std/.svn/text-base/lang.src.svn-base -wml_include/std/.svn/text-base/logo.src.svn-base -wml_include/std/.svn/text-base/page.src.svn-base -wml_include/std/.svn/text-base/tags.src.svn-base -wml_include/std/.svn/text-base/toc.src.svn-base wml_include/std/tags.src wml_include/std/toc.src wml_include/sup/all.src wml_include/sup/hextriple.src wml_include/sup/path.src -wml_include/sup/.svn/dir-prop-base -wml_include/sup/.svn/entries -wml_include/sup/.svn/format -wml_include/sup/.svn/text-base/all.src.svn-base -wml_include/sup/.svn/text-base/hextriple.src.svn-base -wml_include/sup/.svn/text-base/path.src.svn-base -wml_include/.svn/dir-prop-base -wml_include/.svn/entries -wml_include/.svn/format -wml_include/.svn/text-base/all.src.svn-base -wml_include/.svn/text-base/Makefile.in.svn-base wml_include/sys/all.src wml_include/sys/bootp3.src.in wml_include/sys/bootp4.src wml_include/sys/compat1.src -wml_include/sys/.svn/dir-prop-base -wml_include/sys/.svn/entries -wml_include/sys/.svn/format -wml_include/sys/.svn/text-base/all.src.svn-base -wml_include/sys/.svn/text-base/bootp3.src.in.svn-base -wml_include/sys/.svn/text-base/bootp4.src.svn-base -wml_include/sys/.svn/text-base/compat1.src.svn-base wml_misc/logo-apache.gif wml_misc/logo-apache.info wml_misc/logo-apache.png @@ -1303,79 +517,7 @@ wml_misc/logo-xemacs.png wml_misc/Makefile.in wml_misc/README -wml_misc/.svn/dir-prop-base -wml_misc/.svn/entries -wml_misc/.svn/format -wml_misc/.svn/prop-base/logo-apache.gif.svn-base -wml_misc/.svn/prop-base/logo-apache.png.svn-base -wml_misc/.svn/prop-base/logo-freebsd.gif.svn-base -wml_misc/.svn/prop-base/logo-freebsd.png.svn-base -wml_misc/.svn/prop-base/logo-gimp.gif.svn-base -wml_misc/.svn/prop-base/logo-gimp.png.svn-base -wml_misc/.svn/prop-base/logo-htdig.gif.svn-base -wml_misc/.svn/prop-base/logo-htdig.png.svn-base -wml_misc/.svn/prop-base/logo-linux.gif.svn-base -wml_misc/.svn/prop-base/logo-linux.png.svn-base -wml_misc/.svn/prop-base/logo-netbsd.gif.svn-base -wml_misc/.svn/prop-base/logo-netbsd.png.svn-base -wml_misc/.svn/prop-base/logo-openbsd.gif.svn-base -wml_misc/.svn/prop-base/logo-openbsd.png.svn-base -wml_misc/.svn/prop-base/logo-php3.gif.svn-base -wml_misc/.svn/prop-base/logo-php3.png.svn-base -wml_misc/.svn/prop-base/logo-php.gif.svn-base -wml_misc/.svn/prop-base/logo-php.png.svn-base -wml_misc/.svn/prop-base/logo-vim.gif.svn-base -wml_misc/.svn/prop-base/logo-vim.png.svn-base -wml_misc/.svn/prop-base/logo-wml.gif.svn-base -wml_misc/.svn/prop-base/logo-wml.png.svn-base -wml_misc/.svn/prop-base/logo-xemacs.gif.svn-base -wml_misc/.svn/prop-base/logo-xemacs.png.svn-base -wml_misc/.svn/text-base/logo-apache.gif.svn-base -wml_misc/.svn/text-base/logo-apache.info.svn-base -wml_misc/.svn/text-base/logo-apache.png.svn-base -wml_misc/.svn/text-base/logo-freebsd.gif.svn-base -wml_misc/.svn/text-base/logo-freebsd.info.svn-base -wml_misc/.svn/text-base/logo-freebsd.png.svn-base -wml_misc/.svn/text-base/logo-gimp.gif.svn-base -wml_misc/.svn/text-base/logo-gimp.info.svn-base -wml_misc/.svn/text-base/logo-gimp.png.svn-base -wml_misc/.svn/text-base/logo-htdig.gif.svn-base -wml_misc/.svn/text-base/logo-htdig.info.svn-base -wml_misc/.svn/text-base/logo-htdig.png.svn-base -wml_misc/.svn/text-base/logo-linux.gif.svn-base -wml_misc/.svn/text-base/logo-linux.info.svn-base -wml_misc/.svn/text-base/logo-linux.png.svn-base -wml_misc/.svn/text-base/logo-netbsd.gif.svn-base -wml_misc/.svn/text-base/logo-netbsd.info.svn-base -wml_misc/.svn/text-base/logo-netbsd.png.svn-base -wml_misc/.svn/text-base/logo-openbsd.gif.svn-base -wml_misc/.svn/text-base/logo-openbsd.info.svn-base -wml_misc/.svn/text-base/logo-openbsd.png.svn-base -wml_misc/.svn/text-base/logo-php3.gif.svn-base -wml_misc/.svn/text-base/logo-php3.info.svn-base -wml_misc/.svn/text-base/logo-php3.png.svn-base -wml_misc/.svn/text-base/logo-php.gif.svn-base -wml_misc/.svn/text-base/logo-php.info.svn-base -wml_misc/.svn/text-base/logo-php.png.svn-base -wml_misc/.svn/text-base/logo-vim.gif.svn-base -wml_misc/.svn/text-base/logo-vim.info.svn-base -wml_misc/.svn/text-base/logo-vim.png.svn-base -wml_misc/.svn/text-base/logo-wml.gif.svn-base -wml_misc/.svn/text-base/logo-wml.info.svn-base -wml_misc/.svn/text-base/logo-wml.png.svn-base -wml_misc/.svn/text-base/logo-xemacs.gif.svn-base -wml_misc/.svn/text-base/logo-xemacs.info.svn-base -wml_misc/.svn/text-base/logo-xemacs.png.svn-base -wml_misc/.svn/text-base/Makefile.in.svn-base -wml_misc/.svn/text-base/README.svn-base wml_test/Makefile.in -wml_test/.svn/dir-prop-base -wml_test/.svn/entries -wml_test/.svn/format -wml_test/.svn/text-base/Makefile.in.svn-base -wml_test/.svn/text-base/TEST.pl.svn-base -wml_test/.svn/text-base/TEST.svn-base -wml_test/.svn/text-base/.wmlrc.svn-base wml_test/t/01-p1_ipp.t wml_test/t/02-p2_mp4h.t wml_test/t/03-p3_eperl.t @@ -1398,26 +540,4 @@ wml_test/t/std-lang.t wml_test/t/std-tags.t wml_test/t/std-toc.t -wml_test/t/.svn/entries -wml_test/t/.svn/format -wml_test/t/.svn/text-base/01-p1_ipp.t.svn-base -wml_test/t/.svn/text-base/02-p2_mp4h.t.svn-base -wml_test/t/.svn/text-base/03-p3_eperl.t.svn-base -wml_test/t/.svn/text-base/04-p4_gm4.t.svn-base -wml_test/t/.svn/text-base/05-p5_divert.t.svn-base -wml_test/t/.svn/text-base/06-p6_asubst.t.svn-base -wml_test/t/.svn/text-base/07-p7_htmlfix.t.svn-base -wml_test/t/.svn/text-base/08-p8_htmlstrip.t.svn-base -wml_test/t/.svn/text-base/09-p9_slice.t.svn-base -wml_test/t/.svn/text-base/10-wml.t.svn-base -wml_test/t/.svn/text-base/11-wmk.t.svn-base -wml_test/t/.svn/text-base/des-gfont.t.svn-base -wml_test/t/.svn/text-base/des-navbar.t.svn-base -wml_test/t/.svn/text-base/des-space.t.svn-base -wml_test/t/.svn/text-base/des-typography.t.svn-base -wml_test/t/.svn/text-base/std-grid.t.svn-base -wml_test/t/.svn/text-base/std-href.t.svn-base -wml_test/t/.svn/text-base/std-lang.t.svn-base -wml_test/t/.svn/text-base/std-tags.t.svn-base -wml_test/t/.svn/text-base/std-toc.t.svn-base wml_test/.wmlrc debian/patches/wml-fmt-text-txt2html.diff0000644000000000000000000000660212144462712015607 0ustar This patch adds some options to wml::fmt::text as well as a switch to use either the embedded code copy of txt2html or the installed external version plus documentation about that. Index: wml/wml_include/fmt/text.src =================================================================== --- wml.orig/wml_include/fmt/text.src 2010-04-05 16:23:04.000000000 +0200 +++ wml/wml_include/fmt/text.src 2010-04-05 16:24:18.000000000 +0200 @@ -14,15 +14,11 @@ local (*FP); # read the txt2html result - open(FP, "$(WML_LOC_LIBDIR)/exec/wml_aux_txt2html $arg->{FILE}|"); + open(FP, '-|', "$(WML_LOC_LIBDIR)/exec/wml_aux_txt2html $arg->{OPTIONS} --extract $arg->{FILE} < /dev/null"); local ($/) = undef; $buf = ; close(FP); - # cut out the body - $buf =~ s|^.*||is; - $buf =~ s|.*$||is; - # give headlines a more typographically strong look if (not $arg->{NOTYPO}) { $buf =~ s|^()(.+?)()|$1$3$4|isg; @@ -34,13 +30,15 @@ - + + { my $tmpfile = "$(WML_TMPDIR)/wml.txt2html.$$.tmp"; my $notypo = (qq|| eq '' ? 1 : 0); + my $options = q{}; my $buf; %body @@ -52,12 +50,12 @@ close(TXT); $tmpfile, NOTYPO => $notypo })" /> + "&wml_fmt_text({ FILE => $tmpfile, NOTYPO => $notypo, OPTIONS => $options })" /> unlink($tmpfile); } - + @@ -72,9 +70,9 @@ #use wml::fmt::text - <: print &wml_fmt_text({ FILE => $file, ...}); :> + <: print &wml_fmt_text({ FILE => $file, OPTIONS => '--xhtml', ...}); :> - + FOO === @@ -89,12 +87,37 @@ The usage is simple: Surround the text with the CtextE> container tag and then just write plain ASCII text inside it. The corresponding HTML -code is created via F(1), a filter which gives the ASCII +code is created via F(3), a filter which gives the ASCII text nice formatting semantic which control the HTML result. +If B field is specified, a newer F(1) filter is called +instead of F, which is dead upstream. This allows for +instance generation of XGTML markup. + The core conversion function is wml_fmt_text() which also can be used by other include files. +=head1 ATTRIBUTES + +These attributes can be used both in the CtextE> tag (in +lowercase letters) and in C arguments, as shown in +examples above. + +=over 4 + +=item C + +By default, font commands are added to headings to highlight them. +This attribute prevents alteration of F output. + +=item C> + +This attribute performs two actions: select F filter instead of +F, and I arguments are passed literally on the +command line of F. + +=back + =head1 AUTHOR Ralf S. Engelschall @@ -106,9 +129,9 @@ Internal: P1, P2, P3, wml_aux_txt2html (WML) External: -- -=head1 SEEALSO +=head1 SEE ALSO -wml_aux_txt2html(1) +txt2html(1), wml_aux_txt2html(3) =cut debian/patches/pass-ldflags-to-wml-gd.diff0000644000000000000000000000145612264362366015654 0ustar Description: Properly pass LDFLAGS for WML/GD/GD.so Fixes lintian warning hardening-no-relro Author: Axel Beckert Index: wml/wml_common/gd/Makefile.PL.in =================================================================== --- wml.orig/wml_common/gd/Makefile.PL.in 2014-01-12 01:35:22.000000000 +0100 +++ wml/wml_common/gd/Makefile.PL.in 2014-01-12 01:35:43.000000000 +0100 @@ -14,10 +14,11 @@ # having to do with missing math functions (like floor) # 'LIBS' => ["-lm @LIBPNG@"], 'LIBS' => ["-lgd"], - 'DEFINE' => '@DEFS@' + 'DEFINE' => '@DEFS@', # Uncomment the line below if you're using a perl compiled # for fastCGI (http://www.fastcgi.com/). # 'DEFINE' => '-DFCGI' + dynamic_lib => {OTHERLDFLAGS => $ENV{LDFLAGS}} ); #sub MY::postamble{ debian/patches/fix-testsuite.diff0000644000000000000000000000420712144462712014272 0ustar Installs some files from build-dependency which upstream builds with wml. Index: wml/wml_test/Makefile.in =================================================================== --- wml.orig/wml_test/Makefile.in 2011-07-30 17:22:13.000000000 +0200 +++ wml/wml_test/Makefile.in 2011-07-30 17:24:42.000000000 +0200 @@ -26,7 +26,7 @@ install: test: - -@set -e; \ + @set -e; \ root=`$(PATH_PERL) -e 'use Cwd; ($$cwd = cwd) =~ s|/?$$|/TEST.root|; print $$cwd'`; \ if [ ! -d TEST.root ]; then \ echo "Temporarily installing WML system into local test tree:"; \ @@ -34,6 +34,16 @@ (cd .. && $(MAKE) all 2>&1) |\ (cd .. && $(MAKE) install prefix=$$root 2>&1) |\ $(PATH_PERL) -n -e 's/^.*$$/./s; print STDERR $$_; $$i++; print STDERR "\n" if ($$i % 60 == 0);'; \ + cp -pvr ../wml_common/*/blib/lib $$root/lib/wml/perl/; \ + cp -pvr ../wml_common/*/blib/arch/auto/WML/GD/* $$root/lib/wml/perl/lib/auto/WML/GD/; \ + cp -pv /usr/bin/mp4h $$root/lib/wml/exec/wml_p2_mp4h; \ + cp -pv /usr/bin/eperl $$root/lib/wml/exec/wml_p3_eperl; \ + cp -pv /usr/bin/m4 $$root/lib/wml/exec/wml_p4_gm4; \ + cp -pv /usr/bin/slice $$root/lib/wml/exec/wml_p9_slice; \ + cp -pv /usr/bin/freetable $$root/lib/wml/exec/wml_aux_freetable; \ + cp -pv /usr/bin/linklint $$root/lib/wml/exec/wml_aux_linklint; \ + cp -pv /usr/bin/txt2html $$root/lib/wml/exec/wml_aux_txt2html; \ + cp -pv /usr/bin/weblint $$root/lib/wml/exec/wml_aux_weblint; \ echo ''; \ echo "Fixing installation prefix for local test tree:"; \ case x$(prefix) in \ @@ -48,7 +58,6 @@ bin/wmb \ bin/wmu \ $$lib/exec/wml_aux_freetable \ - $$lib/exec/wml_aux_htmlclean \ $$lib/exec/wml_aux_htmlinfo \ $$lib/exec/wml_aux_linklint \ $$lib/exec/wml_aux_map2html \ @@ -60,7 +69,7 @@ $$lib/exec/wml_p7_htmlfix \ $$lib/exec/wml_p8_htmlstrip \ $$lib/exec/wml_p9_slice \ - $$lib/include/sys/bootp3.wml; do \ + $$root/share/wml/include/sys/bootp3.wml; do \ sed -e '4,$$'"s;$(prefix);$${root};g" <$$file >$$file.n \ && mv $$file.n $$file; \ chmod a+x $$file; \ debian/clean0000644000000000000000000000005712247400540010173 0ustar wml_common/filepathconvert/Makefile confdefs.h debian/README.source0000644000000000000000000000210312144462712011344 0ustar =============================================================== HOWTO GET THE REPACKGED SOURCE FROM THE UPSTREAM SOURCE TARBALL =============================================================== * Download the upstream tarball and name it (or symlink it to) wml_$UPSTREAM_VERSION.orig.tar.gz. * Switch the wml directory. * You may run "git-import-orig ../wml_$UPSTREAM_VERSION.orig.tar.gz at this stage. I do so. * Start a debian/changelog entry with the planned Debian package revision. It should be of the form ${UPSTREAM_VERSION}ds1-1. You can commit this to git already now. I do so. * Run "make -f debian/rules get-orig-source", it generates the new, properly named orig.tar.gz which no more contains .svn directories or embedded code copies. * You then should run "git-import-orig ../wml_${UPSTREAM_VERSION}ds1.orig.tar.gz at this stage. =============== HOWTO USE QUILT =============== This package uses the quilt patch management system. See /usr/share/doc/quilt/README.source for how to use it. -- Axel Beckert , Tue, 26 Jul 2011 13:57:53 +0200 debian/compat0000644000000000000000000000000212264357671010401 0ustar 9 debian/watch0000644000000000000000000000052212144462712010221 0ustar version=3 opts="dversionmangle=s/ds\d+$//,downloadurlmangle=s/prdownload/download/" \ http://developer.berlios.de/project/showfiles.php?group_id=5225 http://prdownload.berlios.de/thewml/wml-([0-9].*)\.tar.gz debian uupdate opts="dversionmangle=s/ds\d+$//" \ https://bitbucket.org/shlomif/website-meta-language/downloads/wml-(.*).tar.bz2 debian/changelog0000644000000000000000000010441312264366516011056 0ustar wml (2.0.12ds1-7) unstable; urgency=low * Add patch by KiBi to remove /tmp/ipp.* directories (Closes: #734507; reported by taffit on #debian-www) * Bump Standards-Version to 3.9.5 (no other changes) * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly + Run dh_auto_configure in wml_common/gd before running it in "." * Only unexport build flags where they cause problems, not globally * Patch wml_common/gd/Makefile.PL.in to properly pass LDFLAGS + Fixes lintian warning hardening-no-relro * Override experimental lintian warning package-contains-broken-symlink for links from /usr/lib/wml/exec/ to /usr/bin/. * Refresh line-number in override for manpage-has-errors-from-man * Fix path logo → logos in debian/links + Fixes lintian warning package-contains-broken-symlink -- Axel Beckert Sun, 12 Jan 2014 02:17:35 +0100 wml (2.0.12ds1-6) unstable; urgency=low * Fix FTBFS with Perl 5.18. (Closes: #719495) Thanks to Salvatore Bonaccorso for the patch and Niko Tyni for the report. * Add meta-information headers to fix-test-suite-makefile.diff. Fixes lintian warning quilt-patch-missing-description. * Bump Standards-Version to 3.9.4 (no changes) * Fix some more spelling errors found by lintian. * Add patch meta-headers to debian/patches/manpage-fixes.diff * Add lintian override for manpage-has-errors-from-man due to overlong code example. -- Axel Beckert Tue, 13 Aug 2013 23:07:55 +0200 wml (2.0.12ds1-5) unstable; urgency=low * Change build-depedency libgd2-dev to libgd-dev. (It has been renamed after the initial announcement and libgd2-dev is now solely a virtual package.) * Fix test suite failures by properly cleaning up beforehand. For unknown reasons cleaning up in debian/rules does not suffice, wml_test/Makefile.in had to be patched. (Closes: #718088) -- Axel Beckert Mon, 29 Jul 2013 21:40:06 +0200 wml (2.0.12ds1-4) unstable; urgency=low * Update build-depedencies for libgd2-dev transition. * Clean up debian/rules - Move remaining "ln -vs" call to debian/links - Use debian/{clean,docs} instead of dh_{clean,installdocs} parameters - Use dh_auto_{configure,build,install,clean}. (Fixes wrong location of File::PathConvert(3pm) and WML::GD(3pm) man pages.) - Use "find -delete" instead of "find | xargs rm" - Remove obsolete chmod call (as dh_fixperms is called afterwards) - Also remove .spec.in files before building the .deb - Finally switch to a dh7 style debian/rules * Fixes the following lintian warnings: - vcs-field-not-canonical - package-contains-empty-directory * Apply wrap-and-sort -- Axel Beckert Mon, 20 May 2013 19:17:13 +0200 wml (2.0.12ds1-3) unstable; urgency=low * Fix FTBFS in testsuite on i386 and s390x buildds by not running those tests which only seem to work when connected to a terminal. (Closes: #675855) -- Axel Beckert Mon, 11 Jun 2012 00:38:03 +0200 wml (2.0.12ds1-2) unstable; urgency=low * Upload to unstable * Bump Standards-Version to 3.9.3 (no changes) * Bump debhelper compatibility to 8 * Switch to source format "3.0 (quilt)" * Update watch file to also look for releases on new web page * Use dh_autotools-dev_*config instead of manually caring about config.{sub,guess} * Fix lintian warning debian-rules-missing-recommended-target * Make clean target clean up more with less lines * Add patch to fix broken version number replacing in wml(1) (Closes: #652567) * Update years in debian/copyright -- Axel Beckert Sun, 03 Jun 2012 01:54:06 +0200 wml (2.0.12ds1-1) experimental; urgency=low * New upstream release (Closes: #570240) * Fix bashism in debian/rules (Closes: #581460) * Update README.source to cover the somehow special get-orig-source target to repackage the upstream source code. * Refreshed patches + Dropped patches against wml_contrib/wmg.cgi and wml_backend/p1_ipp/ipp.src -- applied upstream * Remove Felipe Augusto van de Wiel (faw) from Uploaders on his own request. * Bump Standards-Version to 3.9.2 (no changes necessary) * Remove small bits from debian/copyright so that Lintian no more claims that there are packaging helper templates in there. * Add my own copyright on the packaging to debian/copyright. * Reindent parts of debian/copyright. * Adapt test suite to work with external commands from build dependencies and enable it. * Make a failing test suite a failing build. * Link WML::GD explicitly against libgd (possibly an upstream bug, found via the freshly enabled testsuite) * Replace dh_clean -k by dh_prep * Prevent FTBFS in pbuilder - Add debian/dirs - Remove wml_common/filepathconvert/Makefile in clean target * Update Homepage field (Upstream moved to BitBucket since BerliOS closes) -- Axel Beckert Sat, 10 Dec 2011 12:53:54 +0100 wml (2.0.11ds2-1) unstable; urgency=low * Move to collaborative maintenance * Repackage again as ds2 to not only exclude non-free files but also all not used directories (including files accidentially distributed by upstream). (Closes: #559841, #464767) - Add get-orig-source target to debian/rules * Bumped Standards-Version to 3.8.4 - Moved homepage URL from description to its own field * Moved over to quilt patch management - Added build dependency on quilt - Added target dependencies to debian/rules - Added README.source pointing to /usr/share/doc/quilt/README.source - Splitting diff.gz up in smaller quilt patches - Removing patches for files not used during package build (thanks to Carsten Hey for his script to find out which files are not read during the build!): - config/configure.in - etc/config.sub - etc/config.guess - wml_backend/p2_mp4h/config.sub - wml_backend/p3_eperl/eperl_sys.c - wml_backend/p3_eperl/eperl.pod - wml_backend/p9_slice/slice.pod * Copies /usr/share/misc/config.{sub,guess} unconditionally * No more copying config.{sub,guess} to unused backend p2_mp4h. * Removed routines touching files in eperl, slice and other removed source directories * No more ship a weblintrc since weblint-perl doesn't seem to be able to use it. * Do no more use the embedded code copy of txt2html (Closes: #576522) - Use Debian's txt2html exclusively. (A switch between both had been introduced in 2.0.8-10 and now has been removed.) * Pipe /dev/null to STDIN of txt2html. (Closes: #576528) * Moved from using the embedded libgd copy to using and depending on "libgd2-xpm-dev | libgd2-noxpm-dev | libgd-dev". * Add build dependency on libpng-dev used by WML::GD. (Closes: #464770) * Regard Berlios WML project page as official upstream since it is more uptodate than the official homepage at thewml.org. (Closes: #572902) - Changed Homepage URL to Berlios project. - Updated watch file to use the Berlios WML project download page * Removed ancient and no more needed build dependency on libperl-dev * Removed ancient Suggests on more existing package gfont * Replaced ancient Suggests on weblink by its rewrite weblint-perl * Replaced Suggests on doc-html-w3 by its successor package w3-recs * Downgraded dependency on iselect to a Recommends * Added Vcs-* headers * Removed weblint section from README.Debian since neither the mentioned wml files nor the original weblint package are in Debian anymore. This also fixes the lintian warning readme-debian-mentions-usr-doc. * Installs the wml::std::logo icons now (Closes: #447556) * Fixed several lintian warnings: - debian-rules-ignores-make-clean-error - debian-watch-file-should-mangle-version - debhelper-but-no-misc-depends - missing-debian-source-format - hyphen-used-as-minus-sign (d/p/convert-text-document-to-man-page.diff) - manpage-has-errors-from-man (debian/patches/manpage-fixes.diff) - spelling-error-in-manpage (debian/patches/manpage-fixes.diff) * Rewrote debian/copyright from scratch based on the dh-make template. This also fixes the following lintian warnings: - copyright-refers-to-versionless-license-file - copyright-without-copyright-notice * Overhauled debian/rules - Added configure target - Moved copying of config.{sub,guess} to configure target, made it reversible so the VCS won't argue after build+clean. * Added lintian override for manpage-has-bad-whatis-entry in several with pod2man generated man pages. - Raised debhelper build dependency to minimum 6.0.7~ * Removed obsolete "local variables" from debian/changelog -- Axel Beckert Sun, 28 Mar 2010 16:59:31 +0200 wml (2.0.11ds1-0.4) unstable; urgency=low * Non-maintainer upload. * run make install in wml_common/gd, too. (Closes #481241) -- Ingo Saitz Sat, 31 May 2008 17:28:40 +0200 wml (2.0.11ds1-0.3) unstable; urgency=low * Non-maintainer upload. * add patch from Kumar Appaiah to fix FTBFS due to dpkgs new CFLAGS exporting (closes: #476066) * run make install in wml_common/filepathconcert manually as it somehow otherwise doesn't get installed anymore... -- Rene Engelhard Sun, 04 May 2008 23:51:49 +0200 wml (2.0.11ds1-0.2) unstable; urgency=low * Non-maintainer upload * Use the tempdir() function from File::Temp with the automatic cleanup option to remove temporary directories upon exit [wml_backend/p1_ipp/ipp.src] (closes: Bug#471345) -- Joey Schulze Sat, 26 Apr 2008 10:37:02 +0200 wml (2.0.11ds1-0.1) unstable; urgency=low * Non-maintainer upload * Removed non-free documentation (Closes: #464765) - W3C recommendations (wml_docs/wml_std_*.txt) - The Bare Bones Guide to HTML (wml_docs/wml_barebone.txt) -- Ben Hutchings Sun, 16 Mar 2008 17:33:30 +0000 wml (2.0.11-3.1) unstable; urgency=high * Non-maintainer upload by security team. * Fix insecure temporary file creations in eperl and ipp backends and a similar issue in the wmg.cgi contrib file leading to possible symlink attacks. If you already use wmg.cgi please update your copy (Closes: #463907). -- Nico Golde Thu, 07 Feb 2008 12:01:43 +0100 wml (2.0.11-3) unstable; urgency=low [ Luk Claes ] * Remove me from Maintainers. * Add zlib1g-dev to Build-Depends. -- Luk Claes Wed, 23 Jan 2008 22:41:02 +0000 wml (2.0.11-2) unstable; urgency=low * Bump debhelper compat level to 5. * Add build dependency on autotools-dev. * Copy config.{guess,sub} in clean target (Closes: #403784). -- Luk Claes Thu, 19 Apr 2007 22:49:49 +0200 wml (2.0.11-1) unstable; urgency=low * New upstream release (Closes: #172310). * New maintainers. * Bumped Standards-Version to 3.7.2. * Add debian/compat for debhelper 4. * Updated debian/watch. * Fixed some typoes in debian/README.Debian. * Use SEE ALSO instead of SEEALSO (Closes: #367552). * Suggest tardy instead of obsolete tarcust. -- Luk Claes Sun, 1 Oct 2006 16:29:28 +0200 wml (2.0.8-11) unstable; urgency=low * Prolog and epilog filters may use a relative path defined by an autoadjusted $(foo) variable, so expanding these variables before calling filters is convenient. Closes: #292948 Thanks Tobias Oetiker for reporting this issue and providing a patch. * wmb wml wml_p1_ipp: Use mkdtemp() from the File::Temp module to create a temporary directory. * debian/control: Slight changes in description, and addition of WML home page. -- Denis Barbier Mon, 7 Feb 2005 22:16:46 +0100 wml (2.0.8-10) unstable; urgency=low * In wml_p7_htmlfix, when macros are written into tags, the imgalt fixup is confused. A workaround is to replace those macros by arbitrary text without angle brackets when adding alt= attributes. Closes: #188762 Thanks Tobias Gruetzmacher * wml_aux_txt2html is dead upstream, but a new version is available from txt2html.sourceforge.net and is already packaged in Debian. It is unwise to switch to this new version now, so let call this new version wml_aux_newtxt2html, and provide options in wml::fmt::text to select old or new txt2html version. Closes: #276099 Thanks Craig Small * In wml::fmt::text, add --extract flag to txt2html so that and tags do not have to be filtered out. * Improve documentation of wml::fmt::text. * Improve documentation of wml::fmt::xtable, body must not contain ePerl code. Closes: #283359 Thanks Pedro Zorzenon Neto -- Denis Barbier Wed, 8 Dec 2004 22:32:45 +0100 wml (2.0.8-9) unstable; urgency=low * Path changes introduced in -8 broke wml::std::logo. Closes: Bug#269070 Thanks Werner Heuser. * Document WML_LOC_DATADIR in wml(1). -- Denis Barbier Mon, 30 Aug 2004 20:14:58 +0200 wml (2.0.8-8) unstable; urgency=low * In wml::std::page, add :html:* and :body:* attributes to tag so that arbitrary attributes can be inserted in and tahs. Closes: Bug#248621 Thanks Davor Ocelic * Some programs are not linked from /usr/bin, so put their manual pages in section 3: wml_p1_ipp, wml_p5_divert, wml_p6_asubst, wml_p7_htmlfix, wml_p8_htmlstrip. wml_aux_htmlinfo, wml_aux_map2html, wml_aux_txt2html. Closes: Bug#255632, #262716 Thanks Dan Jacobson * Add links to , , and manual pages from wml_tags(7). Closes: Bug#209295 Thanks Andre Lehovich * wml_include/Makefile.in: wml::* pages belong to section 3, not 1. * Move /usr/lib/wml/aux and /usr/lib/wml/include under /usr/share/wml. -- Denis Barbier Wed, 4 Aug 2004 22:11:19 +0200 wml (2.0.8-7) unstable; urgency=low * Another try to fix wml::sup::path. Report and patch by Maxime Chatelle, thanks. Closes: Bug#214045 -- Denis Barbier Sat, 4 Oct 2003 22:06:38 +0200 wml (2.0.8-6) unstable; urgency=low * Recommends linklint. Closes: Bug#174604 * Move weblint from Recommends to Suggests. * wml_p1_ipp: Fix filenames of dependency files when filenames contain several dots. Closes: Bug#188479 Patch provided by Vincent Sanders. Thanks. * Fix wmg.cgi to have it deal with PNG images instead of GIF. Closes: Bug#178798 Patch provided by Gerfried Fuchs, thanks. * Bump Standards-Version: 3.6.1 * Recode this changelog file into UTF-8. -- Denis Barbier Sun, 28 Sep 2003 00:43:38 +0200 wml (2.0.8-5) unstable; urgency=low * Add Build-Depends: perl (>= 5.8) * Add Depends: libbit-vector-perl * Bump Standards-Version to 3.5.7 -- Denis Barbier Tue, 17 Sep 2002 21:56:08 +0200 wml (2.0.8-4) unstable; urgency=low * In passes 1, 5, 6, 7 and 8, abort when an error on file operation is detected. * Fix documentation of wml::des::navbar. * Minor fixes in wml::des::typography and wml::fmt::xtable. * Rebuild with Perl 5.8 -- Denis Barbier Fri, 19 Apr 2002 22:52:43 +0200 wml (2.0.8-3) unstable; urgency=low * Suggests: doc-html-w3 * Fix wml::sup::path, thanks to Tommi Vainikainen (closes: Bug#121468). * Protect commands to display input file name and line numbers in pass 3 against pass 2. -- Denis Barbier Tue, 18 Dec 2001 00:02:27 +0100 wml (2.0.8-2) unstable; urgency=low * Apply upstream patches against wml::des::navbar and wml::std::toc * I forgot to mention in latest entry that wml 2.0.8-1 do not install IO Perl module anymore -- Denis Barbier Tue, 6 Nov 2001 18:27:20 +0100 wml (2.0.8-1) unstable; urgency=low * New upstream release * Fix -W description in wmk usage summary (closes: Bug#116645) * Remove homepage from debian/control -- Denis Barbier Tue, 30 Oct 2001 22:56:21 +0100 wml (2.0.7-2) unstable; urgency=low * Fix preformatted manpages (closes: Bug#113795) * Add a patch to wml_p5_divert, this pass may become very slow with some large files * Remove wml_aux_linklint, since it has its own package now * Remove W3C reference documents from documentation * Fix search in wmd -- Denis Barbier Sat, 29 Sep 2001 10:02:02 +0200 wml (2.0.7-1) unstable; urgency=low * New upstream release (closes: Bug#79294). -- Denis Barbier Thu, 21 Jun 2001 03:32:54 +0200 wml (2.0.6-3) unstable; urgency=low * Fix preformatted manpages (closes: #77840). * Build against perl 5.6 -- Denis Barbier Mon, 12 Mar 2001 23:16:27 +0100 wml (2.0.6-2) unstable; urgency=low * White backgrounds are much more popular than black ones, so transparent color is set to white in wml::des::imgdot. (Suggested by Craig Small ) * Fix debian/rules to make documentation reflect the fact that some WML passes do have a different name in Debian (Reported by Martin Schulze ). * Make wml_tags(7) manpage more proeminent in documentation (Suggested by Martin Schulze). -- Denis Barbier Mon, 20 Nov 2000 23:21:53 +0100 wml (2.0.6-1) unstable; urgency=low * New upstream version (closes: #74143). * Fix Build-Depends field (closes: #74666). * Do not use shtool when installing. * Fix dangling symlinks in manpages (closes: #73032). -- Denis Barbier Mon, 6 Nov 2000 23:43:01 +0100 wml (2.0.4-2) unstable; urgency=low * Updated to Standards-Version 3.2.1 * Fix htmlstrip freezing on large
 blocks.  (Reported by Joey
    Hess )
  * Fix  and  doing strange things in certain
    cases.

 -- Brian Bassett   Fri, 29 Sep 2000 11:42:01 -0700

wml (2.0.4-1) unstable; urgency=low

  * New upstream version.

 -- Brian Bassett   Tue, 19 Sep 2000 16:28:15 -0700

wml (2.0.3-1) unstable; urgency=low

  * New upstream version.
    + New version of wml::std::href closes bug #69049
    + Now depend on current versions of Debian packages included in WML
      upstream tarball (closes: #70564)
  * Remove RPM spec file from /usr/share/doc. (closes: #70474)

 -- Brian Bassett   Thu,  7 Sep 2000 15:58:19 -0700

wml (2.0.2-1) unstable; urgency=low

  * New upstream version.

 -- Brian Bassett   Fri, 23 Jun 2000 22:40:36 -0700

wml (2.0.1-2) unstable; urgency=low

  * Depend on correct version of mp4h. (closes: #65392)
  * Add to README.Debian documenting the problems with man pages.
    (closes: #65394)
  * Close bugs fixed upstream:
    +  filenames are sane. (closes: #65171)

 -- Brian Bassett   Sun, 18 Jun 2000 12:32:13 -0700

wml (2.0.1-1) unstable; urgency=low

  * New upstream version.
    + WML_*_ISOTIME are really in ISO format. (closes: #59627)
  * Fix broken man pages. (closes: #54012)
  * Build-depend on perl-5.005. (hopefully closes: #52468)

 -- Brian Bassett   Wed,  7 Jun 2000 21:35:04 -0700

wml (1.99.8-1) experimental; urgency=low

  * Upload a pre-2.0 to experimental to start getting the kinks out of
    the new WMLs.

 -- Brian Bassett   Sun, 23 Apr 2000 13:08:42 -0700

wml (1.7.4-6) frozen unstable; urgency=low

  * Fixed va_arg cruft in mhc for powerpc. (closes: #58254)

 -- Brian Bassett   Sat, 19 Feb 2000 14:16:34 -0800

wml (1.7.4-5) frozen unstable; urgency=low

  * Applied epilog patch from James A. Treacy .

 -- Brian Bassett   Fri, 11 Feb 2000 19:34:31 -0800

wml (1.7.4-4) unstable; urgency=low

  * Fixed missing symbol in the internal GD module. (closes: #54773)
  * Add Suggests: for shtool and tarcust to support wml::mod::MakeMaker
    (closes: #43473)
  * Don't use internal Text::Delimmatch (adds Depends: on
    libdelimmatch-perl)

 -- Brian Bassett   Tue, 11 Jan 2000 16:26:42 -0800

wml (1.7.4-3) unstable; urgency=low

  * Fixed man page formatting problems (Thanks, ps.1!!) (closes:
    #53328)
  * Build the internal GD module against the libgd-gif1 library.  The
    libgd-perl package is moving toward linking against the PNG
    generating libgd1g.  This is double-plus-ungood.  (At least as far as
    wml is concerned.) (closes: #53306)
  * Don't use the internal Getopt::Long (This is in perl-5.005, heck)
    and Term::Readkey (brings in a Depends: on libterm-readkey-perl)

 -- Brian Bassett   Sat,  1 Jan 2000 16:32:25 -0800

wml (1.7.4-2) unstable; urgency=low

  * New maintainer.
  * Moved man pages in cat directories to man directories. (closes:
    #43745)
  * Fixed bad man page links. (closes: #43426, #45314)
  * wml::fmt::verbatim  tag no longer protected against
    pass 6 (the pass where all the magic happens) (closes: #51226)

 -- Brian Bassett   Wed,  1 Dec 1999 13:40:18 -0800

wml (1.7.4-1) unstable; urgency=low

  * New upstream release.
  * Applied patch posted by upstream maintainer on October 11, 1999.
    Fixes WMLOPTS quoting bug in wml.src.
  * Added #DEBHELPER# in postinst so that the link
    "/usr/doc/wml -> ../share/doc/wml" is made.

 -- Anthony Fok   Sat, 16 Oct 1999 14:20:42 -0600

wml (1.7.3-2) unstable; urgency=low

  * Applied patches posted by upstream maintainer on October 3, 1999
    (fixes wmk.src and divert.src).

 -- Anthony Fok   Mon,  4 Oct 1999 04:47:46 -0600

wml (1.7.3-1) unstable; urgency=low

  * New upstream release (closes: Bug#34340, Bug#34360, Bug#45748).
  * "Hi-jacked" the package :-) due to prolonged maintainer absence.
    See Bug#39659.  This way, at least I can receive the bug reports.
    I do hope that either Heiko or Denis could maintain this package
    in the long run though.  :-)
  * Standards-Version: 3.0.1.
  * Further modularize the package: removed wml_p9_slice and HTML::Clean,
    and instead the package depends on slice and iselect, and
    recommends libhtml-clean-perl.  Thanks to suggestion from upstream
    maintainer Denis Barbier.
  * [debian/rules]: dh_perl usr/lib/wml/perl/lib, otherwise it can't find
      the perl-5.005-specific libraries.

 -- Anthony Fok   Sat,  2 Oct 1999 08:34:28 -0600

wml (1.7.2-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream bugfix release.

 -- Anthony Fok   Wed,  7 Jul 1999 00:20:51 -0600

wml (1.7.1-0.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Recompiled for perl-5.005.
  * Partially upgraded to standards version 3.0.0:
     - Updated copyright to point to /usr/share/common-licenses
     - FHS-compliance, with the notable exception of the
       /usr/doc/wml -> /usr/share/doc/wml switch.
  * [debian/rules]: Uses dh_perl to generate perl dependency instead of
      hard-coding it in debian/control.  (Thanks Raphaël!  :-)
  * [debian/control]: Updated dependencies to the perl-5.005-compliant
      versions of eperl, libgd-perl, and wwwtable.

 -- Anthony Fok   Tue,  6 Jul 1999 11:24:50 -0600

wml (1.7.1-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Applied patches posted by Denis Barbier (WML upstream maintainer)
    on the sw-wml@engelschall.com mailing list (as of 1999-06-09).
  * [debian/control]: Now Recommends: tidy (>= 19990415-1)
     and made appropriate changes in configure.in and Makefile.in.

 -- Anthony Fok   Fri, 11 Jun 1999 08:36:31 -0600

wml (1.7.1-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer upload.

 -- Anthony Fok   Sun,  6 Jun 1999 00:19:33 -0600

wml (1.6.8-0.1) frozen unstable; urgency=low

  * New upstream release (mainly bugfixes).
  * Non-maintainer release.
  * [debian/copyright]: Added a note about the new official WML maintainer
     Denis Barbier .
  * Added the /usr/doc/wml/wml_contrib directory.

 -- Anthony Fok   Fri, 15 Jan 1999 03:41:03 -0700

wml (1.6.7-0.3) frozen unstable; urgency=low

  * Non-maintainer release.
  * Applied patches by Denis Barbier 
    on the sw-wml@engelschall.com mailing list, posted on 1999-01-04:
      - [wml_backend/p1_ipp/ipp.src]: wml-ipp.patch
         "invokes parseblock only if a sequence '/*' is found,"
         and gives an overall 30% speed-up.
      - [wml_frontend/wml.src]: wml-timer.patch fixes "wrong display of
         timers when using --pass."
      - [wml_include/des/navbar.src]: fixes "single quotes problem."

 -- Anthony Fok   Mon,  4 Jan 1999 05:17:30 -0700

wml (1.6.7-0.2) frozen unstable; urgency=low

  * Non-maintainer release.
  * [wml_include/std/logo.src]: (logo.wml) Added the missing semi-colon.
      Thanks to Stephane Bortzmeyer for the
      bug report and patch (closes: Bug#28695).

 -- Anthony Fok   Fri,  1 Jan 1999 07:22:49 -0700

wml (1.6.7-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.
  * [debian/control]: Now Depends: on eperl (>= 2.2.14-0.1).

 -- Anthony Fok   Sun,  2 Aug 1998 18:51:03 -0600

wml (1.6.6-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.

 -- Anthony Fok   Thu, 25 Jun 1998 23:19:59 -0600

wml (1.6.5-0.2) unstable; urgency=low

  * Non-maintainer release.
  * Corrected the dates of the W3C documents in wml_frontend/wmd.txt
    (/usr/lib/wml/aux/wmd.txt).

 -- Anthony Fok   Thu, 18 Jun 1998 21:22:01 -0600

wml (1.6.5-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.
  * Updated ./wml_docs/wml_std_css2.txt (/usr/man/cat7/wml_std_css2.7.gz)
    with http://www.w3.org/TR/REC-CSS2/css2.txt.  :-)

 -- Anthony Fok   Wed, 17 Jun 1998 09:00:18 -0600

wml (1.6.4-1.1) frozen unstable; urgency=low

  * Non-maintainer release.
  * configured w/o --with-compat because it no longer exists.  :-)
  * Added a hack in wml_common/Makefile.in to make sure that the non-free
    Perl GD.pm module is not compiled.  (Thanks to Heiko for the idea.)
  * Upgraded to standards version 2.4.1.0 (no changes).
  * WML 1.6.4 is a *bug-fix* release, and wml_1.6.4-0.1 was uploaded
    *before* the freeze AFAIK (on March 23, 1998), so please put it in Hamm!

 -- Anthony Fok   Tue, 19 May 1998 00:33:49 -0600

wml (1.6.4-1) frozen unstable; urgency=low

  * New upstream.
  * Maintainer-Release -- Thanks, Anthony.
  * configured w/o --with-openworld to make it independend
    on other perl modules (GetOpt::Long, ...)
  * configured w/ --with-compat

 -- Heiko Schlittermann   Mon, 11 May 1998 17:05:42 +0200

wml (1.6.4-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.

 -- Anthony Fok   Mon, 23 Mar 1998 12:03:41 -0700

wml (1.6.3-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.

 -- Anthony Fok   Thu,  5 Mar 1998 08:05:39 -0700

wml (1.6.2-0.2) unstable; urgency=low

  * Non-maintainer release.
  * Editted wml.src (hence /usr/bin/wml) so that the output of `pwd`
    is quoted to ensure the space in directory names are preserved
    so pass 2 won't crash any more.  Thanks to Graham Hughes
     for reporting this in Bug#17022.
    (Will forward upstream.)

 -- Anthony Fok   Tue,  3 Mar 1998 01:27:50 -0700

wml (1.6.2-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.

 -- Anthony Fok   Thu, 19 Feb 1998 04:06:22 -0700

wml (1.6.1-0.2) unstable; urgency=low

  * Non-maintainer release.
  * Oops!  I mixed up the wwwtable.1.gz and wml_aux_wwwtable.1.gz symlink!
    Fixed.  :-)
  * debian/rules: Now uses "$(MAKE) LDLOADLIBS=-lc" to fix the
    Lintian shlib-without-dependency-information warning with Perl
    *.so modules.
  * README.Debian: Added a note about the non-free wwwtable.
  * wml 1.6.1-0.1 was missing many files because of some blunders on my
    part.  Sorry!  :-)

 -- Anthony Fok   Mon, 16 Feb 1998 15:48:59 -0700

wml (1.6.1-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.
  * debian/control: now also Suggests: wwwtable (>= 1.3-1)
  * Removed the non-free wwwtable files from this package and symlinked
    them to those in the new non-free wwwtable package.

 -- Anthony Fok   Mon, 16 Feb 1998 01:37:08 -0700

wml (1.6.0-0.1) unstable; urgency=low

  * New upstream release.
  * Non-maintainer release.
  * Revised to debian/rules and various Makefile.in and configure.in
    to accommodate for the changes in upstream source directory structure.
  * Upgraded to standards version 2.4.0.0 (no changes).

 -- Anthony Fok   Tue, 10 Feb 1998 00:36:07 -0700

wml (1.5.1-0.1) unstable; urgency=low

  * New upstream non-maintainer release.
  * Updated the package description to that in the new upstream README file.

 -- Anthony Fok   Sat, 17 Jan 1998 03:40:22 -0700

wml (1.5.0-0.1) unstable; urgency=low

  * New upstream non-maintainer release.

 -- Anthony Fok   Sun, 11 Jan 1998 13:58:19 -0700

wml (1.4.11-0.1) unstable; urgency=low

  * New upstream non-maintainer release.
  * debian/rules: Added --with-openworld to ./configure so that wml
    no longer compiles and packages its own Perl GD.pm module.
  * debian/control: now also Suggests: libgd-perl (>= 1.16-1)
  * Have a Happy New Year 1998!  :)

 -- Anthony Fok   Wed, 31 Dec 1997 17:11:02 -0700

wml (1.4.10-0.1) unstable; urgency=low

  * New upstream non-maintainer release.
  * Have a Happy New Year!  :)

 -- Anthony Fok   Tue, 30 Dec 1997 17:28:16 -0700

wml (1.4.9-0.1) unstable; urgency=low

  * New upstream non-maintainer release.
  * /etc/global.weblintrc is no longer installed as a conffile.  Please refer
    to README.Debian for more information.  (Thanks to Christian Leutloff
     for the wake-up call.  :)
  * Modified /usr/bin/wml because the /usr/bin/wml_p9_slice's verbose option
    had been changed from "-x" to "-v".
  * Added "slices" attribute to  in the /usr/doc/wml/examples/demo.wml
    to force the creation of the WML_PAGE_XXX slices, otherwise the example
    won't build in WML 1.4.9.  You might need to make similar changes to
    your *.wml files too if they fail to build with this new WML.  Read
    /usr/doc/wml/changelog.gz for more information.
  * No longer rm /usr/man/cat1/wml_*.  All WML documentation, including
    "non-manpage manpages", should now be accessible with /usr/bin/wmd.
  * Added wmd.postinst to run mandb to ensure that man can find the manpages
    under /usr/man/cat1.

 -- Anthony Fok   Mon, 29 Dec 1997 11:36:20 -0700

wml (1.4.8-0.1) unstable; urgency=low

  * New upstream non-maintainer release.
  * debian/control:
     - Recommends: iselect (>= 1.0.3-1), weblint (>= 1.020-1)
     - Suggests: gfont
  * debian/rules: Replaced some files with symlinks to iselect and weblint.
  * Added new debian/conffiles with the file "/etc/global.weblintrc".
    It could be problematic if weblint's maintainer decides to conffile
    it in the future, but that hasn't happened yet, so everything should be
    fine for now.  
  * Added the new /usr/doc/wml/SUPPORT from upstream.
  * Commented out a few lines in ./Makefile.in, ./configure and
    config/configure.in to save package build time.
  * Closed Bug#13607 and Bug#15895.  They should have been fixed in recent
    non-maintainer releases.  If you find otherwise, feel free to re-open
    them.  

 -- Anthony Fok   Wed, 24 Dec 1997 18:10:55 -0700

wml (1.4.7-0.2) unstable; urgency=low

  * Thanks to Tommi Virtanen for pointing out the solution to the eperl
    segmentation fault problem!  WML should work now!  Please test!  
  * debian/control: Now Depends on perl (>= 5.004.04-3), m4 (>= 1.4-8) and
    eperl (>= 2.2.8-0.2).
  * debian/rules:
     - Removed --enable-compat from the command-line option of ./configure.
       We can live without the obsolete features, can't we?  
     - Replaced some files with symlinks to m4 and eperl.

 -- Anthony Fok   Mon, 22 Dec 1997 07:10:16 -0700

wml (1.4.7-0.1) unstable; urgency=low

  * New upstream (non-maintainer) release.
  * Added the new /usr/doc/wml/BUGREPORT from upstream.

 -- Anthony Fok   Sat, 20 Dec 1997 18:58:22 -0700

wml (1.4.6-0.1) unstable; urgency=low

  * New upstream non-maintainer libc6 release.
  * debian/rules:
     - Now uses debhelper.
     - Added "INSTALLDIRS=perl" to "make install" to ensure the Perl modules
       are put into the correct directories.
  * debian/control: Updated Standards-Version to 2.3.0.1.
  * Other minor changes and fixes here and there.  

  * Known bug: WML fails to compile the demo files in /usr/doc/wml/examples
    and gives the error message "Error in Pass 3 (rc=139)".  Apparently,
    /usr/bin/wml_p3_eperl gives a segmentation fault and core dump at the
    end of Pass 3.  /usr/bin/eperl from the eperl_2.2.5-1.1 package (libc6)
    seems to have the same problem (Bug#15818).  Hmm...

 -- Anthony Fok   Tue, 16 Dec 1997 17:10:47 -0700

wml (1.3.1-1) unstable; urgency=low

  * new upstream version

 -- Heiko Schlittermann   Tue, 28 Oct 1997 01:19:12 +0100

wml (1.3.0-1) unstable; urgency=low

  * new upstream version

 -- Heiko Schlittermann   Mon, 27 Oct 1997 23:37:52 +0100

wml (1.2.3-1) unstable; urgency=low

  * new upstream version

 -- Heiko Schlittermann   Sun, 5 Oct 1997 23:45:40 +0200

wml (1.2.2-1) unstable; urgency=low

  * new upstream version

 -- Heiko Schlittermann   Tue, 9 Sep 1997 22:25:13 +0200

wml (1.2.1-2) unstable; urgency=low

  * installed compiled manpages in /usr/man/cat?

 -- Heiko Schlittermann   Sat, 6 Sep 1997 11:14:58 +0200

wml (1.2.1-1) unstable; urgency=low

  * new upstream release

 -- Heiko Schlittermann   Mon, 1 Sep 1997 22:20:36 +0200

wml (1.2.0.1-2) unstable; urgency=low

  * several doc files where place directly in /usr/doc/ instead
    of /usr/doc/wml/.

 -- Heiko Schlittermann   Sun, 31 Aug 1997 16:26:38 +0200

wml (1.2.0.1-1) unstable; urgency=low

  * initial debian release

 -- Heiko Schlittermann   Sat, 23 Aug 1997 00:02:28 +0200
debian/copyright0000644000000000000000000000434012144462712011125 0ustar  This work was initially packaged for Debian by:

    Heiko Schlittermann   on Sat, 23 Aug 1997

The current version was downloaded from:

    http://thewml.org/distrib/index.phtml

The files wml_docs/wml_std_*.txt and wml_docs/wml_barebone.txt have
been removed because their licences do not meet the Debian Free
Software Guidelines.

And since the upstream tar ball contains quite a lot of embedded code
copies not used by Debian, all files not necessary for building the
Debian package have been removed for the repackaged upstream tar ball,
too. See the get-orig-source target in debian/rules for the details.

Upstream Authors:

    Ralf S. Engelschall
    Denis Barbier
    Shlomi Fish

Copyright:

    Copyright © 1996-2001 Ralf S. Engelschall
    Copyright © 1999-2001 Denis Barbier
    Copyright © 2004-2008 Shlomi Fish

License:

    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This package 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.

On Debian systems, the complete text of the GNU General Public License
version 2 can be found in "/usr/share/common-licenses/GPL-2".

The Debian packaging is:

    Copyright © 1997	  Heiko Schlittermann 
    Copyright © 1997-1999 Anthony Fok 
    Copyright © 1999-2000 Brian Bassett 
    Copyright © 2000-2005 Denis Barbier 
    Copyright © 2006-2008 Luk Claes 
    Copyright © 2008	  Ben Hutchings 
    Copyright © 2008	  Rene Engelhard 
    Copyright © 2008,2010 Ingo Saitz 
    Copyright © 2010-2012 Axel Beckert 

you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later
version.
debian/wml.lintian-overrides0000644000000000000000000000273012264363067013360 0ustar  # Bug in pod2man
manpage-has-bad-whatis-entry usr/share/man/man1/wmd_missing.1.gz
manpage-has-bad-whatis-entry usr/share/man/man7/wml_faq.7.gz
manpage-has-bad-whatis-entry usr/share/man/man7/wml_intro.7.gz
manpage-has-bad-whatis-entry usr/share/man/man7/wml_macros.7.gz
manpage-has-bad-whatis-entry usr/share/man/man7/wml_tags.7.gz
manpage-has-bad-whatis-entry usr/share/man/man7/wml_tutorial.7.gz

# Long code line
manpage-has-errors-from-man usr/share/man/man3/WML::GD.3pm.gz 891: warning [p 10, 2.2i]: can't break line

# Intended, point to binaries from dependencies
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_freetable ../../../bin/freetable
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_htmlclean ../../../bin/htmlclean
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_iselect ../../../bin/iselect
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_linklint ../../../bin/linklint
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_tidy ../../../bin/tidy
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_txt2html ../../../bin/txt2html
package-contains-broken-symlink usr/lib/wml/exec/wml_aux_weblint ../../../bin/weblint
package-contains-broken-symlink usr/lib/wml/exec/wml_p2_mp4h ../../../bin/mp4h
package-contains-broken-symlink usr/lib/wml/exec/wml_p3_eperl ../../../bin/eperl
package-contains-broken-symlink usr/lib/wml/exec/wml_p4_gm4 ../../../bin/m4
package-contains-broken-symlink usr/lib/wml/exec/wml_p9_slice ../../../bin/slice
debian/docs0000644000000000000000000000020212144462712010036 0ustar  ANNOUNCE
BUGREPORT
COPYRIGHT
COPYRIGHT.OTHER
CREDITS
MANIFEST
NEWS
README
README.mp4h
SUPPORT
VERSION
VERSION.HISTORY
wml_contrib
debian/control0000644000000000000000000000403712264357671010612 0ustar  Source: wml
Section: web
Priority: optional
Maintainer: Debian WML Packaging Team 
Uploaders: Axel Beckert 
Standards-Version: 3.9.5
Build-Depends: autotools-dev,
               debhelper (>= 9~),
               eperl,
               freetable,
               libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev,
               libimage-size-perl,
               libpng-dev,
               libterm-readkey-perl,
               linklint,
               m4,
               mp4h,
               perl (>= 5.8.0),
               slice,
               txt2html,
               weblint-perl,
               zlib1g-dev
Homepage: https://bitbucket.org/shlomif/website-meta-language
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-wml/wml.git
Vcs-Git: git://anonscm.debian.org/pkg-wml/wml.git

Package: wml
Architecture: any
Depends: eperl (>= 2.2.14-2),
         libbit-vector-perl,
         libimage-size-perl,
         libterm-readkey-perl,
         m4 (>= 1.4-8),
         mp4h (>= 1.1.1-1),
         slice (>= 1.3.7-0.1),
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Recommends: iselect (>= 1.2.0-2),
            libhtml-clean-perl (>= 0.7-3),
            linklint,
            tidy (>= 19990415-1),
            txt2html
Suggests: freetable,
          imagemagick,
          libwww-perl,
          shtool (>= 1.5.1-1),
          tardy,
          w3-recs,
          weblint-perl
Description: off-line HTML generation toolkit
 WML (Website META Language) is a free and extensible Webdesigner's
 off-line HTML generation toolkit for Unix.  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.
debian/README.Debian0000644000000000000000000000135512144462712011236 0ustar  wml for Debian
==============

Other pieces of software
------------------------

WML is shipped upstream as a bunch of many programs. Some of them are
already packaged by Debian developers, so they are not included here.
For instance, WML documentation refers to wml_aux_tidy. but this is a
link against tidy, and is only available if this package has been
installed.  Links on manpages are not created to prevent dangling
symlinks, but a convenient way to browse WML documentation is to run the
wmd script.

W3C Specs
---------

The W3C papers are also thrown away since they are quite large and if
they were that interesting for Debian users, they would have their own
package.

 -- Axel Beckert , Mon,  8 Mar 2010 00:14:04 +0100
debian/dirs0000644000000000000000000000011212247400540010042 0ustar  usr/lib/wml/exec
usr/share/man/man1
usr/share/man/man3
usr/share/man/man7
debian/source/0000755000000000000000000000000012144462712010471 5ustar  debian/source/format0000644000000000000000000000001412144462712011677 0ustar  3.0 (quilt)
debian/links0000644000000000000000000000106612264363561010244 0ustar  usr/bin/mp4h	usr/lib/wml/exec/wml_p2_mp4h
usr/bin/eperl	usr/lib/wml/exec/wml_p3_eperl
usr/bin/m4	usr/lib/wml/exec/wml_p4_gm4
usr/bin/slice	usr/lib/wml/exec/wml_p9_slice
usr/bin/freetable	usr/lib/wml/exec/wml_aux_freetable
usr/bin/htmlclean	usr/lib/wml/exec/wml_aux_htmlclean
usr/bin/iselect	usr/lib/wml/exec/wml_aux_iselect
usr/bin/linklint	usr/lib/wml/exec/wml_aux_linklint
usr/bin/tidy	usr/lib/wml/exec/wml_aux_tidy
usr/bin/txt2html	usr/lib/wml/exec/wml_aux_txt2html
usr/bin/weblint	usr/lib/wml/exec/wml_aux_weblint
usr/share/wml/data/logos	usr/lib/wml/data/logos
debian/TODO0000644000000000000000000001447012144462712007667 0ustar  Check implications if $(DEBIAN_DIR)/wml_{aux,common}/htmlclean was not
deleted on building the repackaged orig.tar.gz. See #581460.

W: wml: manpage-has-bad-whatis-entry usr/share/man/man1/wmd_missing.1.gz
N: 
N:    Each manual page should start with a "NAME" section, which lists the
N:    name and a brief description of the page separated by "\-". These
N:    sections are parsed by "mandb" and stored in a database for the use of
N:    "apropos" and "whatis", so they must be in a certain format. This manual
N:    page apparently uses the wrong format and cannot be parsed by "mandb".
N:    
N:    Refer to the lexgrog(1) manual page, the groff_man(7) manual page, and
N:    the groff_mdoc(7) manual page for details.
N:    
N:    Severity: normal, Certainty: certain
N: 
I: wml: spelling-error-in-manpage usr/share/man/man3/wml::des::typography.3.gz choosen chosen
N: 
N:    Lintian found a spelling error in the manpage. Lintian has a list of
N:    common misspellings that it looks for. It does not have a dictionary
N:    like a spelling checker does.
N:    
N:    If the string containing the spelling error is translated with the help
N:    of gettext (with the help of po4a, for example) or a similar tool,
N:    please fix the error in the translations as well as the English text to
N:    avoid making the translations fuzzy. With gettext, for example, this
N:    means you should also fix the spelling mistake in the corresponding
N:    msgids in the *.po files.
N:    
N:    Severity: minor, Certainty: possible
N: 
I: wml: spelling-error-in-manpage usr/share/man/man3/wml::des::typography.3.gz choosen chosen
W: wml: manpage-has-errors-from-man usr/share/man/man3/wml_aux_txt2html.3.gz 18: warning: numeric expression expected (got a space)
N: 
N:    This man page provokes warnings or errors from man.
N:    
N:    "cannot adjust" or "can't break" are trouble with paragraph filling,
N:    usually related to long lines. Adjustment can be helped by left
N:    justifying, breaks can be helped with hyphenation, see "Manipulating
N:    Filling and Adjusting" and "Manipulating Hyphenation" in the manual.
N:    
N:    "can't find numbered character" usually means latin1 etc in the input,
N:    and this warning indicates characters will be missing from the output.
N:    You can change to escapes like \[:a] described on the groff_char man
N:    page.
N:    
N:    Other warnings are often formatting typos, like missing quotes around a
N:    string argument to .IP. These are likely to result in lost or malformed
N:    output. See the groff_man (or groff_mdoc if using mdoc) man page for
N:    information on macros.
N:    
N:    This test uses man's --warnings option to enable groff warnings that
N:    catch common mistakes, such as putting . or ' characters at the start of
N:    a line when they are intended as literal text rather than groff
N:    commands. This can be fixed either by reformatting the paragraph so that
N:    these characters are not at the start of a line, or by adding a
N:    zero-width space (\&) immediately before them.
N:    
N:    At worst, warning messages can be disabled with the .warn directive, see
N:    "Debugging" in the groff manual.
N:    
N:    To test this for yourself you can use the following command:
N:     LANG=C MANWIDTH=80 man --warnings -E UTF-8 -l manpage-file >/dev/null
N:    
N:    Severity: normal, Certainty: certain
N: 
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:18
N: 
N:    This manual page seems to contain a hyphen where a minus sign was
N:    intended. By default, "-" chars are interpreted as hyphens (U+2010) by
N:    groff, not as minus signs (U+002D). Since options to programs use minus
N:    signs (U+002D), this means for example in UTF-8 locales that you cannot
N:    cut and paste options, nor search for them easily. The Debian groff
N:    package currently forces "-" to be interpreted as a minus sign due to
N:    the number of manual pages with this problem, but this is a
N:    Debian-specific modification and hopefully eventually can be removed.
N:    
N:    "-" must be escaped ("\-") to be interpreted as minus. If you really
N:    intend a hyphen (normally you don't), write it as "\(hy" to emphasise
N:    that fact. See groff(7) and especially groff_char(7) for details, and
N:    also the thread starting with
N:    http://lists.debian.org/debian-devel/2003/debian-devel-200303/msg01481.h
N:    tml
N:    
N:    If you use some tool that converts your documentation to groff format,
N:    this tag may indicate a bug in the tool. Some tools convert dashes of
N:    any kind to hyphens. The safe way of converting dashes is to convert
N:    them to "\-".
N:    
N:    Because this error can occur very often, Lintian shows only the first 10
N:    occurrences for each man page and give the number of suppressed
N:    occurrences. If you want to see all warnings, run Lintian with the
N:    -d/--debug option.
N:    
N:    Refer to the groff_char(7) manual page for details.
N:    
N:    Severity: wishlist, Certainty: possible
N: 
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:29
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:153
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:154
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:155
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:156
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:157
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:158
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:159
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz:160
I: wml: hyphen-used-as-minus-sign usr/share/man/man3/wml_aux_txt2html.3.gz 25 more occurrences not shown
I: wml: spelling-error-in-manpage usr/share/man/man3/wml_p1_ipp.3.gz informations information
W: wml: manpage-has-bad-whatis-entry usr/share/man/man7/wml_faq.7.gz
W: wml: manpage-has-bad-whatis-entry usr/share/man/man7/wml_intro.7.gz
W: wml: manpage-has-bad-whatis-entry usr/share/man/man7/wml_macros.7.gz
W: wml: manpage-has-errors-from-man usr/share/man/man7/wml_macros.7.gz  Invalid or incomplete multibyte or wide character
W: wml: manpage-has-bad-whatis-entry usr/share/man/man7/wml_tags.7.gz
W: wml: manpage-has-bad-whatis-entry usr/share/man/man7/wml_tutorial.7.gz
debian/NEWS0000644000000000000000000000144312144462712007672 0ustar  wml (2.0.11ds2-1) unstable; urgency=low

  The embedded code copy of txt2html (beyond others) has been removed.
  From now on, wml no more chooses between the embedded code copy and
  Debian's txt2html package based on the parameters given to
  &wml_fmt_text() and always uses Debian's txt2html package.

  The package txt2html is still only Recommended since it's not strictly
  necessary for wml usage. It is only needed if the module wml::fmt::text
  is used. The man page wml_aux_txt2html has been removed, too, instead of
  symlinked to the txt2html man page, because otherwise the Recommendation
  would have to be upgraded to a strict Dependency. See the
  wml::fmt::text(3) man page for the usage of txt2html from within WML.

 -- Axel Beckert   Mon, 05 Apr 2010 17:22:05 +0200

debian/rules0000755000000000000000000000762712264360561010267 0ustar  #!/usr/bin/make -f

SHELL = /bin/sh

r = $(shell pwd)/debian/wml
t = $(shell pwd)/debian/tmp
p = wml

# Repackaging variables
DEBIAN_REVISION := $(shell echo -n `head -1 debian/changelog | sed -e 's/^.*(\(.*\)).*$$/\\1/'`)
DEBIAN_VERSION := $(shell echo -n $(DEBIAN_REVISION) | sed -e 's/-.*//')
UPSTREAM_VERSION := $(shell echo -n $(DEBIAN_VERSION) | sed -e 's/ds[0-9]$$//')
UPSTREAM_DIR := "$(t)/wml-$(UPSTREAM_VERSION)"
DEBIAN_DIR := "$(t)/wml-$(UPSTREAM_VERSION).orig"

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autotools-dev

override_dh_auto_configure:
	dh_auto_configure -Dwml_common/gd
	env -uCFLAGS -uCPPFLAGS -uLDFLAGS dh_auto_configure

override_dh_auto_install:
	dh_auto_install                              -- prefix=$(r)/usr mandir=$(r)/usr/share/man INSTALLDIRS=perl
	dh_auto_install -Dwml_common/filepathconvert -- prefix=$(r)/usr mandir=$(r)/usr/share/man INSTALLDIRS=perl
	dh_auto_install -Dwml_common/gd              -- prefix=$(r)/usr mandir=$(r)/usr/share/man INSTALLDIRS=perl
	# Install icons for wml::std::logo
	dh_auto_install -Dwml_misc -- libdir=$(r)/usr/share/wml

	find $(r)/usr -type f -name .packlist -delete
	find $(r) -type d -empty -delete
	#   Fix documentation
	for f in $(r)/usr/share/man/*/*; do \
	   sed -e 's|.*/\([^/	]*\)	.*/\([^/	]*\)|s/\2/\1/|' debian/links |\
	   sed -f - $$f > $$f.new && mv $$f.new $$f; \
	done

override_dh_installdocs:
	dh_installdocs
	find $(r) '(' -name '*.spec' -o -name '*.spec.in' ')' -delete

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

override_dh_perl:
	dh_perl usr/lib/wml/perl/lib

########################################################
### The remainder is just the get-orig-source target ###
########################################################
get-orig-source:
	# Prepare repackaging directory
	rm -rf $(t)
	mkdir -p $(t)
	# Unpack tar ball as downloaded by uscan(1)
	tar xvz -C $(t) -f ../wml_$(UPSTREAM_VERSION).orig.tar.gz
	# Rename directory
	mv -v $(UPSTREAM_DIR) $(DEBIAN_DIR)

	# We don't want upstream VCS stuff in our orig.tar.gz
	-find $(DEBIAN_DIR) -name .svn -exec rm -rvf '{}' ';'

	# Also remove stuff which should not belong in the upstream
	# distribution files either.
	find $(DEBIAN_DIR) -name '*~' -exec rm -rvf '{}' ';'
	find $(DEBIAN_DIR) -name '*.tmp' -exec rm -rvf '{}' ';'

	# Remove stuff which will be removed by make distclean anyway
	find $(DEBIAN_DIR) -mindepth 1 -name '*.orig' -exec rm -rvf '{}' ';'
	rm -rvf $(DEBIAN_DIR)/wml_backend/p2_mp4h/autom4te.cache

	# Remove non-free stuff
	rm -vf $(DEBIAN_DIR)/wml_docs/wml_std_*.txt
	rm -vf $(DEBIAN_DIR)/wml_docs/wml_barebone.txt

	# This was maybe not the brightest idea, if one wants to
	# switch to dh-autoreconf...
	find $(DEBIAN_DIR) -name 'configure.in' -exec rm -rvf '{}' ';'

	# Remove all embedded code copies not needed to build the
	# Debian package.
	rm -vf $(DEBIAN_DIR)/config/aclocal.m4
	rm -vf $(DEBIAN_DIR)/config/configure*
	rm -vf $(DEBIAN_DIR)/config/prep_modules_files.sh
	rm -rvf $(DEBIAN_DIR)/wml_aux/freetable
	rm -rvf $(DEBIAN_DIR)/wml_aux/txt2html
	rm -rvf $(DEBIAN_DIR)/wml_aux/htmlclean
	rm -rvf $(DEBIAN_DIR)/wml_aux/iselect
	rm -rvf $(DEBIAN_DIR)/wml_aux/linklint
	rm -rvf $(DEBIAN_DIR)/wml_aux/tidy
	rm -rvf $(DEBIAN_DIR)/wml_aux/weblint
	rm -rvf $(DEBIAN_DIR)/wml_backend/p2_mp4h
	rm -rvf $(DEBIAN_DIR)/wml_backend/p3_eperl
	rm -rvf $(DEBIAN_DIR)/wml_backend/p4_gm4
	rm -rvf $(DEBIAN_DIR)/wml_backend/p9_slice
	rm -rvf $(DEBIAN_DIR)/wml_common/bitvector
	rm -rvf $(DEBIAN_DIR)/wml_common/gd/libgd
	rm -rvf $(DEBIAN_DIR)/wml_common/getoptlong
	rm -rvf $(DEBIAN_DIR)/wml_common/imagesize
	rm -rvf $(DEBIAN_DIR)/wml_common/io
	rm -rvf $(DEBIAN_DIR)/wml_common/htmlclean
	rm -rvf $(DEBIAN_DIR)/wml_common/termreadkey
	# Do not remove wml_test for now.

	# Pack the Debian Source
	tar cv -C $(t) -f ../wml_$(DEBIAN_VERSION).orig.tar \
		wml-$(UPSTREAM_VERSION).orig
	gzip -9vf ../wml_$(DEBIAN_VERSION).orig.tar

	# Clean up again
	rm -rf $(t)