summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-13 22:30:34 +0000
committernia <nia@pkgsrc.org>2020-01-13 22:30:34 +0000
commitcba01ba7d51030314cd32724f953b71011c7b327 (patch)
treeb354de957b1cc64daef2750121482a8bf57cd777 /misc/Makefile
parent9c473815c8a43d99958296ed056cb9fe6ba44cd8 (diff)
downloadpkgsrc-cba01ba7d51030314cd32724f953b71011c7b327.tar.gz
misc: Add pixd.
pixd is a tool for visualizing binary data using a colour palette. It is in a lot of ways akin to a hexdump tool, except using coloured squares to represent each octet. pixd uses 24-bit color SGR escape sequences. For a list of terminal emulators with support for these, see XVilka's list of supporting terminal emulators: https://gist.github.com/XVilka/8346728
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 321ca54dd3c..489403d58f1 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.530 2020/01/13 22:29:24 nia Exp $
+# $NetBSD: Makefile,v 1.531 2020/01/13 22:30:34 nia Exp $
#
COMMENT= Miscellaneous utilities
@@ -241,6 +241,7 @@ SUBDIR+= pdmenu
SUBDIR+= php-orangehrm
SUBDIR+= pick
SUBDIR+= pinfo
+SUBDIR+= pixd
SUBDIR+= ppower
SUBDIR+= pty-redir
SUBDIR+= py-anita