Date: Thu, 6 Aug 1998 14:55:00 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7506: New port: hexedit-0.9.3 Message-ID: <199808061055.OAA13441@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 7506 >Category: ports >Synopsis: New port: hexedit-0.9.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 6 04:00:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of editor, allowing view and edit files in hexadecimal or 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. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hexedit-0.9.3 # hexedit-0.9.3/Makefile # hexedit-0.9.3/files # hexedit-0.9.3/files/md5 # hexedit-0.9.3/patches # hexedit-0.9.3/patches/patch-aa # hexedit-0.9.3/pkg # hexedit-0.9.3/pkg/PLIST # hexedit-0.9.3/pkg/COMMENT # hexedit-0.9.3/pkg/DESCR # echo c - hexedit-0.9.3 mkdir -p hexedit-0.9.3 > /dev/null 2>&1 echo x - hexedit-0.9.3/Makefile sed 's/^X//' >hexedit-0.9.3/Makefile << 'END-of-hexedit-0.9.3/Makefile' X# New ports collection makefile for: hexedit X# Version required: 0.9.3 X# Date created: 5 August 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= hexedit-0.9.3 XCATEGORIES= editors XMASTER_SITES= http://www.chez.com/prigaux/ XEXTRACT_SUFX= .src.tgz X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses X XALL_TARGET= XWRKSRC= ${WRKDIR}/hexedit X XMAN1= hexedit.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/hexedit X.for file in COPYING Changes TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit X.endfor X.endif X X.include <bsd.port.mk> END-of-hexedit-0.9.3/Makefile echo c - hexedit-0.9.3/files mkdir -p hexedit-0.9.3/files > /dev/null 2>&1 echo x - hexedit-0.9.3/files/md5 sed 's/^X//' >hexedit-0.9.3/files/md5 << 'END-of-hexedit-0.9.3/files/md5' XMD5 (hexedit-0.9.3.src.tgz) = 81268b02efee3786c91eb30778fe8afc END-of-hexedit-0.9.3/files/md5 echo c - hexedit-0.9.3/patches mkdir -p hexedit-0.9.3/patches > /dev/null 2>&1 echo x - hexedit-0.9.3/patches/patch-aa sed 's/^X//' >hexedit-0.9.3/patches/patch-aa << 'END-of-hexedit-0.9.3/patches/patch-aa' X--- Makefile Sun Jul 26 14:10:26 1998 X+++ /home/andy/tmp/wrk/Makefile Wed Aug 5 15:44:32 1998 X@@ -1,14 +1,14 @@ X PROJECT = hexedit X VERSION = 0.9.3 X X-CC=gcc X+#CC=gcc X TARSOURCE = $(PROJECT)-$(VERSION).src.tgz X DYNAMICBIN = $(PROJECT)-$(VERSION).bin.i386.dynamic.tgz X HTMLSITE = $(PROJECT)-html-site.tar X HTMLFILES = $(PROJECT).html X TMPFILES = $(DYNAMICBIN) $(TARSOURCE) $(HTMLFILES) X X-CFLAGS = -Wall -O2 X+CFLAGS+= -I/usr/local/include/ncurses -I/usr/local/include -L/usr/local/lib -lncurses X LOADLIBES = -lcurses X X .PHONY: clean tgz docs END-of-hexedit-0.9.3/patches/patch-aa echo c - hexedit-0.9.3/pkg mkdir -p hexedit-0.9.3/pkg > /dev/null 2>&1 echo x - hexedit-0.9.3/pkg/PLIST sed 's/^X//' >hexedit-0.9.3/pkg/PLIST << 'END-of-hexedit-0.9.3/pkg/PLIST' Xbin/hexedit Xman/man1/hexedit.1.gz Xshare/doc/hexedit/COPYING Xshare/doc/hexedit/Changes Xshare/doc/hexedit/TODO X@dirrm share/doc/hexedit END-of-hexedit-0.9.3/pkg/PLIST echo x - hexedit-0.9.3/pkg/COMMENT sed 's/^X//' >hexedit-0.9.3/pkg/COMMENT << 'END-of-hexedit-0.9.3/pkg/COMMENT' XView and edit files in hexadecimal or ASCII. END-of-hexedit-0.9.3/pkg/COMMENT echo x - hexedit-0.9.3/pkg/DESCR sed 's/^X//' >hexedit-0.9.3/pkg/DESCR << 'END-of-hexedit-0.9.3/pkg/DESCR' XHexedit view and edit files in hexadecimal or in ASCII. Xhexedit shows a file both in ASCII and in hexadecimal. XThe file can be a device as the file is not whole read. XYou can modify the file and search through it. XYou have also copy&paste, and save to file functions. XModifications are shown in bold. X Xhttp://www.chez.com/prigaux/hexedit.html END-of-hexedit-0.9.3/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808061055.OAA13441>