mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to latest version of texinfo.tex
- Minor clean-ups PR: ports/186620 Submitted by: Takefu <takefu@airport.fm>
This commit is contained in:
parent
4cad580f40
commit
9ef24de288
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343667
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= texinfo
|
||||
PORTVERSION= 5.2.20131109
|
||||
PORTVERSION= 5.2.20140209
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= GNU \
|
||||
ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/
|
||||
@ -15,41 +15,29 @@ COMMENT= A typeset documentation system with multiple format output
|
||||
|
||||
BUILD_DEPENDS+= help2man:${PORTSDIR}/misc/help2man
|
||||
|
||||
FETCH_ARGS= -Ap
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XZ= yes
|
||||
INSTALL_TARGET= install install-tex
|
||||
PKGDEINSTALL= ${PKGINSTALL}
|
||||
USES+= charsetfix gmake perl5
|
||||
|
||||
MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} PERL=${LOCALBASE}/bin/perl
|
||||
INFO= ${PORTNAME} info-stnd info
|
||||
MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl
|
||||
INFO= texinfo info-stnd info
|
||||
|
||||
TEXMF= share/texmf
|
||||
PLIST_SUB= TEXMF=${TEXMF}
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
CPPFLAGS+= -I${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${CHMOD} 755 ${WRKSRC}/build-aux/install-sh
|
||||
${CP} ${DISTDIR}/texinfo.tex ${WRKSRC}/doc/
|
||||
${CP} ${DISTDIR}/texi2dvi ${WRKSRC}/util/
|
||||
|
||||
post-install:
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} ${SH} \
|
||||
${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${STAGEDIR}/${DATADIR}/
|
||||
${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
SHA256 (texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda
|
||||
SIZE (texinfo-5.2.tar.xz) = 3812944
|
||||
SHA256 (htmlxref.cnf) = 9877939a6724d54d5992894c1b32bb930fdf63e4d32eb84a288cf7d6539694b1
|
||||
SIZE (htmlxref.cnf) = 19291
|
||||
SHA256 (texinfo.tex) = f62cf03a7e7922d55df7fb8ec6a9c491aede54e407585fe9fd932532c6218c96
|
||||
SIZE (texinfo.tex) = 325892
|
||||
SHA256 (texi2dvi) = 1544ebfe146908dc9a221723b6981eeed63675fc05f76b7820e903a2b40f30a1
|
||||
SIZE (texi2dvi) = 58518
|
||||
SHA256 (htmlxref.cnf) = 75367e37a22419ec2b04e22709e7a9741d5ba3f67959d778a902bfabb4233b8b
|
||||
SIZE (htmlxref.cnf) = 19593
|
||||
SHA256 (texinfo.tex) = b195bf0e17940219348f11310c99778af1dc33a1b72a9e2bd0d79742ae435c2c
|
||||
SIZE (texinfo.tex) = 326788
|
||||
SHA256 (texi2dvi) = 037446c5792130d7a68cb84ad929b1136e27400b1ae750cf65694938a5d95bdb
|
||||
SIZE (texi2dvi) = 58524
|
||||
|
Loading…
Reference in New Issue
Block a user