diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
commit | 25049e3afaa876ade6944257801c05c14b6ac41f (patch) | |
tree | 9b8c40cd9701bf25113f329f61330c5ecdef2b07 /editors | |
parent | 68dabe0e5c40008fa6ebd08a904ea223819c1b1f (diff) | |
download | ports-25049e3afaa876ade6944257801c05c14b6ac41f.tar.gz ports-25049e3afaa876ade6944257801c05c14b6ac41f.zip |
Notes
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 0e26a96bd3bf..249a9120b59b 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 000000000000..e2af23c1f03d --- /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 000000000000..49821c8863a1 --- /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 000000000000..34e0bf966f19 --- /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 000000000000..1470849ca0f9 --- /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 000000000000..3b219a4967ce --- /dev/null +++ b/editors/hexcurse/pkg-plist @@ -0,0 +1 @@ +bin/hexcurse |