From 45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sun, 3 Jun 2001 11:45:50 +0000 Subject: add hexcurse A versatile ncurses-based hex editor --- editors/Makefile | 1 + editors/hexcurse/Makefile | 20 ++++++++++++++++++++ editors/hexcurse/distinfo | 1 + editors/hexcurse/pkg-comment | 1 + editors/hexcurse/pkg-descr | 6 ++++++ editors/hexcurse/pkg-plist | 1 + 6 files changed, 30 insertions(+) create mode 100644 editors/hexcurse/Makefile create mode 100644 editors/hexcurse/distinfo create mode 100644 editors/hexcurse/pkg-comment create mode 100644 editors/hexcurse/pkg-descr create mode 100644 editors/hexcurse/pkg-plist (limited to 'editors') 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 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 -- cgit v1.1