diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-11-08 09:05:40 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-11-08 09:05:40 +0000 |
commit | bcd66f4399b22d6cab4cc98f9b1ee4c01d9411b3 (patch) | |
tree | 82dac4040db06012bdf2e6c10ef66c362d869cc3 /editors | |
parent | 36185b08f1d4f7914a3369488f148cc1c70a7064 (diff) | |
download | pkgsrc-bcd66f4399b22d6cab4cc98f9b1ee4c01d9411b3.tar.gz |
Initial import of bvi-1.2.0.
a display-oriented editor for binary files, based on the vi editor
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bvi/Makefile | 21 | ||||
-rw-r--r-- | editors/bvi/files/md5 | 3 | ||||
-rw-r--r-- | editors/bvi/files/patch-sum | 3 | ||||
-rw-r--r-- | editors/bvi/patches/patch-aa | 11 | ||||
-rw-r--r-- | editors/bvi/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/bvi/pkg/DESCR | 4 | ||||
-rw-r--r-- | editors/bvi/pkg/PLIST | 5 |
7 files changed, 48 insertions, 0 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile new file mode 100644 index 00000000000..6e683d19be2 --- /dev/null +++ b/editors/bvi/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/08 09:05:40 sakamoto Exp $ +# + +DISTNAME= bvi-1.2.0.src +PKGNAME= bvi-1.2.0 +CATEGORIES= editors +MASTER_SITES= http://bvi.linuxbox.com/download/ + +MAINTAINER= sakamoto@netbsd.org +HOMEPAGE= http://bvi.linuxbox.com/ + +DEPENDS+= ncurses-4.2:../../devel/ncurses + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \ + CPPFLAGS="-I${LOCALBASE}/include" +MAKE_ENV+= SHELL=${SH} + +WRKSRC= ${WRKDIR}/${PKGNAME} + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/bvi/files/md5 b/editors/bvi/files/md5 new file mode 100644 index 00000000000..6fa7db3ef73 --- /dev/null +++ b/editors/bvi/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/11/08 09:05:41 sakamoto Exp $ + +MD5 (bvi-1.2.0.src.tar.gz) = 9508763dcb62f25b7b20016faf426d89 diff --git a/editors/bvi/files/patch-sum b/editors/bvi/files/patch-sum new file mode 100644 index 00000000000..3d51d646041 --- /dev/null +++ b/editors/bvi/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/11/08 09:05:41 sakamoto Exp $ + +MD5 (patch-aa) = d49b5154f7272ff919d6297cfb55dc8b diff --git a/editors/bvi/patches/patch-aa b/editors/bvi/patches/patch-aa new file mode 100644 index 00000000000..5c9003b2161 --- /dev/null +++ b/editors/bvi/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/11/08 09:05:42 sakamoto Exp $ + +--- ./Makefile.in.orig Fri Oct 22 18:27:36 1999 ++++ ./Makefile.in Mon Nov 8 14:56:50 1999 +@@ -50,5 +50,5 @@ + install: all installdirs + @echo "Installing bvi" +- @$(INSTALL_PROGRAM) bvi.1 $(man2dir) ++ @$(INSTALL_DATA) bvi.1 $(man2dir) + @$(INSTALL_PROGRAM) -s bvi $(bindir) + @if [ -f $(bindir)/bview ]; then rm $(bindir)/bview; fi diff --git a/editors/bvi/pkg/COMMENT b/editors/bvi/pkg/COMMENT new file mode 100644 index 00000000000..35d7151a310 --- /dev/null +++ b/editors/bvi/pkg/COMMENT @@ -0,0 +1 @@ +a display-oriented editor for binary files, based on the vi editor diff --git a/editors/bvi/pkg/DESCR b/editors/bvi/pkg/DESCR new file mode 100644 index 00000000000..9f6cbde3633 --- /dev/null +++ b/editors/bvi/pkg/DESCR @@ -0,0 +1,4 @@ +BVI - Binary visual editor + +This editor for binary files was written by Gerhard Buergmann +and is distributed under the GPL (GNU Public License). diff --git a/editors/bvi/pkg/PLIST b/editors/bvi/pkg/PLIST new file mode 100644 index 00000000000..c8a746e2f33 --- /dev/null +++ b/editors/bvi/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/08 09:05:41 sakamoto Exp $ +bin/bvedit +bin/bvi +bin/bview +man/man1/bvi.1 |