*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-01-19 16:12:42 +01:00
parent 002a26b760
commit 788f7b772e
187 changed files with 18870 additions and 14291 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= darkman
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
DISTVERSION= 1.5.4
CATEGORIES= accessibility wayland
MAINTAINER= jbeich@FreeBSD.org
@ -21,7 +21,7 @@ GH_TUPLE= adrg:xdg:v0.3.3:adrg_xdg/vendor/github.com/adrg/xdg \
kr:pretty:v0.2.0:kr_pretty/vendor/github.com/kr/pretty \
sj14:astral:v0.1.2:sj14_astral/vendor/github.com/sj14/astral
GL_ACCOUNT= WhyNotHugo
GL_COMMIT= 788453c1ce5b75530810860a552688b19b9b9e99
GL_COMMIT= ec68820495fcb7137310c166052dab86b0d940c4
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
share/dbus-1/services/nl.whynothugo.darkman.service \

View file

@ -1,4 +1,4 @@
TIMESTAMP = 1673950448
TIMESTAMP = 1674043449
SHA256 (adrg-xdg-v0.3.3_GH0.tar.gz) = 07493a0702766a2f713321928a0f304c34f900dee445f5de3a4e43c715d2e21d
SIZE (adrg-xdg-v0.3.3_GH0.tar.gz) = 16502
SHA256 (go-check-check-41f04d3bba15_GH0.tar.gz) = 2d5b1036909b241e44f0d6a7cfa936cf9f875efb4f0af077cd61585c6d0c0432
@ -13,5 +13,5 @@ SHA256 (kr-pretty-v0.2.0_GH0.tar.gz) = 6dc2207cfe03d3b9d65460cbada52c533ed273726
SIZE (kr-pretty-v0.2.0_GH0.tar.gz) = 8760
SHA256 (sj14-astral-v0.1.2_GH0.tar.gz) = e3305b66e64505f763ff5d87b31bef8dae78a0780ad93864d09341aebdd7466a
SIZE (sj14-astral-v0.1.2_GH0.tar.gz) = 266290
SHA256 (WhyNotHugo-darkman-788453c1ce5b75530810860a552688b19b9b9e99_GL0.tar.gz) = 8cc85a3b71a07abc299ad6c356311119f9bf3f3b946f85a629e4ddd6141fdc16
SIZE (WhyNotHugo-darkman-788453c1ce5b75530810860a552688b19b9b9e99_GL0.tar.gz) = 23437
SHA256 (WhyNotHugo-darkman-ec68820495fcb7137310c166052dab86b0d940c4_GL0.tar.gz) = 3a9053212fa04c8c8e016c6358cb4e91cb1e05ff57c49206fce5639fa2956c3a
SIZE (WhyNotHugo-darkman-ec68820495fcb7137310c166052dab86b0d940c4_GL0.tar.gz) = 23527

View file

@ -1,6 +1,6 @@
PORTNAME= merkaartor
PORTVERSION= 0.19.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info

View file

@ -1,6 +1,6 @@
PORTNAME= qmapshack
PORTVERSION= 1.16.1
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= V_
CATEGORIES= astro

View file

@ -1,7 +1,7 @@
PORTNAME= dpf-plugins
DISTVERSIONPREFIX= v
DISTVERSION= 1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View file

@ -39,7 +39,7 @@ PYTHON_USES= python:3.6+
PYTHON_CMAKE_ON= WITH_SWIG
RUBY_BUILD_DEPENDS= swig:devel/swig
RUBY_CMAKE_BOOL= WITH_RUBY
RUBY_USE= ruby=yes
RUBY_USES= ruby
XERCES_CMAKE_BOOL= WITH_XERCES
XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3

View file

@ -1,7 +1,7 @@
PORTNAME= ncbi-cxx-toolkit
DISTVERSIONPREFIX= release-
DISTVERSION= 26.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology science devel
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,6 +1,6 @@
PORTNAME= sumo
DISTVERSION= 1.2.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= cad
MASTER_SITES= http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/
DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX}

View file

@ -1,6 +1,6 @@
PORTNAME= osm2pgsql
PORTVERSION= 1.7.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org

View file

@ -54,6 +54,7 @@
SUBDIR += dbow
SUBDIR += dbtool
SUBDIR += dbview
SUBDIR += diesel
SUBDIR += duckdb
SUBDIR += ejdb
SUBDIR += emacsql

165
databases/diesel/Makefile Normal file
View file

@ -0,0 +1,165 @@
PORTNAME= diesel
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.2
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-0.7.20 \
android_system_properties-0.1.5 \
ansi_term-0.12.1 \
assert_matches-1.5.0 \
atty-0.2.14 \
autocfg-1.1.0 \
base64-0.13.1 \
bcrypt-0.10.1 \
bigdecimal-0.3.0 \
bitflags-1.3.2 \
blowfish-0.8.0 \
bumpalo-3.12.0 \
byteorder-1.4.3 \
cc-1.0.78 \
cfg-if-1.0.0 \
chrono-0.4.23 \
cipher-0.3.0 \
clap-2.34.0 \
clap-3.2.23 \
clap_complete-3.2.5 \
clap_lex-0.2.4 \
codespan-reporting-0.11.1 \
core-foundation-sys-0.8.3 \
cxx-1.0.86 \
cxx-build-1.0.86 \
cxxbridge-flags-1.0.86 \
cxxbridge-macro-1.0.86 \
difference-2.0.0 \
diffy-0.3.0 \
dotenvy-0.15.6 \
env_logger-0.8.4 \
fastrand-1.8.0 \
form_urlencoded-1.1.0 \
generic-array-0.14.6 \
getrandom-0.2.8 \
hashbrown-0.12.3 \
heck-0.3.3 \
heck-0.4.0 \
hermit-abi-0.1.19 \
iana-time-zone-0.1.53 \
iana-time-zone-haiku-0.1.1 \
idna-0.3.0 \
indexmap-1.9.2 \
instant-0.1.12 \
ipnet-2.7.1 \
ipnetwork-0.20.0 \
itoa-1.0.5 \
js-sys-0.3.60 \
lazy_static-1.4.0 \
libc-0.2.139 \
libsqlite3-sys-0.25.2 \
link-cplusplus-1.0.8 \
lock_api-0.4.9 \
log-0.4.17 \
memchr-2.5.0 \
mysqlclient-sys-0.2.5 \
nu-ansi-term-0.46.0 \
num-bigint-0.4.3 \
num-integer-0.1.45 \
num-traits-0.2.15 \
once_cell-1.17.0 \
opaque-debug-0.3.0 \
os_str_bytes-6.4.1 \
overload-0.1.1 \
parking_lot-0.12.1 \
parking_lot_core-0.9.6 \
percent-encoding-2.2.0 \
pkg-config-0.3.26 \
ppv-lite86-0.2.17 \
pq-sys-0.4.7 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.50 \
quickcheck-1.0.3 \
quote-1.0.23 \
r2d2-0.8.10 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
redox_syscall-0.2.16 \
regex-1.7.1 \
regex-syntax-0.6.28 \
remove_dir_all-0.5.3 \
ryu-1.0.12 \
scheduled-thread-pool-0.2.6 \
scopeguard-1.1.0 \
scratch-1.0.3 \
serde-1.0.152 \
serde_derive-1.0.152 \
serde_json-1.0.91 \
serde_regex-1.1.0 \
smallvec-1.10.0 \
strsim-0.8.0 \
strsim-0.10.0 \
structopt-0.3.26 \
structopt-derive-0.4.18 \
syn-1.0.107 \
tempfile-3.3.0 \
termcolor-1.2.0 \
textwrap-0.11.0 \
textwrap-0.16.0 \
time-0.3.17 \
time-core-0.1.0 \
time-macros-0.2.6 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
toml-0.5.10 \
typenum-1.16.0 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.6 \
unicode-normalization-0.1.22 \
unicode-segmentation-1.10.0 \
unicode-width-0.1.10 \
url-2.3.1 \
uuid-1.2.2 \
vcpkg-0.2.15 \
vec_map-0.8.2 \
version_check-0.9.4 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.83 \
wasm-bindgen-backend-0.2.83 \
wasm-bindgen-macro-0.2.83 \
wasm-bindgen-macro-support-0.2.83 \
wasm-bindgen-shared-0.2.83 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_msvc-0.42.1 \
windows_i686_gnu-0.42.1 \
windows_i686_msvc-0.42.1 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_msvc-0.42.1
PLIST_FILES= bin/${PORTNAME}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

