Add hexer 1.0.3, multi buffer editor for binary files.

PR:		213426
Submitted by:	anastasios@mageirias.com
This commit is contained in:
Emanuel Haupt 2016-12-16 09:48:54 +00:00
parent 2d4def715c
commit 4c096d38ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428666
5 changed files with 44 additions and 0 deletions

View File

@ -69,6 +69,7 @@
SUBDIR += heme
SUBDIR += hexcurse
SUBDIR += hexedit
SUBDIR += hexer
SUBDIR += hexpert
SUBDIR += hnb
SUBDIR += hte

31
editors/hexer/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= hexer
PORTVERSION= 1.0.3
CATEGORIES= editors
MASTER_SITES= http://devel.ringlet.net/files/editors/hexer/ \
LOCAL/ehaupt
MAINTAINER= anastasios@mageirias.com
COMMENT= Multi buffer editor for binary files
LICENSE= DEMETRIO
LICENSE_NAME= Sascha Demetrio Custom License
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
OPTIONS_DEFINE= MYC
MYC_DESC= Builtin calculator
OPTIONS_SUB= yes
OPTIONS_DEFAULT=MYC
ALL_TARGET= all
MYC_ALL_TARGET= myc
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexer
post-install-MYC-on:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/myc
.include <bsd.port.mk>

3
editors/hexer/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1481880979
SHA256 (hexer-1.0.3.tar.gz) = 74149464a713efc34d6bae1cb95e82727ead12dc8a8444f9dfd66f6e459c8191
SIZE (hexer-1.0.3.tar.gz) = 129665

5
editors/hexer/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Hexer is a multi buffer editor for binary files for UN*X that displays its
buffer(s) as hex dump. The user interface is kept similar to vi/ex. All
POSIX-compatible environments should be supported.
WWW: https://gitlab.com/hexer/hexer

4
editors/hexer/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/hexer
man/man1/hexer.1.gz
%%MYC%%bin/myc
%%MYC%%man/man1/myc.1.gz