hexedit 0.9.3, hex editor
This commit is contained in:
parent
05ecacd31f
commit
b7031eec85
32
editors/hexedit/Makefile
Normal file
32
editors/hexedit/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: hexedit
|
||||
# Version required: 0.9.3
|
||||
# Date created: 11 August 1998
|
||||
# Whom: Oleg Safiullin <form@vs.itam.nsc.ru>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/08/11 10:14:11 form Exp $
|
||||
# FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp
|
||||
#
|
||||
|
||||
DISTNAME= hexedit-0.9.3
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.chez.com/prigaux/
|
||||
EXTRACT_SUFX= .src.tgz
|
||||
|
||||
MAINTAINER= form@vs.itam.nsc.ru
|
||||
|
||||
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>
|
1
editors/hexedit/files/md5
Normal file
1
editors/hexedit/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (hexedit-0.9.3.src.tgz) = 81268b02efee3786c91eb30778fe8afc
|
19
editors/hexedit/patches/patch-aa
Normal file
19
editors/hexedit/patches/patch-aa
Normal file
@ -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+= -lcurses
|
||||
LOADLIBES = -lcurses
|
||||
|
||||
.PHONY: clean tgz docs
|
1
editors/hexedit/pkg/COMMENT
Normal file
1
editors/hexedit/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
View and edit files in hexadecimal or ASCII.
|
8
editors/hexedit/pkg/DESCR
Normal file
8
editors/hexedit/pkg/DESCR
Normal file
@ -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
|
6
editors/hexedit/pkg/PLIST
Normal file
6
editors/hexedit/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
bin/hexedit
|
||||
man/man1/hexedit.1
|
||||
share/doc/hexedit/COPYING
|
||||
share/doc/hexedit/Changes
|
||||
share/doc/hexedit/TODO
|
||||
@dirrm share/doc/hexedit
|
Loading…
Reference in New Issue
Block a user