Sun Aug 23 14:06:38 2015 UTC ()
Update to 319:

Patch #319 - 2015/08/19

    add a section to ctlseqs.ms discussing control sequences and
    ECMA-48, to explain why C1 controls do not occur in the decoded
    characters from UTF-8 byte streams (prompted by discussion with
    Poul-Henning Kamp).
    modify check for cursor-theme from patch #301 to also check if
    the resource Xcursor.theme is set to a nonempty value before
    fallback to xterm's own dummy theme (request by Robert Kloefkorn).
    explain in ctlseqs.ms that some keys which normally send
    SS3-prefixes are changed to CSI-prefixes if key-modifiers are
    passed as parameters (report by George Nachman).
    correct double-free of font information when multiple problems
    are found, particularly for the wide fonts loaded via the -wc
    option (report/testcase by Nelson Beebe).
    make configure option --enable-builtin-xpms actually work
    (report by William Bulley).
    correct combination of -ls and -e options for utempter
    configuration (Debian #794201).
    NetBSD build-fix for OPT_RENDERFONT versus OPT_SHIFT_FONTS
    (patch by Matthew Green, forwarded by Thomas Klausner).
    fix a few minor bugs found with Coverity.
    update pixelvector handling (patch by Ross Combs):
	split pixel-based and coord-based functions with common
	parts factored out to a "raw" function
	add a "step" variant which loads a single PV digit
    make the graphic dirty upon resize or clear, fixing some missing
    refreshes (patch by Ross Combs)
    fixes scrolling to use user coordinates and move in the correct
    direction (patch by Ross Combs)
    several fixes/improvements for ReGIS whitespace and page-handling
    (patch by Ross Combs).


(wiz)
diff -r1.102 -r1.103 pkgsrc/x11/xterm/Makefile
diff -r1.70 -r1.71 pkgsrc/x11/xterm/distinfo

cvs diff -r1.102 -r1.103 pkgsrc/x11/xterm/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xterm/Makefile 2015/08/18 07:31:20 1.102
+++ pkgsrc/x11/xterm/Makefile 2015/08/23 14:06:38 1.103
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.102 2015/08/18 07:31:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.103 2015/08/23 14:06:38 wiz Exp $
2 2
3DISTNAME= xterm-318 3DISTNAME= xterm-319
4PKGREVISION= 1 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ftp://invisible-island.net/xterm/ \ 5MASTER_SITES= ftp://invisible-island.net/xterm/ \
7 http://www.sfr-fresh.com/unix/misc/ 6 http://www.sfr-fresh.com/unix/misc/
8EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://dickey.his.com/xterm/xterm.html 10HOMEPAGE= http://dickey.his.com/xterm/xterm.html
12COMMENT= Latest terminal emulator for the X Window System 11COMMENT= Latest terminal emulator for the X Window System
13LICENSE= x11 12LICENSE= x11
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_TOOLS+= tbl pkg-config 15USE_TOOLS+= tbl pkg-config
17 16

cvs diff -r1.70 -r1.71 pkgsrc/x11/xterm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xterm/distinfo 2015/04/19 18:15:07 1.70
+++ pkgsrc/x11/xterm/distinfo 2015/08/23 14:06:38 1.71
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.70 2015/04/19 18:15:07 wiz Exp $ 1$NetBSD: distinfo,v 1.71 2015/08/23 14:06:38 wiz Exp $
2 2
3SHA1 (xterm-318.tgz) = 6717a0f2ff445bb1f83cd92828b5f784a10023c3 3SHA1 (xterm-319.tgz) = af86b5755312b2b69c9d46a24ae8f450ce5277d9
4RMD160 (xterm-318.tgz) = ab92c0950b7ec66df6c7f8eff628ec2da965fba6 4RMD160 (xterm-319.tgz) = 905234e54f6f0497dc2948ff3df37ad1e85777d1
5Size (xterm-318.tgz) = 1208968 bytes 5Size (xterm-319.tgz) = 1216710 bytes