From owner-freebsd-ports Fri Oct 15 22:51: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6165153CC for ; Fri, 15 Oct 1999 22:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA00639; Fri, 15 Oct 1999 22:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 1F76514BDE for ; Fri, 15 Oct 1999 19:51:36 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id WAA26129 for ; Fri, 15 Oct 1999 22:51:32 -0400 (EDT) Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.1) id WAA10647; Fri, 15 Oct 1999 22:51:32 -0400 (EDT) Message-Id: <199910160251.WAA10647@rtfm.newton> Date: Fri, 15 Oct 1999 22:51:32 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14358: new port -- fb a binary file viewer and editor and a lot more Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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