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 | |
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')
-rw-r--r-- | devel/gtexinfo/Makefile | 13 | ||||
-rw-r--r-- | devel/gtexinfo/distinfo | 9 | ||||
-rw-r--r-- | devel/gtexinfo/patches/patch-am | 13 |
3 files changed, 7 insertions, 28 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" diff --git a/devel/gtexinfo/distinfo b/devel/gtexinfo/distinfo index 0e74abffbc3..13e21ed03db 100644 --- a/devel/gtexinfo/distinfo +++ b/devel/gtexinfo/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.32 2008/09/06 13:13:30 wiz Exp $ +$NetBSD: distinfo,v 1.33 2009/08/16 13:57:43 wiz Exp $ -SHA1 (texinfo-4.12.tar.gz) = 1587ef35b68ea5d0f7a6801a86977d8b825e2f1b -RMD160 (texinfo-4.12.tar.gz) = fe234ffd863bd08c145dce4a071b73b5580a33e7 -Size (texinfo-4.12.tar.gz) = 2476832 bytes +SHA1 (texinfo-4.13.tar.gz) = a1533cf8e03ea4fa6c443b73f4c85e4da04dead0 +RMD160 (texinfo-4.13.tar.gz) = 2473fc7ef3f82f47a990ee48c1d262b1f420eabd +Size (texinfo-4.13.tar.gz) = 2751071 bytes SHA1 (patch-ab) = c2be57386d1dfd610de5fad423be0fa11036ffda SHA1 (patch-ac) = b5b2ecbff959fb435de77fc73c555903ef7ba271 SHA1 (patch-aj) = 8a215583bab47628a350cfb3874eef4930d255e9 SHA1 (patch-ak) = 51a4b155fa6a3bd0c30c9ec2c6007cd4ee69248c -SHA1 (patch-am) = 8f2681eb2d3a36375399671fd14bcd943516493e diff --git a/devel/gtexinfo/patches/patch-am b/devel/gtexinfo/patches/patch-am deleted file mode 100644 index 77e170f0625..00000000000 --- a/devel/gtexinfo/patches/patch-am +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-am,v 1.2 2008/09/01 17:53:47 christos Exp $ - ---- util/texi2dvi.orig 2008-04-17 21:45:49.000000000 +0300 -+++ util/texi2dvi 2008-09-01 19:43:58.000000000 +0300 -@@ -1094,7 +1094,7 @@ - # main info output, the user asked to run TeX, not makeinfo. - run_makeinfo () - { -- test $in_lang == texinfo || -+ test $in_lang = texinfo || - return 0 - - # Unless required by the user, makeinfo expansion is wanted only |