pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ttyplot
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Aug 15 08:43:47 UTC 2019
Added Files:
pkgsrc/sysutils/ttyplot: DESCR Makefile PLIST distinfo
Log Message:
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@
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/ttyplot/DESCR \
pkgsrc/sysutils/ttyplot/Makefile pkgsrc/sysutils/ttyplot/PLIST \
pkgsrc/sysutils/ttyplot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/ttyplot/DESCR
diff -u /dev/null pkgsrc/sysutils/ttyplot/DESCR:1.1
--- /dev/null Thu Aug 15 08:43:47 2019
+++ pkgsrc/sysutils/ttyplot/DESCR Thu Aug 15 08:43:47 2019
@@ -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.
Index: pkgsrc/sysutils/ttyplot/Makefile
diff -u /dev/null pkgsrc/sysutils/ttyplot/Makefile:1.1
--- /dev/null Thu Aug 15 08:43:47 2019
+++ pkgsrc/sysutils/ttyplot/Makefile Thu Aug 15 08:43:47 2019
@@ -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"
Index: pkgsrc/sysutils/ttyplot/PLIST
diff -u /dev/null pkgsrc/sysutils/ttyplot/PLIST:1.1
--- /dev/null Thu Aug 15 08:43:47 2019
+++ pkgsrc/sysutils/ttyplot/PLIST Thu Aug 15 08:43:47 2019
@@ -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
Index: pkgsrc/sysutils/ttyplot/distinfo
diff -u /dev/null pkgsrc/sysutils/ttyplot/distinfo:1.1
--- /dev/null Thu Aug 15 08:43:47 2019
+++ pkgsrc/sysutils/ttyplot/distinfo Thu Aug 15 08:43:47 2019
@@ -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