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.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9283c9c09e4b
branches: trunk
changeset: 489920:9283c9c09e4b
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Feb 28 13:06:46 2005 +0000
description:
Update to 4.8:
4.8 (31 December 2004)
* Language:
. new command @euro for the Euro currency symbol, and
@documentencoding has some support for ISO-8859-15.
. new command @abbr for general abbreviations.
. new command @slanted to typeset text in a slanted font,
and @sansserif to typeset in a sans serif font.
* makeinfo:
. An empty first argument to cross-reference commands, such as @xref,
causes an error. This change was made in 4.1, but not mentioned in NEWS.
. HTML output:
- <a name="..."> constructs are added for the old-style
conversion of node names to HTML names, so that external references
to them can continue to work.
- "g_t" prefixed to targets for node names beginning with a
nonletter, for XHTML compatibility.
. Docbook output: recognize more image formats.
* texi2dvi:
. new option --recode, to call recode for input character translation.
* Distribution:
. new convenience script texi2pdf, equivalent to texi2dvi --pdf (from tetex).
[not installed by package to avoid conflicting with teTeX-bin]
. some cross-compiling support in configure && make.
. new configure option --disable-install-warnings, for TeX.
distributions which do have the files installed.
. automake 1.9.4.
diffstat:
devel/gtexinfo/Makefile | 5 ++---
devel/gtexinfo/distinfo | 16 ++++++++--------
devel/gtexinfo/patches/patch-aa | 22 +++++++++++-----------
devel/gtexinfo/patches/patch-ab | 8 ++++----
devel/gtexinfo/patches/patch-aj | 6 +++---
devel/gtexinfo/patches/patch-ak | 6 +++---
6 files changed, 31 insertions(+), 32 deletions(-)
diffs (116 lines):
diff -r 615cfb153271 -r 9283c9c09e4b devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile Mon Feb 28 12:54:20 2005 +0000
+++ b/devel/gtexinfo/Makefile Mon Feb 28 13:06:46 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2004/10/03 00:13:28 tv Exp $
+# $NetBSD: Makefile,v 1.56 2005/02/28 13:06:46 wiz Exp $
-DISTNAME= texinfo-4.7
+DISTNAME= texinfo-4.8
PKGNAME= g${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
EXTRACT_SUFX= .tar.bz2
diff -r 615cfb153271 -r 9283c9c09e4b devel/gtexinfo/distinfo
--- a/devel/gtexinfo/distinfo Mon Feb 28 12:54:20 2005 +0000
+++ b/devel/gtexinfo/distinfo Mon Feb 28 13:06:46 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.20 2005/02/23 22:24:16 agc Exp $
+$NetBSD: distinfo,v 1.21 2005/02/28 13:06:46 wiz Exp $
-SHA1 (texinfo-4.7.tar.bz2) = c0e7d2d40b4fa12278fd1da4fd57159289799504
-RMD160 (texinfo-4.7.tar.bz2) = a7968e148706a3df00bdd8dabafee566a9f38691
-Size (texinfo-4.7.tar.bz2) = 1418717 bytes
-SHA1 (patch-aa) = eb9718bbadb23631d3328d67b3c9401e3907b706
-SHA1 (patch-ab) = c07560dfd7a64aa2202c02f18f47861a993729a0
+SHA1 (texinfo-4.8.tar.bz2) = b19e906f7220294c1e8b087d583c50f5c4d7c420
+RMD160 (texinfo-4.8.tar.bz2) = 5cb82cd240d1f22da813c7142df8828b4f6f1ea4
+Size (texinfo-4.8.tar.bz2) = 1521822 bytes
+SHA1 (patch-aa) = 2c6d6a812fcf3b1aa944832601c3415548e763f5
+SHA1 (patch-ab) = 299ae7a5001c6ab42cca7c6278ae1edb3b348511
SHA1 (patch-ac) = 01baf8634edcecab0b5edaeddf1e38811cab490d
SHA1 (patch-ad) = c5c3374322eb8a2c8dfc7871971b73194ab1b14c
-SHA1 (patch-aj) = f827226cf8099e98f3359012d46cd53b8b724da4
-SHA1 (patch-ak) = 17a14166581dcdd7605cea1cab41f3231b0ffb0f
+SHA1 (patch-aj) = d9071c62c993550d253c9e1889880d4fccf7d278
+SHA1 (patch-ak) = 2cef2ae464ddb5324acae000420017d4faf7b145
diff -r 615cfb153271 -r 9283c9c09e4b devel/gtexinfo/patches/patch-aa
--- a/devel/gtexinfo/patches/patch-aa Mon Feb 28 12:54:20 2005 +0000
+++ b/devel/gtexinfo/patches/patch-aa Mon Feb 28 13:06:46 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.13 2004/07/12 23:10:50 wiz Exp $
+$NetBSD: patch-aa,v 1.14 2005/02/28 13:06:46 wiz Exp $
---- util/Makefile.in.orig 2004-07-12 22:13:07.000000000 +0200
+--- util/Makefile.in.orig 2005-02-28 13:54:04.000000000 +0100
+++ util/Makefile.in
-@@ -559,7 +559,7 @@ uninstall-am: uninstall-binPROGRAMS unin
- # we don't actually use version.texi in the rule, but it's one way of
- # noticing when the version changes.
- texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
-- sed 's/__VERSION__/@VERSION@/g' $< >$@
-+ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
+@@ -235,7 +235,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-bin_SCRIPTS = texi2dvi texi2pdf
++bin_SCRIPTS = texi2dvi
+
+ # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
+ # because automake generates an install-info target in every Makefile (a
diff -r 615cfb153271 -r 9283c9c09e4b devel/gtexinfo/patches/patch-ab
--- a/devel/gtexinfo/patches/patch-ab Mon Feb 28 12:54:20 2005 +0000
+++ b/devel/gtexinfo/patches/patch-ab Mon Feb 28 13:06:46 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.9 2004/07/04 23:17:59 wiz Exp $
+$NetBSD: patch-ab,v 1.10 2005/02/28 13:06:46 wiz Exp $
---- info/Makefile.in.orig 2004-04-09 23:25:01.000000000 +0200
+--- info/Makefile.in.orig 2004-12-31 19:01:48.000000000 +0100
+++ info/Makefile.in
-@@ -147,7 +147,7 @@ CPPFLAGS = @CPPFLAGS@
+@@ -136,7 +136,7 @@ CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DATADIRNAME = @DATADIRNAME@
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" -DINFODIR=\"$(infodir)\" \
- -DINFODIR2=\"$(infodir2)\"
+ -DINFODIR2=\"$(infodir2)\" -DPKGSRC_INFOPATH=\"$(PKGSRC_INFOPATH)\"
-
DEPDIR = @DEPDIR@
ECHO_C = @ECHO_C@
+ ECHO_N = @ECHO_N@
diff -r 615cfb153271 -r 9283c9c09e4b devel/gtexinfo/patches/patch-aj
--- a/devel/gtexinfo/patches/patch-aj Mon Feb 28 12:54:20 2005 +0000
+++ b/devel/gtexinfo/patches/patch-aj Mon Feb 28 13:06:46 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aj,v 1.4 2004/07/04 23:17:59 wiz Exp $
+$NetBSD: patch-aj,v 1.5 2005/02/28 13:06:46 wiz Exp $
---- configure.ac.orig 2004-04-09 23:21:56.000000000 +0200
+--- configure.ac.orig 2004-12-31 19:00:48.000000000 +0100
+++ configure.ac
-@@ -83,7 +83,7 @@ AC_CANONICAL_BUILD
+@@ -119,7 +119,7 @@ AM_CONDITIONAL(TOOLS_ONLY, [[test "x$too
# rather ncurses. So we check for it.
TERMLIBS=
# Check for termlib before termcap because Solaris termcap needs libucb.
diff -r 615cfb153271 -r 9283c9c09e4b devel/gtexinfo/patches/patch-ak
--- a/devel/gtexinfo/patches/patch-ak Mon Feb 28 12:54:20 2005 +0000
+++ b/devel/gtexinfo/patches/patch-ak Mon Feb 28 13:06:46 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ak,v 1.2 2004/07/04 23:17:59 wiz Exp $
+$NetBSD: patch-ak,v 1.3 2005/02/28 13:06:46 wiz Exp $
---- configure.orig 2004-04-09 23:25:03.000000000 +0200
+--- configure.orig 2004-12-31 19:01:50.000000000 +0100
+++ configure
-@@ -6317,7 +6317,7 @@ build_os=`echo $ac_cv_build | sed 's/^\(
+@@ -6382,7 +6382,7 @@ fi
# rather ncurses. So we check for it.
TERMLIBS=
# Check for termlib before termcap because Solaris termcap needs libucb.
Home |
Main Index |
Thread Index |
Old Index