summaryrefslogtreecommitdiff
path: root/misc/cw/Makefile
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2015-06-04 20:27:53 +0000
committeryouri <youri@pkgsrc.org>2015-06-04 20:27:53 +0000
commitd7e955813dfd68dc63566f73614227531d53e4cc (patch)
tree9c54d9ea7bfd26662969b99f36674db6363e0e62 /misc/cw/Makefile
parent50b917e0003f0eb3d220d9c2cfe776348ab16582 (diff)
downloadpkgsrc-d7e955813dfd68dc63566f73614227531d53e4cc.tar.gz
Import cw-1.0.16 as misc/cw.
Cw is a non-intrusive real-time ANSI color wrapper for common unix-based command. It is designed to simulate the environment of the commands being executed, so that if a person types 'du', 'df', 'ping', etc. in their shell it will automatically color the output in real-time according to a definition file containing the color format desired. cw has support for wildcard match coloring, tokenized coloring, headers/footers, case scenario coloring, command line dependent definition coloring, and includes over 50 pre-made definition files.
Diffstat (limited to 'misc/cw/Makefile')
-rw-r--r--misc/cw/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/cw/Makefile b/misc/cw/Makefile
new file mode 100644
index 00000000000..1408d241933
--- /dev/null
+++ b/misc/cw/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/06/04 20:27:53 youri Exp $
+
+DISTNAME= cw-1.0.16
+CATEGORIES= misc
+MASTER_SITES= http://cwrapper.sourceforge.net/
+
+MAINTAINER= youri@NetBSD.org
+HOMEPAGE= http://cwrapper.sourceforge.net/
+COMMENT= Non-intrusive color wrapper for common commands
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+
+CHECK_INTERPRETER_SKIP= lib/cw/*
+
+.include "../../mk/bsd.pkg.mk"