diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-12 12:03:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-12 12:03:54 +0000 |
commit | e571214a56daee3e8ba46fb4d302a171bcca4c24 (patch) | |
tree | 01d00d1eb067b109884b5bb39e8f6661eb4db217 /editors | |
parent | 2a21bb414f8ed709c944db69a04d3c1e58676cfc (diff) | |
download | pkgsrc-e571214a56daee3e8ba46fb4d302a171bcca4c24.tar.gz |
Import hexcurse-1.60.0 as editors/hexcurse.
Hexcurse is an ncurses-based hex editing utility that can open, edit and save
files, editing both the hexadecimal and decimal values.
It currently supports searching, hex and decimal address output, jumping to
specified locations in the file, "undo" capabilities, "bolded" modifications,
EBCDIC mode, and quick keyboard shortcuts to commands.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hexcurse/DESCR | 6 | ||||
-rw-r--r-- | editors/hexcurse/Makefile | 17 | ||||
-rw-r--r-- | editors/hexcurse/PLIST | 3 | ||||
-rw-r--r-- | editors/hexcurse/distinfo | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/editors/hexcurse/DESCR b/editors/hexcurse/DESCR new file mode 100644 index 00000000000..48ab4060a67 --- /dev/null +++ b/editors/hexcurse/DESCR @@ -0,0 +1,6 @@ +Hexcurse is an ncurses-based hex editing utility that can open, edit and save +files, editing both the hexadecimal and decimal values. + +It currently supports searching, hex and decimal address output, jumping to +specified locations in the file, "undo" capabilities, "bolded" modifications, +EBCDIC mode, and quick keyboard shortcuts to commands. diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile new file mode 100644 index 00000000000..c325510207c --- /dev/null +++ b/editors/hexcurse/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/03/12 12:03:54 tnn Exp $ + +DISTNAME= hexcurse-1.60.0 +GITHUB_TAG= v${PKGVERSION_NOREV} +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_GITHUB:=LonnyGomes/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/LonnyGomes/hexcurse/ +COMMENT= Hexcurse is an ncurses-based console hexeditor written in C +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_NCURSES= yes # uses slk_* functions + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/hexcurse/PLIST b/editors/hexcurse/PLIST new file mode 100644 index 00000000000..5f05a5a044b --- /dev/null +++ b/editors/hexcurse/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/12 12:03:54 tnn Exp $ +bin/hexcurse +man/man1/hexcurse.1 diff --git a/editors/hexcurse/distinfo b/editors/hexcurse/distinfo new file mode 100644 index 00000000000..c49047aeef7 --- /dev/null +++ b/editors/hexcurse/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/03/12 12:03:54 tnn Exp $ + +SHA1 (hexcurse-1.60.0.tar.gz) = 6cc1159c1e8b2ff13a1788eae6440f3be1d95cca +RMD160 (hexcurse-1.60.0.tar.gz) = a23b8f45b665ad28bfbe5b524fbb63b088ac80f9 +SHA512 (hexcurse-1.60.0.tar.gz) = 2301f10e9190922fc61cbbe3a834826ebf87bc5ece9191d368181e2336af240e68cbe46e3a60dee3e0e42281b2f05ae4a7060ee1083b37f4906eacc66e58a094 +Size (hexcurse-1.60.0.tar.gz) = 171904 bytes |