Date: Fri, 16 Dec 2016 09:48:54 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428666 - in head/editors: . hexer Message-ID: <201612160948.uBG9msLK013914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Dec 16 09:48:54 2016 New Revision: 428666 URL: https://svnweb.freebsd.org/changeset/ports/428666 Log: Add hexer 1.0.3, multi buffer editor for binary files. PR: 213426 Submitted by: anastasios@mageirias.com Added: head/editors/hexer/ head/editors/hexer/Makefile (contents, props changed) head/editors/hexer/distinfo (contents, props changed) head/editors/hexer/pkg-descr (contents, props changed) head/editors/hexer/pkg-plist (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Fri Dec 16 09:24:32 2016 (r428665) +++ head/editors/Makefile Fri Dec 16 09:48:54 2016 (r428666) @@ -69,6 +69,7 @@ SUBDIR += heme SUBDIR += hexcurse SUBDIR += hexedit + SUBDIR += hexer SUBDIR += hexpert SUBDIR += hnb SUBDIR += hte Added: head/editors/hexer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/hexer/Makefile Fri Dec 16 09:48:54 2016 (r428666) @@ -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> Added: head/editors/hexer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/hexer/distinfo Fri Dec 16 09:48:54 2016 (r428666) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481880979 +SHA256 (hexer-1.0.3.tar.gz) = 74149464a713efc34d6bae1cb95e82727ead12dc8a8444f9dfd66f6e459c8191 +SIZE (hexer-1.0.3.tar.gz) = 129665 Added: head/editors/hexer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/hexer/pkg-descr Fri Dec 16 09:48:54 2016 (r428666) @@ -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 Added: head/editors/hexer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/hexer/pkg-plist Fri Dec 16 09:48:54 2016 (r428666) @@ -0,0 +1,4 @@ +bin/hexer +man/man1/hexer.1.gz +%%MYC%%bin/myc +%%MYC%%man/man1/myc.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612160948.uBG9msLK013914>