From owner-freebsd-ports Thu Aug 6 04:00:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14528 for freebsd-ports-outgoing; Thu, 6 Aug 1998 04:00:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14030 for ; Thu, 6 Aug 1998 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27415; Thu, 6 Aug 1998 04:00:00 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13159 for ; Thu, 6 Aug 1998 03:51:15 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA28415 for ; Thu, 6 Aug 1998 16:52:14 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA13441; Thu, 6 Aug 1998 14:55:00 +0400 (MSD) Message-Id: <199808061055.OAA13441@icc.surw.chel.su> Date: Thu, 6 Aug 1998 14:55:00 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7506: New port: hexedit-0.9.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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