mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d632fbe55e
PR: 277786
184 lines
4.0 KiB
Makefile
184 lines
4.0 KiB
Makefile
PORTNAME= diesel
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Extensible ORM and Query Builder for Rust
|
|
WWW= https://diesel.rs
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
|
|
|
USES= cargo mysql pgsql sqlite
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= diesel-rs
|
|
|
|
CARGO_BUILD_ARGS= --package=diesel_cli
|
|
CARGO_INSTALL_PATH= diesel_cli
|
|
CARGO_CRATES= aho-corasick-1.1.2 \
|
|
android-tzdata-0.1.1 \
|
|
android_system_properties-0.1.5 \
|
|
anstream-0.6.13 \
|
|
anstyle-1.0.6 \
|
|
anstyle-parse-0.2.3 \
|
|
anstyle-query-1.0.2 \
|
|
anstyle-wincon-3.0.2 \
|
|
argon2-0.5.3 \
|
|
assert_matches-1.5.0 \
|
|
autocfg-1.1.0 \
|
|
base64ct-1.6.0 \
|
|
bigdecimal-0.4.3 \
|
|
bitflags-1.3.2 \
|
|
bitflags-2.4.2 \
|
|
blake2-0.10.6 \
|
|
block-buffer-0.10.4 \
|
|
bumpalo-3.15.4 \
|
|
byteorder-1.5.0 \
|
|
cc-1.0.90 \
|
|
cfg-if-1.0.0 \
|
|
chrono-0.4.35 \
|
|
clap-4.5.3 \
|
|
clap_builder-4.5.2 \
|
|
clap_complete-4.5.1 \
|
|
clap_derive-4.5.3 \
|
|
clap_lex-0.7.0 \
|
|
colorchoice-1.0.0 \
|
|
console-0.15.8 \
|
|
core-foundation-sys-0.8.6 \
|
|
cpufeatures-0.2.12 \
|
|
crypto-common-0.1.6 \
|
|
deranged-0.3.11 \
|
|
diffy-0.3.0 \
|
|
digest-0.10.7 \
|
|
dotenvy-0.15.7 \
|
|
encode_unicode-0.3.6 \
|
|
env_logger-0.8.4 \
|
|
equivalent-1.0.1 \
|
|
errno-0.3.8 \
|
|
fastrand-2.0.1 \
|
|
form_urlencoded-1.2.1 \
|
|
generic-array-0.14.7 \
|
|
getrandom-0.2.12 \
|
|
hashbrown-0.14.3 \
|
|
heck-0.4.1 \
|
|
heck-0.5.0 \
|
|
iana-time-zone-0.1.60 \
|
|
iana-time-zone-haiku-0.1.2 \
|
|
idna-0.5.0 \
|
|
indexmap-2.2.5 \
|
|
insta-1.36.1 \
|
|
ipnet-2.9.0 \
|
|
ipnetwork-0.20.0 \
|
|
itoa-1.0.10 \
|
|
js-sys-0.3.69 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.153 \
|
|
libm-0.2.8 \
|
|
libsqlite3-sys-0.28.0 \
|
|
linked-hash-map-0.5.6 \
|
|
linux-raw-sys-0.4.13 \
|
|
lock_api-0.4.11 \
|
|
log-0.4.21 \
|
|
memchr-2.7.1 \
|
|
mysqlclient-sys-0.2.5 \
|
|
nu-ansi-term-0.46.0 \
|
|
num-bigint-0.4.4 \
|
|
num-conv-0.1.0 \
|
|
num-integer-0.1.46 \
|
|
num-traits-0.2.18 \
|
|
once_cell-1.19.0 \
|
|
overload-0.1.1 \
|
|
parking_lot-0.12.1 \
|
|
parking_lot_core-0.9.9 \
|
|
password-hash-0.5.0 \
|
|
percent-encoding-2.3.1 \
|
|
pkg-config-0.3.30 \
|
|
powerfmt-0.2.0 \
|
|
ppv-lite86-0.2.17 \
|
|
pq-sys-0.4.8 \
|
|
proc-macro2-1.0.79 \
|
|
quickcheck-1.0.3 \
|
|
quote-1.0.35 \
|
|
r2d2-0.8.10 \
|
|
rand-0.8.5 \
|
|
rand_chacha-0.3.1 \
|
|
rand_core-0.6.4 \
|
|
redox_syscall-0.4.1 \
|
|
regex-1.10.3 \
|
|
regex-automata-0.4.6 \
|
|
regex-syntax-0.8.2 \
|
|
rustix-0.38.31 \
|
|
ryu-1.0.17 \
|
|
scheduled-thread-pool-0.2.7 \
|
|
scopeguard-1.2.0 \
|
|
serde-1.0.197 \
|
|
serde_derive-1.0.197 \
|
|
serde_json-1.0.114 \
|
|
serde_regex-1.1.0 \
|
|
serde_spanned-0.6.5 \
|
|
similar-2.4.0 \
|
|
smallvec-1.13.1 \
|
|
strsim-0.11.0 \
|
|
subtle-2.5.0 \
|
|
syn-2.0.52 \
|
|
tempfile-3.10.1 \
|
|
time-0.3.34 \
|
|
time-core-0.1.2 \
|
|
time-macros-0.2.17 \
|
|
tinyvec-1.6.0 \
|
|
tinyvec_macros-0.1.1 \
|
|
toml-0.7.8 \
|
|
toml_datetime-0.6.5 \
|
|
toml_edit-0.19.15 \
|
|
typenum-1.17.0 \
|
|
unicode-bidi-0.3.15 \
|
|
unicode-ident-1.0.12 \
|
|
unicode-normalization-0.1.23 \
|
|
url-2.5.0 \
|
|
utf8parse-0.2.1 \
|
|
uuid-1.7.0 \
|
|
vcpkg-0.2.15 \
|
|
version_check-0.9.4 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.92 \
|
|
wasm-bindgen-backend-0.2.92 \
|
|
wasm-bindgen-macro-0.2.92 \
|
|
wasm-bindgen-macro-support-0.2.92 \
|
|
wasm-bindgen-shared-0.2.92 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-core-0.52.0 \
|
|
windows-sys-0.52.0 \
|
|
windows-targets-0.48.5 \
|
|
windows-targets-0.52.4 \
|
|
windows_aarch64_gnullvm-0.48.5 \
|
|
windows_aarch64_gnullvm-0.52.4 \
|
|
windows_aarch64_msvc-0.48.5 \
|
|
windows_aarch64_msvc-0.52.4 \
|
|
windows_i686_gnu-0.48.5 \
|
|
windows_i686_gnu-0.52.4 \
|
|
windows_i686_msvc-0.48.5 \
|
|
windows_i686_msvc-0.52.4 \
|
|
windows_x86_64_gnu-0.48.5 \
|
|
windows_x86_64_gnu-0.52.4 \
|
|
windows_x86_64_gnullvm-0.48.5 \
|
|
windows_x86_64_gnullvm-0.52.4 \
|
|
windows_x86_64_msvc-0.48.5 \
|
|
windows_x86_64_msvc-0.52.4 \
|
|
winnow-0.5.40 \
|
|
yaml-rust-0.4.5
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|