blob: 4a59cbee92d8be8018bf586e6264a3e5f046982a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
PORTNAME= kalc
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.1
CATEGORIES= math
PKGNAMESUFFIX= -calculator
MAINTAINER= yuri@FreeBSD.org
COMMENT= Calculator for real and complex numbers, 2d/3d graphing, etc
WWW= https://github.com/bgkillas/kalc
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= compilation fails: error: Oops, mp_limb_t is 32 bits, but the assembler code in this configuration expects 64 bits
RUN_DEPENDS= gnuplot:math/gnuplot
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= bgkillas
CARGO_CRATES= autocfg-1.4.0 \
az-1.2.1 \
bitflags-2.6.0 \
cfg-if-1.0.0 \
crossterm-0.28.1 \
crossterm_winapi-0.9.1 \
dirs-5.0.1 \
dirs-sys-0.4.1 \
errno-0.3.10 \
fastrand-2.2.0 \
getrandom-0.2.15 \
gmp-mpfr-sys-1.6.4 \
libc-0.2.167 \
libm-0.2.11 \
libredox-0.1.3 \
linux-raw-sys-0.4.14 \
lock_api-0.4.12 \
log-0.4.22 \
mio-1.0.3 \
option-ext-0.2.0 \
parking_lot-0.12.3 \
parking_lot_core-0.9.10 \
proc-macro2-1.0.92 \
quote-1.0.37 \
redox_syscall-0.5.7 \
redox_users-0.4.6 \
rug-1.26.1 \
rustix-0.38.41 \
scopeguard-1.2.0 \
signal-hook-0.3.17 \
signal-hook-mio-0.2.4 \
signal-hook-registry-1.4.2 \
smallvec-1.13.2 \
syn-2.0.90 \
term_size-0.3.2 \
thiserror-1.0.69 \
thiserror-impl-1.0.69 \
unicode-ident-1.0.14 \
wasi-0.11.0+wasi-snapshot-preview1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.48.0 \
windows-sys-0.52.0 \
windows-sys-0.59.0 \
windows-targets-0.48.5 \
windows-targets-0.52.6 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_gnullvm-0.52.6 \
windows_aarch64_msvc-0.48.5 \
windows_aarch64_msvc-0.52.6 \
windows_i686_gnu-0.48.5 \
windows_i686_gnu-0.52.6 \
windows_i686_gnullvm-0.52.6 \
windows_i686_msvc-0.48.5 \
windows_i686_msvc-0.52.6 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnu-0.52.6 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_gnullvm-0.52.6 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.6
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|