9b73c90673
6.3 (10 September 2016) * Language: . The commands `@setcontentsaftertitlepage' and `@setshortcontentsaftertitlepage' have been removed. . @-commands are no longer supported within `@errormsg'. * texinfo.tex: . For a couple of characters (opening and closing braces), use glyphs from the standard TeX math fonts instead of using EC fonts which are less likely to be installed. . Use of user-defined macros in the text of an index entry is more reliable when the text contains Texinfo @-commands. . @synindex and @syncodeindex have been fixed (broken in the last release). . Support added for native UTF-8 support with XeTeX and LuaTeX. . Support of PDF output with XeTeX improved. . You can use a new file doc/texinfo-ja.tex for Texinfo documents in Japanese. doc/short-sample-ja.tex is a sample document. New support file doc/txi-ja.tex for Japanese. * texi2any: . Fix handling of compiler options when building Perl extension modules. * texi2dvi: . Can now process files whose absolute paths contain space characters, as long a relative path to the file is given. Better support of files with unusual characters in their names. . No longer exits prematurely in some circumstances (due to the script running under "set -e"). . Bug fixed which made the `--command' and `--tidy' options incompatible. * info: . Handling of "invalid" value in infokey file fixed. 6.2 (withdrawn)
43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.95 2016/10/19 12:49:39 wiz Exp $
|
|
|
|
DISTNAME= texinfo-6.3
|
|
PKGNAME= g${DISTNAME}
|
|
CATEGORIES= devel sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
|
|
COMMENT= GNU info documentation utilities
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
|
|
# otherwise, package installs copies of them itself
|
|
DEPENDS+= p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
|
|
DEPENDS+= p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
|
|
DEPENDS+= p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-external-libintl-perl
|
|
CONFIGURE_ARGS+= --with-external-Text-Unidecode
|
|
CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth
|
|
USE_LIBTOOL= yes
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
PLIST_SRC= ${PKGDIR}/PLIST
|
|
USE_TOOLS+= perl:run
|
|
|
|
PKGSRC_INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR}
|
|
MAKE_ENV+= PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q}
|
|
|
|
REPLACE_SH+= util/texi2dvi
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/perl5/buildlink3.mk" # for EXTERN.h in XSParagraph
|
|
.include "../../mk/termcap.buildlink3.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
|