d755dd7b9a
5.2 (26 September 2013) * Language: . new commands @inlinefmtifelse, @inlineifset, @inlineifclear, for more brace-delimited alternatives to the conditional environments. * texi2any: . warns about node names, menu items, and cross-references (but not index entries) containing problematic characters; can be disabled with -c INFO_SPECIAL_CHARS_WARNING=0. * info: . new option -x (--debug) for debugging output; -x -1 to get everything. . new option -v (--variable) assigns a value to an Info variable, with the usual syntax, -v VARIABLE=VALUE. . new option -a (--all) instructs Info to display all documents matching the command line arguments, not just the first. In conjunction with the -w option, it shows full names of all Info files matching the command line arguments; with -o, it outputs all matching files. . new variable search-skip-screen controls the starting position for repeated search commands ({ and }). When set to On, repeated searches skip the lines displayed on the screen, i.e., forward searches (}) start at the beginning of the next page, and backward searches ({) start at the end of the previous page. . new command display-file-info (bound to = by default, C-g in vi mode) shows full file name of the node being displayed and position in it. * texi2dvi: . support for biblatex+biber. * Distribution: automake-1.14, gettext-0.18.3.1.
43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.84 2013/10/06 16:12:00 wiz Exp $
|
|
|
|
DISTNAME= texinfo-5.2
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-external-libintl-perl
|
|
CONFIGURE_ARGS+= --with-external-Text-Unidecode
|
|
CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth
|
|
|
|
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 "../../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
|