diff options
author | johans <johans@FreeBSD.org> | 2012-12-14 02:57:37 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-12-14 02:57:37 +0800 |
commit | bd8e36ee4ca3818f9357c89a59c122611a422318 (patch) | |
tree | e25e920bde0772dd3d8ed40804ced81f28989e7a /print | |
parent | 63e45185b6d1fe70335c9299fc04453e7e7e63fe (diff) | |
download | freebsd-ports-gnome-bd8e36ee4ca3818f9357c89a59c122611a422318.tar.gz freebsd-ports-gnome-bd8e36ee4ca3818f9357c89a59c122611a422318.tar.zst freebsd-ports-gnome-bd8e36ee4ca3818f9357c89a59c122611a422318.zip |
- Update texinfo.tex and texi2dvi files to latest version
- Add htmlxref.cnf file from upstream
- Trim Makefile header
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 11 | ||||
-rw-r--r-- | print/texinfo/distinfo | 2 | ||||
-rw-r--r-- | print/texinfo/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 4f0cb94ca145..34e1806b4aa0 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: latest texinfo -# Date created: Sun May 29 17:32:08 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= texinfo -PORTVERSION= 4.13.20120516 +PORTVERSION= 4.13.20121116 CATEGORIES= print 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 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@FreeBSD.org @@ -58,5 +54,6 @@ post-patch: post-install: @${SETENV} PKG_PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${DATADIR}/ .include <bsd.port.mk> diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index 1a0a28ede370..a0980a0101a6 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,5 +1,7 @@ SHA256 (texinfo-4.13.tar.gz) = 1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68 SIZE (texinfo-4.13.tar.gz) = 2751071 +SHA256 (htmlxref.cnf) = ed05259080d1a3a21f60436ae4b65785c9d0b36659f52d08f767b6f679b5e63e +SIZE (htmlxref.cnf) = 18600 SHA256 (texinfo.tex) = f506a97fe0ea0388c9b29653bd9b9ed8e188d3d649a9e9485e2e051bba47496e SIZE (texinfo.tex) = 321252 SHA256 (texi2dvi) = bf6fc2d85b52cde8e7919b5a379804a3d1eeaa95cb781c7daf79fd5f3cc8e6be diff --git a/print/texinfo/pkg-plist b/print/texinfo/pkg-plist index 4079751e5c22..af28e4c05026 100644 --- a/print/texinfo/pkg-plist +++ b/print/texinfo/pkg-plist @@ -28,6 +28,7 @@ bin/pdftexi2dvi %%NLS%%share/locale/vi/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/texinfo.mo +%%DATADIR%%/htmlxref.cnf %%DATADIR%%/texinfo.cat %%DATADIR%%/texinfo.dtd %%DATADIR%%/texinfo.xsl |