diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index a408ac855960..50c05d8a46de 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -1,273 +1,274 @@ PORTNAME= wasm-pack DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 PORTREVISION= 2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Workflow tool for Rust-generated WebAssembly -WWW= https://rustwasm.github.io/wasm-pack/ +WWW= https://rustwasm.github.io/wasm-pack/ \ + https://github.com/rustwasm/wasm-pack LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/rustwasm/wasm-pack/issues/1361 BUILD_DEPENDS= gmake:devel/gmake \ zstd>0:archivers/zstd LIB_DEPENDS= libcurl.so:ftp/curl USES= cargo perl5 pkgconfig USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= rustwasm RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 CARGO_CRATES= addr2line-0.22.0 \ adler-1.0.2 \ aes-0.8.4 \ aho-corasick-1.1.3 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anstream-0.6.14 \ anstyle-1.0.7 \ anstyle-parse-0.2.4 \ anstyle-query-1.1.0 \ anstyle-wincon-3.0.3 \ anyhow-1.0.86 \ arbitrary-1.3.2 \ assert_cmd-2.0.14 \ atty-0.2.14 \ autocfg-1.3.0 \ backtrace-0.3.73 \ base64-0.22.1 \ binary-install-0.4.0 \ bitflags-1.3.2 \ bitflags-2.6.0 \ block-buffer-0.10.4 \ bstr-1.9.1 \ bumpalo-3.16.0 \ byteorder-1.5.0 \ bzip2-0.4.4 \ bzip2-sys-0.1.11+1.0.8 \ camino-1.1.7 \ cargo-platform-0.1.8 \ cargo_metadata-0.15.4 \ cc-1.0.104 \ cfg-if-1.0.0 \ chrono-0.4.38 \ cipher-0.4.4 \ clap-4.5.8 \ clap_builder-4.5.8 \ clap_derive-4.5.8 \ clap_lex-0.7.1 \ cmake-0.1.50 \ colorchoice-1.0.1 \ console-0.15.8 \ constant_time_eq-0.3.0 \ core-foundation-sys-0.8.6 \ cpufeatures-0.2.12 \ crc-3.2.1 \ crc-catalog-2.4.0 \ crc32fast-1.4.2 \ crossbeam-utils-0.8.20 \ crypto-common-0.1.6 \ dashmap-5.5.3 \ deflate64-0.1.8 \ deranged-0.3.11 \ derive_arbitrary-1.3.2 \ dialoguer-0.10.4 \ difflib-0.4.0 \ digest-0.10.7 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ displaydoc-0.2.5 \ doc-comment-0.3.3 \ either-1.13.0 \ encode_unicode-0.3.6 \ env_logger-0.10.2 \ equivalent-1.0.1 \ errno-0.3.9 \ fastrand-2.1.0 \ filetime-0.2.23 \ flate2-1.0.30 \ float-cmp-0.9.0 \ form_urlencoded-1.2.1 \ fs4-0.6.6 \ futures-0.3.30 \ futures-channel-0.3.30 \ futures-core-0.3.30 \ futures-executor-0.3.30 \ futures-io-0.3.30 \ futures-sink-0.3.30 \ futures-task-0.3.30 \ futures-util-0.3.30 \ generic-array-0.14.7 \ getrandom-0.2.15 \ gimli-0.29.0 \ glob-0.3.1 \ hashbrown-0.14.5 \ heck-0.5.0 \ hermit-abi-0.1.19 \ hex-0.4.3 \ hmac-0.12.1 \ home-0.5.9 \ human-panic-1.2.3 \ iana-time-zone-0.1.60 \ iana-time-zone-haiku-0.1.2 \ idna-0.5.0 \ indexmap-2.2.6 \ inout-0.1.3 \ is_executable-0.1.2 \ is_terminal_polyfill-1.70.0 \ itoa-1.0.11 \ jobserver-0.1.31 \ js-sys-0.3.69 \ lazy_static-1.5.0 \ libc-0.2.155 \ libredox-0.1.3 \ libz-ng-sys-1.1.15 \ linux-raw-sys-0.4.14 \ lock_api-0.4.12 \ lockfree-object-pool-0.1.6 \ log-0.4.22 \ lzma-rs-0.3.0 \ memchr-2.7.4 \ miniz_oxide-0.7.4 \ normalize-line-endings-0.3.0 \ num-conv-0.1.0 \ num-traits-0.2.19 \ num_enum-0.7.2 \ num_enum_derive-0.7.2 \ object-0.36.1 \ once_cell-1.19.0 \ os_info-3.8.2 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ path-clean-1.0.1 \ pbkdf2-0.12.2 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ powerfmt-0.2.0 \ predicates-3.1.0 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ proc-macro-crate-3.1.0 \ proc-macro2-1.0.86 \ quote-1.0.36 \ redox_syscall-0.4.1 \ redox_syscall-0.5.2 \ redox_users-0.4.5 \ regex-1.10.5 \ regex-automata-0.4.7 \ regex-syntax-0.8.4 \ ring-0.17.8 \ rustc-demangle-0.1.24 \ rustix-0.38.34 \ rustls-0.22.4 \ rustls-pki-types-1.7.0 \ rustls-webpki-0.102.4 \ ryu-1.0.18 \ same-file-1.0.6 \ scopeguard-1.2.0 \ semver-1.0.23 \ serde-1.0.203 \ serde_derive-1.0.203 \ serde_ignored-0.1.10 \ serde_json-1.0.120 \ serde_spanned-0.6.6 \ serial_test-2.0.0 \ serial_test_derive-2.0.0 \ sha1-0.10.6 \ shell-words-1.1.0 \ simd-adler32-0.3.7 \ siphasher-0.3.11 \ slab-0.4.9 \ smallvec-1.13.2 \ spin-0.9.8 \ strsim-0.10.0 \ strsim-0.11.1 \ subtle-2.6.1 \ syn-2.0.68 \ tar-0.4.41 \ tempfile-3.10.1 \ termtree-0.4.1 \ thiserror-1.0.61 \ thiserror-impl-1.0.61 \ time-0.3.36 \ time-core-0.1.2 \ tinyvec-1.6.1 \ tinyvec_macros-0.1.1 \ toml-0.7.8 \ toml-0.8.14 \ toml_datetime-0.6.6 \ toml_edit-0.19.15 \ toml_edit-0.21.1 \ toml_edit-0.22.14 \ typenum-1.17.0 \ unicode-bidi-0.3.15 \ unicode-ident-1.0.12 \ unicode-normalization-0.1.23 \ unicode-width-0.1.13 \ untrusted-0.9.0 \ ureq-2.9.7 \ url-2.5.2 \ utf8parse-0.2.2 \ uuid-1.9.1 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ walkdir-2.5.0 \ 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 \ webpki-roots-0.26.3 \ which-4.4.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-core-0.52.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-targets-0.48.5 \ windows-targets-0.52.5 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.5 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.5 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.5 \ windows_i686_gnullvm-0.52.5 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.5 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.5 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.5 \ winnow-0.5.40 \ xattr-1.3.1 \ zeroize-1.8.1 \ zip-1.1.4 \ zip_next-1.1.1 \ zopfli-0.8.1 \ zstd-0.13.1 \ zstd-safe-7.1.0 \ zstd-sys-2.0.11+zstd.1.5.6 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib PLIST_FILES= bin/${PORTNAME} .include