pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ttyplot sysutils/ttyplot: import ttyplot-1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/59ca87e42905
branches: trunk
changeset: 399728:59ca87e42905
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Thu Aug 15 08:43:47 2019 +0000
description:
sysutils/ttyplot: import ttyplot-1.4.
ttyplot is a realtime plotting utility for terminals. It takes data from
stdin, and plots on a terminal or console.
It supports rate calculation for counters, and up to two plots on a single
display using reverse video for the second line.
OK kamil@
diffstat:
sysutils/ttyplot/DESCR | 5 +++++
sysutils/ttyplot/Makefile | 28 ++++++++++++++++++++++++++++
sysutils/ttyplot/PLIST | 3 +++
sysutils/ttyplot/distinfo | 6 ++++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r bd11a2c79018 -r 59ca87e42905 sysutils/ttyplot/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ttyplot/DESCR Thu Aug 15 08:43:47 2019 +0000
@@ -0,0 +1,5 @@
+ttyplot is a realtime plotting utility for terminals. It takes data from
+stdin, and plots on a terminal or console.
+
+It supports rate calculation for counters, and up to two plots on a single
+display using reverse video for the second line.
diff -r bd11a2c79018 -r 59ca87e42905 sysutils/ttyplot/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ttyplot/Makefile Thu Aug 15 08:43:47 2019 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2019/08/15 08:43:47 fcambus Exp $
+
+DISTNAME= ttyplot-1.4
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=tenox7/}
+
+MAINTAINER= fcambus%NetBSD.org@localhost
+HOMEPAGE= https://github.com/tenox7/ttyplot/
+COMMENT= Realtime plotting utility for terminals
+LICENSE= unlicense
+
+# Adjust Makefile
+SUBST_CLASSES+= makefile
+SUBST_STAGE.makefile= pre-configure
+SUBST_MESSAGE.makefile= Fixing Makefile
+SUBST_FILES.makefile= Makefile
+SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O3,,'
+SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
+
+DOCDIR= share/doc/ttyplot
+
+INSTALLATION_DIRS+= bin ${DOCDIR}
+
+do-install:
+ ${RUN}${INSTALL_PROGRAM} ${WRKSRC}/ttyplot ${DESTDIR}${PREFIX}/bin
+ ${RUN}${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r bd11a2c79018 -r 59ca87e42905 sysutils/ttyplot/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ttyplot/PLIST Thu Aug 15 08:43:47 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/15 08:43:47 fcambus Exp $
+bin/ttyplot
+share/doc/ttyplot/README.md
diff -r bd11a2c79018 -r 59ca87e42905 sysutils/ttyplot/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ttyplot/distinfo Thu Aug 15 08:43:47 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/15 08:43:47 fcambus Exp $
+
+SHA1 (ttyplot-1.4.tar.gz) = abfe6f0037290501b3f2497a4c753edd1c98ff20
+RMD160 (ttyplot-1.4.tar.gz) = d2c0371e58475d54100ca882a8e67bbacab73a23
+SHA512 (ttyplot-1.4.tar.gz) = 2ef3d85b8dc374ebe904132865b593503d12e82c3e404fe4d4c60adbbd92121ea3bc496ae481251f83bb7ab83648c867f29cb23555c782f3b48ebb5e310c3759
+Size (ttyplot-1.4.tar.gz) = 46922 bytes
Home |
Main Index |
Thread Index |
Old Index