Import of hexcurse 1.50.1.

Submitted by Lonny Gomes <devel@n0mansland.net>.

Hexcurse is a user-friendly, ncurses-based hex editor that contains
many useful features.  Some of its features include hex and decimal
address output, ASCII/EBCDIC output, searching, jumping to specified
locations in the file, bolded modifications, an undo feature, and
quick keyboard shortcuts to commands.
This commit is contained in:
naddy 2002-05-30 10:58:55 +00:00
parent eeeb7495f7
commit a91a12b411
4 changed files with 36 additions and 0 deletions

23
editors/hexcurse/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/30 10:58:55 naddy Exp $
COMMENT= "user-friendly ncurses-based hexeditor with many features"
DISTNAME= hexcurse-1.50.1
CATEGORIES= editors
NEED_VERSION= 1.504
HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse
MAINTAINER= Lonny Gomes <devel@n0mansland.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://jewfish.net/downloads/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (hexcurse-1.50.1.tar.gz) = 7f7e1e24ee381f9d0ae9ba418a27fe41
RMD160 (hexcurse-1.50.1.tar.gz) = eb24a0b7bef8037ac3e5282eda2b7b55c6b6cc06
SHA1 (hexcurse-1.50.1.tar.gz) = c6aefb53fdbcd4da9499559f6c15a3b461ea5553

View File

@ -0,0 +1,7 @@
Hexcurse is a user-friendly, ncurses-based hex editor that contains
many useful features. Some of its features include hex and decimal
address output, ASCII/EBCDIC output, searching, jumping to specified
locations in the file, bolded modifications, an undo feature, and
quick keyboard shortcuts to commands.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/30 10:58:55 naddy Exp $
bin/hexcurse
man/man1/hexcurse.1