Skip to content

Commit

Permalink
editors/bingrok: new port had been added (+)
Browse files Browse the repository at this point in the history
BinGrok is a binary/hexadecimal editor created specifically with
the goal of reverse-engineering proprietary data formats in mind.
It allows for creation of C-struct-like "views" of your data for
better visualization of the parts that you have deciphered.

WWW: https://github.com/spuriousdata/BinGrok
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Mar 16, 2023
1 parent a4dc61a commit 8991b16
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions editors/Makefile
Expand Up @@ -12,6 +12,7 @@
SUBDIR += bee-host
SUBDIR += biew
SUBDIR += bined
SUBDIR += bingrok
SUBDIR += bitedit
SUBDIR += bless
SUBDIR += boiling-egg
Expand Down
27 changes: 27 additions & 0 deletions editors/bingrok/Makefile
@@ -0,0 +1,27 @@
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.0.1
DISTVERSIONPREFIX= v
CATEGORIES= editors

MAINTAINER= danfe@FreeBSD.org
COMMENT= Binary data editor for reverse engineering
WWW= https://github.com/spuriousdata/BinGrok

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= qmake qt:5
USE_QT= buildtools:build core gui widgets
USE_GITHUB= yes
GH_ACCOUNT= spuriousdata
GH_PROJECT= BinGrok

QMAKE_SOURCE_PATH= ${WRKSRC}/src

PLIST_FILES= bin/${PORTNAME}

do-install:
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${GH_PROJECT} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions editors/bingrok/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1472323461
SHA256 (spuriousdata-BinGrok-v0.0.1_GH0.tar.gz) = 88fdb0779821d71b5e2c0cfaff676950d8719e1011db75164bb3543b0a8adb3f
SIZE (spuriousdata-BinGrok-v0.0.1_GH0.tar.gz) = 18042
4 changes: 4 additions & 0 deletions editors/bingrok/pkg-descr
@@ -0,0 +1,4 @@
BinGrok is a binary/hexadecimal editor created specifically with
the goal of reverse-engineering proprietary data formats in mind.
It allows for creation of C-struct-like "views" of your data for
better visualization of the parts that you have deciphered.

0 comments on commit 8991b16

Please sign in to comment.