diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dvipdf-x/ChangeLog | 10 | ||||
-rwxr-xr-x | Build/source/texk/dvipdf-x/configure | 22 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/configure.ac | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/src/dvipdfmx.c | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/src/pdfdoc.c | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/src/pdfencrypt.c | 4 | ||||
-rwxr-xr-x | Build/source/texk/dvipdf-x/xdvipdfmx.test | 8 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/xsrc/dvipdfmx.c | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/xsrc/pdfdoc.c | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipdf-x/xsrc/pdfencrypt.c | 4 |
10 files changed, 36 insertions, 26 deletions
diff --git a/Build/source/texk/dvipdf-x/ChangeLog b/Build/source/texk/dvipdf-x/ChangeLog index a80e8c3340d..f563f6a471c 100644 --- a/Build/source/texk/dvipdf-x/ChangeLog +++ b/Build/source/texk/dvipdf-x/ChangeLog @@ -1,3 +1,13 @@ +2013-09-23 Peter Breitenlohner <peb@mppmu.mpg.de> + + * src/pdfdoc.c, src/dvipdfmx.c, src/pdfencrypt.c: + Replace PACKAGE => "dvipdfmx". + * xsrc/pdfdoc.c, xsrc/dvipdfmx.c, xsrc/pdfencrypt.c: + Replace PACKAGE => "xdvipdfmx". + * configure.ac: Version 20130923. + + * xdvipdfmx.test: Test "xdvipdfmx -h" (--help is unsupported). + 2013-09-20 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * dpxcrypt.h, dpxcrypt.c: Use uint32_t instead of unsigned long to diff --git a/Build/source/texk/dvipdf-x/configure b/Build/source/texk/dvipdf-x/configure index bd59ba4c949..472df4e0ab3 100755 --- a/Build/source/texk/dvipdf-x/configure +++ b/Build/source/texk/dvipdf-x/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvipdf-x 20130624. +# Generated by GNU Autoconf 2.69 for dvipdf-x 20130923. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvipdf-x' PACKAGE_TARNAME='dvipdf-x' -PACKAGE_VERSION='20130624' -PACKAGE_STRING='dvipdf-x 20130624' +PACKAGE_VERSION='20130923' +PACKAGE_STRING='dvipdf-x 20130923' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1359,7 +1359,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 dvipdf-x 20130624 to adapt to many kinds of systems. +\`configure' configures dvipdf-x 20130923 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1429,7 +1429,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvipdf-x 20130624:";; + short | recursive ) echo "Configuration of dvipdf-x 20130923:";; esac cat <<\_ACEOF @@ -1560,7 +1560,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvipdf-x configure 20130624 +dvipdf-x configure 20130923 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2399,7 +2399,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 dvipdf-x $as_me 20130624, which was +It was created by dvipdf-x $as_me 20130923, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7889,7 +7889,7 @@ fi # Define the identity of the package. PACKAGE='dvipdf-x' - VERSION='20130624' + VERSION='20130923' cat >>confdefs.h <<_ACEOF @@ -14392,7 +14392,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -dvipdf-x config.lt 20130624 +dvipdf-x config.lt 20130923 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -16604,7 +16604,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 dvipdf-x $as_me 20130624, which was +This file was extended by dvipdf-x $as_me 20130923, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16674,7 +16674,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="\\ -dvipdf-x config.status 20130624 +dvipdf-x config.status 20130923 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipdf-x/configure.ac b/Build/source/texk/dvipdf-x/configure.ac index f708f7c9079..4132c5048b0 100644 --- a/Build/source/texk/dvipdf-x/configure.ac +++ b/Build/source/texk/dvipdf-x/configure.ac @@ -6,7 +6,7 @@ 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([dvipdf-x], [20130624], [tex-k@tug.org]) +AC_INIT([dvipdf-x], [20130923], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([agl.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/dvipdf-x/src/dvipdfmx.c b/Build/source/texk/dvipdf-x/src/dvipdfmx.c index a62225c62a2..e3844ab3d78 100644 --- a/Build/source/texk/dvipdf-x/src/dvipdfmx.c +++ b/Build/source/texk/dvipdf-x/src/dvipdfmx.c @@ -144,7 +144,7 @@ set_default_pdf_filename(void) static void show_version (void) { - fprintf(stdout, "\nThis is %s-%s by the DVIPDFMx project team,\n", PACKAGE, VERSION); + fprintf(stdout, "\nThis is %s-%s by the DVIPDFMx project team,\n", "dvipdfmx", VERSION); fprintf(stdout, "modified for TeX Live,\n"); fprintf(stdout, "an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.\n"); fprintf(stdout, "\nCopyright (C) 2002-2013 by the DVIPDFMx project team\n"); diff --git a/Build/source/texk/dvipdf-x/src/pdfdoc.c b/Build/source/texk/dvipdf-x/src/pdfdoc.c index 57b5b37c82d..ca9aa40be42 100644 --- a/Build/source/texk/dvipdf-x/src/pdfdoc.c +++ b/Build/source/texk/dvipdf-x/src/pdfdoc.c @@ -531,8 +531,8 @@ pdf_doc_close_docinfo (pdf_doc *p) } } - banner = NEW(strlen(PACKAGE)+strlen(VERSION)+4, char); - sprintf(banner, "%s (%s)", PACKAGE, VERSION); + banner = NEW(strlen("dvipdfmx")+strlen(VERSION)+4, char); + sprintf(banner, "%s (%s)", "dvipdfmx", VERSION); pdf_add_dict(docinfo, pdf_new_name("Producer"), pdf_new_string(banner, strlen(banner))); diff --git a/Build/source/texk/dvipdf-x/src/pdfencrypt.c b/Build/source/texk/dvipdf-x/src/pdfencrypt.c index 1652af4b7f5..4cf56433dc5 100644 --- a/Build/source/texk/dvipdf-x/src/pdfencrypt.c +++ b/Build/source/texk/dvipdf-x/src/pdfencrypt.c @@ -96,8 +96,8 @@ void pdf_enc_compute_id_string (char *dviname, char *pdfname) MD5_write(&md5_ctx, (unsigned char *)date_string, strlen(date_string)); RELEASE (date_string); - producer = NEW (strlen(PRODUCER)+strlen(PACKAGE)+strlen(VERSION), char); - sprintf(producer, PRODUCER, PACKAGE, VERSION); + producer = NEW (strlen(PRODUCER)+strlen("dvipdfmx")+strlen(VERSION), char); + sprintf(producer, PRODUCER, "dvipdfmx", VERSION); MD5_write(&md5_ctx, (unsigned char *)producer, strlen(producer)); RELEASE (producer); diff --git a/Build/source/texk/dvipdf-x/xdvipdfmx.test b/Build/source/texk/dvipdf-x/xdvipdfmx.test index 32b5827b8ea..de17bafb4c2 100755 --- a/Build/source/texk/dvipdf-x/xdvipdfmx.test +++ b/Build/source/texk/dvipdf-x/xdvipdfmx.test @@ -18,13 +18,13 @@ echo "*** xdvipdfmx --version" \ && echo && echo "xdvipdfmx-version tests OK" && echo \ || failed="$failed xdvipdfmx-version" -echo "*** xdvipdfmx --help" \ - && ./xdvipdfmx --help \ +fi + +echo "*** xdvipdfmx -h" \ + && ./xdvipdfmx -h \ && echo && echo "xdvipdfmx-help tests OK" && echo \ || failed="$failed xdvipdfmx-help" -fi - echo "*** xdvipdfmx -v -o image2.pdf image" && echo \ && ./xdvipdfmx -v -o image2.pdf $srcdir/tests/image \ && echo && echo "xdvipdfmx-image tests OK" && echo \ diff --git a/Build/source/texk/dvipdf-x/xsrc/dvipdfmx.c b/Build/source/texk/dvipdf-x/xsrc/dvipdfmx.c index ac97ed11198..ca79fdf9c35 100644 --- a/Build/source/texk/dvipdf-x/xsrc/dvipdfmx.c +++ b/Build/source/texk/dvipdf-x/xsrc/dvipdfmx.c @@ -153,7 +153,7 @@ set_default_pdf_filename(void) static void usage (int exit_code) { - fprintf (stdout, "\nThis is %s-%s by Jonathan Kew and Jin-Hwan Cho,\n", PACKAGE, VERSION); + fprintf (stdout, "\nThis is %s-%s by Jonathan Kew and Jin-Hwan Cho,\n", "xdvipdfmx", VERSION); fprintf (stdout, "an extended version of DVIPDFMx, which in turn was\n"); fprintf (stdout, "an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.\n"); fprintf (stdout, "\nCopyright (c) 2006-2013 SIL International and Jin-Hwan Cho.\n"); diff --git a/Build/source/texk/dvipdf-x/xsrc/pdfdoc.c b/Build/source/texk/dvipdf-x/xsrc/pdfdoc.c index 9c4731ecffd..05846ff9300 100644 --- a/Build/source/texk/dvipdf-x/xsrc/pdfdoc.c +++ b/Build/source/texk/dvipdf-x/xsrc/pdfdoc.c @@ -525,8 +525,8 @@ pdf_doc_close_docinfo (pdf_doc *p) } } - banner = NEW(strlen(PACKAGE)+strlen(VERSION)+4, char); - sprintf(banner, "%s (%s)", PACKAGE, VERSION); + banner = NEW(strlen("xdvipdfmx")+strlen(VERSION)+4, char); + sprintf(banner, "%s (%s)", "xdvipdfmx", VERSION); pdf_add_dict(docinfo, pdf_new_name("Producer"), pdf_new_string(banner, strlen(banner))); diff --git a/Build/source/texk/dvipdf-x/xsrc/pdfencrypt.c b/Build/source/texk/dvipdf-x/xsrc/pdfencrypt.c index 464f97e2b3d..7991dbc19d8 100644 --- a/Build/source/texk/dvipdf-x/xsrc/pdfencrypt.c +++ b/Build/source/texk/dvipdf-x/xsrc/pdfencrypt.c @@ -96,8 +96,8 @@ void pdf_enc_compute_id_string (char *dviname, char *pdfname) MD5_write(&md5_ctx, (unsigned char *)date_string, strlen(date_string)); RELEASE (date_string); - producer = NEW (strlen(PRODUCER)+strlen(PACKAGE)+strlen(VERSION), char); - sprintf(producer, PRODUCER, PACKAGE, VERSION); + producer = NEW (strlen(PRODUCER)+strlen("xdvipdfmx")+strlen(VERSION), char); + sprintf(producer, PRODUCER, "xdvipdfmx", VERSION); MD5_write(&md5_ctx, (unsigned char *)producer, strlen(producer)); RELEASE (producer); |