summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-14 02:48:05 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-14 02:48:05 +0000
commitbda7adcbd315528d024e512e4a5ca08d83f54441 (patch)
tree2f897c5d9eb31960598184066922fa93d9d2b4a2
parentUpdate to version 1.2.50. (diff)
A binary file editor and viewer.
PR: 14358 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=23090
-rw-r--r--editors/fb/Makefile25
-rw-r--r--editors/fb/distinfo1
-rw-r--r--editors/fb/files/Makefile.in8
-rw-r--r--editors/fb/pkg-comment1
-rw-r--r--editors/fb/pkg-descr3
-rw-r--r--editors/fb/pkg-plist1
6 files changed, 39 insertions, 0 deletions
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 <bsd.port.mk>
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 <bsd.prog.mk>
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