Received: by mail.netbsd.org (Postfix, from userid 605) id 1768B84D69; Thu, 15 Aug 2019 08:45:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9189584D68 for ; Thu, 15 Aug 2019 08:45:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id x7gd1aFvfeJ4 for ; Thu, 15 Aug 2019 08:45:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1BC0084D48 for ; Thu, 15 Aug 2019 08:45:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 193E8FBF4; Thu, 15 Aug 2019 08:45:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156585870837040" MIME-Version: 1.0 Date: Thu, 15 Aug 2019 08:45:08 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20190815084508.193E8FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156585870837040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Aug 15 08:45:08 UTC 2019 Modified Files: pkgsrc/sysutils: Makefile Log Message: Add ttyplot. To generate a diff of this commit: cvs rdiff -u -r1.828 -r1.829 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156585870837040 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.828 pkgsrc/sysutils/Makefile:1.829 --- pkgsrc/sysutils/Makefile:1.828 Wed Aug 14 17:22:05 2019 +++ pkgsrc/sysutils/Makefile Thu Aug 15 08:45:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.828 2019/08/14 17:22:05 fcambus Exp $ +# $NetBSD: Makefile,v 1.829 2019/08/15 08:45:07 fcambus Exp $ # COMMENT= System utilities @@ -625,6 +625,7 @@ SUBDIR+= trash SUBDIR+= tree SUBDIR+= ts SUBDIR+= tsm8 +SUBDIR+= ttyplot #SUBDIR+= u-boot # only contains Makefile fragments SUBDIR+= u-boot-a10-olinuxino-lime SUBDIR+= u-boot-a20-olinuxino-lime2 --_----------=_156585870837040--