pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Update to 4.13, set LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/221349cae3db
branches:  trunk
changeset: 397587:221349cae3db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 16 13:57:43 2009 +0000

description:
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:

 devel/gtexinfo/Makefile         |  13 +++----------
 devel/gtexinfo/distinfo         |   9 ++++-----
 devel/gtexinfo/patches/patch-am |  13 -------------
 3 files changed, 7 insertions(+), 28 deletions(-)

diffs (70 lines):

diff -r 547456aa0b20 -r 221349cae3db devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Sun Aug 16 13:54:10 2009 +0000
+++ b/devel/gtexinfo/Makefile   Sun Aug 16 13:57:43 2009 +0000
@@ -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@localhost
 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 @@
 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 -r 547456aa0b20 -r 221349cae3db devel/gtexinfo/distinfo
--- a/devel/gtexinfo/distinfo   Sun Aug 16 13:54:10 2009 +0000
+++ b/devel/gtexinfo/distinfo   Sun Aug 16 13:57:43 2009 +0000
@@ -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 -r 547456aa0b20 -r 221349cae3db devel/gtexinfo/patches/patch-am
--- a/devel/gtexinfo/patches/patch-am   Sun Aug 16 13:54:10 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index