summaryrefslogtreecommitdiff
path: root/editors/hexcurse
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-03 11:45:50 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-03 11:45:50 +0000
commit25049e3afaa876ade6944257801c05c14b6ac41f (patch)
tree9b8c40cd9701bf25113f329f61330c5ecdef2b07 /editors/hexcurse
parentUpdate to 1.6.2. (diff)
add hexcurse
A versatile ncurses-based hex editor
Notes
Notes: svn path=/head/; revision=43464
Diffstat (limited to 'editors/hexcurse')
-rw-r--r--editors/hexcurse/Makefile20
-rw-r--r--editors/hexcurse/distinfo1
-rw-r--r--editors/hexcurse/pkg-comment1
-rw-r--r--editors/hexcurse/pkg-descr6
-rw-r--r--editors/hexcurse/pkg-plist1
5 files changed, 29 insertions, 0 deletions
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