Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 1999 22:51:32 -0400 (EDT)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14358: new port -- fb a binary file viewer and editor and a lot more
Message-ID:  <199910160251.WAA10647@rtfm.newton>

next in thread | raw e-mail | index | archive | help

>Number:         14358
>Category:       ports
>Synopsis:       new port -- fb a binary file viewer and editor and a lot more
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 22:50:05 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.3-RC i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	I don't know how usefull this thing is, but it was so easy to
	port -- the entire fb.shar is 82 lines...

>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:
#
#	fb
#	fb/files
#	fb/files/md5
#	fb/files/Makefile.in
#	fb/pkg
#	fb/pkg/COMMENT
#	fb/pkg/DESCR
#	fb/pkg/PLIST
#	fb/Makefile
#
echo c - fb
mkdir -p fb > /dev/null 2>&1
echo c - fb/files
mkdir -p fb/files > /dev/null 2>&1
echo x - fb/files/md5
sed 's/^X//' >fb/files/md5 << 'END-of-fb/files/md5'
XMD5 (fb_tar.gz) = 9dd94106da20bc5a2929c5e95a729106
END-of-fb/files/md5
echo x - fb/files/Makefile.in
sed 's/^X//' >fb/files/Makefile.in << 'END-of-fb/files/Makefile.in'
XPROG=fb
X
XCFLAGS+=-Dstrtoull=strtoul
X
XBINDIR=UL/bin
XMANDIR=UL/man/man
X
X.include <bsd.prog.mk>
END-of-fb/files/Makefile.in
echo c - fb/pkg
mkdir -p fb/pkg > /dev/null 2>&1
echo x - fb/pkg/COMMENT
sed 's/^X//' >fb/pkg/COMMENT << 'END-of-fb/pkg/COMMENT'
XBinary File Viewer, Editor, & Manipulator (and a lot more)
END-of-fb/pkg/COMMENT
echo x - fb/pkg/DESCR
sed 's/^X//' >fb/pkg/DESCR << 'END-of-fb/pkg/DESCR'
Xa binary file viewer and editor and a lot more
X
XWWW: http://home.mho.net/jswaby/fb.html
END-of-fb/pkg/DESCR
echo x - fb/pkg/PLIST
sed 's/^X//' >fb/pkg/PLIST << 'END-of-fb/pkg/PLIST'
Xbin/fb
END-of-fb/pkg/PLIST
echo x - fb/Makefile
sed 's/^X//' >fb/Makefile << 'END-of-fb/Makefile'
X# New ports collection makefile for:	fb
X# Version required:			1.5
X# Date created:				Oct 15, 1999
X# Whom:					Mikhail Teterin
X#
X# $FreeBSD: $
X#
X
XDISTNAME=	fb
XPKGNAME=	fb-1.5
XCATEGORIES=	x11-fm
XMASTER_SITES=	http://home.MHO.net/JSwaby/
XEXTRACT_SUFX=	_tar.gz
X
XMAINTAINER=	mi@aldan.algebra.com
X
XNO_WRKSUBDIR=	Yes
X
XMAN1=		fb.1
XMANCOMPRESSED=	maybe
X
Xdo-configure:
X	${SED} 's|UL|${PREFIX}|' < ${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-fb/Makefile
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?199910160251.WAA10647>