aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-06-03 19:45:50 +0800
committerijliao <ijliao@FreeBSD.org>2001-06-03 19:45:50 +0800
commit45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576 (patch)
treefcaedf98fabfce42bd643a3c13bad86cad3fa5af /editors
parentae1b9b07f9c630d6fff992deb4abb9cd9e123a58 (diff)
downloadfreebsd-ports-gnome-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.tar.gz
freebsd-ports-gnome-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.tar.zst
freebsd-ports-gnome-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.zip
add hexcurse
A versatile ncurses-based hex editor
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-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
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