Sun Aug 18 10:44:30 2013 UTC ()
Update to 1.1. Changes:

* Colorized output now supported via the --color (or --colour) option,
  and the TESEQ_COLORS environment variable.
* Descriptions and labels for non-standard controls from DEC, Xterm,
  Rxvt, etc, are now always issued, without the need for the -x option.
* Reseq now recognizes "halt" (@@@) lines (with --halts option), waiting
  for keypress before continuing.
* Teseq now identifies which charset is being switched, by its ISO IR
  registration.
* BUG FIX: Teseq could crash on the input, `\033$z'.


(shattered)
diff -r1.5 -r1.6 pkgsrc/misc/teseq/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/misc/teseq/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/misc/teseq/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/misc/teseq/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/teseq/Makefile 2013/05/31 12:41:29 1.5
+++ pkgsrc/misc/teseq/Makefile 2013/08/18 10:44:30 1.6
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2013/08/18 10:44:30 shattered Exp $
2# 2#
3 3
4DISTNAME= teseq-1.0.0 4DISTNAME= teseq-1.1
5PKGREVISION= 2 
6CATEGORIES= misc 5CATEGORIES= misc
7MASTER_SITES= http://ftp.gnu.org/gnu/teseq/ 6MASTER_SITES= http://ftp.gnu.org/gnu/teseq/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://ftp.gnu.org/gnu/teseq/ 10HOMEPAGE= http://ftp.gnu.org/gnu/teseq/
12COMMENT= Terminal control sequence analyzer 11COMMENT= Terminal control sequence analyzer
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= perl:run sed:run 14USE_TOOLS+= perl:run sed:run
16 15
17CONFIGURE_ENV+= AUTOCONF=true # files pre-built, not needed 16CONFIGURE_ENV+= AUTOCONF=true # files pre-built, not needed
18CONFIGURE_ENV+= MAKEINFO=true 17CONFIGURE_ENV+= MAKEINFO=true

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/teseq/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/teseq/PLIST 2008/08/28 01:23:41 1.1.1.1
+++ pkgsrc/misc/teseq/PLIST 2013/08/18 10:44:30 1.2
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/28 01:23:41 bjs Exp $ 1@comment $NetBSD: PLIST,v 1.2 2013/08/18 10:44:30 shattered Exp $
2bin/reseq 2bin/reseq
3bin/teseq 3bin/teseq
4info/teseq.info 4info/teseq.info
5libexec/teseq-post.sed 
6man/man1/reseq.1 5man/man1/reseq.1
7man/man1/teseq.1 6man/man1/teseq.1

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/teseq/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/teseq/distinfo 2008/08/28 01:23:41 1.1.1.1
+++ pkgsrc/misc/teseq/distinfo 2013/08/18 10:44:30 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/08/28 01:23:41 bjs Exp $ 1$NetBSD: distinfo,v 1.2 2013/08/18 10:44:30 shattered Exp $
2 2
3SHA1 (teseq-1.0.0.tar.bz2) = 17f625bf48392c2658fc24ff8f280ae299eae323 3SHA1 (teseq-1.1.tar.bz2) = e853ac8990ed21db30de9178eb5781e66e30dce2
4RMD160 (teseq-1.0.0.tar.bz2) = 32b45ecdcb96b5c87968830b06eb2dbefa95b9f3 4RMD160 (teseq-1.1.tar.bz2) = 836ae4e63d4d42ef26deb15635c059042bceb228
5Size (teseq-1.0.0.tar.bz2) = 227972 bytes 5Size (teseq-1.1.tar.bz2) = 252124 bytes