diff options
author | peter <peter@FreeBSD.org> | 2001-03-10 16:43:37 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-03-10 16:43:37 +0800 |
commit | 96e1aecd221ea04f395ed10471c3efc291bbbd08 (patch) | |
tree | a6c0f371b6210ce967f7c152d0fed27b4c1dac4e /editors | |
parent | 7f14106b77e9c33058f01c6a06b215ddc7dda9d1 (diff) | |
download | freebsd-ports-gnome-96e1aecd221ea04f395ed10471c3efc291bbbd08.tar.gz freebsd-ports-gnome-96e1aecd221ea04f395ed10471c3efc291bbbd08.tar.zst freebsd-ports-gnome-96e1aecd221ea04f395ed10471c3efc291bbbd08.zip |
A port of a version of (somewhat old) hexpert v2.4. (nice easy binary
file editor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hexpert/Makefile | 16 | ||||
-rw-r--r-- | editors/hexpert/distinfo | 1 | ||||
-rw-r--r-- | editors/hexpert/pkg-comment | 1 | ||||
-rw-r--r-- | editors/hexpert/pkg-descr | 3 | ||||
-rw-r--r-- | editors/hexpert/pkg-plist | 1 |
5 files changed, 22 insertions, 0 deletions
diff --git a/editors/hexpert/Makefile b/editors/hexpert/Makefile new file mode 100644 index 000000000000..ee607017e517 --- /dev/null +++ b/editors/hexpert/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: hexpert +# Date created: 09 March 2001 +# Whom: Peter Wemm <peter@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hexpert +PORTVERSION= 2.4 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= peter + +MAINTAINER= peter@FreeBSD.org + +.include <bsd.port.mk> diff --git a/editors/hexpert/distinfo b/editors/hexpert/distinfo new file mode 100644 index 000000000000..884d985405c0 --- /dev/null +++ b/editors/hexpert/distinfo @@ -0,0 +1 @@ +MD5 (hexpert-2.4.tar.gz) = dd4df4497f57074b471e3818e12f0f77 diff --git a/editors/hexpert/pkg-comment b/editors/hexpert/pkg-comment new file mode 100644 index 000000000000..fa672f22a14f --- /dev/null +++ b/editors/hexpert/pkg-comment @@ -0,0 +1 @@ +Hexpert - a simple but flexible binary file editor diff --git a/editors/hexpert/pkg-descr b/editors/hexpert/pkg-descr new file mode 100644 index 000000000000..cc76d0b1c3a7 --- /dev/null +++ b/editors/hexpert/pkg-descr @@ -0,0 +1,3 @@ +Hexpert is a simple but flexible binary file editor. It has both +character and hex search modes, and can do both character and hex +editing. diff --git a/editors/hexpert/pkg-plist b/editors/hexpert/pkg-plist new file mode 100644 index 000000000000..6e75187ff82d --- /dev/null +++ b/editors/hexpert/pkg-plist @@ -0,0 +1 @@ +bin/hex |