aboutsummaryrefslogtreecommitdiff
path: root/editors/bitedit
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 13:17:04 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 13:17:04 +0000
commit1378d02ec0331a95ef49db3c3c88a5bc1574da9e (patch)
tree87826c6bd155985d7886f096f07ea6fb023447d5 /editors/bitedit
parenta9b731390ee76aece1ac59a854e4f803057b0df8 (diff)
downloadports-1378d02ec0331a95ef49db3c3c88a5bc1574da9e.tar.gz
ports-1378d02ec0331a95ef49db3c3c88a5bc1574da9e.zip
Import bitedit 0.9.2.
bitedit is a simple ncurses program for editing a file. It allows you to directly edit of the individual bits of a binary file in a graphical fashion. It is useful for editing all sorts of binary files. PR: 40732 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
Notes
Notes: svn path=/head/; revision=63734
Diffstat (limited to 'editors/bitedit')
-rw-r--r--editors/bitedit/Makefile26
-rw-r--r--editors/bitedit/distinfo1
-rw-r--r--editors/bitedit/pkg-comment1
-rw-r--r--editors/bitedit/pkg-descr9
-rw-r--r--editors/bitedit/pkg-plist4
5 files changed, 41 insertions, 0 deletions
diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile
new file mode 100644
index 000000000000..f60a6da4f62a
--- /dev/null
+++ b/editors/bitedit/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# Ports collection makefile for: bitedit
+# Date created: Tue Jul 18, 2002
+# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
+#
+# $FreeBSD$
+
+PORTNAME= bitedit
+PORTVERSION= 0.9.2
+CATEGORIES= editors
+MASTER_SITES= http://ledge.co.za/software/bitedit/
+
+MAINTAINER= mich@freebsdcluster.org
+
+MAKE_ARGS= CFLAGS="${CFLAGS} -DDISABLE_SETFONT"
+
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bitedit ${PREFIX}/bin/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/bitedit.txt ${DOCSDIR}/bitedit.txt
+.endif
+
+.include <bsd.port.mk>
diff --git a/editors/bitedit/distinfo b/editors/bitedit/distinfo
new file mode 100644
index 000000000000..7a60578d44d2
--- /dev/null
+++ b/editors/bitedit/distinfo
@@ -0,0 +1 @@
+MD5 (bitedit-0.9.2.tar.gz) = 031c1f3a18a61235c2c74f59f38d2c6f
diff --git a/editors/bitedit/pkg-comment b/editors/bitedit/pkg-comment
new file mode 100644
index 000000000000..53c7edcf35d1
--- /dev/null
+++ b/editors/bitedit/pkg-comment
@@ -0,0 +1 @@
+Bitedit is a simple ncurses program for editing a file
diff --git a/editors/bitedit/pkg-descr b/editors/bitedit/pkg-descr
new file mode 100644
index 000000000000..5406515ccfb4
--- /dev/null
+++ b/editors/bitedit/pkg-descr
@@ -0,0 +1,9 @@
+bitedit is a simple ncurses program for editing a file. It allows
+you to directly edit of the individual bits of a binary file in a
+graphical fashion. It is useful for editing all sorts of binary files.
+
+AUTHOR: Andrew McGill <andrew@ledge.co.za>
+WWW: http://ledge.co.za/bitedit/
+
+ - Michael L. Hostbaek
+ mich@freebsdcluster.org
diff --git a/editors/bitedit/pkg-plist b/editors/bitedit/pkg-plist
new file mode 100644
index 000000000000..b6db592d07f5
--- /dev/null
+++ b/editors/bitedit/pkg-plist
@@ -0,0 +1,4 @@
+@comment $FreeBSD$
+bin/bitedit
+%%PORTDOCS%%share/doc/bitedit/bitedit.txt
+%%PORTDOCS%%@dirrm share/doc/bitedit