275
databases/diesel/distinfo Normal file
View file

@ -0,0 +1,275 @@
TIMESTAMP = 1674083866
SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac
SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440
SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311
SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243
SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838
SHA256 (rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9
SIZE (rust/crates/assert_matches-1.5.0.crate) = 7761
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
SIZE (rust/crates/atty-0.2.14.crate) = 5470
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8
SIZE (rust/crates/base64-0.13.1.crate) = 61002
SHA256 (rust/crates/bcrypt-0.10.1.crate) = f691e63585950d8c1c43644d11bab9073e40f5060dd2822734ae7c3dc69a3a80
SIZE (rust/crates/bcrypt-0.10.1.crate) = 9990
SHA256 (rust/crates/bigdecimal-0.3.0.crate) = 6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744
SIZE (rust/crates/bigdecimal-0.3.0.crate) = 26679
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/blowfish-0.8.0.crate) = fe3ff3fc1de48c1ac2e3341c4df38b0d1bfb8fdf04632a187c8b75aaa319a7ab
SIZE (rust/crates/blowfish-0.8.0.crate) = 16281
SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535
SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604
SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610
SIZE (rust/crates/byteorder-1.4.3.crate) = 22512
SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d
SIZE (rust/crates/cc-1.0.78.crate) = 61375
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
SHA256 (rust/crates/chrono-0.4.23.crate) = 16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f
SIZE (rust/crates/chrono-0.4.23.crate) = 187259
SHA256 (rust/crates/cipher-0.3.0.crate) = 7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7
SIZE (rust/crates/cipher-0.3.0.crate) = 12756
SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c
SIZE (rust/crates/clap-2.34.0.crate) = 202210
SHA256 (rust/crates/clap-3.2.23.crate) = 71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5
SIZE (rust/crates/clap-3.2.23.crate) = 219435
SHA256 (rust/crates/clap_complete-3.2.5.crate) = 3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8
SIZE (rust/crates/clap_complete-3.2.5.crate) = 31625
SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5
SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652
SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963
SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc
SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519
SHA256 (rust/crates/cxx-1.0.86.crate) = 51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579
SIZE (rust/crates/cxx-1.0.86.crate) = 589122
SHA256 (rust/crates/cxx-build-1.0.86.crate) = 5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70
SIZE (rust/crates/cxx-build-1.0.86.crate) = 84425
SHA256 (rust/crates/cxxbridge-flags-1.0.86.crate) = 61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c
SIZE (rust/crates/cxxbridge-flags-1.0.86.crate) = 5251
SHA256 (rust/crates/cxxbridge-macro-1.0.86.crate) = 39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5
SIZE (rust/crates/cxxbridge-macro-1.0.86.crate) = 59474
SHA256 (rust/crates/difference-2.0.0.crate) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198
SIZE (rust/crates/difference-2.0.0.crate) = 147616
SHA256 (rust/crates/diffy-0.3.0.crate) = e616e59155c92257e84970156f506287853355f58cd4a6eb167385722c32b790
SIZE (rust/crates/diffy-0.3.0.crate) = 35374
SHA256 (rust/crates/dotenvy-0.15.6.crate) = 03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0
SIZE (rust/crates/dotenvy-0.15.6.crate) = 14785
SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3
SIZE (rust/crates/env_logger-0.8.4.crate) = 33342
SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499
SIZE (rust/crates/fastrand-1.8.0.crate) = 11369
SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8
SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734
SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9
SIZE (rust/crates/generic-array-0.14.6.crate) = 15889
SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31
SIZE (rust/crates/getrandom-0.2.8.crate) = 30553
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c
SIZE (rust/crates/heck-0.3.3.crate) = 10260
SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9
SIZE (rust/crates/heck-0.4.0.crate) = 11161
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979
SHA256 (rust/crates/iana-time-zone-0.1.53.crate) = 64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765
SIZE (rust/crates/iana-time-zone-0.1.53.crate) = 20176
SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca
SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200
SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6
SIZE (rust/crates/idna-0.3.0.crate) = 271128
SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399
SIZE (rust/crates/indexmap-1.9.2.crate) = 54627
SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c
SIZE (rust/crates/instant-0.1.12.crate) = 6128
SHA256 (rust/crates/ipnet-2.7.1.crate) = 30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146
SIZE (rust/crates/ipnet-2.7.1.crate) = 26989
SHA256 (rust/crates/ipnetwork-0.20.0.crate) = bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e
SIZE (rust/crates/ipnetwork-0.20.0.crate) = 16556
SHA256 (rust/crates/itoa-1.0.5.crate) = fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440
SIZE (rust/crates/itoa-1.0.5.crate) = 10622
SHA256 (rust/crates/js-sys-0.3.60.crate) = 49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47
SIZE (rust/crates/js-sys-0.3.60.crate) = 79257
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79
SIZE (rust/crates/libc-0.2.139.crate) = 638983
SHA256 (rust/crates/libsqlite3-sys-0.25.2.crate) = 29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa
SIZE (rust/crates/libsqlite3-sys-0.25.2.crate) = 4841525
SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5
SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674
SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df
SIZE (rust/crates/lock_api-0.4.9.crate) = 25685
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/mysqlclient-sys-0.2.5.crate) = f61b381528ba293005c42a409dd73d034508e273bf90481f17ec2e964a6e969b
SIZE (rust/crates/mysqlclient-sys-0.2.5.crate) = 27493
SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84
SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311
SHA256 (rust/crates/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f
SIZE (rust/crates/num-bigint-0.4.3.crate) = 97799
SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9
SIZE (rust/crates/num-integer-0.1.45.crate) = 22529
SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5
SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767
SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee
SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101
SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39
SIZE (rust/crates/overload-0.1.1.crate) = 24439
SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f
SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967
SHA256 (rust/crates/parking_lot_core-0.9.6.crate) = ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf
SIZE (rust/crates/parking_lot_core-0.9.6.crate) = 32414
SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e
SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075
SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160
SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662
SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
SHA256 (rust/crates/pq-sys-0.4.7.crate) = 3b845d6d8ec554f972a2c5298aad68953fd64e7441e846075450b44656a016d1
SIZE (rust/crates/pq-sys-0.4.7.crate) = 13739
SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293
SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
SHA256 (rust/crates/proc-macro2-1.0.50.crate) = 6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2
SIZE (rust/crates/proc-macro2-1.0.50.crate) = 41667
SHA256 (rust/crates/quickcheck-1.0.3.crate) = 588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6
SIZE (rust/crates/quickcheck-1.0.3.crate) = 28069
SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b
SIZE (rust/crates/quote-1.0.23.crate) = 28058
SHA256 (rust/crates/r2d2-0.8.10.crate) = 51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93
SIZE (rust/crates/r2d2-0.8.10.crate) = 17888
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
SIZE (rust/crates/rand-0.8.5.crate) = 87113
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733
SIZE (rust/crates/regex-1.7.1.crate) = 239648
SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7
SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184
SHA256 (rust/crates/ryu-1.0.12.crate) = 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde
SIZE (rust/crates/ryu-1.0.12.crate) = 47070
SHA256 (rust/crates/scheduled-thread-pool-0.2.6.crate) = 977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf
SIZE (rust/crates/scheduled-thread-pool-0.2.6.crate) = 9413
SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
SHA256 (rust/crates/scratch-1.0.3.crate) = ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2
SIZE (rust/crates/scratch-1.0.3.crate) = 8198
SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb
SIZE (rust/crates/serde-1.0.152.crate) = 77091
SHA256 (rust/crates/serde_derive-1.0.152.crate) = af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e
SIZE (rust/crates/serde_derive-1.0.152.crate) = 55586
SHA256 (rust/crates/serde_json-1.0.91.crate) = 877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883
SIZE (rust/crates/serde_json-1.0.91.crate) = 144654
SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf
SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710
SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0
SIZE (rust/crates/smallvec-1.10.0.crate) = 31564
SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a
SIZE (rust/crates/strsim-0.8.0.crate) = 9309
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
SHA256 (rust/crates/structopt-0.3.26.crate) = 0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10
SIZE (rust/crates/structopt-0.3.26.crate) = 53798
SHA256 (rust/crates/structopt-derive-0.4.18.crate) = dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0
SIZE (rust/crates/structopt-derive-0.4.18.crate) = 20996
SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5
SIZE (rust/crates/syn-1.0.107.crate) = 237539
SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4
SIZE (rust/crates/tempfile-3.3.0.crate) = 27578
SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6
SIZE (rust/crates/termcolor-1.2.0.crate) = 17917
SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060
SIZE (rust/crates/textwrap-0.11.0.crate) = 17322
SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d
SIZE (rust/crates/textwrap-0.16.0.crate) = 53722
SHA256 (rust/crates/time-0.3.17.crate) = a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376
SIZE (rust/crates/time-0.3.17.crate) = 99048
SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd
SIZE (rust/crates/time-core-0.1.0.crate) = 6597
SHA256 (rust/crates/time-macros-0.2.6.crate) = d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2
SIZE (rust/crates/time-macros-0.2.6.crate) = 19163
SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50
SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991
SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c
SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817
SHA256 (rust/crates/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f
SIZE (rust/crates/toml-0.5.10.crate) = 55193
SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba
SIZE (rust/crates/typenum-1.16.0.crate) = 42477
SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992
SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575
SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc
SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158
SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921
SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604
SHA256 (rust/crates/unicode-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a
SIZE (rust/crates/unicode-segmentation-1.10.0.crate) = 93893
SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b
SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968
SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643
SIZE (rust/crates/url-2.3.1.crate) = 72777
SHA256 (rust/crates/uuid-1.2.2.crate) = 422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c
SIZE (rust/crates/uuid-1.2.2.crate) = 53669
SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426
SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735
SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191
SIZE (rust/crates/vec_map-0.8.2.crate) = 14466
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423
SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131
SHA256 (rust/crates/wasm-bindgen-0.2.83.crate) = eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268
SIZE (rust/crates/wasm-bindgen-0.2.83.crate) = 169618
SHA256 (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142
SIZE (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 25620
SHA256 (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810
SIZE (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 12075
SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 18530
SHA256 (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f
SIZE (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 7194
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
SIZE (rust/crates/winapi-0.3.9.crate) = 1200382
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815
SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7
SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795
SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7
SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655
SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640
SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428
SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605
SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583
SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45
SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788
SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd
SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606
SHA256 (diesel-rs-diesel-v2.0.2_GH0.tar.gz) = d92d893849ebbd8e81e88a13d757e8273beac13c727fd34bfad20f986d03456a
SIZE (diesel-rs-diesel-v2.0.2_GH0.tar.gz) = 667933

View file

@ -0,0 +1,9 @@
Diesel gets rid of the boilerplate for database interaction and eliminates
runtime errors without sacrificing performance. It takes full advantage of
Rust's type system to create a low overhead query builder that "feels like
Rust."
Supported databases:
1. PostgreSQL
2. MySQL
3. SQLite

View file

@ -1,9 +1,12 @@
PORTNAME= emacsql
DISTVERSION= 3.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
PATCH_SITES= https://github.com/magit/emacsql/commit/
PATCHFILES= 3cec7dcb201568a09ee9cebf0ea1e43cba9d334a.patch:-p1
MAINTAINER= yasu@FreeBSD.org
COMMENT= High-level Emacs Lisp RDBMS front-end
WWW= https://github.com/magit/emacsql

View file

@ -1,3 +1,5 @@
TIMESTAMP = 1665719715
TIMESTAMP = 1674094021
SHA256 (magit-emacsql-3.1.1_GH0.tar.gz) = 82620a6e3a4e9d56047e9b099e1c3070a5a6aa6828ccde4fb7c3f262a11803f1
SIZE (magit-emacsql-3.1.1_GH0.tar.gz) = 2392710
SHA256 (3cec7dcb201568a09ee9cebf0ea1e43cba9d334a.patch) = 488199703bcb8238742eb60583b815051c8d72d19513bf01093713d24bed34a5
SIZE (3cec7dcb201568a09ee9cebf0ea1e43cba9d334a.patch) = 2164

View file

@ -1,6 +1,6 @@
PORTNAME= grass
PORTVERSION= 7.8.7
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \

View file

@ -1,6 +1,6 @@
PORTNAME= grass
DISTVERSION= 8.2.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \

View file

@ -1,6 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.0.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 30

View file

@ -1,6 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.1.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 31

View file

@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.2.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 32

View file

@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 33

View file

@ -1,6 +1,6 @@
PORTNAME= spatialite-tools
PORTVERSION= 5.0.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/

View file

@ -1,6 +1,6 @@
PORTNAME= spatialite
PORTVERSION= 5.0.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/libspatialite-sources/
DISTNAME= lib${PORTNAME}-${PORTVERSION}

View file

@ -1,6 +1,6 @@
PORTNAME= spatialite_gui
DISTVERSION= 2.1.0
PORTREVISION= 5
PORTREVISION= 6
DISTVERSIONSUFFIX= -beta1
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/

View file

@ -1,5 +1,5 @@
PORTNAME= got
PORTVERSION= 0.80
PORTVERSION= 0.81
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1673988392
SHA256 (got-0.80.tar.gz) = e927d0ebb6d10cdf170cf2dde7a1be20551cd44ac35cf012248260a809222bad
SIZE (got-0.80.tar.gz) = 784764
TIMESTAMP = 1674083408
SHA256 (got-0.81.tar.gz) = 5f4318e8fe1c158d5d7ce1e7b3814767790335d6f32c75d1e4333285ed202620
SIZE (got-0.81.tar.gz) = 785771

View file

@ -1,15 +0,0 @@
--- regress/cmdline/diff.sh.orig 2023-01-16 08:47:29 UTC
+++ regress/cmdline/diff.sh
@@ -1762,10 +1762,8 @@ EOF
return 1
fi
- typeset -L10 short_alpha_id
- typeset -L10 short_alpha_new_id
- short_alpha_id=$alpha_blobid
- short_alpha_new_id=$alpha_new_blobid
+ short_alpha_id=$(printf '%-10.10s' $alpha_blobid)
+ short_alpha_new_id=$(printf '%-10.10s' $alpha_new_blobid)
cat <<EOF >$testroot/stdout.expected
diffstat $alpha_blobid $alpha_new_blobid
M $short_alpha_id -> $short_alpha_new_id | 1+ 1-

View file

@ -1,5 +1,5 @@
PORTNAME= antlr4
PORTVERSION= 4.9.3
DISTVERSION= 4.11.1
DISTVERSIONPREFIX= cpp-runtime-
DISTVERSIONSUFFIX= -source
CATEGORIES= devel
@ -14,11 +14,18 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp
USES= cmake compiler:c11 zip
USES= cmake:testing compiler:c11 localbase:ldflags zip
NO_WRKSUBDIR= yes
CMAKE_OFF= ANTLR_BUILD_CPP_TESTS
CMAKE_TESTING_ON= ANTLR_BUILD_CPP_TESTS # tests fail to link, see https://github.com/antlr/antlr4/issues/4074
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
LIBVERSION= ${PORTVERSION}
PLIST_SUB+= LIBVERSION=${PORTVERSION}
post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/include/antlr4-runtime/.idea
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1636372293
SHA256 (antlr4-cpp-runtime-4.9.3-source.zip) = 5f0af6efd81f476c3e775c486eb0a71c25d6bbc14373e88a64690e2738d68e03
SIZE (antlr4-cpp-runtime-4.9.3-source.zip) = 488286
TIMESTAMP = 1673750809
SHA256 (antlr4-cpp-runtime-4.11.1-source.zip) = 8018c335316e61bb768e5bd4a743a9303070af4e1a8577fa902cd053c17249da
SIZE (antlr4-cpp-runtime-4.11.1-source.zip) = 534105

View file

@ -14,6 +14,8 @@ include/antlr4-runtime/DefaultErrorStrategy.h
include/antlr4-runtime/DiagnosticErrorListener.h
include/antlr4-runtime/Exceptions.h
include/antlr4-runtime/FailedPredicateException.h
include/antlr4-runtime/FlatHashMap.h
include/antlr4-runtime/FlatHashSet.h
include/antlr4-runtime/InputMismatchException.h
include/antlr4-runtime/IntStream.h
include/antlr4-runtime/InterpreterRuleContext.h
@ -38,6 +40,7 @@ include/antlr4-runtime/TokenStream.h
include/antlr4-runtime/TokenStreamRewriter.h
include/antlr4-runtime/UnbufferedCharStream.h
include/antlr4-runtime/UnbufferedTokenStream.h
include/antlr4-runtime/Version.h
include/antlr4-runtime/Vocabulary.h
include/antlr4-runtime/WritableToken.h
include/antlr4-runtime/antlr4-common.h
@ -47,11 +50,10 @@ include/antlr4-runtime/atn/ATNConfig.h
include/antlr4-runtime/atn/ATNConfigSet.h
include/antlr4-runtime/atn/ATNDeserializationOptions.h
include/antlr4-runtime/atn/ATNDeserializer.h
include/antlr4-runtime/atn/ATNSerializer.h
include/antlr4-runtime/atn/ATNSimulator.h
include/antlr4-runtime/atn/ATNState.h
include/antlr4-runtime/atn/ATNStateType.h
include/antlr4-runtime/atn/ATNType.h
include/antlr4-runtime/atn/AbstractPredicateTransition.h
include/antlr4-runtime/atn/ActionTransition.h
include/antlr4-runtime/atn/AmbiguityInfo.h
include/antlr4-runtime/atn/ArrayPredictionContext.h
@ -64,7 +66,6 @@ include/antlr4-runtime/atn/ContextSensitivityInfo.h
include/antlr4-runtime/atn/DecisionEventInfo.h
include/antlr4-runtime/atn/DecisionInfo.h
include/antlr4-runtime/atn/DecisionState.h
include/antlr4-runtime/atn/EmptyPredictionContext.h
include/antlr4-runtime/atn/EpsilonTransition.h
include/antlr4-runtime/atn/ErrorInfo.h
include/antlr4-runtime/atn/LL1Analyzer.h
@ -88,12 +89,17 @@ include/antlr4-runtime/atn/NotSetTransition.h
include/antlr4-runtime/atn/OrderedATNConfigSet.h
include/antlr4-runtime/atn/ParseInfo.h
include/antlr4-runtime/atn/ParserATNSimulator.h
include/antlr4-runtime/atn/ParserATNSimulatorOptions.h
include/antlr4-runtime/atn/PlusBlockStartState.h
include/antlr4-runtime/atn/PlusLoopbackState.h
include/antlr4-runtime/atn/PrecedencePredicateTransition.h
include/antlr4-runtime/atn/PredicateEvalInfo.h
include/antlr4-runtime/atn/PredicateTransition.h
include/antlr4-runtime/atn/PredictionContext.h
include/antlr4-runtime/atn/PredictionContextCache.h
include/antlr4-runtime/atn/PredictionContextMergeCache.h
include/antlr4-runtime/atn/PredictionContextMergeCacheOptions.h
include/antlr4-runtime/atn/PredictionContextType.h
include/antlr4-runtime/atn/PredictionMode.h
include/antlr4-runtime/atn/ProfilingATNSimulator.h
include/antlr4-runtime/atn/RangeTransition.h
@ -101,6 +107,8 @@ include/antlr4-runtime/atn/RuleStartState.h
include/antlr4-runtime/atn/RuleStopState.h
include/antlr4-runtime/atn/RuleTransition.h
include/antlr4-runtime/atn/SemanticContext.h
include/antlr4-runtime/atn/SemanticContextType.h
include/antlr4-runtime/atn/SerializedATNView.h
include/antlr4-runtime/atn/SetTransition.h
include/antlr4-runtime/atn/SingletonPredictionContext.h
include/antlr4-runtime/atn/StarBlockStartState.h
@ -108,11 +116,13 @@ include/antlr4-runtime/atn/StarLoopEntryState.h
include/antlr4-runtime/atn/StarLoopbackState.h
include/antlr4-runtime/atn/TokensStartState.h
include/antlr4-runtime/atn/Transition.h
include/antlr4-runtime/atn/TransitionType.h
include/antlr4-runtime/atn/WildcardTransition.h
include/antlr4-runtime/dfa/DFA.h
include/antlr4-runtime/dfa/DFASerializer.h
include/antlr4-runtime/dfa/DFAState.h
include/antlr4-runtime/dfa/LexerDFASerializer.h
include/antlr4-runtime/internal/Synchronization.h
include/antlr4-runtime/misc/InterpreterDataReader.h
include/antlr4-runtime/misc/Interval.h
include/antlr4-runtime/misc/IntervalSet.h
@ -124,8 +134,9 @@ include/antlr4-runtime/support/BitSet.h
include/antlr4-runtime/support/CPPUtils.h
include/antlr4-runtime/support/Casts.h
include/antlr4-runtime/support/Declarations.h
include/antlr4-runtime/support/Guid.h
include/antlr4-runtime/support/StringUtils.h
include/antlr4-runtime/support/Unicode.h
include/antlr4-runtime/support/Utf8.h
include/antlr4-runtime/tree/AbstractParseTreeVisitor.h
include/antlr4-runtime/tree/ErrorNode.h
include/antlr4-runtime/tree/ErrorNodeImpl.h
@ -133,6 +144,7 @@ include/antlr4-runtime/tree/IterativeParseTreeWalker.h
include/antlr4-runtime/tree/ParseTree.h
include/antlr4-runtime/tree/ParseTreeListener.h
include/antlr4-runtime/tree/ParseTreeProperty.h
include/antlr4-runtime/tree/ParseTreeType.h
include/antlr4-runtime/tree/ParseTreeVisitor.h
include/antlr4-runtime/tree/ParseTreeWalker.h
include/antlr4-runtime/tree/TerminalNode.h

View file

@ -1,6 +1,6 @@
PORTNAME= libght
PORTVERSION= 0.1.0
PORTREVISION= 7
PORTREVISION= 8
DISTVERSIONPREFIX= v
CATEGORIES= devel geography

View file

@ -1,12 +1,14 @@
PORTNAME= pydocstyle
PORTVERSION= 6.2.3
PORTVERSION= 6.3.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Python docstring style checker
WWW= https://pypi.org/project/pydocstyle/
WWW= https://www.pydocstyle.org/ \
https://pypi.org/project/pydocstyle/ \
https://github.com/PyCQA/pydocstyle/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1673265224
SHA256 (pydocstyle-6.2.3.tar.gz) = d867acad25e48471f2ad8a40ef9813125e954ad675202245ca836cb6e28b2297
SIZE (pydocstyle-6.2.3.tar.gz) = 36485
TIMESTAMP = 1674047333
SHA256 (pydocstyle-6.3.0.tar.gz) = 7ce43f0c0ac87b07494eb9c0b462c0b73e6ff276807f204d6b53edc72b7e44e1
SIZE (pydocstyle-6.3.0.tar.gz) = 36796

View file

@ -1,5 +1,5 @@
PORTNAME= types-PyYAML
PORTVERSION= 6.0.12.2
PORTVERSION= 6.0.12.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1668085666
SHA256 (types-PyYAML-6.0.12.2.tar.gz) = 6840819871c92deebe6a2067fb800c11b8a063632eb4e3e755914e7ab3604e83
SIZE (types-PyYAML-6.0.12.2.tar.gz) = 10830
TIMESTAMP = 1674047375
SHA256 (types-PyYAML-6.0.12.3.tar.gz) = 17ce17b3ead8f06e416a3b1d5b8ddc6cb82a422bb200254dd8b469434b045ffc
SIZE (types-PyYAML-6.0.12.3.tar.gz) = 10910

View file

@ -1,5 +1,5 @@
PORTNAME= types-protobuf
PORTVERSION= 4.21.0.2
PORTVERSION= 4.21.0.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1670450770
SHA256 (types-protobuf-4.21.0.2.tar.gz) = 7df483d34ad3fcb1fa7fff1073560d596c9ac1f419cfa851b220c9a93386c998
SIZE (types-protobuf-4.21.0.2.tar.gz) = 46332
TIMESTAMP = 1674047397
SHA256 (types-protobuf-4.21.0.3.tar.gz) = 824109e0fe87525a9d2da4cc4eec36ca004f1a0f3d1c0838cfd2873a484cffdd
SIZE (types-protobuf-4.21.0.3.tar.gz) = 46444

View file

@ -1,5 +1,5 @@
PORTNAME= types-psycopg2
PORTVERSION= 2.9.21.2
PORTVERSION= 2.9.21.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1668085630
SHA256 (types-psycopg2-2.9.21.2.tar.gz) = bff045579642ce00b4a3c8f2e401b7f96dfaa34939f10be64b0dd3b53feca57d
SIZE (types-psycopg2-2.9.21.2.tar.gz) = 17726
TIMESTAMP = 1674047385
SHA256 (types-psycopg2-2.9.21.3.tar.gz) = 4579db25821fa3cfb68a4a7388916d2b3b8ea735d88a684a546306dd0a4eca47
SIZE (types-psycopg2-2.9.21.3.tar.gz) = 17868

View file

@ -1,5 +1,5 @@
PORTNAME= types-requests
PORTVERSION= 2.28.11.7
PORTVERSION= 2.28.11.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1671736413
SHA256 (types-requests-2.28.11.7.tar.gz) = 0ae38633734990d019b80f5463dfa164ebd3581998ac8435f526da6fe4d598c3
SIZE (types-requests-2.28.11.7.tar.gz) = 14273
TIMESTAMP = 1674047366
SHA256 (types-requests-2.28.11.8.tar.gz) = e67424525f84adfbeab7268a159d3c633862dafae15c5b19547ce1b55954f0a3
SIZE (types-requests-2.28.11.8.tar.gz) = 14383

View file

@ -10,7 +10,7 @@ WWW= https://github.com/meinac/oj-introspect
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
MY_DEPENDS= rubygem-oj>=3.13.23<3.14:devel/rubygem-oj
MY_DEPENDS= rubygem-oj>=3.13.23_2<3.14:devel/rubygem-oj
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}

View file

@ -1,6 +1,6 @@
PORTNAME= oj
PORTVERSION= 3.13.23
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -16,7 +16,7 @@ USES= gem
# TODO: find a better way to do this
# Copy all header file, as it is required by rubygem-oj-introspect
post-install:
${INSTALL_DATA} -d ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj
cd ${WRKSRC}/ext/oj && ${FIND} * -name "*.h" -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" \;
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@ PORTVERSION= 0.3.6
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= linpct@gmail.com
MAINTAINER= ports@FreeBSD.org
COMMENT= Bugzilla API Client
WWW= https://github.com/jwaterfaucett/rodzilla

View file

@ -2,7 +2,7 @@ PORTNAME= nestopia
DISTVERSION= 1.51.1
CATEGORIES= emulators
MAINTAINER= nc@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable NES/Famicom emulator
WWW= http://0ldsk00l.ca/nestopia/

View file

@ -1,9 +1,12 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.26-14573 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -g1d214ed26a
DISTVERSION= 0.0.26-14584 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -gc3c2bb7ad8
CATEGORIES= emulators wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= b0ee533b3216.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/13257
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PS3 emulator/debugger
WWW= https://rpcs3.net/

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1673886365
SHA256 (RPCS3-rpcs3-v0.0.26-14573-g1d214ed26a_GH0.tar.gz) = 6f3ea7a61ac51e48287c018ac80c3910afdf92a3f9095920c8d988c03fe672fa
SIZE (RPCS3-rpcs3-v0.0.26-14573-g1d214ed26a_GH0.tar.gz) = 8730862
TIMESTAMP = 1674025775
SHA256 (RPCS3-rpcs3-v0.0.26-14584-gc3c2bb7ad8_GH0.tar.gz) = 2acb50bd956de4e1fac6c10ec758660f9dbe9eba02fcec34e2e3517060ab8c49
SIZE (RPCS3-rpcs3-v0.0.26-14584-gc3c2bb7ad8_GH0.tar.gz) = 8732593
SHA256 (RPCS3-hidapi-hidapi-0.13.0-2-ga3ce129_GH0.tar.gz) = d230e3fbbc6ef0e04b083d3a3ddfa4f1ddcaaef2aa8bb1fdb2c064b1d5b2f677
SIZE (RPCS3-hidapi-hidapi-0.13.0-2-ga3ce129_GH0.tar.gz) = 245124
SHA256 (RPCS3-llvm-mirror-9b52b6c39ae9_GH0.tar.gz) = 9df78a8282453a0e1a3653664ef11ef47b8ab4d2b86e486922770ed2240788b0
@ -23,5 +23,7 @@ SHA256 (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = c34b74b5f689fac7becb05583b04
SIZE (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = 18814382
SHA256 (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 09c50d558bd975c41157364421820228df66632802a4a6a7c9c17f86a7340802
SIZE (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 147290251
SHA256 (b0ee533b3216.patch) = 74e0c849a404397b77cde8c8f6897955783482a8a0d0aad6320b2a17d79fa3ea
SIZE (b0ee533b3216.patch) = 1266
SHA256 (25b09e565729.patch) = f8f1e1f759c515e5ffcb3d59a0d0872e0d70a747da23e29c6e1bed4826927150
SIZE (25b09e565729.patch) = 98323

View file

@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20230115
PORTVERSION= s20230117
CATEGORIES= emulators wayland
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@ -53,7 +53,7 @@ qt6_OPTIONS_EXCLUDE= QT5
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= 58a10ed5d
GH_TAGNAME= 82e2ac602
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
yuzu-emu:sirit:ab75463:sirit/externals/sirit \
KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-201-gc214f6f:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \

View file

@ -1,8 +1,8 @@
TIMESTAMP = 1673853774
SHA256 (yuzu-s20230115/compatibility_list.json) = a71f341dcdfb38760b1af06d93a4edcfd1465a869e2f5f6c3e12fcb72cbfe92e
SIZE (yuzu-s20230115/compatibility_list.json) = 1678864
SHA256 (yuzu-emu-yuzu-s20230115-58a10ed5d_GH0.tar.gz) = bdb8eca91ce33e060797c70a1a2b35c723fcd61b00673b9e25f523cf14ac6961
SIZE (yuzu-emu-yuzu-s20230115-58a10ed5d_GH0.tar.gz) = 5423025
TIMESTAMP = 1674027252
SHA256 (yuzu-s20230117/compatibility_list.json) = 6a858ee822e1bef73d0a2581272d571c03bd2ec18f8e38d9479bf5d3248cdfd0
SIZE (yuzu-s20230117/compatibility_list.json) = 1680332
SHA256 (yuzu-emu-yuzu-s20230117-82e2ac602_GH0.tar.gz) = ba8dde2bbb489c91eb698008dabfa9697c83b81d1865103c7f3e819cab105048
SIZE (yuzu-emu-yuzu-s20230117-82e2ac602_GH0.tar.gz) = 5422664
SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
SHA256 (yuzu-emu-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319

View file

@ -0,0 +1,13 @@
https://github.com/merryhime/dynarmic/pull/742
--- externals/dynarmic/src/dynarmic/frontend/A64/translate/impl/simd_table_lookup.cpp.orig 2023-01-15 02:29:49 UTC
+++ externals/dynarmic/src/dynarmic/frontend/A64/translate/impl/simd_table_lookup.cpp
@@ -3,6 +3,8 @@
* SPDX-License-Identifier: 0BSD
*/
+#include <vector>
+
#include "dynarmic/frontend/A64/translate/impl/impl.h"
namespace Dynarmic::A64 {

View file

@ -34,7 +34,7 @@ MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
PYTHON_USES= python:3.7
PYTHON_CONFIGURE_WITH= python3
RUBY_USE= ruby=yes
RUBY_USES= ruby
RUBY_CONFIGURE_WITH= ruby
RUBY_LIB_DEPENDS+=libunwind.so:devel/libunwind
JAVA_USE= java=yes

View file

@ -1,5 +1,5 @@
PORTNAME= SpaceCadetPinball
PORTVERSION= 2.0.1.20220929
PORTVERSION= 2.0.1.20230103
DISTVERSIONPREFIX= Release_
CATEGORIES= games
PKGNAMESUFFIX= -devel
@ -15,7 +15,7 @@ USES= cmake sdl xorg
USE_GITHUB= yes
GH_ACCOUNT= k4zmu2a
GH_PROJECT= SpaceCadetPinball
GH_TAGNAME= 4ec30cf
GH_TAGNAME= 10ff114
USE_SDL= mixer2 sdl2
USE_XORG= ice sm x11 xext

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1665348711
SHA256 (k4zmu2a-SpaceCadetPinball-Release_2.0.1.20220929-4ec30cf_GH0.tar.gz) = 495ac8a1888e86bb52d5c40983e8f5dd5eaaaddcb9d3cb7d6e56f081fcb2fa4e
SIZE (k4zmu2a-SpaceCadetPinball-Release_2.0.1.20220929-4ec30cf_GH0.tar.gz) = 1953356
TIMESTAMP = 1674104895
SHA256 (k4zmu2a-SpaceCadetPinball-Release_2.0.1.20230103-10ff114_GH0.tar.gz) = f8d1e8a1e9772b79ec3e09436a77425ac151ae092b9713f3edeb6fe9b10ce2f0
SIZE (k4zmu2a-SpaceCadetPinball-Release_2.0.1.20230103-10ff114_GH0.tar.gz) = 2025600

View file

@ -1,6 +1,5 @@
PORTNAME= ecwolf
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 1.4.0
DISTVERSIONSUFFIX= -src
CATEGORIES= games
MASTER_SITES= http://maniacsvault.net/ecwolf/files/ecwolf/1.x/
@ -18,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= cmake compiler:c++11-lang gnome jpeg localbase:ldflags \
pkgconfig sdl tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_SDL= mixer sdl
USE_SDL= mixer2 net2 sdl2
SUB_FILES= ecwolf pkg-message
SUB_LIST= PORTNAME=${PORTNAME}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1534522946
SHA256 (ecwolf-1.3.3-src.tar.xz) = 346b519745f399256463a7cf56d84c1315b1436c95e3a28aa287fc268ed96de9
SIZE (ecwolf-1.3.3-src.tar.xz) = 7641476
TIMESTAMP = 1674060889
SHA256 (ecwolf-1.4.0-src.tar.xz) = 49c1b8c787c0a5a58e100b4e9ea7ef0af1a20b5d7d40491ae0d77e0485ebbb21
SIZE (ecwolf-1.4.0-src.tar.xz) = 14703808

View file

@ -1,24 +0,0 @@
--- src/CMakeLists.txt.orig 2019-01-29 16:31:24 UTC
+++ src/CMakeLists.txt
@@ -40,9 +40,9 @@ else(GPL)
set(EXTRA_LIBRARIES)
endif(GPL)
-find_package(SDL REQUIRED)
-find_package(SDL_mixer REQUIRED)
-include_directories(${SDLMIXER_INCLUDE_DIR} ${SDL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ${BZIP2_INCLUDE_DIR} ${JPEG_INCLUDE_DIR})
+pkg_search_module(SDL REQUIRED sdl sdl)
+pkg_search_module(SDLMIXER REQUIRED SDL_mixer)
+include_directories(${SDLMIXER_INCLUDE_DIRS} ${SDL_INCLUDE_DIRS}/SDL ${ZLIB_INCLUDE_DIR} ${BZIP2_INCLUDE_DIR} ${JPEG_INCLUDE_DIR})
check_function_exists(stricmp STRICMP_EXISTS)
check_function_exists(strnicmp STRNICMP_EXISTS)
@@ -320,7 +320,7 @@ else(NOT ANDROID)
endif(NOT ANDROID)
add_dependencies(ecwolf lzma gdtoa revision_check)
-target_link_libraries(ecwolf ${EXTRA_LIBRARIES} ${SDL_LIBRARY} ${SDLMIXER_LIBRARY} ${ZLIB_LIBRARY} ${BZIP2_LIBRARIES} ${JPEG_LIBRARIES} lzma gdtoa)
+target_link_libraries(ecwolf ${EXTRA_LIBRARIES} ${SDL_LIBRARIES} ${SDLMIXER_LIBRARIES} ${ZLIB_LIBRARY} ${BZIP2_LIBRARIES} ${JPEG_LIBRARIES} lzma gdtoa)
set_target_properties(ecwolf PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${OUTPUT_DIR})
# Install

View file

@ -1,11 +0,0 @@
--- src/thingdef/thingdef.cpp.orig 2020-08-24 18:22:35 UTC
+++ src/thingdef/thingdef.cpp
@@ -283,7 +283,7 @@ static const struct ExpressionFunction
{ "random", TypeHierarchy::INT, 2, true, ExprRandom },
{ "sin", TypeHierarchy::FLOAT, 1, false, ExprSin },
- { NULL, 0, false, NULL }
+ { NULL, 0, false, false }
};
////////////////////////////////////////////////////////////////////////////////

View file

@ -1,19 +1,11 @@
--- src/wl_iwad_picker.cpp.orig 2018-08-17 16:43:51 UTC
--- src/wl_iwad_picker.cpp.orig 2023-01-18 23:02:12 UTC
+++ src/wl_iwad_picker.cpp
@@ -1,6 +1,7 @@
// From ZDoom!
#include <algorithm>
@@ -27,6 +27,8 @@ void TXT_PickWad(TXT_UNCAST_ARG(widget), int wad)
int I_PickIWad_Cocoa (WadStuff *wads, int numwads, bool showwin, int defaultiwad);
#elif defined(__ANDROID__)
int I_PickIWad_Android (WadStuff *wads, int numwads, bool showwin, int defaultiwad);
+#elif defined(__FreeBSD__)
+#include <sys/wait.h>
#endif
#include "zdoomsupport.h"
@@ -227,7 +228,7 @@ int I_PickIWad (WadStuff *wads, int numwads, bool show
const char *str;
if((str=getenv("KDE_FULL_SESSION")) && strcmp(str, "true") == 0)
{
- FString cmd("kdialog --title \""GAMESIG" "DOTVERSIONSTR": Select an IWAD to use\""
+ FString cmd("kdialog --title \"" GAMESIG " " DOTVERSIONSTR ": Select an IWAD to use\""
" --menu \"" GAMENAME " found more than one IWAD\n"
"Select from the list below to determine which one to use:\"");
#ifndef NO_GTK

View file

@ -1,6 +1,5 @@
PORTNAME= wesnoth
PORTVERSION= 1.16.6
PORTREVISION= 2
PORTVERSION= 1.16.7
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1662731937
SHA256 (wesnoth-1.16.6.tar.bz2) = 1fce2c625da53adee4ec62b4e0a810bae1a01c9b893027b10beafaa3a0648501
SIZE (wesnoth-1.16.6.tar.bz2) = 475677376
TIMESTAMP = 1674061945
SHA256 (wesnoth-1.16.7.tar.bz2) = f88b134b2c6ade58f4e5fb4fe459f33870fe336c17edc5772baccb8d60d0ec73
SIZE (wesnoth-1.16.7.tar.bz2) = 476140035

View file

@ -1,49 +0,0 @@
https://bugs.gentoo.org/886575
https://github.com/wesnoth/wesnoth/issues/7215
From d71e90ee50a89673cf9b6748bcb2975071d15445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
<congdanhqx@gmail.com>
Date: Mon, 28 Nov 2022 23:21:38 +0700
Subject: [PATCH] gettext: fix build with Boost.Locale 1.81
See https://github.com/boostorg/locale/pull/128/
(cherry picked from commit fd96415bdf0a2e3a05e1a587a1c3853847e2c2bc)
--- src/gettext.cpp
+++ src/gettext.cpp
@@ -26,6 +26,7 @@
#include <mutex>
#include <boost/locale.hpp>
#include <set>
+#include <type_traits>
#if defined(__GNUC__)
#pragma GCC diagnostic push
@@ -224,8 +225,13 @@ namespace
}
generator_.use_ansi_encoding(false);
+#if BOOST_VERSION < 108100
generator_.categories(bl::message_facet | bl::information_facet | bl::collation_facet | bl::formatting_facet | bl::convert_facet);
generator_.characters(bl::char_facet);
+#else
+ generator_.categories(bl::category_t::message | bl::category_t::information | bl::category_t::collation | bl::category_t::formatting | bl::category_t::convert);
+ generator_.characters(bl::char_facet_t::char_f);
+#endif
// We cannot have current_locale_ be a non boost-generated locale since it might not supply
// the bl::info facet. As soon as we add message paths, update_locale_internal might fail,
// for example because of invalid .mo files. So make sure we call it at least once before adding paths/domains
@@ -368,7 +374,12 @@ namespace
if(std::has_facet<bl::collator<char>>(current_locale_)) {
res << "has bl::collator<char> facet, ";
}
+#if BOOST_VERSION < 108100
res << "generator categories='" << generator_.categories() << "'";
+#else
+ res << "generator categories='" <<
+ static_cast<std::underlying_type<bl::category_t>::type>(generator_.categories()) << "'";
+#endif
return res.str();
}

View file

@ -1,6 +1,6 @@
PORTNAME= rgdal
DISTVERSION= 1.5-32
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}

View file

@ -1,6 +1,6 @@
PORTNAME= converseen
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.10.0
DISTVERSION= 0.9.10.1
CATEGORIES= graphics
MAINTAINER= fernape@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1673333651
SHA256 (Faster3ck-Converseen-v0.9.10.0_GH0.tar.gz) = d0b2830227c9729a353c8268d9938e75d8029a0f8f79b9cd3f96d3b83894011c
SIZE (Faster3ck-Converseen-v0.9.10.0_GH0.tar.gz) = 769693
TIMESTAMP = 1673973605
SHA256 (Faster3ck-Converseen-v0.9.10.1_GH0.tar.gz) = fba6ff0a445de3fde7c044ffbe9bc82c4c696daf66cd8464b40a3ee49fd17497
SIZE (Faster3ck-Converseen-v0.9.10.1_GH0.tar.gz) = 769772

View file

@ -2,7 +2,7 @@ PORTNAME= drawing
DISTVERSION= 0.8.5
CATEGORIES= graphics
MAINTAINER= nc@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Drawing application for the GNOME desktop
WWW= https://maoschanz.github.io/drawing/

View file

@ -1,4 +1,4 @@
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics lang
PKGNAMESUFFIX= -proj4

View file

@ -1,6 +1,6 @@
PORTNAME= gdal
PORTVERSION= 3.5.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet

View file

@ -1,6 +1,6 @@
PORTNAME= libgeotiff
PORTVERSION= 1.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ \
LOCAL/sunpoet

View file

@ -1,6 +1,6 @@
PORTNAME= libjxl
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0rc1
DISTVERSION= 0.8.0
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1673608669
SHA256 (libjxl-libjxl-v0.8.0rc1_GH0.tar.gz) = a94f3a011b0238d20c9dab3f7c5e6cfcc7bd669f2d9fd9aec89b8a43c51ba7f5
SIZE (libjxl-libjxl-v0.8.0rc1_GH0.tar.gz) = 1611950
TIMESTAMP = 1674052175
SHA256 (libjxl-libjxl-v0.8.0_GH0.tar.gz) = 6b4c140c1738acbed6b7d22858e0526373f0e9938e3f6c0a6b8943189195aad1
SIZE (libjxl-libjxl-v0.8.0_GH0.tar.gz) = 1611824
SHA256 (jbeich-skcms-b25b07b_GH0.tar.gz) = 3e1ce9bb99269f1093d1e4e04bcbdbbecf0920a0c67abace278e37c61b93fb0e
SIZE (jbeich-skcms-b25b07b_GH0.tar.gz) = 10041269
SHA256 (libjxl-testdata-d6168ff_GH0.tar.gz) = ed133d390a516ff9f52f17ec4c43d15d735d99a39f39b76c17b5f4084ae15c40

View file

@ -1,7 +1,7 @@
PORTNAME= libprojectM
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.12
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics audio
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,6 +1,6 @@
PORTNAME= librasterlite2
PORTVERSION= 1.1.0
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONSUFFIX=-beta1
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/

View file

@ -1,6 +1,6 @@
PORTNAME= mapserver
PORTVERSION= 7.6.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics www geography
MASTER_SITES= https://download.osgeo.org/mapserver/

View file

@ -1,6 +1,6 @@
PORTNAME= openorienteering-mapper
PORTVERSION= 0.9.5
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= graphics geography

View file

@ -1,11 +1,11 @@
PORTNAME= Image-ExifTool
PORTVERSION= 12.49
PORTVERSION= 12.55
CATEGORIES= graphics perl5
MASTER_SITES= https://exiftool.org/
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= -devel
MAINTAINER= linpct@gmail.com
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Script and Perl module to read/write meta data in files
WWW= https://exiftool.org/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1666283617
SHA256 (Image-ExifTool-12.49.tar.gz) = 976d69d9a93ea5ef4649639ab6c190f58bf265f0057ca577c41dfcaf37b1715b
SIZE (Image-ExifTool-12.49.tar.gz) = 5083471
TIMESTAMP = 1674014625
SHA256 (Image-ExifTool-12.55.tar.gz) = 08581bd7a1a760f20a1b43cb6d38927e6ec545d59906dae85c7df673946eea08
SIZE (Image-ExifTool-12.55.tar.gz) = 5174111

View file

@ -117,6 +117,7 @@ bin/exiftool
%%SITE_PERL%%/Image/ExifTool/Lang/nl.pm
%%SITE_PERL%%/Image/ExifTool/Lang/pl.pm
%%SITE_PERL%%/Image/ExifTool/Lang/ru.pm
%%SITE_PERL%%/Image/ExifTool/Lang/sk.pm
%%SITE_PERL%%/Image/ExifTool/Lang/sv.pm
%%SITE_PERL%%/Image/ExifTool/Lang/tr.pm
%%SITE_PERL%%/Image/ExifTool/Lang/zh_cn.pm
@ -309,6 +310,7 @@ bin/exiftool
%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz
%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz
%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz
%%PERL5_MAN3%%/Image::ExifTool::Lang::sk.3.gz
%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz
%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz
%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz

View file

@ -1,5 +1,5 @@
PORTNAME= proj
PORTVERSION= 9.1.0
PORTVERSION= 9.1.1
PORTEPOCH= 1
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/proj/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1668498242
SHA256 (proj-9.1.0.tar.gz) = 81b2239b94cad0886222cde4f53cb49d34905aad2a1317244a0c30a553db2315
SIZE (proj-9.1.0.tar.gz) = 5299132
TIMESTAMP = 1673956040
SHA256 (proj-9.1.1.tar.gz) = 003cd4010e52bb5eb8f7de1c143753aa830c8902b6ed01209f294846e40e6d39
SIZE (proj-9.1.1.tar.gz) = 5311995

View file

@ -35,7 +35,7 @@ lib/cmake/proj4/proj4-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/proj4/proj4-targets.cmake
lib/libproj.so
lib/libproj.so.25
lib/libproj.so.25.9.1.0
lib/libproj.so.25.9.1.1
libdata/pkgconfig/proj.pc
share/man/man1/cct.1.gz
share/man/man1/cs2cs.1.gz

View file

@ -1,6 +1,6 @@
PORTNAME= pyproj
PORTVERSION= 3.4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics geography python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,5 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.22.14
PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
PKGNAMESUFFIX= -ltr

View file

@ -1,5 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.28.2
PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/

View file

@ -1,12 +1,8 @@
PORTNAME= spirv-tools
DISTVERSIONPREFIX= v
DISTVERSION= 2022.4
PORTREVISION= 1
DISTVERSION= 2023.1
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 381e3987b329.patch:-p1 # https://github.com/KhronosGroup/SPIRV-Tools/pull/4961
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Tools for processing SPIR-V intermediate shader language modules
WWW= https://github.com/KhronosGroup/SPIRV-Tools
@ -20,7 +16,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
GH_PROJECT= SPIRV-Tools
GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-187-g85a1ed2:headers/external/spirv-headers
GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-214-gd13b522:headers/external/spirv-headers
CMAKE_ON= SPIRV_SKIP_TESTS

View file

@ -1,7 +1,5 @@
TIMESTAMP = 1665591328
SHA256 (KhronosGroup-SPIRV-Tools-v2022.4_GH0.tar.gz) = a156215a2d7c6c5b267933ed691877a9a66f07d75970da33ce9ad627a71389d7
SIZE (KhronosGroup-SPIRV-Tools-v2022.4_GH0.tar.gz) = 3043339
SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-187-g85a1ed2_GH0.tar.gz) = 2a8b49657434cbb96c20e0c1558a70d32fc8eadf80e1d611c73ff721fb3d8212
SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-187-g85a1ed2_GH0.tar.gz) = 440065
SHA256 (381e3987b329.patch) = cef03b21d1f443dde94e4300062ff3dbe2fa574e2b52740adca104b89b4ac4df
SIZE (381e3987b329.patch) = 83117
TIMESTAMP = 1674053750
SHA256 (KhronosGroup-SPIRV-Tools-v2023.1_GH0.tar.gz) = f3d8245aeb89f098c01dddaa566f9c0f2aab4a3d62a9020afaeb676b5e7e64d4
SIZE (KhronosGroup-SPIRV-Tools-v2023.1_GH0.tar.gz) = 3087466
SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-214-gd13b522_GH0.tar.gz) = f4f0663a7fc0c17beaecb824c58ece4169edec1b3bb6eb1f6857b7b56bad3194
SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-214-gd13b522_GH0.tar.gz) = 446635

View file

@ -27,6 +27,9 @@ lib/cmake/SPIRV-Tools-opt/SPIRV-Tools-optTargets.cmake
lib/cmake/SPIRV-Tools-reduce/SPIRV-Tools-reduceConfig.cmake
lib/cmake/SPIRV-Tools-reduce/SPIRV-Tools-reduceTarget-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SPIRV-Tools-reduce/SPIRV-Tools-reduceTarget.cmake
lib/cmake/SPIRV-Tools-tools/SPIRV-Tools-toolsConfig.cmake
lib/cmake/SPIRV-Tools-tools/SPIRV-Tools-toolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SPIRV-Tools-tools/SPIRV-Tools-toolsTargets.cmake
lib/cmake/SPIRV-Tools/SPIRV-ToolsConfig.cmake
lib/cmake/SPIRV-Tools/SPIRV-ToolsTarget-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SPIRV-Tools/SPIRV-ToolsTarget.cmake

View file

@ -27,7 +27,7 @@ PERL_CONFIGURE_WITH= perl
PYTHON_USES= python gettext-runtime
PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}-config
PYTHON_CONFIGURE_OFF= --without-python
RUBY_USE= ruby=yes
RUBY_USES= ruby
RUBY_CONFIGURE_WITH= ruby
TCL_USES= tcl
TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR}/tclConfig.sh

View file

@ -64,7 +64,7 @@ NLS_USES= gettext
PERL_USES= perl5
PHP_USES= php:build,embed
PYTHON_USES= python
RUBY_USE= ruby=yes
RUBY_USES= ruby
TCL_CMAKE_ON= -DTCL_VERSION:STRING="${TCL_VER}" \
-DTCL_TCLSH:PATH="${TCLSH}"
TCL_USES= tcl

View file

@ -372,6 +372,5 @@
SUBDIR += ypsilon
SUBDIR += zephir
SUBDIR += zig
SUBDIR += zig-devel
.include <bsd.port.subdir.mk>

View file

@ -20,7 +20,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PythonLibs
RUBY_USE= ruby
RUBY_USES= ruby
RUBY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Ruby
.include <bsd.port.mk>

View file

@ -1,58 +0,0 @@
PORTNAME= zig
DISTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://ziglang.org/download/${DISTVERSION}/ \
https://ziglang.org/builds/
PKGNAMESUFFIX= -devel
# fetch prebuilt platform-independent docs
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} zig-freebsd-x86_64-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= dch@FreeBSD.org
COMMENT= Language designed for robustness, optimality, and maintainability
WWW= https://ziglang.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= not yet supported
BUILD_DEPENDS= llvm${_LLVM_VER}>=0:devel/llvm${_LLVM_VER}
CONFLICTS= zig
USES= cmake compiler:c++11-lang localbase:ldflags tar:xz
OPTIONS_DEFINE= STATIC DOCS
OPTIONS_DEFAULT= STATIC DOCS
STATIC_DESC= sets ZIG_STATIC to avoid 800MiB LLVM runtime dependency
STATIC_RUN_DEPENDS_OFF= llvm${_LLVM_VER}>=0:devel/llvm${_LLVM_VER}
STATIC_CMAKE_BOOL= CMAKE_SKIP_INSTALL_RPATH ZIG_STATIC
STATIC_LDFLAGS= -llzma -lm -lmd -lxml2 -lz
CMAKE_ON= THREADS_PREFER_PTHREAD_FLAG
_LLVM_VER= 13
_ZIG_BIN= ${STAGEDIR}${PREFIX}/bin/zig
post-configure-STATIC-on:
@${REINPLACE_CMD} 's/-Wl,-Bdynamic//' ${BUILD_WRKSRC}/build.ninja
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/std
.for f in langref.html std/data.js std/main.js std/index.html
${INSTALL_MAN} ${WRKDIR}/zig-freebsd-x86_64-${DISTVERSION}/doc/${f} \
${STAGEDIR}${DOCSDIR}/${f}
.endfor
do-test:
mkdir ${WRKDIR}/cache
(cd ${WRKSRC} && ${_ZIG_BIN} build test-behavior \
--cache-dir ${WRKDIR}/cache \
--global-cache-dir ${WRKDIR}/cache \
--zig-lib-dir ${WRKSRC}/lib)
.include <bsd.port.mk>

View file

@ -1,5 +0,0 @@
TIMESTAMP = 1652525714
SHA256 (zig-0.9.1.tar.xz) = 38cf4e84481f5facc766ba72783e7462e08d6d29a5d47e3b75c8ee3142485210
SIZE (zig-0.9.1.tar.xz) = 13940828
SHA256 (zig-freebsd-x86_64-0.9.1.tar.xz) = 4e06009bd3ede34b72757eec1b5b291b30aa0d5046dadd16ecb6b34a02411254
SIZE (zig-freebsd-x86_64-0.9.1.tar.xz) = 39028848

View file

@ -1,2 +0,0 @@
Zig is a general purpose programming language designed for robustness,
optimality, and maintainability.

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
PORTNAME= zig
DISTVERSION= 0.10.0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= lang
MASTER_SITES= https://ziglang.org/download/${DISTVERSION}/ \
https://ziglang.org/builds/
@ -8,6 +8,11 @@ MASTER_SITES= https://ziglang.org/download/${DISTVERSION}/ \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
zig-freebsd-x86_64-${DISTVERSION}${EXTRACT_SUFX}
PATCH_SITES= https://github.com/ziglang/${PORTNAME}/commit/
PATCHFILES+= 64b3ffd8ffb9.patch:-p1 # https://github.com/ziglang/zig/pull/13418
PATCHFILES+= 7f1f2e653d6f.patch:-p1 # https://github.com/ziglang/zig/pull/13418
PATCHFILES+= a68b27c25266.patch:-p1 # https://github.com/ziglang/zig/pull/13418
MAINTAINER= dch@FreeBSD.org
COMMENT= Language designed for robustness, optimality, and maintainability
WWW= https://ziglang.org/

View file

@ -3,3 +3,9 @@ SHA256 (zig-0.10.0.tar.xz) = d8409f7aafc624770dcd050c8fa7e62578be8e6a10956bca3c8
SIZE (zig-0.10.0.tar.xz) = 14530912
SHA256 (zig-freebsd-x86_64-0.10.0.tar.xz) = dd77afa2a8676afbf39f7d6068eda81b0723afd728642adaac43cb2106253d65
SIZE (zig-freebsd-x86_64-0.10.0.tar.xz) = 44056504
SHA256 (64b3ffd8ffb9.patch) = 82fc22bbd76e5668302d3b207770ecabb225a3faa9f121bc67203532710cdf04
SIZE (64b3ffd8ffb9.patch) = 2260
SHA256 (7f1f2e653d6f.patch) = bdfc8a0d7d205a14b10e004d50f6773fc4ff1c89e92936cdd5ef84791036e8e7
SIZE (7f1f2e653d6f.patch) = 5870
SHA256 (a68b27c25266.patch) = 0c278d33f6cfeaca0bf9229d4cf8fc43846c0f1d9cb07740f14a6fa35ed24f29
SIZE (a68b27c25266.patch) = 3387

View file

@ -1,6 +1,6 @@
PORTNAME= PDL
PORTVERSION= 2.019
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math perl5
MASTER_SITES= CPAN

View file

@ -1,6 +1,6 @@
PORTNAME= sf
DISTVERSION= 1.0-8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}

View file

@ -1,6 +1,6 @@
PORTNAME= terra
DISTVERSION= 1.6-17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}

View file

@ -1,6 +1,6 @@
PORTNAME= octave-forge-octproj
PORTVERSION= 3.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/jgpallero/octproj/downloads/
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}

Some files were not shown because too many files have changed in this diff Show more