|
Lines 1-15
Link Here
|
| 1 |
PORTNAME= rizin |
1 |
PORTNAME= rizin |
| 2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
| 3 |
DISTVERSION= 0.7.2 |
3 |
DISTVERSION= 0.7.3 |
| 4 |
CATEGORIES= lang security shells |
4 |
CATEGORIES= lang security shells |
| 5 |
|
5 |
|
| 6 |
MAINTAINER= arrowd@FreeBSD.org |
6 |
MAINTAINER= arrowd@FreeBSD.org |
| 7 |
COMMENT= UNIX-like reverse engineering framework and command-line toolset |
7 |
COMMENT= UNIX-like reverse engineering framework and command-line toolset |
| 8 |
WWW= https://rizin.re |
8 |
WWW= https://rizin.re/ |
| 9 |
|
9 |
|
| 10 |
LICENSE= LGPL3 GPLv3 |
10 |
LICENSE= GPLv3 LGPL3 |
| 11 |
LICENSE_COMB= multi |
11 |
LICENSE_COMB= multi |
| 12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE_GPLv3 = ${WRKSRC}/COPYING |
|
|
13 |
LICENSE_FILE_LGPL3 = ${WRKSRC}/COPYING.LESSER |
| 13 |
|
14 |
|
| 14 |
NOT_FOR_ARCHS= armv6 armv7 |
15 |
NOT_FOR_ARCHS= armv6 armv7 |
| 15 |
|
16 |
|
|
Lines 20-29
LIB_DEPENDS= libcapstone.so:devel/capstone \
Link Here
|
| 20 |
libpcre2-8.so:devel/pcre2 \ |
21 |
libpcre2-8.so:devel/pcre2 \ |
| 21 |
libtree-sitter.so:devel/tree-sitter \ |
22 |
libtree-sitter.so:devel/tree-sitter \ |
| 22 |
liblz4.so:archivers/liblz4 \ |
23 |
liblz4.so:archivers/liblz4 \ |
| 23 |
libzip.so:archivers/libzip |
24 |
libzip.so:archivers/libzip \ |
|
|
25 |
libzstd.so:archivers/zstd |
| 24 |
|
26 |
|
| 25 |
USES= localbase meson pkgconfig python:build |
27 |
USES= localbase meson pkgconfig python:build |
| 26 |
|
28 |
|
|
|
29 |
USE_GITHUB= yes |
| 30 |
GH_ACCOUNT= rizinorg |
| 31 |
GH_TUPLE= rizinorg:rz-libdemangle:0031d1a:libdemangle/subprojects/libdemangle \ |
| 32 |
rizinorg:tree-sitter-c:81d96d8:tree_sitter_c/subprojects/tree-sitter-c \ |
| 33 |
BLAKE3-team:BLAKE3:54930c9:blake3/subprojects/blake3 |
| 34 |
|
| 27 |
MESON_ARGS= -D use_sys_capstone=enabled \ |
35 |
MESON_ARGS= -D use_sys_capstone=enabled \ |
| 28 |
-D use_sys_magic=enabled \ |
36 |
-D use_sys_magic=enabled \ |
| 29 |
-D use_sys_libzip=enabled \ |
37 |
-D use_sys_libzip=enabled \ |
|
Lines 37-48
MESON_ARGS= -D use_sys_capstone=enabled \
Link Here
|
| 37 |
-D enable_rz_test=false \ |
45 |
-D enable_rz_test=false \ |
| 38 |
-D use_sys_libzstd=enabled \ |
46 |
-D use_sys_libzstd=enabled \ |
| 39 |
|
47 |
|
| 40 |
USE_GITHUB= yes |
|
|
| 41 |
GH_ACCOUNT= rizinorg |
| 42 |
GH_TUPLE= rizinorg:rz-libdemangle:8b8f7f3:libdemangle/subprojects/libdemangle \ |
| 43 |
rizinorg:tree-sitter-c:81d96d8:tree_sitter_c/subprojects/tree-sitter-c \ |
| 44 |
BLAKE3-team:BLAKE3:3f396d2:blake3/subprojects/blake3 |
| 45 |
|
| 46 |
TESTING_UNSAFE= requires additional test input files |
48 |
TESTING_UNSAFE= requires additional test input files |
| 47 |
|
49 |
|
| 48 |
post-extract: |
50 |
post-extract: |