Date: Fri, 5 Nov 1999 07:45:33 -0500 (EST) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14720: New port: editors/bvi Message-ID: <19991105124533.9C90F9B22@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14720 >Category: ports >Synopsis: New port: editors/bvi >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 5 04:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: New port: editors/bvi Bvi is a display oriented (hex)editor for binary files based on those of the vi(1) texteditor. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bvi # bvi/Makefile # bvi/files # bvi/files/md5 # bvi/pkg # bvi/pkg/PLIST # bvi/pkg/COMMENT # bvi/pkg/DESCR # bvi/patches # bvi/patches/patch-aa # echo c - bvi mkdir -p bvi > /dev/null 2>&1 echo x - bvi/Makefile sed 's/^X//' >bvi/Makefile << 'END-of-bvi/Makefile' X# New ports collection makefile for: bvi X# Version required: 1.2.0 X# Date created: 05 November 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= bvi-1.2.0 XCATEGORIES= editors XMASTER_SITES= http://bvi.linuxbox.com/download/ XEXTRACT_SUFX= .src.tar.gz X XMAINTAINER= jedgar@fxp.org X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XMAN1= bvi.1 X X.include <bsd.port.mk> END-of-bvi/Makefile echo c - bvi/files mkdir -p bvi/files > /dev/null 2>&1 echo x - bvi/files/md5 sed 's/^X//' >bvi/files/md5 << 'END-of-bvi/files/md5' XMD5 (bvi-1.2.0.src.tar.gz) = 9508763dcb62f25b7b20016faf426d89 END-of-bvi/files/md5 echo c - bvi/pkg mkdir -p bvi/pkg > /dev/null 2>&1 echo x - bvi/pkg/PLIST sed 's/^X//' >bvi/pkg/PLIST << 'END-of-bvi/pkg/PLIST' Xbin/bvi Xbin/bview Xbin/bvedit END-of-bvi/pkg/PLIST echo x - bvi/pkg/COMMENT sed 's/^X//' >bvi/pkg/COMMENT << 'END-of-bvi/pkg/COMMENT' Xvi-like binary file (hex)editor END-of-bvi/pkg/COMMENT echo x - bvi/pkg/DESCR sed 's/^X//' >bvi/pkg/DESCR << 'END-of-bvi/pkg/DESCR' XBvi is a display oriented (hex)editor for binary Xfiles based on those of the vi(1) texteditor. X XWWW: http://bvi.linuxbox.com/ X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-bvi/pkg/DESCR echo c - bvi/patches mkdir -p bvi/patches > /dev/null 2>&1 echo x - bvi/patches/patch-aa sed 's/^X//' >bvi/patches/patch-aa << 'END-of-bvi/patches/patch-aa' X--- Makefile.in.orig Fri Oct 22 05:27:36 1999 X+++ Makefile.in Fri Nov 5 07:35:51 1999 X@@ -49,7 +49,7 @@ X X install: all installdirs X @echo "Installing bvi" X- @$(INSTALL_PROGRAM) bvi.1 $(man2dir) X+ @$(INSTALL_DATA) bvi.1 $(man2dir) X @$(INSTALL_PROGRAM) -s bvi $(bindir) X @if [ -f $(bindir)/bview ]; then rm $(bindir)/bview; fi X @if [ -f $(bindir)/bvedit ]; then rm $(bindir)/bvedit; fi END-of-bvi/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991105124533.9C90F9B22>