summaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-10 00:31:41 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-10 00:31:41 +0000
commitbf873ad2a4502fb7a6a5519a0347944bf4ed2cf6 (patch)
treee87bb6e890698e476987e2b0431b85ec08cd1020 /editors/hexedit
parentTurn on ezfm. (diff)
Initial import of hexedit version 0.9.3.
View and edit files in hexadecimal or ASCII. PR: 7506 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=12402
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile33
-rw-r--r--editors/hexedit/distinfo1
-rw-r--r--editors/hexedit/files/patch-aa19
-rw-r--r--editors/hexedit/pkg-comment1
-rw-r--r--editors/hexedit/pkg-descr8
-rw-r--r--editors/hexedit/pkg-plist6
6 files changed, 68 insertions, 0 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
new file mode 100644
index 000000000000..bfa8bab8d892
--- /dev/null
+++ b/editors/hexedit/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: hexedit
+# Version required: 0.9.3
+# Date created: 5 August 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= hexedit-0.9.3
+CATEGORIES= editors
+MASTER_SITES= http://www.chez.com/prigaux/
+EXTRACT_SUFX= .src.tgz
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses
+
+ALL_TARGET=
+WRKSRC= ${WRKDIR}/hexedit
+
+MAN1= hexedit.1
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/hexedit
+.for file in COPYING Changes TODO
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/editors/hexedit/distinfo b/editors/hexedit/distinfo
new file mode 100644
index 000000000000..466cd9562a5b
--- /dev/null
+++ b/editors/hexedit/distinfo
@@ -0,0 +1 @@
+MD5 (hexedit-0.9.3.src.tgz) = 81268b02efee3786c91eb30778fe8afc
diff --git a/editors/hexedit/files/patch-aa b/editors/hexedit/files/patch-aa
new file mode 100644
index 000000000000..141ec2b8a453
--- /dev/null
+++ b/editors/hexedit/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile Sun Jul 26 14:10:26 1998
++++ /home/andy/tmp/wrk/Makefile Wed Aug 5 15:44:32 1998
+@@ -1,14 +1,14 @@
+ PROJECT = hexedit
+ VERSION = 0.9.3
+
+-CC=gcc
++#CC=gcc
+ TARSOURCE = $(PROJECT)-$(VERSION).src.tgz
+ DYNAMICBIN = $(PROJECT)-$(VERSION).bin.i386.dynamic.tgz
+ HTMLSITE = $(PROJECT)-html-site.tar
+ HTMLFILES = $(PROJECT).html
+ TMPFILES = $(DYNAMICBIN) $(TARSOURCE) $(HTMLFILES)
+
+-CFLAGS = -Wall -O2
++CFLAGS+= -I/usr/local/include/ncurses -I/usr/local/include -L/usr/local/lib -lncurses
+ LOADLIBES = -lcurses
+
+ .PHONY: clean tgz docs
diff --git a/editors/hexedit/pkg-comment b/editors/hexedit/pkg-comment
new file mode 100644
index 000000000000..3f4ef0cf361b
--- /dev/null
+++ b/editors/hexedit/pkg-comment
@@ -0,0 +1 @@
+View and edit files in hexadecimal or ASCII.
diff --git a/editors/hexedit/pkg-descr b/editors/hexedit/pkg-descr
new file mode 100644
index 000000000000..ba30b4081a9c
--- /dev/null
+++ b/editors/hexedit/pkg-descr
@@ -0,0 +1,8 @@
+Hexedit view and edit files in hexadecimal or in ASCII.
+hexedit shows a file both in ASCII and in hexadecimal.
+The file can be a device as the file is not whole read.
+You can modify the file and search through it.
+You have also copy&paste, and save to file functions.
+Modifications are shown in bold.
+
+http://www.chez.com/prigaux/hexedit.html
diff --git a/editors/hexedit/pkg-plist b/editors/hexedit/pkg-plist
new file mode 100644
index 000000000000..92ab27bb496e
--- /dev/null
+++ b/editors/hexedit/pkg-plist
@@ -0,0 +1,6 @@
+bin/hexedit
+man/man1/hexedit.1.gz
+share/doc/hexedit/COPYING
+share/doc/hexedit/Changes
+share/doc/hexedit/TODO
+@dirrm share/doc/hexedit