Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 17:59:07 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40732: New port: editors/bitedit
Message-ID:  <20020718155907.E0AA1AC703@freebsdcluster.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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 <andrew@ledge.co.zai>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020718155907.E0AA1AC703>