summaryrefslogtreecommitdiff
path: root/textproc/texi2html
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-15 02:28:38 +0000
committerjlam <jlam@pkgsrc.org>2000-10-15 02:28:38 +0000
commitdca9a90b30ae04e0972d7f0f5b9ddddad48b3728 (patch)
tree6232b4884a6a38e7003a654a3157f708b9e20ba3 /textproc/texi2html
parent75226de8bc52229ca82c7cc694b4c03ed0b12e01 (diff)
downloadpkgsrc-dca9a90b30ae04e0972d7f0f5b9ddddad48b3728.tar.gz
Update texi2html to 1.64. Changes from version 1.52:
* New handling of command line options: - can be abbreviated to shortest unique prefix -help now works and is up-to-date * New customization variable: $T2H_HREF_DIR_INSTEAD_FILE: if set (e.g., to index.html) replace hrefs to this file (i.e., to index.html) by ./ * New command-line option: -toc_file FILE for those who want the TOC to be in FILE * New customization variables: $T2H_SPLIT_INDEX [default: = 100] index pages are split at next letter, if more than that many entries $T2H_NODE_NAME_IN_MENU [default = 0] for enforcing node names in meny entries $T2H_AVOID_MENU_REDUNDANCY [default = 1] to avoid display of duplicate meny entry information $T2H_INDEX_CHAPTER [default = ''] if set, use chapter of this name for 'Index' Button in navigation bars, else use first chapter whose name matches "index" (case insensitive). $T2H_TOP_HEADING [ default = ''] if non-empty, and no heading is in Top node, then use this as heading for top node/section; otherwise, use @settitle, @shorttitle. * index generation: observes typesetting in fixed-width font, @ftable, @vtable implemented * By default, $T2H_TOP_FILE is not set, and so $docu_name.html is used. * Added T2H_print_chapter_header, T2H_print_chapter_footer for more fine-grained control of T2H_SPLIT eq 'chapter', added option -section_navigation, $T2H_SECTION_NAVIGATION to supress output of navigation panels per section * naming scheme and calling convention of customizable subs changed: prefix T2H_, call &$T2H_, assignment $T2H_<name> = \&T2H_DEFAULT_<name> * Initialization as suggested by Peter Moulder: 1. /usr/local/etc/texi2htmlrc (or whatever given by --sysconfdir to configure) 2. $HOME/.texi2htmlrc 3. command-line options, including -init_file where later options override previous ones. * Automatic node pointer creation added * @enddots, @exclamdown, @pounds, and relatives added. * primitve foreign language support * support of all "Umlaute" * anchors, macros * latex2html incooperation * customizable page layout (texi2html.init) * index as table with corresponding sections
Diffstat (limited to 'textproc/texi2html')
-rw-r--r--textproc/texi2html/Makefile28
-rw-r--r--textproc/texi2html/files/md54
-rw-r--r--textproc/texi2html/files/patch-sum3
-rw-r--r--textproc/texi2html/patches/patch-aa24
-rw-r--r--textproc/texi2html/pkg/PLIST4
5 files changed, 35 insertions, 28 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 25e0f24b1e2..e569c792d62 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,34 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2000/09/12 16:52:57 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2000/10/15 02:28:38 jlam Exp $
#
-DISTNAME= texi2html
-PKGNAME= texi2html-1.52
+DISTNAME= texi2html-1.64
CATEGORIES= textproc
-MASTER_SITES= http://wwwcn1.cern.ch/dci/texi2html/
-EXTRACT_SUFX= .shar.Z
+MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/
MAINTAINER= tv@netbsd.org
-HOMEPAGE= http://wwwcn1.cern.ch/dci/texi2html/
+HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567]
USE_PERL5= # defined
-
-EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
-
-NO_WRKSUBDIR= # defined
-NO_CONFIGURE= # defined
-
-do-build:
- cd ${WRKSRC}; \
- ${SED} -e s@/usr/local/bin/perl@${PERL5}@ \
- <texi2html >texi2html.new; \
- ${SED} -e 1,/__END__/d <texi2html >texi2html.1
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/texi2html.new ${PREFIX}/bin/texi2html
- ${INSTALL_DATA} ${WRKSRC}/texi2html.1 ${PREFIX}/man/man1/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/texi2html
- ${INSTALL_DATA} ${WRKSRC}/invisible.xbm ${PREFIX}/share/texi2html
+GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/texi2html/files/md5 b/textproc/texi2html/files/md5
index 51ec318f392..7616cc7e3ec 100644
--- a/textproc/texi2html/files/md5
+++ b/textproc/texi2html/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:27:40 agc Exp $
+$NetBSD: md5,v 1.3 2000/10/15 02:28:40 jlam Exp $
-MD5 (texi2html.shar.Z) = a0292ee56320bbbd79afc74555bd69ee
+MD5 (texi2html-1.64.tar.gz) = f0fa30e58ed930431c43a07d907593f5
diff --git a/textproc/texi2html/files/patch-sum b/textproc/texi2html/files/patch-sum
new file mode 100644
index 00000000000..39acfd36f2a
--- /dev/null
+++ b/textproc/texi2html/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/10/15 02:28:40 jlam Exp $
+
+MD5 (patch-aa) = 2314b25b700da151a35dacb8d5472727
diff --git a/textproc/texi2html/patches/patch-aa b/textproc/texi2html/patches/patch-aa
new file mode 100644
index 00000000000..dcf78e75b5d
--- /dev/null
+++ b/textproc/texi2html/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2000/10/15 02:28:40 jlam Exp $
+
+--- Makefile.in.orig Thu Aug 10 12:14:06 2000
++++ Makefile.in
+@@ -397,16 +397,15 @@
+ install-exec-am: install-binSCRIPTS
+ install-exec: install-exec-am
+
+-install-data-am: install-info-am install-man install-htmlDATA
++install-data-am: install-man
+ install-data: install-data-am
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+ install: install-am
+-uninstall-am: uninstall-binSCRIPTS uninstall-info uninstall-man \
+- uninstall-htmlDATA
++uninstall-am: uninstall-binSCRIPTS uninstall-man
+ uninstall: uninstall-am
+-all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(MANS) $(DATA)
++all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
+ all-redirect: all-am
+ install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
diff --git a/textproc/texi2html/pkg/PLIST b/textproc/texi2html/pkg/PLIST
index de5bab6f0a5..4126cbd01ae 100644
--- a/textproc/texi2html/pkg/PLIST
+++ b/textproc/texi2html/pkg/PLIST
@@ -1,5 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 1998/06/21 15:24:16 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/10/15 02:28:40 jlam Exp $
bin/texi2html
man/man1/texi2html.1
-share/texi2html/invisible.xbm
-@dirrm share/texi2html