diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-16 13:57:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-16 13:57:43 +0000 |
commit | 5425c362a6da0a7fb0e8c5a2790814bbea045644 (patch) | |
tree | 155b71e04c812d2a2f34f773906ff571073c2da8 /devel/gtexinfo/Makefile | |
parent | 3a123f6faa7a49d461267dc16f2c1ccf4613e7c5 (diff) | |
download | pkgsrc-5425c362a6da0a7fb0e8c5a2790814bbea045644.tar.gz |
Update to 4.13, set LICENSE.
4.13 (18 September 2008)
* A reference card for Texinfo is now available, in doc/refcard. For
convenience, preformatted PDF's for letter-size and A4 paper are included.
* makeinfo:
. new option --internal-links for HTML output, to write a tsv file
mapping indexed/toc terms to links, for easy reference from external
documents.
. - as an input file name reads standard input.
* info:
. support for multibyte encodings such as UTF-8.
. new option --show-malformed-multibytes, to display malformed multibyte
sequences.
. new environment variable INFO_MAN_COMMAND sets the name of man binary
(use it if you a need to override PATH settings).
* install-info:
. bug fix: support names with embedded periods (e.g., config.status) again.
* Distribution:
. autoconf 2.63.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 0f9f05378e7..4076f949947 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.73 2008/09/06 13:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2009/08/16 13:57:43 wiz Exp $ -DISTNAME= texinfo-4.12 +DISTNAME= texinfo-4.13 PKGNAME= g${DISTNAME} -PKGREVISION= 1 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 PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -35,13 +35,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.locale CONFIGURE_ARGS+= --disable-nls .endif -SUBST_CLASSES+= macro -SUBST_STAGE.macro= pre-configure -SUBST_MESSAGE.macro= Replacing use of __ macro. -SUBST_FILES.macro= makeinfo/*.c makeinfo/makeinfo.h -SUBST_SED.macro= -e 's,\#define __(s) getdocumenttext(s),,' -SUBST_SED.macro+= -e 's,__(",getdocumenttext(",g' - .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |