1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add heme 0.4.2, small, slick, and fast console hex editor for Unix-like

systems.  If you're tired of utterly buggy screen and input handling of
editors/biew, but want a pure console hex editor, give this one a try.

WWW: http://sourceforge.net/projects/heme/
This commit is contained in:
Alexey Dokuchaev 2012-05-29 03:45:00 +00:00
parent 8dea82ccad
commit 55832b9701
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297637
4 changed files with 45 additions and 0 deletions

View File

@ -64,6 +64,7 @@
SUBDIR += gobby
SUBDIR += gphpedit
SUBDIR += gwrite
SUBDIR += heme
SUBDIR += hexcurse
SUBDIR += hexedit
SUBDIR += hexpert

31
editors/heme/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: heme
# Date created: 29 May 2012
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= heme
PORTVERSION= 0.4.2
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Portable and fast console hex editor for Unix-like systems
LICENSE= GPLv2
ALL_TARGET= ${PORTNAME}
MAKE_ARGS= CFLAGS="${CFLAGS} -Wall -DHAVE_MMAP" INSTALL_PREFIX="${PREFIX}"
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>

2
editors/heme/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (heme-0.4.2.tar.gz) = 3ba5c7883cb4b79f22d5b9b6f401c70655c41518531441347e5fd15c8bb45973
SIZE (heme-0.4.2.tar.gz) = 21815

11
editors/heme/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Heme is intended to be fast and portable console hex editor for Unix-like
systems. It has undo support (number of undo operations is only limited by
available memory), ability to fill a range of addresses with the specified
byte, ability to search for a single byte or character string. Offsets can
be given in hexadecimal, octal, or decimal forms. There are two editing
modes: hex (binary) and ASCII (text).
Heme uses standard curses library for screen and input handling, and offers
colors support (they can be set in the configuration file).
WWW: http://sourceforge.net/projects/heme/