pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import ttyplot 1.1 as wip/ttyplot.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Fri Jan 25 12:07:50 2019 +0100
Changeset: f020adea261a09b1787ee388d69e5943b3e83b41
Added Files:
ttyplot/DESCR
ttyplot/Makefile
ttyplot/PLIST
ttyplot/distinfo
Log Message:
Import ttyplot 1.1 as wip/ttyplot.
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f020adea261a09b1787ee388d69e5943b3e83b41
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ttyplot/DESCR | 5 +++++
ttyplot/Makefile | 21 +++++++++++++++++++++
ttyplot/PLIST | 3 +++
ttyplot/distinfo | 6 ++++++
4 files changed, 35 insertions(+)
diffs:
diff --git a/ttyplot/DESCR b/ttyplot/DESCR
new file mode 100644
index 0000000000..e659cc8e6c
--- /dev/null
+++ b/ttyplot/DESCR
@@ -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 --git a/ttyplot/Makefile b/ttyplot/Makefile
new file mode 100644
index 0000000000..d7b8a63ba6
--- /dev/null
+++ b/ttyplot/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= ttyplot-1.1
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=tenox7/}
+
+MAINTAINER= fred%statdns.com@localhost
+HOMEPAGE= https://github.com/tenox7/ttyplot/
+COMMENT= Realtime plotting utility for terminals
+LICENSE= unlicense
+
+DOCDIR= share/doc/ttyplot
+
+AUTO_MKDIRS= yes
+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 --git a/ttyplot/PLIST b/ttyplot/PLIST
new file mode 100644
index 0000000000..b5497cb778
--- /dev/null
+++ b/ttyplot/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/ttyplot
+share/doc/ttyplot/README.md
diff --git a/ttyplot/distinfo b/ttyplot/distinfo
new file mode 100644
index 0000000000..67d543523c
--- /dev/null
+++ b/ttyplot/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ttyplot-1.1.tar.gz) = 1534bff04e497b19ca81ff59bd6c51d63951ae94
+RMD160 (ttyplot-1.1.tar.gz) = bfbbc6fb774d02c4ccd625622b613dac19124bfa
+SHA512 (ttyplot-1.1.tar.gz) = 16ba45c3e5fd5153ee3338b57544dfc29f85d6f28a38754806def4a80b522a72821d3d5a5e3628f311da8bcf5f4f1f6bdc065c50554a6014ade1327cec2f91dc
+Size (ttyplot-1.1.tar.gz) = 42901 bytes
Home |
Main Index |
Thread Index |
Old Index