diff options
author | Peter Wemm <peter@FreeBSD.org> | 2001-03-10 08:43:37 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2001-03-10 08:43:37 +0000 |
commit | c8be906fb90be9653a7b9c0d9ca4fd43292f4c54 (patch) | |
tree | d39b6f693f0baafc2c0a6a98a9407c6b8690eb6e /editors | |
parent | Add hexpert (diff) |
A port of a version of (somewhat old) hexpert v2.4. (nice easy binary
file editor)
Notes
Notes:
svn path=/head/; revision=39404
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 |