pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/dvi2tty



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Sep 23 11:35:18 UTC 2016

Modified Files:
        pkgsrc/converters/dvi2tty: Makefile PLIST distinfo
Removed Files:
        pkgsrc/converters/dvi2tty/patches: patch-aa patch-ab

Log Message:
Update dvi2tty to 6.0.0

fix license.  OK by wiz

2016-03-05  TANAKA Takuji  <ttk%t-lab.opal.ne.jp@localhost>

        dvi2tty-6.0.0.
        Support T1,TS1,OT2,T2A,T2B,T2C,X2 encodings.
        Add utf8 output for the latin, cyrillic encodings and
        OML,OMS encodings.
        Add option '-C' not to compose a combining character sequence.
        * dvi2tty.c, dvi2tty.h: Add new option '-C', '-Eu1' and inner flags.
        * tex2ucs.h (new), dvistuff.c: Add utf8 support and new encodings.
        * test/table.tex, table.dvi, dvi2tty.test: Add a new test.
        * table{,c,s,u,uC,Eu,Eu1,EuC,Eua}.tty,
          testEu.tty, ligtest{u,Eu}.tty (new);
          test{,s,u}.tty, ligtest.tty (update): Expected output.
        * Makefile{,.am,.in}: Add the new test and the new header file.
        * configure{,.ac}: Update version number.

2011-11-21  Peter Breitenlohner   <peb%mppmu.mpg.de@localhost>

        Add upTeX support from Tanaka Takuji <KXD02663%nifty.ne.jp@localhost>.
        * ac/withenable.ac, Makefile.am: Require ptexenc.
        * version.ac (new): Define dvi2tty_version.
        * configure.ac: Adapted.

2011-01-26  Peter Breitenlohner   <peb%mppmu.mpg.de@localhost>

        * dvi2tty.test: Unset DVI2TTY to nullify dvi2tty options.
        Additional testcase with '-c'.
        * testc.tty: Expected output.

2010-11-06  Peter Breitenlohner   <peb%mppmu.mpg.de@localhost>

        Import dvi2tty-5.3.3.
        * configure.ac: Adapted.

