summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornonaka <nonaka@pkgsrc.org>2016-05-06 09:02:36 +0000
committernonaka <nonaka@pkgsrc.org>2016-05-06 09:02:36 +0000
commit9a9b6c2d36a49ded0ce00e41a638c9d8ca3549d8 (patch)
treefded3e24c4cceb06b49447093904a26c46fd3b86
parent030ec67295a4040465ddf12891c900c47b591143 (diff)
downloadpkgsrc-9a9b6c2d36a49ded0ce00e41a638c9d8ca3549d8.tar.gz
PR/51117: Import iwatch 1.0.3 as misc/iwatch.
iwatch is a program to watch the given command's output periodically and watch the output change. reviewed by wiz@.
-rw-r--r--misc/iwatch/DESCR2
-rw-r--r--misc/iwatch/Makefile18
-rw-r--r--misc/iwatch/PLIST3
-rw-r--r--misc/iwatch/distinfo6
4 files changed, 29 insertions, 0 deletions
diff --git a/misc/iwatch/DESCR b/misc/iwatch/DESCR
new file mode 100644
index 00000000000..31d4e7bb8d3
--- /dev/null
+++ b/misc/iwatch/DESCR
@@ -0,0 +1,2 @@
+iwatch is a program to watch the given command's output periodically and
+watch the output change.
diff --git a/misc/iwatch/Makefile b/misc/iwatch/Makefile
new file mode 100644
index 00000000000..85e1e1ca316
--- /dev/null
+++ b/misc/iwatch/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/05/06 09:02:36 nonaka Exp $
+
+DISTNAME= iwatch-1.0.3
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=iij/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= nonakap@gmail.com
+HOMEPAGE= https://github.com/iij/iwatch
+COMMENT= Watch the command output with interval timer
+LICENSE= 2-clause-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS= gmake
+MAKE_FILE= GNUmakefile
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/iwatch/PLIST b/misc/iwatch/PLIST
new file mode 100644
index 00000000000..0a2db8261ac
--- /dev/null
+++ b/misc/iwatch/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/05/06 09:02:36 nonaka Exp $
+bin/iwatch
+man/man1/iwatch.1
diff --git a/misc/iwatch/distinfo b/misc/iwatch/distinfo
new file mode 100644
index 00000000000..2543b8402d0
--- /dev/null
+++ b/misc/iwatch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/05/06 09:02:36 nonaka Exp $
+
+SHA1 (iwatch-1.0.3.tar.gz) = d6147d3a0743113ddca775a58343cc22259b65c6
+RMD160 (iwatch-1.0.3.tar.gz) = cff380aacd2e1813d76aaeddd2bb3afa0999d709
+SHA512 (iwatch-1.0.3.tar.gz) = 58f4816648803a7c090a9a07e8396241ca3f5f53e1d0b80fd25c25cf2186f49a0d53eaffa4e66277e2c3527b892bd52f438a18172b73751533de2413a380cbb9
+Size (iwatch-1.0.3.tar.gz) = 105536 bytes