summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-07 00:56:37 +0000
committerKarl Berry <karl@freefriends.org>2016-04-07 00:56:37 +0000
commit73dc709abe0f99b0d105785ab62fe99f14e2b172 (patch)
tree705f6d26140bcc02b7c4a6d4b4aab12e3d3dbe69 /Build/source/texk/dvipsk
parent426de2b236d9f104e157b3fbf95a84ee74f2fa28 (diff)
2016
git-svn-id: svn://tug.org/texlive/trunk@40296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r--Build/source/texk/dvipsk/NEWS2
-rwxr-xr-xBuild/source/texk/dvipsk/configure22
-rw-r--r--Build/source/texk/dvipsk/configure.ac3
-rw-r--r--Build/source/texk/dvipsk/dvips.c2
-rw-r--r--Build/source/texk/dvipsk/dvips.h4
-rw-r--r--Build/source/texk/dvipsk/dvips.info161
-rw-r--r--Build/source/texk/dvipsk/dvips.texi4
7 files changed, 99 insertions, 99 deletions
diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS
index 2a42138ee09..f6e1cece5d6 100644
--- a/Build/source/texk/dvipsk/NEWS
+++ b/Build/source/texk/dvipsk/NEWS
@@ -5,7 +5,7 @@ dvips 5.996 (TeX Live 2016).
position, and new option -a to omit all adjustments.
dvips 5.995 (TeX Live 2015).
- Portability/build changes only.
+ Remove psfig support, as it is nonfree.
dvips 5.994 (TeX Live 2014).
Omit UniqueID from subsets.
diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure
index 08bbd7def59..647e025a6d8 100755
--- a/Build/source/texk/dvipsk/configure
+++ b/Build/source/texk/dvipsk/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.995.
+# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.996.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dvipsk (TeXLive)'
PACKAGE_TARNAME='dvipsk--texlive-'
-PACKAGE_VERSION='5.995'
-PACKAGE_STRING='dvipsk (TeXLive) 5.995'
+PACKAGE_VERSION='5.996'
+PACKAGE_STRING='dvipsk (TeXLive) 5.996'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1329,7 +1329,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dvipsk (TeXLive) 5.995 to adapt to many kinds of systems.
+\`configure' configures dvipsk (TeXLive) 5.996 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1400,7 +1400,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.995:";;
+ short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.996:";;
esac
cat <<\_ACEOF
@@ -1519,7 +1519,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dvipsk (TeXLive) configure 5.995
+dvipsk (TeXLive) configure 5.996
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2358,7 +2358,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dvipsk (TeXLive) $as_me 5.995, which was
+It was created by dvipsk (TeXLive) $as_me 5.996, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -8043,7 +8043,7 @@ fi
# Define the identity of the package.
PACKAGE='dvipsk--texlive-'
- VERSION='5.995'
+ VERSION='5.996'
cat >>confdefs.h <<_ACEOF
@@ -14160,7 +14160,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-dvipsk (TeXLive) config.lt 5.995
+dvipsk (TeXLive) config.lt 5.996
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15750,7 +15750,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by dvipsk (TeXLive) $as_me 5.995, which was
+This file was extended by dvipsk (TeXLive) $as_me 5.996, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15816,7 +15816,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-dvipsk (TeXLive) config.status 5.995
+dvipsk (TeXLive) config.status 5.996
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac
index 0ef0c7b1c2f..086ce7773a2 100644
--- a/Build/source/texk/dvipsk/configure.ac
+++ b/Build/source/texk/dvipsk/configure.ac
@@ -1,12 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
dnl
+dnl Copyright 2016 Karl Berry <tex-live@tug.org>
dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([dvipsk (TeXLive)], [5.995], [tex-k@tug.org])
+AC_INIT([dvipsk (TeXLive)], [5.996], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([dvips.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/texk/dvipsk/dvips.c b/Build/source/texk/dvipsk/dvips.c
index 4357404807f..ae22ff794d7 100644
--- a/Build/source/texk/dvipsk/dvips.c
+++ b/Build/source/texk/dvipsk/dvips.c
@@ -668,7 +668,7 @@ main(int argc, char **argv)
} else if (strcmp (argv[1], "--version") == 0) {
puts (BANNER);
puts (kpathsea_version_string);
- puts ("Copyright 2015 Radical Eye Software.\n\
+ puts ("Copyright 2016 Radical Eye Software.\n\
There is NO warranty. You may redistribute this software\n\
under the terms of the GNU General Public License\n\
and the Dvips copyright.\n\
diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h
index 470c18a52db..3435e3066ba 100644
--- a/Build/source/texk/dvipsk/dvips.h
+++ b/Build/source/texk/dvipsk/dvips.h
@@ -1,5 +1,5 @@
/* $Id$
- * Copyright 1986-2015 Tomas Rokicki.
+ * Copyright 1986-2016 Tomas Rokicki.
* This is dvips, a freely redistributable PostScript driver
* for dvi files. You may freely use, modify and/or distribute this
* program or any portion thereof.
@@ -15,7 +15,7 @@
#define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i))
#define BANNER \
-"This is dvips(k) 5.995 Copyright 2015 Radical Eye Software"
+"This is dvips(k) 5.996 Copyright 2016 Radical Eye Software"
#define BANNER2 "(www.radicaleye.com)"
#ifdef KPATHSEA
#include "config.h"
diff --git a/Build/source/texk/dvipsk/dvips.info b/Build/source/texk/dvipsk/dvips.info
index d7b14581ecf..22cbb6e4fdf 100644
--- a/Build/source/texk/dvipsk/dvips.info
+++ b/Build/source/texk/dvipsk/dvips.info
@@ -1,7 +1,6 @@
-This is dvips.info, produced by texi2any version 6.0.92+dev from
-dvips.texi.
+This is dvips.info, produced by makeinfo version 6.1 from dvips.texi.
-This manual documents Dvips version 5.995 (April 2015), a program to
+This manual documents Dvips version 5.996 (April 2016), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
INFO-DIR-SECTION TeX
@@ -17,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir)
Dvips
*****
-This manual documents Dvips version 5.995 (April 2015), a program to
+This manual documents Dvips version 5.996 (April 2016), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
@@ -4620,82 +4619,82 @@ Index

Tag Table:
-Node: Top524
-Node: Why Dvips1270
-Node: Installation4287
-Node: config.ps installation5290
-Node: PostScript font installation7897
-Node: Ghostscript installation8817
-Node: Diagnosing problems9754
-Node: Debug options10845
-Node: No output11849
-Node: Small or inverted13315
-Node: Printer errors14033
-Node: Long documents fail15365
-Node: Including graphics fails15706
-Node: Invoking Dvips16945
-Node: Basic usage17567
-Node: Command-line options18571
-Node: Option summary19019
-Node: Option details21213
-Node: Environment variables40858
-Node: Config files43719
-Node: Configuration file searching44389
-Node: Configuration file commands47642
-Node: Paper size and landscape55299
-Node: papersize special56897
-Node: Config file paper sizes58306
-Node: Paper trays62462
-Node: Interaction with PostScript63796
-Node: PostScript figures64449
-Node: Bounding box65175
-Node: \includegraphics68547
-Node: EPSF macros70840
-Node: EPSF scaling72840
-Node: EPSF clipping75410
-Node: psfile special76052
-Node: Dynamic creation of graphics78444
-Node: Fonts in figures79762
-Node: Header files81412
-Node: Including headers from TeX82622
-Node: Including headers from the command line84660
-Node: Headers and memory usage85759
-Node: Literal PS86970
-Node: " special87552
-Node: ps special88293
-Node: Literal headers89791
-Node: PostScript hooks90500
-Node: Literal examples92596
-Node: Hypertext94050
-Node: Hypertext caveats95598
-Node: Hypertext specials99986
-Node: PostScript fonts102620
-Node: Font concepts103737
-Node: Metric files104904
-Node: Glyph files107684
-Node: Virtual fonts110043
-Node: Encodings111869
-Node: PostScript typesetting114272
-Node: Making a font available117357
-Node: Invoking afm2tfm122391
-Node: Changing font encodings123408
-Node: Changing TeX encodings124199
-Node: Changing PostScript encodings125301
-Node: Changing both encodings126645
-Node: Reencoding with Afm2tfm127319
-Node: Encoding file format130422
-Node: Special font effects134626
-Node: Afm2tfm options136886
-Node: psfonts.map140411
-Node: Color145141
-Node: Color macro files146185
-Node: User-definable colors149378
-Node: Color subtleties150654
-Node: Ted Turner152306
-Node: Color device configuration153531
-Node: Color support details155975
-Node: Color specifications156353
-Node: Color specials157757
-Node: Index159886
+Node: Top517
+Node: Why Dvips1263
+Node: Installation4280
+Node: config.ps installation5283
+Node: PostScript font installation7890
+Node: Ghostscript installation8810
+Node: Diagnosing problems9747
+Node: Debug options10838
+Node: No output11842
+Node: Small or inverted13308
+Node: Printer errors14026
+Node: Long documents fail15358
+Node: Including graphics fails15699
+Node: Invoking Dvips16938
+Node: Basic usage17560
+Node: Command-line options18564
+Node: Option summary19012
+Node: Option details21206
+Node: Environment variables40851
+Node: Config files43712
+Node: Configuration file searching44382
+Node: Configuration file commands47635
+Node: Paper size and landscape55292
+Node: papersize special56890
+Node: Config file paper sizes58299
+Node: Paper trays62455
+Node: Interaction with PostScript63789
+Node: PostScript figures64442
+Node: Bounding box65168
+Node: \includegraphics68540
+Node: EPSF macros70833
+Node: EPSF scaling72833
+Node: EPSF clipping75403
+Node: psfile special76045
+Node: Dynamic creation of graphics78437
+Node: Fonts in figures79755
+Node: Header files81405
+Node: Including headers from TeX82615
+Node: Including headers from the command line84653
+Node: Headers and memory usage85752
+Node: Literal PS86963
+Node: " special87545
+Node: ps special88286
+Node: Literal headers89784
+Node: PostScript hooks90493
+Node: Literal examples92589
+Node: Hypertext94043
+Node: Hypertext caveats95591
+Node: Hypertext specials99979
+Node: PostScript fonts102613
+Node: Font concepts103730
+Node: Metric files104897
+Node: Glyph files107677
+Node: Virtual fonts110036
+Node: Encodings111862
+Node: PostScript typesetting114265
+Node: Making a font available117350
+Node: Invoking afm2tfm122384
+Node: Changing font encodings123401
+Node: Changing TeX encodings124192
+Node: Changing PostScript encodings125294
+Node: Changing both encodings126638
+Node: Reencoding with Afm2tfm127312
+Node: Encoding file format130415
+Node: Special font effects134619
+Node: Afm2tfm options136879
+Node: psfonts.map140404
+Node: Color145134
+Node: Color macro files146178
+Node: User-definable colors149371
+Node: Color subtleties150647
+Node: Ted Turner152299
+Node: Color device configuration153524
+Node: Color support details155968
+Node: Color specifications156346
+Node: Color specials157750
+Node: Index159879

End Tag Table
diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi
index d841bcdea37..882ef45697e 100644
--- a/Build/source/texk/dvipsk/dvips.texi
+++ b/Build/source/texk/dvipsk/dvips.texi
@@ -2,8 +2,8 @@
@setfilename dvips.info
@settitle Dvips: A DVI-to-PostScript translator
-@set version 5.995
-@set month-year April 2015
+@set version 5.996
+@set month-year April 2016
@copying
This manual documents Dvips version @value{version}