pkgsrc/devel/gtexinfo/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

2003-08-09 12:38:23 +02:00
# $NetBSD: Makefile,v 1.43 2003/08/09 10:44:43 seb Exp $
1998-01-24 05:13:35 +01:00
#
Update to 4.6: 4.6 (10 June 2003) * Language: . new command @/ specifies an allowable breakpoint within a line. . new command @dofirstparagraphindent to control whether the first paragraph following a section heading is indented. Default is to omit this indentation, unlike the output up to now. . new command @indent for explicitly indenting a paragraph. . makeinfo writes a new construct for @image in Info output, so that graphical Info browsers (such as Emacs Info under X) can display an actual image. (Standalone Info ignores this, since it runs in a tty.) * makeinfo: . Common: - search for image files in the include file search path. - warns if @value is used on an undefined variable. . Info output: - default --split-size now 300,000 bytes, up from 50,000. - with --enable-encoding and a given @documentencoding, output a Local Variables section specifying that encoding, for use with Emacs. . HTML output: - uses <h3> at the smallest. - a few css <style> definitions are included to better implement @format, @display, @small..., etc. - new option --css-include=FILE includes FILE in the <style>. - @cartouche now outputs a <table> with a border. * texinfo.tex: . new Polish translation txi-pl.tex. * texi2dvi: . --command=CMD replaces --texinfo=CMD; it inserts CMD at the first line of LaTeX files now, or after the @setfilename for Texinfo files. * info: . RET now goes to the nearest xref (rather like Emacs Info), instead of the next xref starting on the current line. * Distribution: . new Romanian (ro) translation. . variables now declared const where appropriate. . gettext 0.12.1, automake 1.7.5.
2003-06-12 15:39:27 +02:00
DISTNAME= texinfo-4.6
PKGNAME= g${DISTNAME}
2003-07-13 15:50:19 +02:00
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
EXTRACT_SUFX= .tar.bz2
2003-07-17 23:21:03 +02:00
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
COMMENT= GNU info file manipulation utilities
Update to version 4.2: lots of new features, see below. buildlink1 -> buildlink2. Changes: *** IMPORTANT NEWS FOR ALL AUTHORS OF TEXINFO MANUALS *** As of version 4.2, Texinfo has a new command @copying to define the copyright and copying permissions for a manual. It's important to switch to using it as soon as possible (as in your next release), because the historical method of doing copyright permissions using @ifinfo failed to output copyright information in the HTML (or XML) formats. The manual has detailed explanations and examples. For convenience, here's a url to one of the relevant sections: http://texinfo.org/manual/Document-Permissions.html 4.2 (1 April 2002) * Language: . new command @copying to define copying permissions. See above. . new conditionals @ifplaintext, @ifnotplaintext for the plain text (--no-headers) output format. . new command @\ to produce literal \ inside @math, since \ by itself no longer works. * makeinfo: . emit accesskey attributes for keyboard shortcuts to menu items. . @{even,every,odd}{footing,header} are ignored by makeinfo now, so they no longer need to be enclosed in @iftex. * texinfo.tex: . bug fix for pdf-format table of contents. * info: . bug fixes for -R (--raw-escapes). . --help shows short option names. * Distribution: . the doc.c, funs.h, and key.c files in info/ are no longer generated at make time, to appease Automake's make distcheck. . gettext 0.11.1, autoconf 2.53, automake 1.6 (with install-info kludge). 4.1 (4 March 2002) * Language: . new commands @verbatim and @verb for printing verbatim inserts. . new command @verbatiminclude for verbatim include of files. . new environment @documentdescription for defining the HTML description. . new command @afivepaper for the A5 paper size. * makeinfo: . supports xml and docbook output. . supports HTML splitting by node, which is now the default. . new option --split-size to control maximum size of split info files. * info: . user-specified key bindings supported. . ANSI escape sequences (as produced by groff) removed from man output by default; use --raw-escapes to let them through if your terminal supports them. * texinfo.tex: . @math implies @tex, so all the usual plain TeX math is supported. . smaller fonts for @smallexample, in all page sizes. . improvements in the PDF support. * texi2dvi: . new option -o to explicitly specify output filename. * Distribution: . switch to GNU Free Documentation License (http://www.gnu.org/copyleft/). . update to GNU gettext 0.11, autoconf 2.52, and automake 1.5. . Danish, Swedish, and Hebrew message translations.
2002-10-03 04:06:31 +02:00
USE_BUILDLINK2= yes
USE_GNU_GETTEXT= yes
2002-11-30 14:45:17 +01:00
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
Update to version 4.2: lots of new features, see below. buildlink1 -> buildlink2. Changes: *** IMPORTANT NEWS FOR ALL AUTHORS OF TEXINFO MANUALS *** As of version 4.2, Texinfo has a new command @copying to define the copyright and copying permissions for a manual. It's important to switch to using it as soon as possible (as in your next release), because the historical method of doing copyright permissions using @ifinfo failed to output copyright information in the HTML (or XML) formats. The manual has detailed explanations and examples. For convenience, here's a url to one of the relevant sections: http://texinfo.org/manual/Document-Permissions.html 4.2 (1 April 2002) * Language: . new command @copying to define copying permissions. See above. . new conditionals @ifplaintext, @ifnotplaintext for the plain text (--no-headers) output format. . new command @\ to produce literal \ inside @math, since \ by itself no longer works. * makeinfo: . emit accesskey attributes for keyboard shortcuts to menu items. . @{even,every,odd}{footing,header} are ignored by makeinfo now, so they no longer need to be enclosed in @iftex. * texinfo.tex: . bug fix for pdf-format table of contents. * info: . bug fixes for -R (--raw-escapes). . --help shows short option names. * Distribution: . the doc.c, funs.h, and key.c files in info/ are no longer generated at make time, to appease Automake's make distcheck. . gettext 0.11.1, autoconf 2.53, automake 1.6 (with install-info kludge). 4.1 (4 March 2002) * Language: . new commands @verbatim and @verb for printing verbatim inserts. . new command @verbatiminclude for verbatim include of files. . new environment @documentdescription for defining the HTML description. . new command @afivepaper for the A5 paper size. * makeinfo: . supports xml and docbook output. . supports HTML splitting by node, which is now the default. . new option --split-size to control maximum size of split info files. * info: . user-specified key bindings supported. . ANSI escape sequences (as produced by groff) removed from man output by default; use --raw-escapes to let them through if your terminal supports them. * texinfo.tex: . @math implies @tex, so all the usual plain TeX math is supported. . smaller fonts for @smallexample, in all page sizes. . improvements in the PDF support. * texi2dvi: . new option -o to explicitly specify output filename. * Distribution: . switch to GNU Free Documentation License (http://www.gnu.org/copyleft/). . update to GNU gettext 0.11, autoconf 2.52, and automake 1.5. . Danish, Swedish, and Hebrew message translations.
2002-10-03 04:06:31 +02:00
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
INFO_FILES= info-stnd.info info.info texinfo
TEST_TARGET= check
post-patch:
${MV} -f ${WRKSRC}/info/filesys.h ${WRKSRC}/info/filesys.h.orig
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@X11BASE@|${X11BASE}|g' \
-e 's|@LOCALBASE@|${LOCALBASE}|g' \
< ${WRKSRC}/info/filesys.h.orig \
> ${WRKSRC}/info/filesys.h
Update to version 4.2: lots of new features, see below. buildlink1 -> buildlink2. Changes: *** IMPORTANT NEWS FOR ALL AUTHORS OF TEXINFO MANUALS *** As of version 4.2, Texinfo has a new command @copying to define the copyright and copying permissions for a manual. It's important to switch to using it as soon as possible (as in your next release), because the historical method of doing copyright permissions using @ifinfo failed to output copyright information in the HTML (or XML) formats. The manual has detailed explanations and examples. For convenience, here's a url to one of the relevant sections: http://texinfo.org/manual/Document-Permissions.html 4.2 (1 April 2002) * Language: . new command @copying to define copying permissions. See above. . new conditionals @ifplaintext, @ifnotplaintext for the plain text (--no-headers) output format. . new command @\ to produce literal \ inside @math, since \ by itself no longer works. * makeinfo: . emit accesskey attributes for keyboard shortcuts to menu items. . @{even,every,odd}{footing,header} are ignored by makeinfo now, so they no longer need to be enclosed in @iftex. * texinfo.tex: . bug fix for pdf-format table of contents. * info: . bug fixes for -R (--raw-escapes). . --help shows short option names. * Distribution: . the doc.c, funs.h, and key.c files in info/ are no longer generated at make time, to appease Automake's make distcheck. . gettext 0.11.1, autoconf 2.53, automake 1.6 (with install-info kludge). 4.1 (4 March 2002) * Language: . new commands @verbatim and @verb for printing verbatim inserts. . new command @verbatiminclude for verbatim include of files. . new environment @documentdescription for defining the HTML description. . new command @afivepaper for the A5 paper size. * makeinfo: . supports xml and docbook output. . supports HTML splitting by node, which is now the default. . new option --split-size to control maximum size of split info files. * info: . user-specified key bindings supported. . ANSI escape sequences (as produced by groff) removed from man output by default; use --raw-escapes to let them through if your terminal supports them. * texinfo.tex: . @math implies @tex, so all the usual plain TeX math is supported. . smaller fonts for @smallexample, in all page sizes. . improvements in the PDF support. * texi2dvi: . new option -o to explicitly specify output filename. * Distribution: . switch to GNU Free Documentation License (http://www.gnu.org/copyleft/). . update to GNU gettext 0.11, autoconf 2.52, and automake 1.5. . Danish, Swedish, and Hebrew message translations.
2002-10-03 04:06:31 +02:00
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
# This need to be defined here to override the setting in texinfo.mk
INSTALL_INFO= ${PREFIX}/bin/install-info