[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / vttest

File: [cvs.NetBSD.org] / pkgsrc / misc / vttest / Makefile (download)

Revision 1.13, Tue Nov 11 21:25:30 2014 UTC (9 years, 5 months ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.12: +2 -2 lines

Update to 20140305. Changes:

+ when NRCS is active, suppress ISO Latin-1 from menu to avoid
  confusion with British NRCS.
+ do not highlight ISO Latin-1 for NRCS, since it is a 96-character
  set, not applicable to NRCS.
+ expand menu 11.6.6 to demonstrate bce with top-level menus 1 and 2
  in addition to the existing menu 8.
+ correct description for DA response 24; it denotes VT320.
+ add highlighting information for VT320 Portuguese NRC mapping.
+ add highlighting information for VT220 DEC Supplemental NRC mapping.
+ clear screen just before resetting SCS in menu #3 character sets,
  in case a VT100 emulator does not simply ignore VT220 G2/G3
  selections when it does not implement them.
+ add check for maximum operating level before deciding whether
  to send a DECSCL to set it to VT100-level.
+ save/restore color enable-flag for menu 11.6 in a couple of places
  so that the ISO-6429 tests do not reset it unexpectedly.
+ amend the REP test to not reset colors if it happens to be run via
  the menu entry for BCE-related tests.

# $NetBSD: Makefile,v 1.13 2014/11/11 21:25:30 shattered Exp $
#

DISTNAME=	vttest-20140305
CATEGORIES=	misc benchmarks
MASTER_SITES=	ftp://dickey.his.com/vttest/
EXTRACT_SUFX=	.tgz

MAINTAINER=	drochner@NetBSD.org
HOMEPAGE=	http://invisible-island.net/vttest/vttest.html
COMMENT=	Utility to test vt100/vt220/xterm

GNU_CONFIGURE=	yes
MAKE_FILE=	makefile

.include "../../mk/bsd.pkg.mk"