diff options
author | johans <johans@FreeBSD.org> | 2011-06-11 19:46:39 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-06-11 19:46:39 +0800 |
commit | 4f6283cf77229dea69b18e3cf52ec103ddfe3bf8 (patch) | |
tree | 6113738fd99c2127d99af9b80831da56fcfbfdc5 /print | |
parent | 024cb1b42cea35e6778b50af22f961480545df1f (diff) | |
download | freebsd-ports-gnome-4f6283cf77229dea69b18e3cf52ec103ddfe3bf8.tar.gz freebsd-ports-gnome-4f6283cf77229dea69b18e3cf52ec103ddfe3bf8.tar.zst freebsd-ports-gnome-4f6283cf77229dea69b18e3cf52ec103ddfe3bf8.zip |
- Update texinfo.tex and texi2dvi files to latest version (May 2011)
- Add build dependency on help2man
- Register install conflict with teTeX-base (for bin/texi2dvi,texi2pdf)
- Grab maintainership
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 24 | ||||
-rw-r--r-- | print/texinfo/distinfo | 4 |
2 files changed, 20 insertions, 8 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 378bd826c83f..2c3fbfee0b40 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -6,14 +6,22 @@ # PORTNAME= texinfo -PORTVERSION= 4.13 +PORTVERSION= 4.13.20110529 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} \ + ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} texinfo.tex texi2dvi +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= A typeset documentation system with multiple format output +BUILD_DEPENDS+= help2man:${PORTSDIR}/misc/help2man + +CONFLICTS_INSTALL=teTeX-base-[0-9]* + GNU_CONFIGURE= yes USE_GMAKE= yes INSTALL_TARGET= install install-tex @@ -21,11 +29,9 @@ PKGDEINSTALL= ${PKGINSTALL} MAKE_JOBS_SAFE= yes MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL} -CONFIGURE_ARGS= \ - --without-included-gettext -CONFIGURE_ENV= \ - CPPFLAGS="-I${LOCALBASE}/lib" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --without-included-gettext +CPPFLAGS= -I${LOCALBASE}/lib +LDFLAGS= -L${LOCALBASE}/lib -lintl INFO= ${PORTNAME} info-stnd info MAN1= info.1 infokey.1 install-info.1 makeinfo.1 texi2dvi.1 \ @@ -48,6 +54,8 @@ PLIST_SUB+= NLS="" 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} \ diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index b2b9e6f92be2..193b55e3aca1 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,2 +1,6 @@ SHA256 (texinfo-4.13.tar.gz) = 1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68 SIZE (texinfo-4.13.tar.gz) = 2751071 +SHA256 (texinfo.tex) = 7a2514914dd0dd815effe123e44611c4c0d32bae1fb214d0a34bb33ff35623ee +SIZE (texinfo.tex) = 306510 +SHA256 (texi2dvi) = 331ad8d43bd09399724490d972bcd4fb77761b140f6dae90b0db8946d8baa73e +SIZE (texi2dvi) = 57776 |