summaryrefslogtreecommitdiff
path: root/textproc/texi2html
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-02 15:31:04 +0000
committerwiz <wiz>2010-12-02 15:31:04 +0000
commit4c02dcc0c6472c892516c753343e3c048d8cb6d7 (patch)
treea90f69182d08623fc118a9f7fe43d911a9998cc3 /textproc/texi2html
parent5c3738f5ae77db0c5dfb1179425228bcaf97cf14 (diff)
downloadpkgsrc-4c02dcc0c6472c892516c753343e3c048d8cb6d7.tar.gz
Update to 5.0:
5.0 (2010-06-27) * NEW FEATURES ------------ * The program may be called as makeinfo, with a handling of options and defaults matching makeinfo. It may also be called as texi2any, with makeinfo defaults and all the texi2html command-line arguments that are not obsolete. * new info and plaintext backends, ready for world domination! Corresponding test results are added. * main program handles --xml, --docbook, --info, --html and --plaintext. * Handle @DH{}, @dh{}, @TH{}, @th{}, @headitemfont, @part and @allowcodebreaks false * Handle -o /dev/null (or NUL) like makeinfo. * Read TEXINFO_OUTPUT_FORMAT in env to determine the output format. * add 0x7F as a comment character. * When called as texi2html, output the title page at the beginning. * mediawiki backend completed. * Translations of error messages available. * BUG FIXES --------- * Handling of @itemize and @table arguments are more in line with makeinfo. * ignore @setfilename in @include'd files, as told in the texinfo manual. * many warning messages added, especially for Info to match makeinfo. * Still provide the default output with --macro-expand. * Handle correctly @w in info and html. * COMPATIBILITY ------------- * complex format handling API changed. $complex_format_map is replaced by a real hash %complex_format_map and the begin and end are no more evaluated. * If file begins with /, ./ or ../ don't search in -I. * In the default case a gettext-like framework is now used for in document string translations. The old framework is still available by setting $I18N_PERL_HASH. * Information that can be set by @-commands should now be accessed through get_conf, and also some information about the document (the information that can change for each manual being processed). * $format_list_item_texi should now modify directly the @item argument and apply the @-command given as @table argument. Correspondingly, some arguments of $table_item have been removed. * Formatting of titlepage changed, and @title, @subtitle and @author are now handled by $line_command. * @verbatiminclude is now a $raw command argument distinct from @verbatim. * @direntry is formatted like a menu and passed down to $menu_command. * $SEPARATED_FOOTNOTES has been replaced by $FOOTNOTESTYLE, that takes the same argument than @footnotestyle. * replace $LANG by $DOCUMENTLANGUAGE. * replace $DO_CONTENTS by $CONTENTS and $DO_SCONTENTS by $SHORTCONTENTS. * replace $TRANSLITERATE_NODE by $TRANSLITERATE_FILE_NAMES. * replace $SECTION_NAVIGATION by $HEADERS. * add $NODE_FILENAMES to use node names for files associated with nodes, such that $NODE_FILES only means creating redirection files. * Remove the user from footer, and the corresponding USER variable and $Texi2HTML::THISDOC{user}. * Don't do anything special anymore when the top element is empty. Also don't treat especially top element headings. * Don't skip top element heading if there was a @titlefont. * Don't treat _setfilename as a value set. It should be available through get_conf. Same for all the other @-commands previously available as values. * Changes in class attribute in html elements: Change class "toc" for ul to class "no-bullet" ($NO_BULLET_LIST_ATTRIBUTE). @top and @centerchap have now their command name as class. @node heading class is now "node-heading", instead of "node". The whole header is in an element with class "header" (was "node" when !$HEADER_IN_TABLE). * print_element_header is obsoleted, things should be directly done in element_heading. * Add 'inline_attribute' for an XML attribute that should be closed at paragraph end and reopened at paragraph begin. Consequently the closing and opening of 'attribute' isn't done anymore in paragraph and preformatted. * USE_ISO now only determines if '', `` --- and -- are transformed into entities. t2h_default_set_iso_symbols sets or unsets USE_ISO, %things_map/%pre_map/%simple_format_simple_map_texi, $OPEN_QUOTE_SYMBOL and $CLOSE_QUOTE_SYMBOL. %iso_symbols is unused now. * change in the normal_text function reference API, now there is an input variable true if in @math. * change the external_ref API, fourth argument is now the file name and add the node as an extra argument. * only install init files from maintained_extra/, they are considered to be interesting enough and maintained. * rename $Texi2HTML::THISDOC{css_lines} as $Texi2HTML::THISDOC{css_rule_lines}
Diffstat (limited to 'textproc/texi2html')
-rw-r--r--textproc/texi2html/Makefile178
-rw-r--r--textproc/texi2html/PLIST192
-rw-r--r--textproc/texi2html/distinfo8
3 files changed, 343 insertions, 35 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 8e4b3100e4a..c97a46cf0b9 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2010/01/24 17:11:17 heinz Exp $
+# $NetBSD: Makefile,v 1.31 2010/12/02 15:31:04 wiz Exp $
-DISTNAME= texi2html-1.82
+DISTNAME= texi2html-5.0
CATEGORIES= textproc
MASTER_SITES= http://savannah.nongnu.org/download/texi2html/
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.nongnu.org/texi2html/
COMMENT= Texinfo-to-HTML direct translator
LICENSE= gnu-gpl-v2
-CONFLICTS= teTeX-bin-1.*
+CONFLICTS= teTeX-bin-1.*{,nb*}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -19,4 +19,176 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INFO_FILES= yes
+REPLACE_PERL+= T2h_l2h.pm
+REPLACE_PERL+= MySimple.pm
+REPLACE_PERL+= T2h_i18n.pm
+REPLACE_PERL+= lib/libintl-perl/sample/simplecal/lib/SimpleCal.pm
+REPLACE_PERL+= lib/libintl-perl/gettext_xs/gettext_xs.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/Util.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/Messages.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/KOI8_T.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_UK.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1252.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_PS.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_5427.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO_A.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IEC_P27_1.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM290.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_ACADEMY.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CSN_369103.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_14.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_US.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM850.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IS_FRISS.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/TIS_620.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_15.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/GREEK_CCITT.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1251.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/GREEK7_OLD.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/DEC_MCS.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM1026.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/INIS.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACGREEK.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_8.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM256.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM281.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1256.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_4.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM866.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_9.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM852.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_10.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM297.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CWI.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACTHAI.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/US_ASCII.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/INIS_CYRILLIC.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM274.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM424.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_1.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM868.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACCROATIAN.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_5.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM1004.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_A.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM861.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/GOST_19768_74.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACINTOSH.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_10367_BOX.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM865.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM285.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM500.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM278.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_5427_EXT.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ECMA_CYRILLIC.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACROMANIA.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM862.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_S.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_CA_FR.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM855.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM860.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1253.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MAC_IS.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/SAMI_WS2.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_16.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM863.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_5428.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ASMO_449.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM905.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM284.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/GREEK7.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM277.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/HP_ROMAN8.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM864.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP10007.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM875.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/NATS_SEFI.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM874.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM904.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM903.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACUKRAINE.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1254.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM423.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK_1.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/INIS_8.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/KOI_8.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_2033_1983.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM280.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/VISCII.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/KOI8_RU.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM437.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_6.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/NEXTSTEP.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACCYRILLIC.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM275.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACHEBREW.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_PT.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1257.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_13.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_11.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_3.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/CP1250.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM273.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IT.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM038.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACTURKISH.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/NATS_DANO.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM880.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FR.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/KOI8_R.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE_A.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM869.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM870.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM891.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM871.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_2.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM857.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM037.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MAC_UK.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM420.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/UTF_8.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_7.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACICELAND.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE_A.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM918.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MAC_SAMI.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/MACARABIC.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST_EURO.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/KOI8_U.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM851.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData/IBM1047.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/TextDomain.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/Recode.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/Recode/_Aliases.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/Recode/_Conversions.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/RecodeData.pm
+REPLACE_PERL+= lib/libintl-perl/lib/Locale/gettext_pp.pm
+REPLACE_PERL+= lib/libintl-perl/MyInstall.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/Makefile.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/Base.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/Metadata.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/WriteAll.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/Win32.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/Can.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/inc/Module/Install/Fetch.pm
+REPLACE_PERL+= lib/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm
+REPLACE_PERL+= test/invalid/res/tex_not_closed/tex_not_closed-l2h_cache.pm
+REPLACE_PERL+= test/invalid/res/math_not_closed/math_not_closed-l2h_cache.pm
+REPLACE_PERL+= test/invalid/res/tex_in_copying/tex_in_copying-l2h_cache.pm
+REPLACE_PERL+= test/many_input_files/tex_l2h_res/mini_ker-l2h_cache.pm
+REPLACE_PERL+= test/many_input_files/tex_l2h_res/tex-l2h_cache.pm
+REPLACE_PERL+= test/formatting/res_all/tex_l2h_mediawiki/tex-l2h_cache.pm
+REPLACE_PERL+= test/formatting/res/tex_l2h_mediawiki/tex-l2h_cache.pm
+REPLACE_PERL+= test/formatting/res/tex/tex-l2h_cache.pm
+REPLACE_PERL+= test/formatting/res/block_EOL_tex/block_EOL-l2h_cache.pm
+REPLACE_PERL+= test/misc/res/mini_ker_l2h/mini_ker-l2h_cache.pm
+
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/texi2html/PLIST b/textproc/texi2html/PLIST
index 0e1a7e9ff8c..7d008bbbaa5 100644
--- a/textproc/texi2html/PLIST
+++ b/textproc/texi2html/PLIST
@@ -1,24 +1,19 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:17:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2010/12/02 15:31:04 wiz Exp $
bin/texi2html
info/texi2html.info
man/man1/texi2html.1
share/doc/texi2html/texi2html.html
-share/texi2html/bib-example.texi
-share/texi2html/book.init
-share/texi2html/chm.init
-share/texi2html/docbook.init
-share/texi2html/enable_encoding.init
-share/texi2html/glossary.texi
-share/texi2html/html32.init
-share/texi2html/i18n/de
-share/texi2html/i18n/en
-share/texi2html/i18n/es
-share/texi2html/i18n/fr
-share/texi2html/i18n/ja
-share/texi2html/i18n/nl
-share/texi2html/i18n/no
-share/texi2html/i18n/pt
-share/texi2html/i18n/pt_BR
+share/texi2html/i18n/de.thl
+share/texi2html/i18n/en.thl
+share/texi2html/i18n/es.thl
+share/texi2html/i18n/fr.thl
+share/texi2html/i18n/hu.thl
+share/texi2html/i18n/it.thl
+share/texi2html/i18n/ja.thl
+share/texi2html/i18n/nl.thl
+share/texi2html/i18n/no.thl
+share/texi2html/i18n/pt.thl
+share/texi2html/i18n/pt_BR.thl
share/texi2html/images/COPYING
share/texi2html/images/COPYING.Attribution-ShareAlike
share/texi2html/images/GPL
@@ -89,14 +84,155 @@ share/texi2html/images/xy_previoussection.png
share/texi2html/images/xy_previoussection_gr.png
share/texi2html/images/xy_up.png
share/texi2html/images/xy_up_gr.png
-share/texi2html/inlinestyle.init
-share/texi2html/l2h.init
-share/texi2html/makeinfo.init
-share/texi2html/mediawiki.init
-share/texi2html/my-bib-macros.texi
-share/texi2html/noheaders.init
-share/texi2html/roff.init
-share/texi2html/tex4ht.init
-share/texi2html/utf8.init
-share/texi2html/xhtml.init
-share/texi2html/xml.init
+share/texi2html/lib/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm
+share/texi2html/lib/libintl-perl/lib/Locale/Messages.pm
+share/texi2html/lib/libintl-perl/lib/Locale/Recode.pm
+share/texi2html/lib/libintl-perl/lib/Locale/Recode/_Aliases.pm
+share/texi2html/lib/libintl-perl/lib/Locale/Recode/_Conversions.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ASMO_449.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST_EURO.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP10007.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1250.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1251.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1252.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1253.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1254.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1256.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1257.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CSN_369103.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CWI.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/DEC_MCS.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE_A.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_CA_FR.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO_A.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_A.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_S.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE_A.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FR.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IS_FRISS.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IT.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_PT.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_UK.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_US.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ECMA_CYRILLIC.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_ACADEMY.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_PS.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GOST_19768_74.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GREEK7.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GREEK7_OLD.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GREEK_CCITT.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/HP_ROMAN8.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM037.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM038.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM1004.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM1026.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM1047.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM256.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM273.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM274.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM275.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM277.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM278.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM280.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM281.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM284.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM285.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM290.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM297.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM420.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM423.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM424.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM437.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM500.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM850.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM851.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM852.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM855.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM857.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM860.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM861.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM862.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM863.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM864.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM865.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM866.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM868.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM869.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM870.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM871.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM874.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM875.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM880.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM891.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM903.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM904.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM905.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM918.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IEC_P27_1.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/INIS.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/INIS_8.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/INIS_CYRILLIC.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_10367_BOX.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_2033_1983.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_5427.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_5427_EXT.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_5428.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_1.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_10.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_11.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_13.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_14.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_15.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_16.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_2.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_3.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_4.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_5.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_6.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_7.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_8.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_9.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_R.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_RU.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_T.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_U.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI_8.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK_1.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACARABIC.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACCROATIAN.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACCYRILLIC.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACGREEK.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACHEBREW.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACICELAND.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACINTOSH.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACROMANIA.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACTHAI.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACTURKISH.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACUKRAINE.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MAC_IS.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MAC_SAMI.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MAC_UK.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/NATS_DANO.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/NATS_SEFI.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/NEXTSTEP.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/SAMI_WS2.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/TIS_620.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/US_ASCII.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/UTF_8.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/VISCII.pm
+share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm
+share/texi2html/lib/libintl-perl/lib/Locale/TextDomain.pm
+share/texi2html/lib/libintl-perl/lib/Locale/Util.pm
+share/texi2html/lib/libintl-perl/lib/Locale/gettext_pp.pm
+share/texinfo/init/book.init
+share/texinfo/init/chm.init
+share/texinfo/init/html32.init
+share/texinfo/init/mediawiki.init
+share/texinfo/init/tex4ht.init
diff --git a/textproc/texi2html/distinfo b/textproc/texi2html/distinfo
index 847780b0404..d714ab3ac98 100644
--- a/textproc/texi2html/distinfo
+++ b/textproc/texi2html/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2009/03/06 14:34:43 wiz Exp $
+$NetBSD: distinfo,v 1.8 2010/12/02 15:31:04 wiz Exp $
-SHA1 (texi2html-1.82.tar.gz) = e7bbe1197147566250abd5c456b94c8e37e0a81f
-RMD160 (texi2html-1.82.tar.gz) = 1949d1d857cb71e1b5070e36223a26896910d523
-Size (texi2html-1.82.tar.gz) = 7350232 bytes
+SHA1 (texi2html-5.0.tar.gz) = 79264fccd434b0f1f4398ba69c839cff669226c1
+RMD160 (texi2html-5.0.tar.gz) = e94524216b93093729db0867f14efb3b78113307
+Size (texi2html-5.0.tar.gz) = 23284843 bytes
SHA1 (patch-aa) = 9f1d1cd149b9c5adee08652a5e974e21e9b93f38