From owner-freebsd-ports Thu Jul 18 9: 0:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1060837B400 for ; Thu, 18 Jul 2002 09:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7323743E6A for ; Thu, 18 Jul 2002 09:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6IG0CJU002179 for ; Thu, 18 Jul 2002 09:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6IG0CXT002178; Thu, 18 Jul 2002 09:00:12 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA6337B4DF for ; Thu, 18 Jul 2002 08:59:15 -0700 (PDT) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EAC943E4A for ; Thu, 18 Jul 2002 08:59:14 -0700 (PDT) (envelope-from mich@freebsdcluster.org) Received: by freebsdcluster.org (Postfix, from userid 1001) id E0AA1AC703; Thu, 18 Jul 2002 17:59:07 +0200 (CEST) Message-Id: <20020718155907.E0AA1AC703@freebsdcluster.org> Date: Thu, 18 Jul 2002 17:59:07 +0200 (CEST) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40732: New port: editors/bitedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40732 >Category: ports >Synopsis: New port: editors/bitedit >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 Jul 18 09:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386 >Description: 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. >How-To-Repeat: >Fix: # 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: # # bitedit/Makefile # bitedit/distinfo # bitedit/pkg-comment # bitedit/pkg-descr # bitedit/pkg-plist # echo x - bitedit/Makefile sed 's/^X//' >bitedit/Makefile << 'END-of-bitedit/Makefile' X# ex:ts=8 X# Ports collection makefile for: bitedit X# Date created: Tue Jul 18, 2002 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= bitedit XPORTVERSION= 0.9 XCATEGORIES= editors XMASTER_SITES= http://ledge.co.za/bitedit/ XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-current X XMAINTAINER= mich@freebsdcluster.org X XALL_TARGET= bitedit X XDOCSDIR?= ${PREFIX}/share/doc/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/bitedit.txt ${DOCSDIR}/bitedit.txt X.endif X X.include END-of-bitedit/Makefile echo x - bitedit/distinfo sed 's/^X//' >bitedit/distinfo << 'END-of-bitedit/distinfo' XMD5 (bitedit-current.tar.gz) = 27e56b4df166d215644a2b51e678de81 END-of-bitedit/distinfo echo x - bitedit/pkg-comment sed 's/^X//' >bitedit/pkg-comment << 'END-of-bitedit/pkg-comment' XBitedit is a simple ncurses program for editing a file END-of-bitedit/pkg-comment echo x - bitedit/pkg-descr sed 's/^X//' >bitedit/pkg-descr << 'END-of-bitedit/pkg-descr' Xbitedit is a simple ncurses program for editing a file. It allows Xyou to directly edit of the individual bits of a binary file in a Xgraphical fashion. It is useful for editing all sorts of binary files. X XAUTHOR: Andrew McGill XWWW: http://ledge.co.za/bitedit/ X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-bitedit/pkg-descr echo x - bitedit/pkg-plist sed 's/^X//' >bitedit/pkg-plist << 'END-of-bitedit/pkg-plist' Xbin/bitedit Xshare/doc/bitedit/bitedit.txt X@dirrm share/doc/bitedit END-of-bitedit/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message