A binary file editor and viewer.

PR:		14358
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
Chris Piazza 1999-11-14 02:48:05 +00:00
parent 49351eb601
commit bda7adcbd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23090
6 changed files with 39 additions and 0 deletions

25
editors/fb/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: fb
# Version required: 1.5
# Date created: Oct 15, 1999
# Whom: Mikhail Teterin
#
# $FreeBSD$
#
DISTNAME= fb
PKGNAME= fb-1.5
CATEGORIES= editors
MASTER_SITES= http://home.MHO.net/JSwaby/
EXTRACT_SUFX= _tar.gz
MAINTAINER= mi@aldan.algebra.com
NO_WRKSUBDIR= Yes
MAN1= fb.1
MANCOMPRESSED= maybe
do-configure:
${SED} 's|UL|${PREFIX}|' < ${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile
.include <bsd.port.mk>

1
editors/fb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (fb_tar.gz) = 9dd94106da20bc5a2929c5e95a729106

View File

@ -0,0 +1,8 @@
PROG=fb
CFLAGS+=-Dstrtoull=strtoul
BINDIR=UL/bin
MANDIR=UL/man/man
.include <bsd.prog.mk>

1
editors/fb/pkg-comment Normal file
View File

@ -0,0 +1 @@
Binary File Viewer, Editor, & Manipulator (and a lot more)

3
editors/fb/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A binary file viewer and editor and a lot more.
WWW: http://home.mho.net/jswaby/fb.html

1
editors/fb/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/fb