aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-03-30 20:42:54 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-03-30 20:42:54 +0000
commitde841b40d24d22ab51ad05ed632e025903fbb41f (patch)
treeb6b110cb519657c178bf7c902a973fa26c121448 /editors
parent335fe65dc0e9e582b11e62259bd22e3a5a99ef97 (diff)
downloadports-de841b40d24d22ab51ad05ed632e025903fbb41f.tar.gz
ports-de841b40d24d22ab51ad05ed632e025903fbb41f.zip
sysutils/xxd: New port
Xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. This is the standalone version of the xxd tool provided by vim. Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index c151df5186bc..e77dc7e135bd 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -45,6 +45,10 @@ CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/}
${f}_PKGNAMESUFFIX= -${f}
.endfor
+.for f in ${FLAVORS:Ntiny}
+${f}_CONFLICTS_INSTALL= xxd
+.endfor
+
# GUI flavors
.if ${FLAVOR:U} == console
GUI= no