From a6e015058a0e8f7917268f7251468e654617af29 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 30 Jul 2007 18:58:26 +0000 Subject: Update to 1.78: 1.78 (2007-06-05) * NEW FEATURES ------------ * Transliterate accented characters in file names. Use Text::Unidecode if detected. * Handle @frenchspacing, @tie, @indent, @setcontentsaftertitlepage, @setshortcontentsaftertitlepage and the obsolete @allow-recursion and @quote-arg. * With book style the Table of Contents is put where it is set. * Use more numeric entities, especially for accented letters. * The `examples' directory now contains an init file for Mediawiki output. Mediawiki is the GPL'd wiki used by Wikipedia. * new init file tex4ht.init. With this init file, httex or htlatex from tex4ht is used to format @tex and @math. * Init files now have a chance to override all file names, rather than just page names. * Put the images under a double licence by adding back their original GPL licence. * If SIMPLE_MENU is true the menu is simply enclosed in a preformatted environment. * The user can bypass the texi2html functions and provide his own function to do things similar that what is done for interfacing with LaTeX2HTML or tex4ht. * LaTeX2HTML stuff is moved out of texi2html.pl, to T2h_l2h.pm. * Add $USER and $DATE variables to override the defaults detected for the footer. * COMPATIBILITY ------------- * $TOP_FILE and $TOC_FILE are only set if set by the user. The elements file names are in the hash reference $Texi2HTML::THISDOC{'filename'} for use in init files. * The API for image, normal_text, paragraph and node_file_name has changed. * The $ENCODING variable is deprecated, replaced by $ENCODING_NAME and $OUT_ENCODING. * utf8 is used as default out file encoding. This should allow for utf8 translations for languages which cannot use @-commands for non ascii characters. * Use entities for ``, '', ---, -- and quotes used for some formatting @-commands if $USE_ISO is set. * don't set unset MENU-ENTRY-NAME if it is similar with the NODE-NAME, it is useless as it is a construct that shouldn't happen. * avoid menu entry and description redundancy in the formatting function and not in the main program. * accept - in @-command names (compatibility with makeinfo) * in user-defined macro arguments a comma in brace is escaped (compatibility with makeinfo from texinfo 4.8.90) * don't add the section title to the html title when the document isn't split * BUG FIXES --------- * When the file extension is set to the empty string, a trailing `.' will not be automatically added to file names. * The texi2html script is now created by make and not configure. * It is possible to build the translation files from outside of the build directory. * When configure detects that no Data::Dumper is present, the build scripts will simply copy the files instead of breaking. * remove handling of quotation second arg, quotation has only one arg. * handle nested ifset/ifclear. * Improved handling of @sc and @centerchap. * More flexible normal_text. * style_stack really contains the formatting @-commands. * caching of html generated by latex2html reenabled. * when not split and no section navigation is output, the about page and navigation direction are not output for all the elements. --- textproc/texi2html/Makefile | 8 +-- textproc/texi2html/PLIST | 143 +++++++++++++++++++++++--------------------- textproc/texi2html/distinfo | 8 +-- 3 files changed, 84 insertions(+), 75 deletions(-) (limited to 'textproc') diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 3c68abc0259..b0b551a2209 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2006/11/05 17:06:43 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2007/07/30 18:58:26 wiz Exp $ -DISTNAME= texi2html-1.76 +DISTNAME= texi2html-1.78 CATEGORIES= textproc MASTER_SITES= http://savannah.nongnu.org/download/texi2html/ @@ -13,9 +13,9 @@ CONFLICTS= teTeX-bin-1.* PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl:run +USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/textproc/texi2html/PLIST b/textproc/texi2html/PLIST index 6158b09505c..51104c8f56e 100644 --- a/textproc/texi2html/PLIST +++ b/textproc/texi2html/PLIST @@ -1,93 +1,102 @@ -@comment $NetBSD: PLIST,v 1.3 2006/03/30 03:44:44 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/07/30 18:58:26 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/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/images/COPYING -share/texi2html/images/Mybg.gif -share/texi2html/images/a_begin.gif -share/texi2html/images/a_begin_na.gif -share/texi2html/images/a_document.gif -share/texi2html/images/a_document_na.gif -share/texi2html/images/a_empty.gif -share/texi2html/images/a_end.gif -share/texi2html/images/a_end_na.gif -share/texi2html/images/a_help.gif -share/texi2html/images/a_help_na.gif -share/texi2html/images/a_index.gif -share/texi2html/images/a_index_na.gif -share/texi2html/images/a_left.gif -share/texi2html/images/a_left_na.gif -share/texi2html/images/a_leftdouble.gif -share/texi2html/images/a_leftdouble_na.gif -share/texi2html/images/a_page.gif -share/texi2html/images/a_page_na.gif -share/texi2html/images/a_right.gif -share/texi2html/images/a_right_na.gif -share/texi2html/images/a_rightdouble.gif -share/texi2html/images/a_rightdouble_na.gif -share/texi2html/images/a_search.gif -share/texi2html/images/a_search_na.gif -share/texi2html/images/a_searchdoc.gif -share/texi2html/images/a_searchdoc_na.gif -share/texi2html/images/a_tableofcon.gif -share/texi2html/images/a_tableofcon_na.gif -share/texi2html/images/a_top.gif -share/texi2html/images/a_top_na.gif -share/texi2html/images/a_up.gif -share/texi2html/images/a_up_na.gif +share/texi2html/images/COPYING.Attribution-ShareAlike +share/texi2html/images/GPL +share/texi2html/images/Mybg.png +share/texi2html/images/README +share/texi2html/images/a_begin.png +share/texi2html/images/a_begin_na.png +share/texi2html/images/a_document.png +share/texi2html/images/a_document_na.png +share/texi2html/images/a_empty.png +share/texi2html/images/a_end.png +share/texi2html/images/a_end_na.png +share/texi2html/images/a_help.png +share/texi2html/images/a_help_na.png +share/texi2html/images/a_index.png +share/texi2html/images/a_index_na.png +share/texi2html/images/a_left.png +share/texi2html/images/a_left_na.png +share/texi2html/images/a_leftdouble.png +share/texi2html/images/a_leftdouble_na.png +share/texi2html/images/a_page.png +share/texi2html/images/a_page_na.png +share/texi2html/images/a_right.png +share/texi2html/images/a_right_na.png +share/texi2html/images/a_rightdouble.png +share/texi2html/images/a_rightdouble_na.png +share/texi2html/images/a_search.png +share/texi2html/images/a_search_na.png +share/texi2html/images/a_searchdoc.png +share/texi2html/images/a_searchdoc_na.png +share/texi2html/images/a_tableofcon.png +share/texi2html/images/a_tableofcon_na.png +share/texi2html/images/a_top.png +share/texi2html/images/a_top_na.png +share/texi2html/images/a_up.png +share/texi2html/images/a_up_na.png share/texi2html/images/bg.jpg -share/texi2html/images/bg_left.gif -share/texi2html/images/bg_right.gif -share/texi2html/images/blue_dir.gif -share/texi2html/images/blue_down.gif -share/texi2html/images/blue_grab.gif -share/texi2html/images/blue_help.gif -share/texi2html/images/blue_next.gif -share/texi2html/images/blue_nnext.gif -share/texi2html/images/blue_pprev.gif -share/texi2html/images/blue_prev.gif -share/texi2html/images/blue_readme.gif -share/texi2html/images/blue_top.gif -share/texi2html/images/blue_up.gif -share/texi2html/images/blue_uup.gif -share/texi2html/images/contents_motif.gif -share/texi2html/images/index_motif.gif -share/texi2html/images/next_motif.gif -share/texi2html/images/next_motif_gr.gif -share/texi2html/images/previous_motif.gif -share/texi2html/images/previous_motif_gr.gif -share/texi2html/images/spacer3.gif -share/texi2html/images/xy_contents.gif -share/texi2html/images/xy_foot.gif -share/texi2html/images/xy_next.gif -share/texi2html/images/xy_next_gr.gif -share/texi2html/images/xy_nextsection.gif -share/texi2html/images/xy_nextsection_gr.gif -share/texi2html/images/xy_previous.gif -share/texi2html/images/xy_previous_gr.gif -share/texi2html/images/xy_previoussection.gif -share/texi2html/images/xy_previoussection_gr.gif -share/texi2html/images/xy_up.gif -share/texi2html/images/xy_up_gr.gif +share/texi2html/images/bg_left.png +share/texi2html/images/bg_right.png +share/texi2html/images/blue_dir.png +share/texi2html/images/blue_down.png +share/texi2html/images/blue_grab.png +share/texi2html/images/blue_help.png +share/texi2html/images/blue_next.png +share/texi2html/images/blue_nnext.png +share/texi2html/images/blue_pprev.png +share/texi2html/images/blue_prev.png +share/texi2html/images/blue_readme.png +share/texi2html/images/blue_top.png +share/texi2html/images/blue_up.png +share/texi2html/images/blue_uup.png +share/texi2html/images/contents_motif.png +share/texi2html/images/index_motif.png +share/texi2html/images/next_motif.png +share/texi2html/images/next_motif_gr.png +share/texi2html/images/previous_motif.png +share/texi2html/images/previous_motif_gr.png +share/texi2html/images/spacer3.png +share/texi2html/images/xy_contents.png +share/texi2html/images/xy_foot.png +share/texi2html/images/xy_next.png +share/texi2html/images/xy_next_gr.png +share/texi2html/images/xy_nextsection.png +share/texi2html/images/xy_nextsection_gr.png +share/texi2html/images/xy_previous.png +share/texi2html/images/xy_previous_gr.png +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/my-bib-macros.texi share/texi2html/noheaders.init share/texi2html/roff.init +share/texi2html/tex4ht.init share/texi2html/utf8.init share/texi2html/xhtml.init -@dirrm share/doc/texi2html @dirrm share/texi2html/images @dirrm share/texi2html/i18n @dirrm share/texi2html +@dirrm share/doc/texi2html diff --git a/textproc/texi2html/distinfo b/textproc/texi2html/distinfo index c97022f6e09..52dcb868ccc 100644 --- a/textproc/texi2html/distinfo +++ b/textproc/texi2html/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/08/16 11:37:34 adam Exp $ +$NetBSD: distinfo,v 1.6 2007/07/30 18:58:26 wiz Exp $ -SHA1 (texi2html-1.76.tar.gz) = b50bf52eb362b9eaf2c210da09752a3542455ac2 -RMD160 (texi2html-1.76.tar.gz) = 987481a32d2aabf04f6217b3f43660696e5d7473 -Size (texi2html-1.76.tar.gz) = 470207 bytes +SHA1 (texi2html-1.78.tar.gz) = 9a6ccb6026fbab390872cb6ab8bd69288aff9934 +RMD160 (texi2html-1.78.tar.gz) = 9be92744be0605c3f34bacbe7651f955884ae5f9 +Size (texi2html-1.78.tar.gz) = 559694 bytes SHA1 (patch-aa) = 9f1d1cd149b9c5adee08652a5e974e21e9b93f38 -- cgit v1.2.3