pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ttyplot: remove, imported in pkgsrc as sysutils/ttyplot.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Thu Aug 15 10:49:44 2019 +0200
Changeset: 214bd6f70a682f743cd649ba0cb44ffda27a7fff
Modified Files:
Makefile
Removed Files:
ttyplot/DESCR
ttyplot/Makefile
ttyplot/PLIST
ttyplot/distinfo
Log Message:
ttyplot: remove, imported in pkgsrc as sysutils/ttyplot.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=214bd6f70a682f743cd649ba0cb44ffda27a7fff
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
ttyplot/DESCR | 5 -----
ttyplot/Makefile | 28 ----------------------------
ttyplot/PLIST | 3 ---
ttyplot/distinfo | 6 ------
5 files changed, 43 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index fe816c3a91..9962750e39 100644
--- a/Makefile
+++ b/Makefile
@@ -4798,7 +4798,6 @@ SUBDIR+= tsm62
SUBDIR+= ttf-indic-fonts
SUBDIR+= ttr
SUBDIR+= ttyload
-SUBDIR+= ttyplot
SUBDIR+= ttysnoop
SUBDIR+= ttytter
SUBDIR+= tuareg-mode
diff --git a/ttyplot/DESCR b/ttyplot/DESCR
deleted file mode 100644
index e659cc8e6c..0000000000
--- a/ttyplot/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 3fa855e1ec..0000000000
--- a/ttyplot/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-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 --git a/ttyplot/PLIST b/ttyplot/PLIST
deleted file mode 100644
index b5497cb778..0000000000
--- a/ttyplot/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/ttyplot
-share/doc/ttyplot/README.md
diff --git a/ttyplot/distinfo b/ttyplot/distinfo
deleted file mode 100644
index df02c13f0d..0000000000
--- a/ttyplot/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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