diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:06:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:06:33 +0000 |
commit | 28e1361d706e2dfaf50d9dec8931aca41e4b222b (patch) | |
tree | 7a17c1fed555bc7033910ed549d10749a8d49c72 | |
parent | b65310d3f7e77bd49f6572e9c5bdb222e8a332ec (diff) |
Notes
-rw-r--r-- | editors/bvi/Makefile | 21 | ||||
-rw-r--r-- | editors/bvi/distinfo | 1 | ||||
-rw-r--r-- | editors/bvi/pkg-comment | 1 | ||||
-rw-r--r-- | editors/bvi/pkg-descr | 7 | ||||
-rw-r--r-- | editors/bvi/pkg-plist | 3 |
5 files changed, 33 insertions, 0 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile new file mode 100644 index 000000000000..db109982aaca --- /dev/null +++ b/editors/bvi/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bvi +# Version required: 1.2.0 +# Date created: 05 November 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= bvi-1.2.0 +CATEGORIES= editors +MASTER_SITES= http://bvi.linuxbox.com/download/ +EXTRACT_SUFX= .src.tar.gz + +MAINTAINER= jedgar@fxp.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= bvi.1 + +.include <bsd.port.mk> diff --git a/editors/bvi/distinfo b/editors/bvi/distinfo new file mode 100644 index 000000000000..3ed5a951796f --- /dev/null +++ b/editors/bvi/distinfo @@ -0,0 +1 @@ +MD5 (bvi-1.2.0.src.tar.gz) = 9508763dcb62f25b7b20016faf426d89 diff --git a/editors/bvi/pkg-comment b/editors/bvi/pkg-comment new file mode 100644 index 000000000000..e26acd66c6fe --- /dev/null +++ b/editors/bvi/pkg-comment @@ -0,0 +1 @@ +A vi-like binary file (hex)editor diff --git a/editors/bvi/pkg-descr b/editors/bvi/pkg-descr new file mode 100644 index 000000000000..b1994bade533 --- /dev/null +++ b/editors/bvi/pkg-descr @@ -0,0 +1,7 @@ +Bvi is a display oriented (hex)editor for binary +files based on those of the vi(1) texteditor. + +WWW: http://bvi.linuxbox.com/ + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/editors/bvi/pkg-plist b/editors/bvi/pkg-plist new file mode 100644 index 000000000000..4e12f2f9c613 --- /dev/null +++ b/editors/bvi/pkg-plist @@ -0,0 +1,3 @@ +bin/bvedit +bin/bvi +bin/bview |