2010-10-15  Peter Breitenlohner  <peb%mppmu.mpg.de@localhost>

        Add two disdvi command line options to handle .dvi files as
        created by pTeX and .xdv files as created by XeTeX.

        * commands.h: Define DVI opcodes for pTeX and XeTeX extensions.
        * disdvi.c: Add command line options `-p' or `--ptex' and `-x'
        or `--xetex'; handle DVI opcodes for pTeX and XeTeX extensions.

2009-08-23  Peter Breitenlohner  <peb%mppmu.mpg.de@localhost>

        Avoid maximal compiler warnings.
        * disdvi.c, dvi2tty.c, dvistuff.c: Ignore RCS strings.
        ANSI C function definitions.
        * disdvi.c (fontname): Constify string return type.
        * dvi2tty.c (path, OUTfilename): Constify global strings.
        (getpages, getfname, getinteger, setoption, getargs):
        Constify string params and local vars.

2009-06-22  Peter Breitenlohner  <peb%mppmu.mpg.de@localhost>

        * dvi2tty.c (readable_file): declare as static.
        * disdvi.c, dvi2tty.h: do not #include <kpathsea/c-proto.h>.

2009-06-20  Peter Breitenlohner  <peb%mppmu.mpg.de@localhost>

        * Makefile.am: enable compiler warnings.
        * disdvi.c, dvi2tty.c, dvi2tty.h, dvistuff.c: ANSI C prototypes.

2009-06-15  Karl Berry  <karl%tug.org@localhost>

        * dvi2tty.c,
        * README: clarify that it's GPLv2+, per
        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424018.

2009-06-12  Francois Charette  <firmicus%ankabut.net@localhost>

        * dvistuff.c: rename getline to texlive_getline.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/converters/dvi2tty/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/dvi2tty/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/dvi2tty/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/converters/dvi2tty/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/converters/dvi2tty/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/dvi2tty/Makefile
diff -u pkgsrc/converters/dvi2tty/Makefile:1.16 pkgsrc/converters/dvi2tty/Makefile:1.17
--- pkgsrc/converters/dvi2tty/Makefile:1.16     Wed Oct  3 00:20:10 2012
+++ pkgsrc/converters/dvi2tty/Makefile  Fri Sep 23 11:35:18 2016
@@ -1,30 +1,30 @@
-# $NetBSD: Makefile,v 1.16 2012/10/03 00:20:10 asau Exp $
+# $NetBSD: Makefile,v 1.17 2016/09/23 11:35:18 markd Exp $
 #
 
-DISTNAME=      dvi2tty
-PKGNAME=       dvi2tty-1.0
+DISTNAME=      texlive-20160523-source
+PKGNAME=       dvi2tty-6.0.0
 CATEGORIES=    converters
-MASTER_SITES=  ${MASTER_SITE_LOCAL}
-#MASTER_SITES= ftp://tug.ctan.org/pub/tex-archive/dviware/
+MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2016/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Program for previewing DVI files
-LICENSE=       no-commercial-use
+LICENSE=       gnu-gpl-v2
 
-MAKE_FLAGS+=   CFLAGS=${CFLAGS:M*:Q}
+EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
+                       ${DISTNAME}/texk/dvi2tty
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+WRKSRC=                ${WRKDIR}/${DISTNAME}/texk/dvi2tty
 
-pre-patch:
-       cd ${WRKSRC};                                           \
-           for p in dvi2tty.patch dvi2tty-latin1.patch;        \
-           do                                                  \
-               ${PATCH} < $$p;                                 \
-           done
-
-do-install:
-       ${INSTALL_PROGRAM} \
-               ${WRKSRC}/disdvi ${WRKSRC}/dvi2tty ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+CONFIG_GUESS_OVERRIDE+=        ${WRKDIR}/${DISTNAME}/build-aux/config.guess
+CONFIG_SUB_OVERRIDE+=  ${WRKDIR}/${DISTNAME}/build-aux/config.sub
 
+CONFIGURE_ARGS+=       --with-system-kpathsea
+CONFIGURE_ARGS+=       --with-system-ptexenc
+
+.include "../../print/kpathsea/buildlink3.mk"
+.include "../../print/ptexenc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/dvi2tty/PLIST
diff -u pkgsrc/converters/dvi2tty/PLIST:1.1 pkgsrc/converters/dvi2tty/PLIST:1.2
--- pkgsrc/converters/dvi2tty/PLIST:1.1 Wed Oct 31 21:50:50 2001
+++ pkgsrc/converters/dvi2tty/PLIST     Fri Sep 23 11:35:18 2016
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:50:50 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/09/23 11:35:18 markd Exp $
 bin/disdvi
 bin/dvi2tty
+man/man1/disdvi.1
 man/man1/dvi2tty.1

Index: pkgsrc/converters/dvi2tty/distinfo
diff -u pkgsrc/converters/dvi2tty/distinfo:1.6 pkgsrc/converters/dvi2tty/distinfo:1.7
--- pkgsrc/converters/dvi2tty/distinfo:1.6      Tue Nov  3 01:43:48 2015
+++ pkgsrc/converters/dvi2tty/distinfo  Fri Sep 23 11:35:18 2016
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 01:43:48 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/09/23 11:35:18 markd Exp $
 
-SHA1 (dvi2tty.tar.gz) = 7b62aef389325d87683630869261e14a6e98258e
-RMD160 (dvi2tty.tar.gz) = 331f9ca12c1d905ce3ec2963cb970dfbff80848d
-SHA512 (dvi2tty.tar.gz) = 1faf30a6aabdac9f2f0fe925f438bcd76694872e8967215381de1e312e7263e8e61444781f5b4c0abb79072bd0ec943171494b817f92c478e32cf569452749d7
-Size (dvi2tty.tar.gz) = 30720 bytes
-SHA1 (patch-aa) = c6452a3ea322b507b3f7a3c5dc654c0a2b4bfea6
-SHA1 (patch-ab) = 7776499817462f9a1f9dff1c50f876e3dc7de2b1
+SHA1 (texlive-20160523-source.tar.xz) = 8cdcc00492fc642db59a9a07f9ea080ff6765460
+RMD160 (texlive-20160523-source.tar.xz) = 4ffc4d92f8c6408c23a34815e2d4b0f4877d9c3f
+SHA512 (texlive-20160523-source.tar.xz) = 9fdd69d237238385240e918456f54791a38e57b573edf5df839c57e56a0009012b68b7b92298c3e137181325e2be84d7a84e9c7cf41ae9739bb3329d84194564
+Size (texlive-20160523-source.tar.xz) = 258176464 bytes



Home | Main Index | Thread Index | Old Index