From bda7adcbd315528d024e512e4a5ca08d83f54441 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 14 Nov 1999 02:48:05 +0000 Subject: A binary file editor and viewer. PR: 14358 Submitted by: Mikhail Teterin --- editors/fb/Makefile | 25 +++++++++++++++++++++++++ editors/fb/distinfo | 1 + editors/fb/files/Makefile.in | 8 ++++++++ editors/fb/pkg-comment | 1 + editors/fb/pkg-descr | 3 +++ editors/fb/pkg-plist | 1 + 6 files changed, 39 insertions(+) create mode 100644 editors/fb/Makefile create mode 100644 editors/fb/distinfo create mode 100644 editors/fb/files/Makefile.in create mode 100644 editors/fb/pkg-comment create mode 100644 editors/fb/pkg-descr create mode 100644 editors/fb/pkg-plist (limited to 'editors') diff --git a/editors/fb/Makefile b/editors/fb/Makefile new file mode 100644 index 000000000000..83a4f67b1e4a --- /dev/null +++ b/editors/fb/Makefile @@ -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 diff --git a/editors/fb/distinfo b/editors/fb/distinfo new file mode 100644 index 000000000000..a968640e2edf --- /dev/null +++ b/editors/fb/distinfo @@ -0,0 +1 @@ +MD5 (fb_tar.gz) = 9dd94106da20bc5a2929c5e95a729106 diff --git a/editors/fb/files/Makefile.in b/editors/fb/files/Makefile.in new file mode 100644 index 000000000000..31f0226ffc9b --- /dev/null +++ b/editors/fb/files/Makefile.in @@ -0,0 +1,8 @@ +PROG=fb + +CFLAGS+=-Dstrtoull=strtoul + +BINDIR=UL/bin +MANDIR=UL/man/man + +.include diff --git a/editors/fb/pkg-comment b/editors/fb/pkg-comment new file mode 100644 index 000000000000..e770301bf277 --- /dev/null +++ b/editors/fb/pkg-comment @@ -0,0 +1 @@ +Binary File Viewer, Editor, & Manipulator (and a lot more) diff --git a/editors/fb/pkg-descr b/editors/fb/pkg-descr new file mode 100644 index 000000000000..ef69c735e9b1 --- /dev/null +++ b/editors/fb/pkg-descr @@ -0,0 +1,3 @@ +A binary file viewer and editor and a lot more. + +WWW: http://home.mho.net/jswaby/fb.html diff --git a/editors/fb/pkg-plist b/editors/fb/pkg-plist new file mode 100644 index 000000000000..7846ed5fde98 --- /dev/null +++ b/editors/fb/pkg-plist @@ -0,0 +1 @@ +bin/fb -- cgit v1.2.3