diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
commit | 45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576 (patch) | |
tree | fcaedf98fabfce42bd643a3c13bad86cad3fa5af /editors | |
parent | ae1b9b07f9c630d6fff992deb4abb9cd9e123a58 (diff) | |
download | FreeBSD-ports-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.zip FreeBSD-ports-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.tar.gz |
add hexcurse
A versatile ncurses-based hex editor
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/hexcurse/Makefile | 20 | ||||
-rw-r--r-- | editors/hexcurse/distinfo | 1 | ||||
-rw-r--r-- | editors/hexcurse/pkg-comment | 1 | ||||
-rw-r--r-- | editors/hexcurse/pkg-descr | 6 | ||||
-rw-r--r-- | editors/hexcurse/pkg-plist | 1 |
6 files changed, 30 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0e26a96..249a912 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -54,6 +54,7 @@ SUBDIR += gmanedit SUBDIR += gnotepad+ SUBDIR += gxedit + SUBDIR += hexcurse SUBDIR += hexedit SUBDIR += hexpert SUBDIR += iiimecf diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile new file mode 100644 index 0000000..e2af23c --- /dev/null +++ b/editors/hexcurse/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: hexcurse +# Date created: Jun 3, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= hexcurse +PORTVERSION= 1.01 +CATEGORIES= editors +MASTER_SITES= http://jewfish.net/downloads/ + +MAINTAINER= ijliao@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= hexcurse.1 + +.include <bsd.port.mk> diff --git a/editors/hexcurse/distinfo b/editors/hexcurse/distinfo new file mode 100644 index 0000000..49821c8 --- /dev/null +++ b/editors/hexcurse/distinfo @@ -0,0 +1 @@ +MD5 (hexcurse-1.01.tar.gz) = 8a7874b6d2f32f68e1ddc4f5ca61d94d diff --git a/editors/hexcurse/pkg-comment b/editors/hexcurse/pkg-comment new file mode 100644 index 0000000..34e0bf9 --- /dev/null +++ b/editors/hexcurse/pkg-comment @@ -0,0 +1 @@ +A versatile ncurses-based hex editor diff --git a/editors/hexcurse/pkg-descr b/editors/hexcurse/pkg-descr new file mode 100644 index 0000000..1470849 --- /dev/null +++ b/editors/hexcurse/pkg-descr @@ -0,0 +1,6 @@ +HexCurse is a versatile ncurses-based hex editor written in C that provides +the user with many features. It currently supports searching, hex, and decimal +address output, jumping to specified locations in a file, and quick keyboard +shortcuts to commands. + +WWW: http://jewfish.net/description?title=HexCurse diff --git a/editors/hexcurse/pkg-plist b/editors/hexcurse/pkg-plist new file mode 100644 index 0000000..3b219a4 --- /dev/null +++ b/editors/hexcurse/pkg-plist @@ -0,0 +1 @@ +bin/hexcurse |