diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile index b1fc5576cc2a..d7b8e25a9453 100644 --- a/accessibility/sctd/Makefile +++ b/accessibility/sctd/Makefile @@ -1,51 +1,51 @@ PORTNAME= sctd DISTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org COMMENT= Set color temperature (sct) daemon LICENSE= CC0-1.0 MIT LICENSE_COMB= multi LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE USES= cargo xorg USE_GITHUB= yes GH_ACCOUNT= amir GH_TUPLE= amir:spa-rs:fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea:spa USE_XORG= x11 xrandr CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.0 \ bitflags-1.2.1 \ cfg-if-0.1.10 \ chrono-0.4.11 \ clap-2.33.0 \ env_logger-0.7.1 \ hermit-abi-0.1.8 \ humantime-1.3.0 \ libc-0.2.68 \ log-0.4.8 \ num-integer-0.1.42 \ num-traits-0.2.11 \ pkg-config-0.3.17 \ quick-error-1.2.3 \ redox_syscall-0.1.56 \ strsim-0.8.0 \ textwrap-0.11.0 \ time-0.1.42 \ unicode-width-0.1.7 \ vec_map-0.8.1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ x11-2.18.2 CARGO_USE_GITHUB= yes PLIST_FILES= bin/sctd post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sctd .include diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index 58620ae071da..ae21a7733cb7 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,95 +1,96 @@ PORTNAME= myxer DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Modern volume mixer for PulseAudio LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= cargo gnome USE_GNOME= glib20 gtk30 USE_GITHUB= yes GH_ACCOUNT= Aurailus GH_PROJECT= Myxer CARGO_CRATES= anyhow-1.0.38 \ atk-0.9.0 \ atk-sys-0.10.0 \ autocfg-1.0.1 \ bitflags-1.2.1 \ cairo-rs-0.9.1 \ cairo-sys-rs-0.10.0 \ cc-1.0.67 \ colorsys-0.6.3 \ either-1.6.1 \ futures-0.3.13 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-executor-0.3.13 \ futures-io-0.3.13 \ futures-macro-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ gdk-0.13.2 \ gdk-pixbuf-0.9.0 \ gdk-pixbuf-sys-0.10.0 \ gdk-sys-0.10.0 \ gio-0.9.1 \ gio-sys-0.10.1 \ glib-0.10.3 \ glib-macros-0.10.1 \ glib-sys-0.10.1 \ gobject-sys-0.10.0 \ gtk-0.9.2 \ gtk-sys-0.10.0 \ heck-0.3.2 \ itertools-0.9.0 \ libc-0.2.86 \ libpulse-binding-2.23.0 \ libpulse-sys-1.18.0 \ memchr-2.3.4 \ num-derive-0.3.3 \ num-traits-0.2.14 \ once_cell-1.6.0 \ pango-0.9.1 \ pango-sys-0.10.0 \ pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ proc-macro-crate-0.1.5 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.24 \ quote-1.0.9 \ serde-1.0.123 \ slab-0.4.2 \ slice_as_array-1.1.0 \ strum-0.18.0 \ strum_macros-0.18.0 \ syn-1.0.60 \ system-deps-1.3.2 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ toml-0.5.8 \ unicode-segmentation-1.7.1 \ unicode-xid-0.2.1 \ version-compare-0.0.10 \ version_check-0.9.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 03e859ed4981..77cb3e537c92 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,496 +1,497 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org COMMENT= Ncurses Spotify client LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdbus-1.so:devel/dbus USES= cargo ncurses ssl USE_GITHUB= yes GH_ACCOUNT= hrkfdn CARGO_CRATES= addr2line-0.14.1 \ adler-1.0.2 \ aes-0.3.2 \ aes-ctr-0.3.0 \ aes-soft-0.3.3 \ aesni-0.6.0 \ ahash-0.6.3 \ aho-corasick-0.7.15 \ alga-0.9.3 \ alsa-0.2.2 \ alsa-sys-0.1.2 \ ansi_term-0.11.0 \ approx-0.3.2 \ array-macro-1.0.5 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ async-io-1.3.1 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.56 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.13.0 \ bindgen-0.56.0 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-0.9.1 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ block-0.1.6 \ block-buffer-0.7.3 \ block-cipher-trait-0.6.2 \ block-padding-0.1.5 \ bumpalo-3.6.1 \ byte-tools-0.3.1 \ byteorder-1.4.3 \ bytes-0.4.12 \ bytes-0.5.6 \ bytes-1.0.1 \ cache-padded-1.1.1 \ cc-1.0.67 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clang-sys-1.2.0 \ clap-2.33.3 \ clipboard-0.5.0 \ clipboard-win-2.2.0 \ cloudabi-0.0.3 \ concurrent-queue-1.2.2 \ constant_time_eq-0.1.5 \ cookie-0.12.0 \ cookie_store-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.5.1 \ core-foundation-sys-0.8.2 \ coreaudio-rs-0.9.1 \ coreaudio-sys-0.2.8 \ cpal-0.8.2 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.3 \ crypto-mac-0.7.0 \ ctr-0.3.2 \ cursive-0.16.3 \ cursive_core-0.2.2 \ darling-0.9.0 \ darling-0.10.2 \ darling_core-0.9.0 \ darling_core-0.10.2 \ darling_macro-0.9.0 \ darling_macro-0.10.2 \ dbus-0.9.2 \ dbus-tree-0.9.1 \ derivative-2.2.0 \ derive_builder-0.7.2 \ derive_builder_core-0.5.0 \ digest-0.8.1 \ dirs-1.0.5 \ dirs-next-1.0.2 \ dirs-sys-next-0.1.2 \ dotenv-0.13.0 \ dtoa-0.4.8 \ either-1.6.1 \ encoding_rs-0.8.28 \ enum-map-0.6.4 \ enum-map-derive-0.4.6 \ enumflags2-0.6.4 \ enumflags2_derive-0.6.4 \ env_logger-0.6.2 \ error-chain-0.12.4 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ fastrand-1.4.0 \ fern-0.6.0 \ flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.31 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-cpupool-0.1.8 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-lite-1.11.3 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ generic-array-0.12.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gimli-0.23.0 \ glob-0.3.0 \ h2-0.1.26 \ h2-0.2.7 \ half-1.7.1 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hmac-0.7.1 \ http-0.1.21 \ http-0.2.4 \ http-body-0.1.0 \ http-body-0.3.1 \ httparse-1.3.6 \ httpdate-0.3.2 \ humantime-1.3.0 \ hyper-0.11.27 \ hyper-0.12.36 \ hyper-0.13.10 \ hyper-proxy-0.4.1 \ hyper-tls-0.3.2 \ hyper-tls-0.4.3 \ ident_case-1.0.1 \ idna-0.1.5 \ idna-0.2.2 \ indexmap-1.6.2 \ instant-0.1.9 \ ioctl-rs-0.2.0 \ iovec-0.1.4 \ ipnet-2.3.0 \ itertools-0.8.2 \ itoa-0.4.7 \ js-sys-0.3.50 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ lewton-0.9.4 \ libc-0.2.93 \ libdbus-sys-0.2.1 \ libloading-0.7.0 \ libm-0.2.1 \ libpulse-sys-0.0.0 \ librespot-audio-0.1.6 \ librespot-core-0.1.6 \ librespot-metadata-0.1.6 \ librespot-playback-0.1.6 \ librespot-protocol-0.1.6 \ linear-map-1.2.0 \ lock_api-0.3.4 \ log-0.3.9 \ log-0.4.14 \ mac-notification-sys-0.3.0 \ malloc_buf-0.0.6 \ maplit-1.0.2 \ matches-0.1.8 \ matrixmultiply-0.2.4 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ memoffset-0.5.6 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ mio-uds-0.6.8 \ miow-0.2.2 \ nalgebra-0.18.1 \ native-tls-0.2.7 \ nb-connect-1.1.0 \ ncurses-5.101.0 \ net2-0.2.37 \ nix-0.9.0 \ nix-0.17.0 \ nom-5.1.2 \ notify-rust-4.3.0 \ num-0.3.1 \ num-bigint-0.2.6 \ num-complex-0.2.4 \ num-complex-0.3.1 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.2.4 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ numtoa-0.1.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ object-0.23.0 \ ogg-0.7.1 \ once_cell-1.7.2 \ opaque-debug-0.2.3 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-sys-0.9.61 \ owning_ref-0.4.1 \ pancurses-0.16.1 \ parking-2.0.0 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ pbkdf2-0.3.0 \ pdcurses-sys-0.7.1 \ peeking_take_while-0.1.2 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pin-project-1.0.6 \ pin-project-internal-1.0.6 \ pin-project-lite-0.1.12 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ platform-dirs-0.3.0 \ polling-2.0.3 \ portaudio-rs-0.3.2 \ portaudio-sys-0.1.1 \ ppv-lite86-0.2.10 \ proc-macro-crate-0.1.5 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ proc-macro2-1.0.26 \ protobuf-2.14.0 \ protobuf-codegen-2.14.0 \ protobuf-codegen-pure-2.14.0 \ publicsuffix-1.5.6 \ quick-error-1.2.3 \ quote-0.3.15 \ quote-0.6.13 \ quote-1.0.9 \ rand-0.3.23 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ random-0.12.2 \ rawpointer-0.2.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_termios-0.1.2 \ redox_users-0.3.5 \ redox_users-0.4.0 \ regex-1.4.5 \ regex-syntax-0.6.23 \ relay-0.1.1 \ remove_dir_all-0.5.3 \ reqwest-0.9.24 \ reqwest-0.10.10 \ rodio-0.9.0 \ rspotify-0.10.0 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ rustc-serialize-0.3.24 \ rustc_version-0.2.3 \ rustc_version-0.3.3 \ ryu-1.0.5 \ safemem-0.3.3 \ schannel-0.1.19 \ scoped-tls-0.1.2 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ security-framework-2.2.0 \ security-framework-sys-2.2.0 \ semver-0.9.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_cbor-0.11.1 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_repr-0.1.6 \ serde_urlencoded-0.5.5 \ serde_urlencoded-0.7.0 \ sha-1-0.8.2 \ sha2-0.8.2 \ shannon-0.2.0 \ shell-words-0.1.0 \ shlex-0.1.1 \ signal-hook-0.3.8 \ signal-hook-registry-1.3.0 \ slab-0.3.0 \ slab-0.4.2 \ smallvec-0.2.1 \ smallvec-0.6.14 \ socket2-0.3.19 \ socket2-0.4.0 \ stable_deref_trait-1.2.0 \ stdweb-0.1.3 \ stream-cipher-0.3.2 \ string-0.2.1 \ strsim-0.7.0 \ strsim-0.8.0 \ strsim-0.9.3 \ strum-0.8.0 \ strum-0.20.0 \ strum_macros-0.8.0 \ strum_macros-0.20.1 \ subtle-1.0.0 \ syn-0.11.11 \ syn-0.15.44 \ syn-1.0.69 \ synom-0.11.3 \ synstructure-0.12.4 \ take-0.1.0 \ tempfile-3.2.0 \ term_size-0.3.2 \ termcolor-1.1.2 \ termion-1.5.6 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokio-0.1.22 \ tokio-0.2.25 \ tokio-buf-0.1.1 \ tokio-codec-0.1.2 \ tokio-core-0.1.18 \ tokio-current-thread-0.1.7 \ tokio-executor-0.1.10 \ tokio-fs-0.1.7 \ tokio-io-0.1.13 \ tokio-proto-0.1.1 \ tokio-reactor-0.1.12 \ tokio-service-0.1.0 \ tokio-socks-0.3.0 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-threadpool-0.1.18 \ tokio-timer-0.2.13 \ tokio-tls-0.3.1 \ tokio-udp-0.1.6 \ tokio-uds-0.2.7 \ tokio-util-0.3.1 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ tracing-futures-0.2.5 \ try-lock-0.1.0 \ try-lock-0.2.3 \ try_from-0.3.2 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.0.4 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ url-1.7.2 \ url-2.2.1 \ uuid-0.7.4 \ vcpkg-0.2.11 \ vec-arena-1.1.0 \ vec_map-0.8.2 \ vergen-3.2.0 \ version_check-0.9.3 \ void-1.0.2 \ waker-fn-1.1.0 \ want-0.0.4 \ want-0.2.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ wasmer_enumset-1.0.1 \ wasmer_enumset_derive-0.5.0 \ web-sys-0.3.50 \ webbrowser-0.5.5 \ wepoll-sys-3.0.1 \ widestring-0.4.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.5.1 \ winreg-0.6.2 \ winreg-0.7.0 \ winrt-0.4.0 \ winrt-notification-0.2.4 \ ws2_32-sys-0.2.1 \ x11-clipboard-0.3.3 \ xcb-0.8.2 \ xi-unicode-0.3.0 \ xml-rs-0.6.1 \ zbus-1.9.1 \ zbus_macros-1.9.1 \ zvariant-2.6.0 \ zvariant_derive-2.6.0 CARGO_FEATURES= --no-default-features cursive/pancurses-backend PLIST_FILES= bin/ncspot PORTDOCS= README.md OPTIONS_DEFINE= CLIPBOARD DOCS MPRIS PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= CLIPBOARD MPRIS PORTAUDIO CLIPBOARD_DESC= Support for accessing X11 clipboard MPRIS_DESC= D-Bus MPRIS support CLIPBOARD_USES= python:3.6+,build xorg CLIPBOARD_USE= XORG=xcb CLIPBOARD_BINARY_ALIAS= python3=${PYTHON_CMD} CLIPBOARD_VARS= CARGO_FEATURES+=share_clipboard MPRIS_VARS= CARGO_FEATURES+=mpris PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_VARS= CARGO_FEATURES+=portaudio_backend PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_USES= localbase:ldflags PULSEAUDIO_VARS= CARGO_FEATURES+=pulseaudio_backend post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncspot post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index d55d3d5593c6..a63d54ca6c2d 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -1,297 +1,298 @@ PORTNAME= spotify-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org COMMENT= Spotify for the terminal written in Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= does not build: rust/crates/anyhow-1.0.38.tar.gz is not in /usr/ports/audio/spotify-tui/distinfo. USES= cargo localbase:ldflags python:3.6+,build ssl xorg USE_GITHUB= yes GH_ACCOUNT= Rigellute USE_XORG= xcb CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ adler32-1.2.0 \ aho-corasick-0.7.13 \ ansi_term-0.11.0 \ anyhow-1.0.38 \ arboard-1.1.0 \ arc-swap-0.4.7 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backtrace-0.3.56 \ base64-0.10.1 \ base64-0.11.0 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ block-0.1.6 \ bumpalo-3.4.0 \ bytemuck-1.4.1 \ byteorder-1.3.4 \ bytes-0.4.12 \ bytes-0.5.6 \ cassowary-0.3.0 \ cc-1.0.58 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.13 \ clap-2.33.3 \ clipboard-win-4.0.3 \ cloudabi-0.0.3 \ cloudabi-0.1.0 \ color_quant-1.1.0 \ constant_time_eq-0.1.5 \ core-foundation-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.7.0 \ core-foundation-sys-0.8.2 \ core-graphics-0.21.0 \ crc32fast-1.2.1 \ crossbeam-utils-0.7.2 \ crossterm-0.18.2 \ crossterm-0.19.0 \ crossterm_winapi-0.6.2 \ crossterm_winapi-0.7.0 \ darling-0.9.0 \ darling_core-0.9.0 \ darling_macro-0.9.0 \ deflate-0.8.6 \ derive_builder-0.7.2 \ derive_builder_core-0.5.0 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ dotenv-0.13.0 \ dtoa-0.4.6 \ either-1.5.3 \ encoding_rs-0.8.23 \ env_logger-0.6.2 \ error-code-2.0.2 \ failure-0.1.8 \ failure_derive-0.1.8 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.5 \ futures-channel-0.3.5 \ futures-core-0.3.5 \ futures-executor-0.3.5 \ futures-io-0.3.5 \ futures-macro-0.3.5 \ futures-sink-0.3.5 \ futures-task-0.3.5 \ futures-util-0.3.5 \ getrandom-0.1.14 \ getrandom-0.2.2 \ gimli-0.23.0 \ h2-0.2.6 \ hashbrown-0.8.1 \ hermit-abi-0.1.15 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ humantime-1.3.0 \ hyper-0.13.7 \ hyper-tls-0.4.3 \ ident_case-1.0.1 \ idna-0.1.5 \ idna-0.2.0 \ image-0.23.12 \ indexmap-1.5.0 \ instant-0.1.7 \ iovec-0.1.4 \ itertools-0.8.2 \ itoa-0.4.6 \ jpeg-decoder-0.1.20 \ js-sys-0.3.42 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.82 \ linked-hash-map-0.5.3 \ lock_api-0.4.1 \ log-0.4.11 \ malloc_buf-0.0.6 \ matches-0.1.8 \ memchr-2.3.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ mio-0.7.0 \ mio-named-pipes-0.1.7 \ mio-uds-0.6.8 \ miow-0.2.2 \ miow-0.3.5 \ native-tls-0.2.4 \ net2-0.2.37 \ ntapi-0.3.4 \ num-integer-0.1.43 \ num-iter-0.1.42 \ num-rational-0.3.2 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ object-0.23.0 \ once_cell-1.4.0 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ parking_lot-0.11.0 \ parking_lot_core-0.8.0 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pin-project-0.4.22 \ pin-project-internal-0.4.22 \ pin-project-lite-0.1.7 \ pin-utils-0.1.0 \ pkg-config-0.3.18 \ png-0.16.8 \ ppv-lite86-0.2.8 \ proc-macro-hack-0.5.16 \ proc-macro-nested-0.1.6 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quote-0.6.13 \ quote-1.0.7 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ random-0.12.2 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_users-0.3.4 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.3 \ reqwest-0.10.6 \ rspotify-0.10.0 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc-serialize-0.3.24 \ ryu-1.0.5 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_urlencoded-0.6.1 \ serde_yaml-0.8.17 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.0 \ slab-0.4.2 \ smallvec-1.4.1 \ socket2-0.3.12 \ str-buf-1.0.5 \ strsim-0.7.0 \ strsim-0.8.0 \ syn-0.15.44 \ syn-1.0.60 \ synstructure-0.12.4 \ tempfile-3.1.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-1.0.1 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-0.3.3 \ tokio-0.2.25 \ tokio-macros-0.2.6 \ tokio-socks-0.2.2 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ tower-service-0.3.0 \ tracing-0.1.17 \ tracing-core-0.1.11 \ try-lock-0.2.3 \ tui-0.14.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ url-1.7.2 \ url-2.1.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.9.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.65 \ wasm-bindgen-backend-0.2.65 \ wasm-bindgen-futures-0.4.15 \ wasm-bindgen-macro-0.2.65 \ wasm-bindgen-macro-support-0.2.65 \ wasm-bindgen-shared-0.2.65 \ web-sys-0.3.42 \ webbrowser-0.5.5 \ weezl-0.1.3 \ widestring-0.4.2 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ xcb-0.9.0 \ yaml-rust-0.4.5 BINARY_ALIAS= python3=${PYTHON_CMD} SUB_FILES= pkg-message PLIST_FILES= bin/spt PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS SPOTIFYD SPOTIFYD_DESC= Lightweight Spotify client daemon SPOTIFYD_RUN_DEPENDS= spotifyd:audio/spotifyd post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index f30dabb1e32a..c0ff6de307ea 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,418 +1,418 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org COMMENT= Spotify daemon LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/cargo-crates/ansi_term-0.11.0/LICENCE LIB_DEPENDS= libogg.so:audio/libogg USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= Spotifyd USE_RC_SUBR= spotifyd CARGO_CRATES= aes-0.3.2 \ aes-ctr-0.3.0 \ aes-soft-0.3.3 \ aesni-0.6.0 \ aho-corasick-0.7.6 \ alga-0.9.2 \ alsa-0.2.2 \ alsa-0.3.0 \ alsa-sys-0.1.2 \ ansi_term-0.11.0 \ anyhow-1.0.26 \ approx-0.3.2 \ arc-swap-0.4.4 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backtrace-0.3.40 \ backtrace-sys-0.1.32 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.11.0 \ bindgen-0.51.1 \ bit-set-0.5.1 \ bit-vec-0.5.1 \ bitflags-0.9.1 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-cipher-trait-0.6.2 \ block-modes-0.3.3 \ block-padding-0.1.5 \ boxfnonce-0.1.1 \ bumpalo-3.2.0 \ byte-tools-0.3.1 \ byteorder-1.3.2 \ bytes-0.4.12 \ bytes-0.5.4 \ c2-chacha-0.2.3 \ cc-1.0.50 \ cexpr-0.3.6 \ cfg-if-0.1.10 \ chrono-0.4.11 \ clang-sys-0.28.1 \ clap-2.33.0 \ cloudabi-0.0.3 \ core-foundation-0.6.4 \ core-foundation-0.7.0 \ core-foundation-sys-0.5.1 \ core-foundation-sys-0.6.2 \ core-foundation-sys-0.7.0 \ coreaudio-rs-0.9.1 \ coreaudio-sys-0.2.3 \ cpal-0.8.2 \ cpuid-bool-0.1.2 \ crossbeam-deque-0.7.2 \ crossbeam-epoch-0.8.0 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.0 \ crypto-mac-0.7.0 \ ctr-0.3.2 \ daemonize-0.4.1 \ darling-0.9.0 \ darling_core-0.9.0 \ darling_macro-0.9.0 \ dbus-0.2.3 \ dbus-0.6.5 \ dbus-tokio-0.2.1 \ derefable-0.1.0 \ derive_builder-0.7.2 \ derive_builder_core-0.5.0 \ digest-0.8.1 \ digest-0.9.0 \ dotenv-0.13.0 \ dtoa-0.4.4 \ either-1.5.3 \ encoding_rs-0.8.22 \ env_logger-0.6.2 \ env_logger-0.7.1 \ error-chain-0.11.0 \ error-chain-0.12.1 \ failure-0.1.7 \ failure_derive-0.1.7 \ fake-simd-0.1.2 \ fern-0.6.0 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-0.3.4 \ futures-channel-0.3.4 \ futures-core-0.3.4 \ futures-cpupool-0.1.8 \ futures-executor-0.3.4 \ futures-io-0.3.4 \ futures-macro-0.3.4 \ futures-sink-0.3.4 \ futures-task-0.3.4 \ futures-util-0.3.4 \ gcc-0.3.55 \ generic-array-0.12.3 \ generic-array-0.14.4 \ gethostname-0.2.1 \ getopts-0.2.21 \ getrandom-0.1.14 \ glob-0.3.0 \ h2-0.2.1 \ heck-0.3.1 \ hermit-abi-0.1.6 \ hex-0.3.2 \ hex-0.4.2 \ hkdf-0.8.0 \ hmac-0.7.1 \ http-0.2.0 \ http-body-0.3.1 \ httparse-1.3.4 \ humantime-1.3.0 \ hyper-0.11.27 \ hyper-0.13.2 \ hyper-proxy-0.4.1 \ hyper-tls-0.4.1 \ ident_case-1.0.1 \ idna-0.1.5 \ idna-0.2.0 \ indexmap-1.3.0 \ iovec-0.1.4 \ itertools-0.8.2 \ itoa-0.4.4 \ js-sys-0.3.35 \ kernel32-sys-0.2.2 \ keyring-0.9.0 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lewton-0.9.4 \ libc-0.2.73 \ libdbus-sys-0.2.1 \ libloading-0.5.2 \ libm-0.1.4 \ libmdns-0.2.4 \ libpulse-sys-0.0.0 \ librespot-0.1.1 \ librespot-audio-0.1.1 \ librespot-connect-0.1.1 \ librespot-core-0.1.1 \ librespot-metadata-0.1.1 \ librespot-playback-0.1.1 \ librespot-protocol-0.1.1 \ librespot-tremor-0.1.0 \ linear-map-1.2.0 \ lock_api-0.3.3 \ log-0.3.9 \ log-0.4.8 \ matches-0.1.8 \ matrixmultiply-0.2.3 \ maybe-uninit-2.0.0 \ memchr-2.3.0 \ memoffset-0.5.3 \ mime-0.3.16 \ mime_guess-2.0.1 \ mio-0.6.21 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ multimap-0.4.0 \ nalgebra-0.18.1 \ native-tls-0.2.3 \ net2-0.2.33 \ nix-0.9.0 \ nix-0.10.0 \ nix-0.14.1 \ nom-4.2.3 \ num-0.2.1 \ num-bigint-0.2.5 \ num-complex-0.2.4 \ num-integer-0.1.42 \ num-iter-0.1.40 \ num-rational-0.2.3 \ num-traits-0.2.11 \ num_cpus-1.11.1 \ ogg-0.7.0 \ ogg-sys-0.0.9 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ openssl-0.10.26 \ openssl-probe-0.1.2 \ openssl-sys-0.9.53 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ pbkdf2-0.3.0 \ peeking_take_while-0.1.2 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pin-project-0.4.8 \ pin-project-internal-0.4.8 \ pin-project-lite-0.1.4 \ pin-utils-0.1.0-alpha.4 \ pkg-config-0.3.17 \ portaudio-rs-0.3.2 \ portaudio-sys-0.1.1 \ ppv-lite86-0.2.6 \ proc-macro-error-1.0.2 \ proc-macro-error-attr-1.0.2 \ proc-macro-hack-0.5.11 \ proc-macro-nested-0.1.3 \ proc-macro2-0.4.30 \ proc-macro2-1.0.19 \ protobuf-2.10.0 \ protobuf-codegen-2.10.0 \ protobuf-codegen-pure-2.10.0 \ quick-error-1.2.3 \ quote-0.6.13 \ quote-1.0.2 \ rand-0.3.23 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ random-0.12.2 \ rawpointer-0.2.1 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ regex-1.3.3 \ regex-syntax-0.6.13 \ relay-0.1.1 \ remove_dir_all-0.5.2 \ reqwest-0.10.1 \ rodio-0.9.0 \ rpassword-3.0.2 \ rspotify-0.8.0 \ rustc-demangle-0.1.16 \ rustc-hash-1.0.1 \ rustc-serialize-0.3.24 \ rustc_version-0.2.3 \ ryu-1.0.2 \ safemem-0.3.3 \ schannel-0.1.16 \ scoped-tls-0.1.2 \ scopeguard-1.0.0 \ secret-service-1.1.0 \ security-framework-0.3.4 \ security-framework-0.4.4 \ security-framework-sys-0.3.3 \ security-framework-sys-0.4.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.115 \ serde_derive-1.0.115 \ serde_json-1.0.44 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ sha-1-0.9.1 \ sha2-0.8.1 \ shannon-0.2.0 \ shell-words-0.1.0 \ shlex-0.1.1 \ signal-hook-0.1.12 \ signal-hook-registry-1.2.0 \ slab-0.3.0 \ slab-0.4.2 \ smallvec-0.2.1 \ smallvec-0.6.13 \ smallvec-1.1.0 \ socket2-0.2.4 \ socket2-0.3.11 \ sourcefile-0.1.4 \ stdweb-0.1.3 \ stream-cipher-0.3.2 \ strsim-0.7.0 \ strsim-0.8.0 \ structopt-0.3.17 \ structopt-derive-0.4.10 \ subtle-1.0.0 \ syn-0.15.44 \ syn-1.0.39 \ syn-mid-0.5.0 \ synstructure-0.12.3 \ syslog-4.0.1 \ take-0.1.0 \ tempfile-3.1.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.42 \ tokio-0.1.22 \ tokio-0.2.11 \ tokio-codec-0.1.1 \ tokio-core-0.1.17 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.9 \ tokio-fs-0.1.6 \ tokio-io-0.1.13 \ tokio-process-0.2.4 \ tokio-proto-0.1.1 \ tokio-reactor-0.1.11 \ tokio-service-0.1.0 \ tokio-signal-0.1.5 \ tokio-signal-0.2.7 \ tokio-socks-0.2.0 \ tokio-sync-0.1.7 \ tokio-tcp-0.1.3 \ tokio-threadpool-0.1.17 \ tokio-timer-0.2.12 \ tokio-tls-0.3.0 \ tokio-udp-0.1.5 \ tokio-uds-0.2.5 \ tokio-util-0.2.0 \ toml-0.5.6 \ tower-service-0.3.0 \ try-lock-0.1.0 \ try-lock-0.2.2 \ typenum-1.12.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.11 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ url-1.7.2 \ url-2.1.1 \ uuid-0.7.4 \ vcpkg-0.2.8 \ vec_map-0.8.1 \ vergen-3.0.4 \ version_check-0.1.5 \ version_check-0.9.1 \ void-1.0.2 \ want-0.0.4 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.58 \ wasm-bindgen-backend-0.2.58 \ wasm-bindgen-futures-0.4.8 \ wasm-bindgen-macro-0.2.58 \ wasm-bindgen-macro-support-0.2.58 \ wasm-bindgen-shared-0.2.58 \ wasm-bindgen-webidl-0.2.58 \ web-sys-0.3.35 \ webbrowser-0.5.2 \ weedle-0.10.0 \ whoami-0.9.0 \ widestring-0.4.0 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.3 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 \ xdg-2.2.0 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/spotifyd \ "@sample etc/spotifyd.conf.sample" PORTDOCS= README.md OPTIONS_DEFINE= DBUS DOCS PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= PORTAUDIO DBUS_DESC= D-Bus MPRIS support DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_VARS= CARGO_FEATURES+=dbus_mpris PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_VARS= CARGO_FEATURES+=portaudio_backend PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_VARS= CARGO_FEATURES+=pulseaudio_backend post-patch: @${REINPLACE_CMD} 's,/etc/,${PREFIX}/etc/,g' ${WRKSRC}/src/config.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spotifyd ${INSTALL_DATA} ${FILESDIR}/spotifyd.conf ${STAGEDIR}${PREFIX}/etc/spotifyd.conf.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index 9ee5c63c3798..f2f7aa81e528 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,101 +1,101 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org COMMENT= Command-line benchmarking tool LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT BROKEN_i386= LLVM ERROR: No support for lowering a copy into EFLAGS when used by this instruction USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp PLIST_FILES= bin/hyperfine CARGO_CRATES= ansi_term-0.11.0 \ approx-0.3.2 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bstr-0.2.13 \ byteorder-1.3.4 \ cfg-if-0.1.10 \ clap-2.33.3 \ cloudabi-0.0.3 \ colored-2.0.0 \ console-0.12.0 \ csv-1.1.3 \ csv-core-0.1.10 \ encode_unicode-0.3.6 \ fuchsia-cprng-0.1.1 \ getrandom-0.1.15 \ hermit-abi-0.1.17 \ indicatif-0.15.0 \ itoa-0.4.6 \ lazy_static-1.4.0 \ libc-0.2.79 \ memchr-2.3.3 \ num-0.2.1 \ num-bigint-0.2.6 \ num-complex-0.2.4 \ num-integer-0.1.43 \ num-iter-0.1.41 \ num-rational-0.2.4 \ num-traits-0.2.12 \ number_prefix-0.3.0 \ ppv-lite86-0.2.9 \ proc-macro2-1.0.24 \ quote-1.0.7 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ regex-1.4.1 \ regex-automata-0.1.9 \ regex-syntax-0.6.20 \ rust_decimal-1.8.1 \ ryu-1.0.5 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ statistical-1.0.0 \ strsim-0.8.0 \ syn-1.0.44 \ term_size-0.3.2 \ terminal_size-0.1.13 \ termios-0.3.3 \ textwrap-0.11.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version_check-0.9.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ 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 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hyperfine .include diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index e7cccd1e83c3..aaa964147157 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,156 +1,157 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.10.5 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org COMMENT= Stack trace visualizer, a Rust port of flamegraph LICENSE= CDDL LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= jonhoo CARGO_CRATES= adler32-1.2.0 \ ahash-0.3.8 \ ahash-0.6.3 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayvec-0.4.12 \ assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bstr-0.2.16 \ bumpalo-3.6.1 \ bytemuck-1.5.1 \ byteorder-1.4.3 \ cast-0.2.5 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ const-random-0.1.13 \ const-random-macro-0.1.13 \ crc32fast-1.2.1 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.4 \ crossbeam-utils-0.8.4 \ crunchy-0.2.2 \ csv-1.1.6 \ csv-core-0.1.10 \ ctor-0.1.20 \ dashmap-3.11.10 \ diff-0.1.12 \ difference-2.0.0 \ doc-comment-0.3.3 \ either-1.6.1 \ env_logger-0.8.3 \ getrandom-0.2.2 \ half-1.7.1 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ indexmap-1.6.2 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ js-sys-0.3.50 \ lazy_static-1.4.0 \ libc-0.2.94 \ libflate-1.1.0 \ libflate_lz77-1.1.0 \ log-0.4.14 \ maplit-1.0.2 \ memchr-2.4.0 \ memoffset-0.6.3 \ nodrop-0.1.14 \ num-format-0.4.0 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ oorandom-11.1.3 \ output_vt100-0.1.2 \ plotters-0.3.0 \ plotters-backend-0.3.0 \ plotters-svg-0.3.0 \ ppv-lite86-0.2.10 \ predicates-1.0.8 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ pretty_assertions-0.7.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.26 \ quick-xml-0.20.0 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ regex-1.5.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.25 \ rgb-0.8.27 \ rle-decode-fast-1.0.1 \ rustc_version-0.2.3 \ ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.125 \ serde_cbor-0.11.1 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ str_stack-0.1.0 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.72 \ testing_logger-0.1.1 \ textwrap-0.11.0 \ tiny-keccak-2.0.2 \ tinytemplate-1.2.1 \ treeline-0.1.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ vec_map-0.8.2 \ version_check-0.9.3 \ wait-timeout-0.2.0 \ walkdir-2.3.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ 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 EXECUTABLES= inferno-collapse-dtrace \ inferno-collapse-guess \ inferno-collapse-perf \ inferno-collapse-sample \ inferno-collapse-vtune \ inferno-diff-folded \ inferno-flamegraph PLIST_FILES= ${EXECUTABLES:S/inferno-/bin\/&/} post-install: cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES} .include diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 4c78d690645c..332fd367b9c9 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,85 +1,85 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org COMMENT= Create SQLite3 database from ODS spreadsheet LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo sqlite USE_GITLAB= yes GL_ACCOUNT= zetok GL_COMMIT= aca63183274038487cecb6be17d7f65e92178b8c CARGO_CRATES= adler32-1.2.0 \ ahash-0.4.6 \ aho-corasick-0.7.14 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ byteorder-1.3.4 \ calamine-0.16.2 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-3.0.0-beta.2 \ clap_derive-3.0.0-beta.2 \ codepage-0.1.1 \ crc32fast-1.2.1 \ encoding_rs-0.8.24 \ env_logger-0.8.1 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ flate2-1.0.14 \ hashbrown-0.9.1 \ hashlink-0.6.0 \ heck-0.3.1 \ hermit-abi-0.1.17 \ humantime-2.0.1 \ indexmap-1.6.0 \ lazy_static-1.4.0 \ libc-0.2.79 \ libsqlite3-sys-0.20.1 \ log-0.4.11 \ memchr-2.3.3 \ miniz_oxide-0.3.7 \ os_str_bytes-2.3.2 \ pkg-config-0.3.19 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ quick-xml-0.19.0 \ quote-1.0.7 \ regex-1.4.1 \ regex-syntax-0.6.20 \ rusqlite-0.24.1 \ serde-1.0.117 \ smallvec-1.4.2 \ strsim-0.10.0 \ syn-1.0.46 \ termcolor-1.1.0 \ textwrap-0.12.1 \ thiserror-1.0.21 \ thiserror-impl-1.0.21 \ thread_local-1.0.1 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.9.2 \ 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 \ zip-0.5.8 PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index dec49ed7d4b3..102ae71c3503 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,66 +1,66 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Utilities to convert spreadsheet files to text and csv formats LICENSE= APACHE20 USES= cargo USE_GITHUB= yes GH_ACCOUNT= masklinn GH_TAGNAME= 1222f8069428f6bcedfcccf9e80523db34c0d343 CARGO_CRATES= adler32-1.2.0 \ ansi_term-0.11.0 \ atty-0.2.14 \ bitflags-1.2.1 \ bstr-0.2.14 \ byteorder-1.3.4 \ calamine-0.16.2 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ codepage-0.1.1 \ crc32fast-1.2.1 \ csv-1.1.5 \ csv-core-0.1.10 \ encoding_rs-0.8.26 \ flate2-1.0.14 \ hermit-abi-0.1.17 \ itoa-0.4.6 \ lazy_static-1.4.0 \ libc-0.2.80 \ log-0.4.11 \ memchr-2.3.4 \ miniz_oxide-0.3.7 \ proc-macro2-1.0.24 \ quick-xml-0.19.0 \ quote-1.0.7 \ regex-automata-0.1.9 \ ryu-1.0.5 \ serde-1.0.117 \ strsim-0.8.0 \ syn-1.0.52 \ textwrap-0.11.0 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ zip-0.5.8 EXECUTABLES= ${PORTNAME} xls2csv PLIST_FILES= ${EXECUTABLES:S/^/bin\//} post-install: cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES} .include diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index d852335e70c2..1ae9d132ab70 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,82 +1,83 @@ PORTNAME= just DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org COMMENT= Just a command runner: handy way to save/run project-specific commands LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= casey CARGO_CRATES= aho-corasick-0.7.18 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ atty-0.2.14 \ bitflags-1.2.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ clap-2.33.3 \ ctor-0.1.20 \ ctrlc-3.1.9 \ derivative-2.2.0 \ diff-0.1.12 \ doc-comment-0.3.3 \ dotenv-0.15.0 \ edit-distance-2.1.0 \ either-1.6.1 \ env_logger-0.8.3 \ executable-path-1.0.0 \ getrandom-0.2.2 \ heck-0.3.2 \ hermit-abi-0.1.18 \ humantime-2.1.0 \ lazy_static-1.4.0 \ libc-0.2.94 \ log-0.4.14 \ memchr-2.4.0 \ nix-0.20.0 \ output_vt100-0.1.2 \ ppv-lite86-0.2.10 \ pretty_assertions-0.7.2 \ proc-macro2-1.0.26 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.2.7 \ regex-1.5.3 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ snafu-0.6.10 \ snafu-derive-0.6.10 \ strsim-0.8.0 \ strum-0.20.0 \ strum_macros-0.20.1 \ syn-1.0.71 \ target-1.0.0 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ vec_map-0.8.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ which-4.1.0 \ 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 PLIST_FILES= bin/${PORTNAME} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index 965bb702bc51..cfaaf8b3885f 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,127 +1,127 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org COMMENT= Grep through binaries LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= m4b CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.38 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ bstr-0.2.14 \ byteorder-1.4.2 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ cpp_demangle-0.3.2 \ crossbeam-utils-0.8.1 \ csv-1.1.5 \ csv-core-0.1.10 \ dirs-1.0.5 \ encode_unicode-0.3.6 \ env_logger-0.8.2 \ fuchsia-cprng-0.1.1 \ getrandom-0.1.16 \ glob-0.3.0 \ goblin-0.3.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hexplay-0.2.1 \ humantime-2.1.0 \ itoa-0.4.7 \ lazy_static-1.4.0 \ libc-0.2.82 \ log-0.4.13 \ memchr-2.3.4 \ memrange-0.1.3 \ metagoblin-0.4.0 \ plain-0.2.3 \ prettytable-rs-0.8.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ quote-1.0.8 \ rand-0.3.23 \ rand-0.4.6 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc-serialize-0.3.24 \ ryu-1.0.5 \ scroll-0.10.2 \ scroll_derive-0.10.4 \ serde-1.0.119 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.58 \ term-0.5.2 \ termcolor-0.3.6 \ termcolor-1.1.2 \ textwrap-0.11.0 \ theban_interval_tree-0.7.1 \ thread_local-1.1.0 \ time-0.1.44 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version_check-0.9.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ 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 \ wincolor-0.1.6 PLIST_FILES= bin/bingrep PORTDOCS= README.md PORTEXAMPLES= etc/*.png OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_PLIST_FILES= \ ${EXAMPLESDIR}/archive.png \ ${EXAMPLESDIR}/elf_table1.png \ ${EXAMPLESDIR}/elf_table2.png \ ${EXAMPLESDIR}/mach.png \ ${EXAMPLESDIR}/ranges.png do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 3ee727875676..4fe11cc35736 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,164 +1,165 @@ PORTNAME= cargo-c DISTVERSION= 0.8.0 DISTVERSIONSUFFIX= +cargo-0.51 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= jbeich@FreeBSD.org COMMENT= Cargo C-ABI helpers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 \ libcurl.so:ftp/curl \ libssh2.so:security/libssh2 USES= cargo ssl PLIST_FILES= bin/cargo-capi \ bin/cargo-cbuild \ bin/cargo-cinstall \ bin/cargo-ctest \ ${NULL} CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.40 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bitmaps-2.1.0 \ bstr-0.2.15 \ bytesize-1.0.1 \ cargo-0.51.0 \ cargo-platform-0.1.1 \ cbindgen-0.18.0 \ cc-1.0.67 \ cfg-if-1.0.0 \ clap-2.33.3 \ commoncrypto-0.2.0 \ commoncrypto-sys-0.2.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ crates-io-0.31.1 \ crc32fast-1.2.1 \ crossbeam-utils-0.8.3 \ crypto-hash-0.3.4 \ curl-0.4.35 \ curl-sys-0.4.41+curl-7.75.0 \ env_logger-0.8.3 \ filetime-0.2.14 \ flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fwdansi-1.1.0 \ getrandom-0.2.2 \ git2-0.13.17 \ git2-curl-0.14.1 \ glob-0.3.0 \ globset-0.4.6 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hex-0.3.2 \ hex-0.4.3 \ home-0.5.3 \ humantime-2.1.0 \ idna-0.2.2 \ ignore-0.4.17 \ im-rc-15.0.0 \ indexmap-1.6.2 \ itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.92 \ libgit2-sys-0.12.18+1.1.0 \ libnghttp2-sys-0.1.6+1.43.0 \ libssh2-sys-0.2.21 \ libz-sys-1.1.2 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.3.4 \ miniz_oxide-0.4.4 \ miow-0.3.7 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ opener-0.4.1 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-src-111.15.0+1.1.1k \ openssl-sys-0.9.61 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.26 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ rand_xoshiro-0.4.0 \ redox_syscall-0.2.5 \ regex-1.4.5 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ rustc-workspace-hack-1.0.0 \ rustfix-0.5.1 \ ryu-1.0.5 \ same-file-1.0.6 \ schannel-0.1.19 \ semver-0.10.0 \ semver-parser-0.7.0 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_ignored-0.1.2 \ serde_json-1.0.64 \ shell-escape-0.1.5 \ sized-chunks-0.6.4 \ socket2-0.3.19 \ strip-ansi-escapes-0.1.0 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.68 \ tar-0.4.33 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thread_local-1.1.3 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ typenum-1.13.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.1 \ utf8parse-0.1.1 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.3 \ vte-0.3.3 \ walkdir-2.3.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ 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 post-patch: @${REINPLACE_CMD} -e 's,libdir.join("pkgconfig,prefix.join("libdata/pkgconfig,' \ ${WRKSRC}/src/install.rs .include diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index 75188c7a746c..46ce57d8fa8c 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,223 +1,224 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org COMMENT= Quickly generate Rust project templates from existing git repositories LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LIB_DEPENDS= libcurl.so:ftp/curl \ libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= ashleygwilliams CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.40 \ anymap-0.12.1 \ assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bitmaps-2.1.0 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bstr-0.2.15 \ byte-tools-0.3.1 \ byteorder-1.4.3 \ bytesize-1.0.1 \ cargo-0.52.0 \ cargo-platform-0.1.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ commoncrypto-0.2.0 \ commoncrypto-sys-0.2.0 \ console-0.14.1 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ crates-io-0.33.0 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.3 \ crossbeam-utils-0.8.3 \ crypto-hash-0.3.4 \ curl-0.4.35 \ curl-sys-0.4.41+curl-7.75.0 \ dialoguer-0.8.0 \ difference-2.0.0 \ digest-0.8.1 \ doc-comment-0.3.3 \ either-1.6.1 \ encode_unicode-0.3.6 \ env_logger-0.8.3 \ fake-simd-0.1.2 \ filetime-0.2.14 \ flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fwdansi-1.1.0 \ generic-array-0.12.4 \ getrandom-0.2.2 \ git2-0.13.17 \ git2-curl-0.14.1 \ glob-0.3.0 \ globset-0.4.6 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hex-0.3.2 \ hex-0.4.3 \ home-0.5.3 \ humantime-2.1.0 \ idna-0.2.2 \ ignore-0.4.17 \ im-rc-15.0.0 \ indicatif-0.15.0 \ itertools-0.10.0 \ itoa-0.4.7 \ jobserver-0.1.21 \ kstring-1.0.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.92 \ libgit2-sys-0.12.18+1.1.0 \ libnghttp2-sys-0.1.6+1.43.0 \ libssh2-sys-0.2.21 \ libz-sys-1.1.2 \ liquid-0.22.0 \ liquid-core-0.22.0 \ liquid-derive-0.22.0 \ liquid-lib-0.22.0 \ log-0.4.14 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.3.4 \ memoffset-0.6.3 \ miniz_oxide-0.4.4 \ miow-0.3.7 \ normalize-line-endings-0.3.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ number_prefix-0.3.0 \ once_cell-1.7.2 \ opaque-debug-0.2.3 \ opener-0.4.1 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-sys-0.9.61 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.24 \ proc-quote-0.3.2 \ proc-quote-impl-0.3.2 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ rand_xoshiro-0.4.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.2.5 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ remove_dir_all-0.7.0 \ rustc-workspace-hack-1.0.0 \ rustfix-0.5.1 \ ryu-1.0.5 \ same-file-1.0.6 \ schannel-0.1.19 \ scopeguard-1.1.0 \ semver-0.10.0 \ semver-parser-0.7.0 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_ignored-0.1.2 \ serde_json-1.0.64 \ sha-1-0.8.2 \ shell-escape-0.1.5 \ sized-chunks-0.6.4 \ socket2-0.3.19 \ strip-ansi-escapes-0.1.0 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.67 \ tar-0.4.33 \ tempfile-3.2.0 \ termcolor-1.1.2 \ terminal_size-0.1.16 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ thread_local-1.1.3 \ time-0.1.43 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ treeline-0.1.0 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.1 \ utf8parse-0.1.1 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.3 \ vte-0.3.3 \ wait-timeout-0.2.0 \ walkdir-2.3.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ 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 \ zeroize-1.2.0 PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md \ TEMPLATES.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 9b365a6b0437..73e11e543f06 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,78 +1,78 @@ PORTNAME= desed DISTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= yuri@FreeBSD.org COMMENT= Demystify and debug sed scripts from the comfort of your terminal LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= gsed:textproc/gsed USES= cargo PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= ansi_term-0.11.0 \ anyhow-1.0.32 \ arc-swap-0.4.7 \ atty-0.2.14 \ bitflags-1.2.1 \ bytes-0.5.6 \ cassowary-0.3.0 \ cfg-if-0.1.10 \ clap-2.33.3 \ cloudabi-0.0.3 \ crossterm-0.17.6 \ crossterm_winapi-0.6.1 \ either-1.6.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-core-0.3.5 \ hermit-abi-0.1.15 \ inotify-0.8.3 \ inotify-sys-0.1.3 \ iovec-0.1.4 \ itertools-0.9.0 \ kernel32-sys-0.2.2 \ kqueue-1.0.2 \ kqueue-sys-1.0.1 \ lazy_static-1.4.0 \ libc-0.2.78 \ lock_api-0.3.4 \ log-0.4.8 \ mio-0.6.22 \ mio-0.7.0 \ miow-0.2.1 \ miow-0.3.5 \ net2-0.2.35 \ ntapi-0.3.4 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ pin-project-lite-0.1.10 \ redox_syscall-0.1.57 \ scopeguard-1.1.0 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.0 \ slab-0.4.2 \ smallvec-1.4.1 \ socket2-0.3.12 \ strsim-0.8.0 \ textwrap-0.11.0 \ tokio-0.2.22 \ tui-0.9.5 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ vec_map-0.8.2 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 .include diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index 574de67a7e52..ec5e4105da6f 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,187 +1,187 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line tool collection to assist development LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= guoxbin CARGO_CRATES= aho-corasick-0.7.6 \ ansi_term-0.11.0 \ anyhow-1.0.26 \ arrayref-0.3.5 \ arrayvec-0.4.12 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ base64-0.11.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ bs58-0.3.0 \ bstr-0.2.9 \ build_const-0.2.1 \ bumpalo-3.2.0 \ byte-tools-0.3.1 \ byteorder-1.3.2 \ cc-1.0.41 \ cfg-if-0.1.10 \ chrono-0.4.10 \ clap-2.33.0 \ clear_on_drop-0.2.3 \ cloudabi-0.0.3 \ const-oid-0.1.0 \ constant_time_eq-0.1.5 \ cpuid-bool-0.1.2 \ crc-1.8.1 \ crossbeam-utils-0.6.6 \ csv-1.1.2 \ csv-core-0.1.6 \ curve25519-dalek-1.2.3 \ digest-0.8.1 \ digest-0.9.0 \ dirs-1.0.5 \ dtoa-0.4.4 \ ecdsa-0.7.2 \ elliptic-curve-0.5.0 \ encode_unicode-0.3.6 \ entities-1.0.1 \ escaper-0.1.0 \ failure-0.1.6 \ fake-simd-0.1.2 \ fuchsia-cprng-0.1.1 \ gcc-0.3.55 \ generic-array-0.12.3 \ generic-array-0.14.4 \ getrandom-0.1.14 \ heck-0.3.1 \ hermit-abi-0.1.6 \ hex-0.4.0 \ indexmap-1.3.1 \ itoa-0.4.4 \ js-sys-0.3.35 \ k256-0.4.2 \ keccak-0.1.0 \ lazy_static-1.4.0 \ libc-0.2.66 \ linked-hash-map-0.5.3 \ log-0.4.8 \ madato-0.5.3 \ md5-0.7.0 \ memchr-2.3.0 \ merlin-1.3.0 \ nodrop-0.1.14 \ nom-4.2.3 \ num-integer-0.1.42 \ num-traits-0.2.11 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ parity-codec-3.5.4 \ prettytable-rs-0.8.0 \ proc-macro2-1.0.8 \ quote-1.0.2 \ rand-0.3.23 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_users-0.3.3 \ regex-1.3.3 \ regex-automata-0.1.8 \ regex-syntax-0.6.13 \ ring-fork-dtool-0.16.13 \ ripemd160-0.8.0 \ rust-argon2-0.6.1 \ rust-crypto-0.2.36 \ rustc-serialize-0.3.24 \ ryu-1.0.2 \ schnorrkel-0.8.5 \ secp256k1-0.15.5 \ secp256k1-0.17.2 \ secp256k1-sys-0.1.2 \ serde-1.0.104 \ serde_derive-1.0.104 \ serde_test-1.0.104 \ serde_yaml-0.7.5 \ sha2-0.8.1 \ sha2-0.9.1 \ sha3-0.8.2 \ signatory-0.21.0 \ signatory-secp256k1-0.21.0 \ signature-1.2.2 \ signature_derive-1.0.0-pre.2 \ sourcefile-0.1.4 \ spin-0.5.2 \ strsim-0.8.0 \ subtle-2.2.2 \ subtle-encoding-0.5.1 \ syn-1.0.14 \ synstructure-0.12.3 \ term-0.5.2 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.42 \ twox-hash-1.5.0 \ typenum-1.12.0 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ untrusted-0.7.0 \ urlencoding-1.0.0 \ vec_map-0.8.1 \ version_check-0.1.5 \ version_check-0.9.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.58 \ wasm-bindgen-backend-0.2.58 \ wasm-bindgen-macro-0.2.58 \ wasm-bindgen-macro-support-0.2.58 \ wasm-bindgen-shared-0.2.58 \ wasm-bindgen-webidl-0.2.58 \ web-sys-0.3.35 \ weedle-0.10.0 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ yaml-rust-0.4.3 \ yogcrypt-0.0.0 \ zeroize-0.9.3 \ zeroize-1.1.0 \ zeroize_derive-1.0.0 PLIST_FILES= bin/${PORTNAME} _DOCS= docs/Usage.md README.md PORTDOCS= ${DOCS:T} OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${_DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index eb75fb79a728..ce01b2a184d9 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,68 +1,68 @@ PORTNAME= gbump PORTVERSION= 1.0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= nbari@tequila.io COMMENT= Git tag semantic version bumper LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 USES= cargo ssl CARGO_CRATES= aho-corasick-0.7.6 \ ansi_term-0.11.0 \ atty-0.2.13 \ autocfg-0.1.7 \ bitflags-1.2.1 \ cc-1.0.47 \ cfg-if-0.1.10 \ clap-2.33.0 \ getrandom-0.1.13 \ git2-0.10.1 \ hermit-abi-0.1.3 \ idna-0.2.0 \ jobserver-0.1.17 \ lazy_static-1.4.0 \ libc-0.2.65 \ libgit2-sys-0.9.1 \ libssh2-sys-0.2.13 \ libz-sys-1.0.25 \ log-0.4.8 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.2.1 \ num_cpus-1.11.1 \ openssl-probe-0.1.2 \ openssl-sys-0.9.52 \ percent-encoding-2.1.0 \ pkg-config-0.3.17 \ regex-1.3.1 \ regex-syntax-0.6.12 \ smallvec-0.6.13 \ strsim-0.8.0 \ textwrap-0.11.0 \ thread_local-0.3.6 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.9 \ unicode-width-0.1.6 \ url-2.1.0 \ vcpkg-0.2.7 \ vec_map-0.8.1 \ wasi-0.7.0 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/gbump post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gbump .include diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index 92b27a7037c9..a320c929d186 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,86 +1,86 @@ PORTNAME= git-absorb DISTVERSION= 0.5.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel MAINTAINER= greg@unrelenting.technology COMMENT= Git command for automating fixup/autosquash commits LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cargo USE_GITHUB= yes GH_ACCOUNT= tummychow CARGO_CRATES= ansi_term-0.10.2 \ atty-0.2.12 \ autocfg-0.1.4 \ backtrace-0.3.32 \ backtrace-sys-0.1.30 \ bitflags-1.1.0 \ cc-1.0.37 \ cfg-if-0.1.9 \ chrono-0.4.7 \ clap-2.30.0 \ failure-0.1.5 \ failure_derive-0.1.5 \ fuchsia-cprng-0.1.1 \ git2-0.9.1 \ idna-0.1.5 \ isatty-0.1.9 \ kernel32-sys-0.2.2 \ lazy_static-1.3.0 \ libc-0.2.59 \ libgit2-sys-0.8.1 \ libz-sys-1.0.25 \ log-0.4.7 \ matches-0.1.8 \ memchr-2.0.2 \ num-integer-0.1.41 \ num-traits-0.2.8 \ percent-encoding-1.0.1 \ pkg-config-0.3.14 \ proc-macro2-0.4.30 \ quote-0.6.13 \ rand-0.4.6 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ remove_dir_all-0.5.2 \ rustc-demangle-0.1.15 \ slog-2.1.1 \ slog-async-2.2.0 \ slog-term-2.3.0 \ smallvec-0.6.10 \ strsim-0.7.0 \ syn-0.15.39 \ synstructure-0.10.2 \ take_mut-0.2.2 \ tempdir-0.3.7 \ term-0.4.6 \ textwrap-0.9.0 \ thread_local-0.3.6 \ time-0.1.42 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.8 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ url-1.7.2 \ vcpkg-0.2.7 \ vec_map-0.8.1 \ winapi-0.2.8 \ winapi-0.3.7 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/git-absorb post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-absorb .include diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index 1711263e8604..aee9fca9360c 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,137 +1,137 @@ PORTNAME= delta DISTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel PKGNAMEPREFIX= git- MAINTAINER= greg@unrelenting.technology COMMENT= Syntax-highlighting pager for git/diff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma USES= cargo USE_GITHUB= yes GH_ACCOUNT= dandavison CARGO_CRATES= adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_colours-1.0.1 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bincode-1.3.1 \ bitflags-1.2.1 \ box_drawing-0.1.2 \ bytelines-2.2.2 \ byteorder-1.3.4 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ console-0.14.0 \ crc32fast-1.2.1 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.1 \ either-1.6.1 \ encode_unicode-0.3.6 \ error-chain-0.12.4 \ flate2-1.0.19 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ getrandom-0.1.16 \ git2-0.13.15 \ hashbrown-0.8.2 \ heck-0.3.2 \ hermit-abi-0.1.17 \ idna-0.2.0 \ indexmap-1.5.2 \ itertools-0.10.0 \ itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.81 \ libgit2-sys-0.12.17+1.1.0 \ libz-sys-1.1.2 \ line-wrap-0.1.1 \ linked-hash-map-0.5.3 \ log-0.4.11 \ matches-0.1.8 \ memchr-2.3.4 \ miniz_oxide-0.4.3 \ num-integer-0.1.44 \ num-traits-0.2.14 \ onig-6.1.1 \ onig_sys-69.6.0 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ plist-1.0.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ quote-1.0.8 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.2 \ regex-syntax-0.6.21 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ serde-1.0.118 \ serde_derive-1.0.118 \ serde_json-1.0.61 \ shell-words-1.0.0 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.57 \ syntect-4.5.0 \ terminal_size-0.1.15 \ textwrap-0.11.0 \ thread_local-1.0.1 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ utf8parse-0.2.0 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ vte-0.9.0 \ vte_generate_state_changes-0.1.1 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ 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 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 CONFLICTS_INSTALL= devel/delta PLIST_FILES= bin/delta OPTIONS_DEFINE= BASH OPTIONS_DEFAULT= BASH BASH_PLIST_FILES= etc/bash_completion.d/_delta.bash do-install-BASH-on: ${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/etc/completion/completion.bash \ ${STAGEDIR}${LOCALBASE}/etc/bash_completion.d/_delta.bash post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/delta .include diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 9c3262e95acb..a4e4f7233328 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,161 +1,162 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal UI for git LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= bash:shells/bash \ gmake:devel/gmake LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 USES= cargo pkgconfig localbase:ldflags perl5 python:build xorg USE_XORG= xcb USE_GITHUB= yes GH_ACCOUNT= extrawurst GH_TAGNAME= fbba2d0 # freebsd-fix branch CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ ahash-0.6.1 \ anyhow-1.0.36 \ arrayvec-0.4.12 \ autocfg-1.0.1 \ backtrace-0.3.55 \ base64-0.13.0 \ bitflags-1.2.1 \ bytemuck-1.4.1 \ bytesize-1.0.1 \ cassowary-0.3.0 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ const_fn-0.4.3 \ cpp_demangle-0.3.2 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.8.1 \ crossterm-0.18.2 \ crossterm_winapi-0.6.2 \ debugid-0.7.2 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.1 \ either-1.6.1 \ form_urlencoded-1.0.0 \ getrandom-0.1.15 \ getrandom-0.2.0 \ gimli-0.23.0 \ git2-0.13.12 \ glob-0.3.0 \ hashbrown-0.9.1 \ hermit-abi-0.1.17 \ idna-0.2.0 \ indexmap-1.6.0 \ inferno-0.10.2 \ instant-0.1.9 \ itertools-0.9.0 \ itoa-0.4.6 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ libc-0.2.81 \ libgit2-sys-0.12.14+1.1.0 \ libssh2-sys-0.2.20 \ libz-sys-1.1.2 \ lock_api-0.4.2 \ log-0.4.11 \ matches-0.1.8 \ memchr-2.3.4 \ memmap-0.7.0 \ memoffset-0.6.1 \ miniz_oxide-0.4.3 \ mio-0.7.6 \ miow-0.3.6 \ nix-0.17.0 \ nodrop-0.1.14 \ ntapi-0.3.6 \ num-format-0.4.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.22.0 \ openssl-probe-0.1.2 \ openssl-src-111.12.0+1.1.1h \ openssl-sys-0.9.58 \ parking_lot-0.11.1 \ parking_lot_core-0.8.1 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ pprof-0.3.20 \ ppv-lite86-0.2.10 \ proc-macro2-1.0.24 \ quick-xml-0.20.0 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ remove_dir_all-0.5.3 \ rgb-0.8.25 \ ron-0.6.4 \ rustc-demangle-0.1.18 \ scopeguard-1.1.0 \ serde-1.0.118 \ serde_derive-1.0.118 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.2 \ simplelog-0.8.0 \ smallvec-1.5.1 \ smawk-0.3.0 \ socket2-0.3.17 \ stable_deref_trait-1.2.0 \ str_stack-0.1.0 \ symbolic-common-8.0.0 \ symbolic-demangle-8.0.0 \ syn-1.0.54 \ tempfile-3.1.0 \ textwrap-0.11.0 \ textwrap-0.13.1 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ time-0.1.44 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tui-0.13.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ uuid-0.8.1 \ vcpkg-0.2.10 \ version_check-0.9.2 \ void-1.0.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ which-4.0.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} BINARY_ALIAS= python3=${PYTHON_CMD} # xcb requires python3 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index 5c62ea39cd3e..a8257ebb6c8e 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,180 +1,181 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Code coverage information aggregator LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-2.0 USES= cargo USE_GITHUB= yes GH_ACCOUNT= mozilla CARGO_CRATES= \ addr2line-0.14.1 \ adler-0.2.3 \ adler32-1.2.0 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ anyhow-1.0.38 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.56 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ bstr-0.2.14 \ byte-tools-0.3.1 \ byteorder-1.4.2 \ cargo-binutils-0.3.3 \ cargo_metadata-0.11.4 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-tz-0.5.3 \ clap-2.33.3 \ const_fn-0.4.5 \ cpp_demangle-0.3.2 \ crc32fast-1.2.1 \ crossbeam-0.8.0 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.8.1 \ ctor-0.1.18 \ debugid-0.7.2 \ deunicode-0.4.3 \ diff-0.1.12 \ digest-0.8.1 \ digest-0.9.0 \ either-1.6.1 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ flate2-1.0.14 \ fnv-1.0.7 \ fomat-macros-0.3.1 \ generic-array-0.12.3 \ generic-array-0.14.4 \ getrandom-0.2.2 \ gimli-0.23.0 \ glob-0.3.0 \ globset-0.4.6 \ globwalk-0.8.1 \ hermit-abi-0.1.18 \ humansize-1.1.0 \ ignore-0.4.17 \ is_executable-1.0.1 \ itoa-0.4.7 \ lazy_static-1.4.0 \ libc-0.2.82 \ libz-sys-1.1.2 \ log-0.4.14 \ maplit-1.0.2 \ md-5-0.9.1 \ memchr-2.3.4 \ memmap-0.7.0 \ memoffset-0.6.1 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.3 \ msvc-demangler-0.8.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.23.0 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ output_vt100-0.1.2 \ parse-zoneinfo-0.3.0 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ pretty_assertions-0.7.2 \ proc-macro2-1.0.24 \ quick-xml-0.22.0 \ quote-1.0.8 \ rand-0.8.2 \ rand_chacha-0.3.0 \ rand_core-0.6.1 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.2.4 \ regex-1.4.5 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ rustc-cfg-0.4.0 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-0.10.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ sha-1-0.8.2 \ simplelog-0.10.0 \ slug-0.1.4 \ smallvec-1.6.1 \ stable_deref_trait-1.2.0 \ strsim-0.8.0 \ symbolic-common-8.0.5 \ symbolic-demangle-8.0.5 \ syn-1.0.60 \ synstructure-0.12.4 \ tcmalloc-0.3.0 \ tempfile-3.2.0 \ tera-1.7.1 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.23 \ thiserror-impl-1.0.23 \ thread_local-1.1.0 \ time-0.1.43 \ toml-0.5.8 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unic-char-property-0.9.0 \ unic-char-range-0.9.0 \ unic-common-0.9.0 \ unic-segment-0.9.0 \ unic-ucd-segment-0.9.0 \ unic-ucd-version-0.9.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ uuid-0.8.2 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ walkdir-2.3.2 \ wasi-0.10.1+wasi-snapshot-preview1 \ 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 \ zip-0.5.12 PLIST_FILES= bin/grcov post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/grex/Makefile b/devel/grex/Makefile index 44d180d896fe..b146a4deb1a5 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,114 +1,115 @@ PORTNAME= grex DISTVERSIONPREFIX=v DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi COMMENT= Command-line tool for generating regular expressions from test cases LICENSE= APACHE20 USES= cargo USE_GITHUB= yes GH_ACCOUNT= pemistahl CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ bstr-0.2.15 \ byteorder-1.3.4 \ cfg-if-1.0.0 \ clap-2.33.3 \ difference-2.0.0 \ doc-comment-0.3.3 \ either-1.6.1 \ fixedbitset-0.2.0 \ float-cmp-0.8.0 \ fnv-1.0.7 \ getrandom-0.2.2 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.17 \ indexmap-1.6.1 \ indoc-1.0.3 \ itertools-0.10.0 \ lazy_static-1.4.0 \ libc-0.2.81 \ matches-0.1.8 \ matrixmultiply-0.3.0 \ memchr-2.3.4 \ ndarray-0.15.0 \ normalize-line-endings-0.3.0 \ num-complex-0.4.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ pest-2.1.3 \ petgraph-0.5.1 \ ppv-lite86-0.2.10 \ predicates-1.0.7 \ predicates-core-1.0.1 \ predicates-tree-1.0.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ proptest-1.0.0 \ quick-error-1.2.3 \ quick-error-2.0.0 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ rand_xorshift-0.3.0 \ rawpointer-0.2.1 \ redox_syscall-0.2.5 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ rstest-0.7.0 \ rustc_version-0.3.3 \ rusty-fork-0.3.0 \ semver-0.11.0 \ semver-parser-0.10.2 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.65 \ tempfile-3.2.0 \ textwrap-0.11.0 \ treeline-0.1.0 \ ucd-trie-0.1.3 \ unic-char-property-0.9.0 \ unic-char-range-0.9.0 \ unic-common-0.9.0 \ unic-ucd-category-0.9.0 \ unic-ucd-version-0.9.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unindent-0.1.7 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/grex OPTIONS_DEFINE= DOCS PORTDOCS= RELEASE_NOTES.md README.md post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grex @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index 2a64a713d828..de1e0501fe51 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,106 +1,107 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi COMMENT= Improved sequence editor for Git LICENSE= GPLv3+ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cargo USE_GITHUB= yes GH_ACCOUNT= MitMaro GH_PROJECT= git-interactive-rebase-tool CARGO_CRATES= ansi_term-0.11.0 \ anyhow-1.0.40 \ arrayvec-0.4.12 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ concat-idents-1.1.2 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ form_urlencoded-1.0.0 \ getrandom-0.2.2 \ git2-0.13.18 \ hermit-abi-0.1.18 \ idna-0.2.0 \ instant-0.1.9 \ itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ libc-0.2.82 \ libgit2-sys-0.12.19+1.1.0 \ libz-sys-1.1.2 \ lock_api-0.4.2 \ log-0.4.14 \ matches-0.1.8 \ mio-0.7.7 \ miow-0.3.6 \ nodrop-0.1.14 \ ntapi-0.3.6 \ num-format-0.4.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ parking_lot-0.11.1 \ parking_lot_core-0.8.2 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ proc-macro2-1.0.24 \ quote-1.0.8 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.1 \ rand_hc-0.3.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.4 \ remove_dir_all-0.5.3 \ rstest-0.6.4 \ rustc_version-0.2.3 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ smallvec-1.6.1 \ socket2-0.3.19 \ strsim-0.8.0 \ syn-1.0.60 \ tempfile-3.2.0 \ textwrap-0.11.0 \ time-0.1.43 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ wasi-0.10.1+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xi-unicode-0.3.0 PLIST_FILES= bin/interactive-rebase-tool \ man/man1/interactive-rebase-tool.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/interactive-rebase-tool ${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index 2dbee129bae1..5ae1feac2c21 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -1,301 +1,301 @@ # Created by: Carlo Strub PORTNAME= pijul PORTVERSION= 0.12.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cs@FreeBSD.org COMMENT= Distributed version control system LICENSE= GPLv2 BROKEN= unfechtable BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libgmp.so:math/gmp \ libnettle.so:security/nettle \ libsodium.so:security/libsodium USES= cargo ssl CARGO_CRATES= MacTypes-sys-2.1.0 \ adler32-1.0.3 \ advapi32-sys-0.2.0 \ aho-corasick-0.6.10 \ ansi_term-0.11.0 \ argon2rs-0.2.5 \ arrayvec-0.4.10 \ ascii-canvas-1.0.0 \ atty-0.2.11 \ autocfg-0.1.2 \ backtrace-0.3.14 \ backtrace-sys-0.1.28 \ base64-0.10.1 \ base64-0.9.3 \ bincode-1.1.2 \ bindgen-0.43.2 \ bit-set-0.5.1 \ bit-vec-0.4.4 \ bit-vec-0.5.1 \ bitflags-1.0.4 \ blake2-rfc-0.2.18 \ block-buffer-0.7.0 \ block-padding-0.1.3 \ bs58-0.2.2 \ buffered-reader-0.3.0 \ build_const-0.2.1 \ byte-tools-0.3.1 \ byteorder-1.3.1 \ bytes-0.4.12 \ bzip2-0.3.3 \ bzip2-sys-0.1.7 \ cc-1.0.31 \ cexpr-0.3.5 \ cfg-if-0.1.7 \ chrono-0.4.6 \ clang-sys-0.26.4 \ clap-2.32.0 \ cloudabi-0.0.3 \ constant_time_eq-0.1.3 \ core-foundation-0.5.1 \ core-foundation-sys-0.5.1 \ crc-1.8.1 \ crc32fast-1.2.0 \ crossbeam-channel-0.3.8 \ crossbeam-deque-0.7.1 \ crossbeam-epoch-0.7.1 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ cryptovec-0.4.6 \ diff-0.1.11 \ diffs-0.3.0 \ digest-0.8.0 \ dirs-1.0.5 \ docopt-1.0.2 \ dtoa-0.4.3 \ either-1.5.1 \ ena-0.11.0 \ encoding_rs-0.8.17 \ env_logger-0.6.1 \ failure-0.1.5 \ failure_derive-0.1.5 \ fake-simd-0.1.2 \ filetime-0.2.4 \ fixedbitset-0.1.9 \ flate2-1.0.7 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fs2-0.4.3 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.25 \ futures-cpupool-0.1.8 \ generic-array-0.12.0 \ getch-0.2.1 \ glob-0.2.11 \ globset-0.4.2 \ h2-0.1.17 \ hex-0.3.2 \ http-0.1.16 \ httparse-1.3.3 \ humantime-1.2.0 \ hyper-0.12.25 \ hyper-tls-0.3.2 \ idna-0.1.5 \ ignore-0.4.6 \ indexmap-1.0.2 \ iovec-0.1.2 \ itertools-0.8.0 \ itoa-0.4.3 \ kernel32-sys-0.2.2 \ lalrpop-0.16.3 \ lalrpop-util-0.16.3 \ lazy_static-1.3.0 \ lazycell-1.2.1 \ libc-0.2.50 \ libloading-0.5.0 \ libpijul-0.12.0 \ line-0.1.15 \ lock_api-0.1.5 \ log-0.4.6 \ mach_o_sys-0.1.1 \ matches-0.1.8 \ memchr-2.2.0 \ memmap-0.7.0 \ memoffset-0.2.1 \ memsec-0.5.4 \ mime-0.3.13 \ mime_guess-2.0.0-alpha.6 \ miniz-sys-0.1.11 \ miniz_oxide-0.2.1 \ miniz_oxide_c_api-0.2.1 \ mio-0.6.16 \ mio-uds-0.6.7 \ miow-0.2.1 \ native-tls-0.2.2 \ net2-0.2.33 \ nettle-4.0.0 \ nettle-sys-1.0.1 \ new_debug_unreachable-1.0.3 \ nodrop-0.1.13 \ nom-4.2.3 \ num-0.1.42 \ num-bigint-0.1.44 \ num-complex-0.1.43 \ num-integer-0.1.39 \ num-iter-0.1.37 \ num-rational-0.1.42 \ num-traits-0.2.6 \ num_cpus-1.10.0 \ opaque-debug-0.2.2 \ openssl-0.10.20 \ openssl-probe-0.1.2 \ openssl-sys-0.9.43 \ ordermap-0.3.5 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot_core-0.4.0 \ pathdiff-0.1.0 \ peeking_take_while-0.1.2 \ percent-encoding-1.0.1 \ petgraph-0.4.13 \ phf-0.7.24 \ phf_codegen-0.7.24 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pkg-config-0.3.14 \ precomputed-hash-0.1.1 \ proc-macro2-0.3.5 \ proc-macro2-0.4.27 \ progrs-0.1.1 \ quick-error-1.2.2 \ quickcheck-0.8.2 \ quote-0.5.2 \ quote-0.6.11 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.3 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.51 \ redox_termios-0.1.1 \ redox_users-0.3.0 \ regex-1.1.2 \ regex-syntax-0.6.5 \ remove_dir_all-0.5.1 \ reqwest-0.9.12 \ rpassword-2.1.0 \ rustc-demangle-0.1.13 \ rustc-serialize-0.3.24 \ rustc_version-0.2.3 \ ryu-0.2.7 \ safemem-0.3.0 \ same-file-1.0.4 \ sanakirja-0.10.2 \ schannel-0.1.15 \ scoped_threadpool-0.1.9 \ scopeguard-0.3.3 \ security-framework-0.2.2 \ security-framework-sys-0.2.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ sequoia-openpgp-0.4.1 \ serde-1.0.89 \ serde_derive-1.0.89 \ serde_json-1.0.39 \ serde_urlencoded-0.5.4 \ sha2-0.8.0 \ shell-escape-0.1.4 \ siphasher-0.2.3 \ slab-0.4.2 \ smallvec-0.6.9 \ stable_deref_trait-1.1.1 \ string-0.1.3 \ string_cache-0.7.3 \ string_cache_codegen-0.4.2 \ string_cache_shared-0.3.0 \ strsim-0.7.0 \ syn-0.15.29 \ synstructure-0.10.1 \ tar-0.4.22 \ tempdir-0.3.7 \ tempfile-3.0.7 \ term-0.4.6 \ term-0.5.1 \ termcolor-1.0.4 \ termion-1.5.1 \ termios-0.2.2 \ textwrap-0.10.0 \ thread_local-0.3.6 \ thrussh-0.20.7 \ thrussh-config-0.1.2 \ thrussh-keys-0.11.9 \ thrussh-libsodium-0.1.3 \ time-0.1.42 \ tokio-0.1.18 \ tokio-codec-0.1.1 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.7 \ tokio-fs-0.1.6 \ tokio-io-0.1.12 \ tokio-reactor-0.1.9 \ tokio-sync-0.1.4 \ tokio-tcp-0.1.3 \ tokio-threadpool-0.1.13 \ tokio-timer-0.2.10 \ tokio-trace-core-0.1.0 \ tokio-udp-0.1.3 \ tokio-uds-0.2.5 \ toml-0.4.10 \ try-lock-0.2.2 \ typenum-1.10.0 \ ucd-util-0.1.3 \ unicase-1.4.2 \ unicase-2.3.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.8 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ url-1.7.2 \ username-0.2.0 \ utf8-ranges-1.0.2 \ utf8parse-0.1.1 \ uuid-0.7.3 \ vcpkg-0.2.6 \ vec_map-0.8.1 \ version_check-0.1.5 \ walkdir-2.2.7 \ want-0.0.6 \ which-1.0.5 \ winapi-0.2.8 \ winapi-0.3.6 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wincolor-1.0.1 \ ws2_32-sys-0.2.1 \ xattr-0.2.2 \ yasna-0.1.3 CARGO_INSTALL_PATH= pijul PLIST_FILES= bin/pijul post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pijul .include diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile index 06054a7caa42..b4e23c9991b7 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,282 +1,282 @@ PORTNAME= maturin DISTVERSIONPREFIX= v DISTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Build and publish crates with pyo3, rust-cpython and cffi bindings LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/license-apache LICENSE_FILE_MIT= ${WRKSRC}/license-mit # Although the port builds fine on some 32-bit architectures (e.g. i386) it # doesn't support creating 32-bit Python wheels for FreeBSD. Thus save build # time and skip the port at a early stage. NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= the creation of 32-bit Python wheels is not supported for FreeBSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR} USES= cargo python:3.5+ USE_GITHUB= yes GH_ACCOUNT= PyO3 USE_PYTHON= autoplist concurrent distutils CARGO_CRATES= addr2line-0.13.0 \ adler-0.2.3 \ aes-0.3.2 \ aes-soft-0.3.3 \ aesni-0.6.0 \ aho-corasick-0.7.13 \ ansi_term-0.11.0 \ anyhow-1.0.32 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backtrace-0.3.50 \ base64-0.12.3 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-cipher-trait-0.6.2 \ block-modes-0.3.3 \ block-padding-0.1.5 \ bumpalo-3.4.0 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ bytes-0.5.6 \ bytesize-1.0.1 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ cargo_metadata-0.11.1 \ cbindgen-0.14.3 \ cc-1.0.58 \ cfg-if-0.1.10 \ clap-2.33.3 \ cloudabi-0.0.3 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ cpuid-bool-0.1.2 \ crc32fast-1.2.0 \ crypto-mac-0.7.0 \ dbus-0.2.3 \ digest-0.8.1 \ digest-0.9.0 \ dtoa-0.4.6 \ encoding_rs-0.8.23 \ env_logger-0.7.1 \ fake-simd-0.1.2 \ filetime-0.2.12 \ flate2-1.0.16 \ fnv-1.0.7 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-channel-0.3.5 \ futures-core-0.3.5 \ futures-io-0.3.5 \ futures-macro-0.3.5 \ futures-sink-0.3.5 \ futures-task-0.3.5 \ futures-util-0.3.5 \ generic-array-0.12.3 \ generic-array-0.14.4 \ getrandom-0.1.14 \ gimli-0.22.0 \ glob-0.3.0 \ goblin-0.2.3 \ h2-0.2.6 \ hashbrown-0.8.2 \ heck-0.3.1 \ hermit-abi-0.1.15 \ hkdf-0.8.0 \ hmac-0.7.1 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ human-panic-1.0.3 \ humantime-1.3.0 \ hyper-0.13.7 \ hyper-rustls-0.21.0 \ idna-0.2.0 \ indexmap-1.5.1 \ indoc-1.0.2 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.6 \ js-sys-0.3.44 \ kernel32-sys-0.2.2 \ keyring-0.9.0 \ lazy_static-1.4.0 \ libc-0.2.74 \ log-0.4.11 \ matches-0.1.8 \ memchr-2.3.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.0 \ mio-0.6.22 \ miow-0.2.1 \ net2-0.2.34 \ num-0.2.1 \ num-bigint-0.2.6 \ num-complex-0.2.4 \ num-integer-0.1.43 \ num-iter-0.1.41 \ num-rational-0.2.4 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ object-0.20.0 \ once_cell-1.4.0 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ os_type-2.2.0 \ percent-encoding-2.1.0 \ pin-project-0.4.23 \ pin-project-internal-0.4.23 \ pin-project-lite-0.1.7 \ pin-utils-0.1.0 \ pkg-config-0.3.18 \ plain-0.2.3 \ platform-info-0.0.1 \ platforms-0.2.1 \ podio-0.1.7 \ ppv-lite86-0.2.8 \ pretty_env_logger-0.4.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.18 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.19 \ quick-error-1.2.3 \ quote-1.0.7 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.3 \ reqwest-0.10.7 \ ring-0.16.15 \ rpassword-4.0.5 \ rustc-demangle-0.1.16 \ rustls-0.18.1 \ ryu-1.0.5 \ same-file-1.0.6 \ scroll-0.10.1 \ scroll_derive-0.10.2 \ sct-0.6.0 \ secret-service-1.1.0 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ semver-0.10.0 \ semver-parser-0.7.0 \ serde-1.0.115 \ serde_derive-1.0.115 \ serde_json-1.0.57 \ serde_urlencoded-0.6.1 \ sha2-0.8.2 \ sha2-0.9.1 \ shlex-0.1.1 \ slab-0.4.2 \ socket2-0.3.12 \ spin-0.5.2 \ strsim-0.8.0 \ structopt-0.3.16 \ structopt-derive-0.4.9 \ subtle-1.0.0 \ syn-1.0.38 \ tar-0.4.29 \ tempfile-3.1.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-1.0.1 \ time-0.1.43 \ tinyvec-0.3.3 \ tokio-0.2.22 \ tokio-rustls-0.14.0 \ tokio-util-0.3.1 \ toml-0.5.6 \ tower-service-0.3.0 \ tracing-0.1.19 \ tracing-core-0.1.14 \ try-lock-0.2.3 \ typenum-1.12.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unindent-0.1.6 \ untrusted-0.7.1 \ url-2.1.1 \ uuid-0.8.1 \ vec_map-0.8.2 \ version_check-0.9.2 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.67 \ wasm-bindgen-backend-0.2.67 \ wasm-bindgen-futures-0.4.17 \ wasm-bindgen-macro-0.2.67 \ wasm-bindgen-macro-support-0.2.67 \ wasm-bindgen-shared-0.2.67 \ web-sys-0.3.44 \ webpki-0.21.3 \ webpki-roots-0.19.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ xattr-0.2.2 \ zip-0.5.6 CARGO_BUILD= no CARGO_INSTALL= no CARGO_TARGET_DIR= ${WRKSRC}/target # The binary is usually built via setup.py which uses different compiler flags. # That line is patched out there to use the compiler flags from the Ports # framework instead. The setup.py is processed in the "do-build" target to # install the compiled binary. pre-build: ${CARGO_CARGO_RUN} build \ --manifest-path ${CARGO_CARGOTOML} \ --verbose \ ${CARGO_BUILD_ARGS} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/maturin # Regenerate .PLIST.pymodtemp to get all installed files from # ${STAGEDIR} because the file that is generated in the first place # contains only the EGG files as a whole. @${FIND} ${STAGEDIR} -type f -o -type l | \ ${SORT} | ${SED} -e 's|${STAGEDIR}||' \ > ${WRKDIR}/.PLIST.pymodtmp .include diff --git a/devel/racer/Makefile b/devel/racer/Makefile index 994504065fed..2268b569d198 100644 --- a/devel/racer/Makefile +++ b/devel/racer/Makefile @@ -1,156 +1,157 @@ # Created by: Timothy Beyer PORTNAME= racer DISTVERSION= 2.1.44 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= rust@FreeBSD.org COMMENT= Rust code completion helper LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= cargo CARGO_CRATES= aho-corasick-0.7.10 \ annotate-snippets-0.8.0 \ ansi_term-0.11.0 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ cc-1.0.53 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.0 \ cloudabi-0.1.0 \ cpuid-bool-0.1.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.2 \ derive_more-0.99.5 \ digest-0.9.0 \ either-1.5.3 \ ena-0.14.0 \ env_logger-0.7.1 \ generic-array-0.14.4 \ getopts-0.2.21 \ getrandom-0.1.14 \ hashbrown-0.8.2 \ hermit-abi-0.1.10 \ humantime-1.3.0 \ humantime-2.0.0 \ indexmap-1.5.2 \ instant-0.1.7 \ itoa-0.4.5 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.77 \ lock_api-0.4.1 \ log-0.4.8 \ maybe-uninit-2.0.0 \ md-5-0.9.1 \ measureme-9.0.0 \ memchr-2.3.3 \ memoffset-0.5.4 \ num_cpus-1.12.0 \ opaque-debug-0.3.0 \ parking_lot-0.11.0 \ parking_lot_core-0.8.0 \ ppv-lite86-0.2.6 \ proc-macro2-1.0.10 \ psm-0.1.8 \ quick-error-1.2.3 \ quote-1.0.3 \ racer-2.1.43 \ racer-cargo-metadata-0.1.2 \ racer-interner-0.1.0 \ racer-testutils-0.1.0 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.56 \ regex-1.3.6 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ rls-span-0.5.2 \ rustc-ap-rustc_arena-702.0.0 \ rustc-ap-rustc_arena-705.0.0 \ rustc-ap-rustc_ast-702.0.0 \ rustc-ap-rustc_ast-705.0.0 \ rustc-ap-rustc_ast_pretty-702.0.0 \ rustc-ap-rustc_ast_pretty-705.0.0 \ rustc-ap-rustc_data_structures-702.0.0 \ rustc-ap-rustc_data_structures-705.0.0 \ rustc-ap-rustc_errors-702.0.0 \ rustc-ap-rustc_errors-705.0.0 \ rustc-ap-rustc_feature-702.0.0 \ rustc-ap-rustc_feature-705.0.0 \ rustc-ap-rustc_fs_util-702.0.0 \ rustc-ap-rustc_fs_util-705.0.0 \ rustc-ap-rustc_graphviz-702.0.0 \ rustc-ap-rustc_graphviz-705.0.0 \ rustc-ap-rustc_index-702.0.0 \ rustc-ap-rustc_index-705.0.0 \ rustc-ap-rustc_lexer-702.0.0 \ rustc-ap-rustc_lexer-705.0.0 \ rustc-ap-rustc_lint_defs-702.0.0 \ rustc-ap-rustc_lint_defs-705.0.0 \ rustc-ap-rustc_macros-702.0.0 \ rustc-ap-rustc_macros-705.0.0 \ rustc-ap-rustc_parse-702.0.0 \ rustc-ap-rustc_parse-705.0.0 \ rustc-ap-rustc_serialize-702.0.0 \ rustc-ap-rustc_serialize-705.0.0 \ rustc-ap-rustc_session-702.0.0 \ rustc-ap-rustc_session-705.0.0 \ rustc-ap-rustc_span-702.0.0 \ rustc-ap-rustc_span-705.0.0 \ rustc-ap-rustc_target-702.0.0 \ rustc-ap-rustc_target-705.0.0 \ rustc-hash-1.1.0 \ rustc-rayon-0.3.0 \ rustc-rayon-core-0.3.0 \ ryu-1.0.3 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ serde-1.0.105 \ serde_derive-1.0.105 \ serde_json-1.0.50 \ sha-1-0.9.2 \ sha2-0.9.2 \ smallvec-1.4.2 \ stable_deref_trait-1.1.1 \ stacker-0.1.12 \ strsim-0.8.0 \ syn-1.0.17 \ synstructure-0.12.3 \ tempfile-3.1.0 \ termcolor-1.1.0 \ termize-0.1.1 \ textwrap-0.11.0 \ thread_local-1.0.1 \ tracing-0.1.19 \ tracing-attributes-0.1.11 \ tracing-core-0.1.15 \ typenum-1.12.0 \ unicode-normalization-0.1.12 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ version_check-0.9.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.4 \ winapi-x86_64-pc-windows-gnu-0.4.0 MAKE_ENV= RUSTC_BOOTSTRAP=1 PLIST_FILES= bin/racer .include diff --git a/devel/rust-bindgen/Makefile b/devel/rust-bindgen/Makefile index 484fd7992d84..8636085e471e 100644 --- a/devel/rust-bindgen/Makefile +++ b/devel/rust-bindgen/Makefile @@ -1,67 +1,68 @@ PORTNAME= bindgen DISTVERSION= 0.58.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= gecko@FreeBSD.org COMMENT= Generate Rust bindings from C (and some C++) code LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cargo PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ atty-0.2.14 \ bitflags-1.2.1 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clang-sys-1.0.3 \ clap-2.33.3 \ diff-0.1.12 \ env_logger-0.8.1 \ glob-0.3.0 \ hermit-abi-0.1.17 \ humantime-2.0.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.80 \ libloading-0.6.5 \ log-0.4.11 \ memchr-2.3.4 \ nom-5.1.2 \ peeking_take_while-0.1.2 \ proc-macro2-1.0.24 \ quote-1.0.7 \ regex-1.4.2 \ regex-syntax-0.6.21 \ rustc-hash-1.1.0 \ shlex-1.0.0 \ strsim-0.8.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version_check-0.9.2 \ which-3.1.1 \ 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 post-patch: @${REINPLACE_CMD} -e 's,"llvm-config,&${LLVM_DEFAULT},' \ ${WRKSRC}/cargo-crates/clang-sys-*/build/common.rs \ ${WRKSRC}/cargo-crates/clang-sys-*/src/support.rs .include diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 0e8445e43be1..bd306c768161 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,69 +1,70 @@ PORTNAME= cbindgen DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= gecko@FreeBSD.org COMMENT= Generate C bindings from Rust code LICENSE= MPL20 RUN_DEPENDS= cargo:lang/${RUST_DEFAULT} USES= cargo PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ cfg-if-0.1.10 \ clap-2.33.3 \ cloudabi-0.0.3 \ getrandom-0.1.15 \ hashbrown-0.9.1 \ heck-0.3.1 \ hermit-abi-0.1.16 \ indexmap-1.6.0 \ itoa-0.4.6 \ lazy_static-1.4.0 \ libc-0.2.77 \ lock_api-0.3.4 \ log-0.4.11 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ ppv-lite86-0.2.9 \ proc-macro2-1.0.21 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ remove_dir_all-0.5.3 \ ryu-1.0.5 \ scopeguard-1.1.0 \ serde-1.0.116 \ serde_derive-1.0.116 \ serde_json-1.0.57 \ serial_test-0.5.0 \ serial_test_derive-0.5.0 \ smallvec-1.4.2 \ strsim-0.8.0 \ syn-1.0.41 \ tempfile-3.1.0 \ textwrap-0.11.0 \ toml-0.5.6 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ wasi-0.9.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 .include diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 8fc3ff55f4ce..50b2c41e2e8f 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,418 +1,418 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= pizzamig@FreeBSD.org COMMENT= Like ccache with cloud storage support LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= mozilla OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS PLIST_FILES= bin/sccache PORTDOCS= README.md CARGO_FEATURES= all CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.37 \ ar-0.8.0 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ ascii-0.8.7 \ assert_cmd-1.0.2 \ async-channel-1.5.1 \ async-executor-1.4.0 \ async-global-executor-1.4.3 \ async-io-1.3.1 \ async-mutex-1.4.0 \ async-std-1.8.0 \ async-task-4.0.3 \ async-trait-0.1.42 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.55 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.12.3 \ base64-0.13.0 \ bincode-0.8.0 \ bincode-1.3.1 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ blake3-0.3.7 \ block-buffer-0.9.0 \ blocking-1.0.2 \ boxfnonce-0.1.1 \ buf_redux-0.8.4 \ bufstream-0.1.4 \ bumpalo-3.4.0 \ byteorder-1.3.4 \ bytes-0.4.12 \ bytes-0.5.6 \ bytes-1.0.0 \ cache-padded-1.1.1 \ case-0.1.0 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chunked_transfer-0.3.1 \ clap-2.33.3 \ cloudabi-0.0.3 \ combine-4.5.2 \ concurrent-queue-1.2.2 \ conhash-0.4.0 \ constant_time_eq-0.1.5 \ cookie-0.12.0 \ cookie_store-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ counted-array-0.1.2 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.1.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.1 \ crypto-mac-0.8.0 \ crypto-mac-0.10.0 \ daemonize-0.4.1 \ derive-error-0.0.3 \ difference-2.0.0 \ digest-0.9.0 \ directories-3.0.1 \ dirs-1.0.5 \ dirs-sys-0.3.5 \ doc-comment-0.3.3 \ dtoa-0.4.7 \ either-1.6.1 \ encoding_rs-0.8.26 \ env_logger-0.8.2 \ error-chain-0.12.4 \ event-listener-2.5.1 \ failure-0.1.8 \ failure_derive-0.1.8 \ fastrand-1.4.0 \ filetime-0.2.13 \ flate2-1.0.19 \ float-cmp-0.8.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.30 \ futures-0.3.9 \ futures-channel-0.3.9 \ futures-core-0.3.9 \ futures-cpupool-0.1.8 \ futures-executor-0.3.9 \ futures-io-0.3.9 \ futures-lite-1.11.3 \ futures-macro-0.3.9 \ futures-sink-0.3.9 \ futures-task-0.3.9 \ futures-util-0.3.9 \ generic-array-0.14.4 \ getopts-0.2.21 \ getrandom-0.1.16 \ gimli-0.23.0 \ glob-0.3.0 \ gloo-timers-0.2.1 \ h2-0.1.26 \ hashbrown-0.9.1 \ hermit-abi-0.1.17 \ hmac-0.10.1 \ http-0.1.21 \ http-body-0.1.0 \ httparse-1.3.4 \ humantime-2.0.1 \ hyper-0.12.35 \ hyper-tls-0.3.2 \ hyperx-0.12.0 \ idna-0.1.5 \ idna-0.2.0 \ indexmap-1.6.1 \ instant-0.1.9 \ iovec-0.1.4 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ jobserver-0.1.21 \ js-sys-0.3.46 \ jsonwebtoken-7.2.0 \ kernel32-sys-0.2.2 \ kv-log-macro-1.0.7 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.82 \ libmount-0.1.15 \ linked-hash-map-0.5.3 \ local-encoding-0.2.0 \ lock_api-0.3.4 \ log-0.3.9 \ log-0.4.11 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ md-5-0.9.1 \ md5-0.3.8 \ memcached-rs-0.4.2 \ memchr-2.3.4 \ memoffset-0.5.6 \ mime-0.2.6 \ mime-0.3.16 \ mime_guess-1.8.8 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ mio-named-pipes-0.1.7 \ mio-uds-0.6.8 \ miow-0.2.2 \ miow-0.3.6 \ multipart-0.15.4 \ native-tls-0.2.7 \ nb-connect-1.0.2 \ net2-0.2.37 \ nix-0.14.1 \ nix-0.19.1 \ normalize-line-endings-0.3.0 \ num-bigint-0.2.6 \ num-integer-0.1.44 \ num-traits-0.1.43 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ number_prefix-0.4.0 \ object-0.22.0 \ once_cell-1.5.2 \ opaque-debug-0.3.0 \ openssl-0.10.32 \ openssl-probe-0.1.2 \ openssl-sys-0.9.60 \ parking-2.0.0 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ pem-0.8.2 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ phf-0.7.24 \ phf_codegen-0.7.24 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pin-project-lite-0.1.11 \ pin-project-lite-0.2.1 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ polling-2.0.2 \ ppv-lite86-0.2.10 \ predicates-1.0.6 \ predicates-core-1.0.1 \ predicates-tree-1.0.1 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ publicsuffix-1.5.4 \ pulldown-cmark-0.0.3 \ quick-error-1.2.3 \ quote-0.3.15 \ quote-1.0.8 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redis-0.17.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.2 \ regex-syntax-0.6.21 \ remove_dir_all-0.5.3 \ reqwest-0.9.24 \ retry-1.2.0 \ ring-0.16.19 \ rouille-3.0.0 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-2.0.0 \ security-framework-sys-2.0.0 \ selenium-rs-0.1.2 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.118 \ serde_derive-1.0.118 \ serde_json-1.0.61 \ serde_urlencoded-0.5.5 \ sha-1-0.9.2 \ sha1-0.6.0 \ sha2-0.9.2 \ signal-hook-registry-1.3.0 \ simple_asn1-0.4.1 \ siphasher-0.2.3 \ skeptic-0.4.0 \ slab-0.4.2 \ smallvec-0.6.13 \ socket2-0.3.19 \ spin-0.5.2 \ string-0.2.1 \ strip-ansi-escapes-0.1.0 \ strsim-0.8.0 \ subtle-2.4.0 \ syn-0.11.11 \ syn-1.0.58 \ synom-0.11.3 \ synstructure-0.12.4 \ syslog-5.0.0 \ tar-0.4.30 \ tempdir-0.3.7 \ tempfile-3.1.0 \ term-0.5.2 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.23 \ thiserror-impl-1.0.23 \ thread_local-1.1.0 \ threadpool-1.8.1 \ time-0.1.44 \ tiny_http-0.6.2 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tokio-0.1.22 \ tokio-0.2.24 \ tokio-buf-0.1.1 \ tokio-codec-0.1.2 \ tokio-compat-0.1.6 \ tokio-current-thread-0.1.7 \ tokio-executor-0.1.10 \ tokio-fs-0.1.7 \ tokio-io-0.1.13 \ tokio-named-pipes-0.1.0 \ tokio-process-0.2.5 \ tokio-reactor-0.1.12 \ tokio-serde-0.1.0 \ tokio-serde-bincode-0.1.1 \ tokio-signal-0.2.9 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-threadpool-0.1.18 \ tokio-timer-0.2.13 \ tokio-udp-0.1.6 \ tokio-uds-0.2.7 \ tokio-util-0.3.1 \ toml-0.5.8 \ tower-0.1.1 \ tower-buffer-0.1.2 \ tower-discover-0.1.0 \ tower-layer-0.1.0 \ tower-limit-0.1.3 \ tower-load-shed-0.1.0 \ tower-retry-0.1.0 \ tower-service-0.2.0 \ tower-timeout-0.1.1 \ tower-util-0.1.0 \ tracing-0.1.22 \ tracing-attributes-0.1.11 \ tracing-core-0.1.17 \ treeline-0.1.0 \ try-lock-0.2.3 \ try_from-0.3.2 \ twoway-0.1.8 \ typenum-1.12.0 \ unicase-1.4.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-width-0.1.8 \ unicode-xid-0.0.4 \ unicode-xid-0.2.1 \ unix_socket-0.5.0 \ untrusted-0.7.1 \ url-1.7.2 \ url-2.2.0 \ utf8parse-0.1.1 \ uuid-0.7.4 \ uuid-0.8.1 \ vcpkg-0.2.11 \ vec-arena-1.0.0 \ vec_map-0.8.2 \ version-compare-0.0.11 \ version_check-0.1.5 \ version_check-0.9.2 \ void-1.0.2 \ vte-0.3.3 \ wait-timeout-0.2.0 \ waker-fn-1.1.0 \ walkdir-2.3.1 \ want-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.69 \ wasm-bindgen-backend-0.2.69 \ wasm-bindgen-futures-0.4.19 \ wasm-bindgen-macro-0.2.69 \ wasm-bindgen-macro-support-0.2.69 \ wasm-bindgen-shared-0.2.69 \ web-sys-0.3.46 \ wepoll-sys-3.0.1 \ which-4.0.2 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 \ xattr-0.2.2 \ zip-0.5.9 \ zstd-0.6.0+zstd.1.4.8 \ zstd-safe-3.0.0+zstd.1.4.8 \ zstd-sys-1.4.19+zstd.1.4.8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache .include diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index 9c3b6c7555c6..785e5091095a 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,331 +1,332 @@ PORTNAME= sentry-cli DISTVERSION= 1.64.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org COMMENT= Command line utility to work with Sentry LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl \ libgit2.so:devel/libgit2 USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= getsentry CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ advapi32-sys-0.2.0 \ ahash-0.3.8 \ aho-corasick-0.7.15 \ anyhow-1.0.34 \ anylog-0.5.0 \ app_dirs-1.2.1 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ assert-json-diff-1.1.0 \ assert_cmd-1.0.2 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backoff-0.1.6 \ backtrace-0.3.55 \ base64-0.10.1 \ base64-0.13.0 \ bitflags-1.2.1 \ bitmaps-2.1.0 \ blake2b_simd-0.5.11 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ brotli-sys-0.3.2 \ brotli2-0.3.2 \ bstr-0.2.14 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chardet-0.2.4 \ chrono-0.4.19 \ clap-2.33.3 \ cloudabi-0.0.3 \ colored-1.9.3 \ console-0.11.3 \ const_fn-0.4.4 \ constant_time_eq-0.1.5 \ crc32fast-1.2.1 \ crossbeam-channel-0.4.4 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.1 \ csv-1.1.5 \ csv-core-0.1.10 \ curl-0.4.34 \ curl-sys-0.4.39+curl-7.74.0 \ debugid-0.7.2 \ difference-2.0.0 \ digest-0.8.1 \ dirs-1.0.5 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ dlv-list-0.2.2 \ dmsort-1.0.1 \ doc-comment-0.3.3 \ dotenv-0.15.0 \ dtoa-0.4.6 \ either-1.6.1 \ elementtree-0.5.0 \ encode_unicode-0.3.6 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ encoding-index-simpchinese-1.20141219.5 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ extend-0.1.2 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ fallible-iterator-0.2.0 \ flate2-1.0.19 \ float-cmp-0.8.0 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ fuchsia-cprng-0.1.1 \ generic-array-0.12.3 \ getrandom-0.1.15 \ gimli-0.23.0 \ git2-0.13.12 \ glob-0.3.0 \ globset-0.4.6 \ goblin-0.3.4 \ hashbrown-0.7.2 \ hashbrown-0.9.1 \ heck-0.3.1 \ hermit-abi-0.1.17 \ hostname-0.3.1 \ httparse-1.3.4 \ httpdate-0.3.2 \ id-arena-2.2.1 \ idna-0.1.5 \ idna-0.2.0 \ if_chain-0.1.3 \ if_chain-1.0.1 \ ignore-0.4.17 \ im-14.3.0 \ indexmap-1.6.0 \ indicatif-0.14.0 \ insta-0.16.1 \ instant-0.1.9 \ itertools-0.9.0 \ itoa-0.4.6 \ java-properties-1.3.0 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ leb128-0.2.4 \ libc-0.2.81 \ libgit2-sys-0.12.14+1.1.0 \ libz-sys-1.1.2 \ line-wrap-0.1.1 \ linked-hash-map-0.5.3 \ lock_api-0.3.4 \ lock_api-0.4.2 \ log-0.4.11 \ mac-process-info-0.2.0 \ maplit-1.0.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ memmap-0.7.0 \ memoffset-0.6.1 \ might-be-minified-0.3.0 \ miniz_oxide-0.4.3 \ mockito-0.26.0 \ new_debug_unreachable-1.0.4 \ normalize-line-endings-0.3.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ number_prefix-0.3.0 \ object-0.22.0 \ ole32-sys-0.2.0 \ opaque-debug-0.2.3 \ open-1.4.0 \ openssl-probe-0.1.2 \ openssl-sys-0.9.59 \ ordered-multimap-0.2.4 \ osascript-0.3.0 \ parking_lot-0.10.2 \ parking_lot-0.11.1 \ parking_lot_core-0.7.2 \ parking_lot_core-0.8.1 \ pdb-0.6.0 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ phf_shared-0.8.0 \ pkg-config-0.3.19 \ plain-0.2.3 \ plist-0.5.5 \ podio-0.1.7 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ predicates-1.0.5 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ prettytable-rs-0.8.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ proguard-4.1.1 \ quote-0.6.13 \ quote-1.0.7 \ r2d2-0.8.9 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rand_xoshiro-0.4.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.2 \ regex-automata-0.1.9 \ regex-syntax-0.6.21 \ remove_dir_all-0.5.3 \ runas-0.2.1 \ rust-argon2-0.8.3 \ rust-ini-0.15.3 \ rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ schannel-0.1.19 \ scheduled-thread-pool-0.2.5 \ scopeguard-1.1.0 \ scroll-0.9.2 \ scroll-0.10.2 \ scroll_derive-0.9.5 \ scroll_derive-0.10.4 \ semver-0.9.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ sentry-0.18.1 \ sentry-types-0.14.1 \ serde-1.0.118 \ serde_derive-1.0.118 \ serde_json-1.0.60 \ serde_urlencoded-0.6.1 \ serde_yaml-0.8.14 \ sha-1-0.8.2 \ sha1-0.6.0 \ shell32-sys-0.1.2 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.2 \ siphasher-0.3.3 \ sized-chunks-0.5.3 \ smallvec-1.5.1 \ socket2-0.3.17 \ sourcemap-5.0.0 \ stable_deref_trait-1.2.0 \ string_cache-0.8.1 \ strsim-0.8.0 \ symbolic-8.0.5 \ symbolic-common-8.0.5 \ symbolic-debuginfo-8.0.5 \ syn-0.15.44 \ syn-1.0.54 \ synstructure-0.12.4 \ tempfile-3.1.0 \ term-0.5.2 \ term_size-0.3.2 \ terminal_size-0.1.15 \ termios-0.3.3 \ textwrap-0.11.0 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ thread_local-1.0.1 \ time-0.1.44 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ treeline-0.1.0 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ uname-0.1.1 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ unix-daemonize-0.1.2 \ url-1.7.2 \ url-2.2.0 \ username-0.2.0 \ uuid-0.8.1 \ vcpkg-0.2.11 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ walrus-0.18.0 \ walrus-macro-0.18.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasmparser-0.59.0 \ which-3.1.1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xdg-2.2.0 \ xml-rs-0.8.3 \ yaml-rust-0.4.4 \ zip-0.5.6 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS REPORTING OPTIONS_DEFAULT= REPORTING REPORTING_DESC= Enable crash reporting REPORTING_VARS= CARGO_FEATURES+=with_crash_reporting post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile index 40368ed96aaf..a27849f9e389 100644 --- a/devel/tokei/Makefile +++ b/devel/tokei/Makefile @@ -1,178 +1,178 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 12.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org COMMENT= Display statistics about your code LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENCE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENCE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= XAMPPRocky CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.4.12 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ base64-0.11.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bstr-0.2.13 \ byte-tools-0.3.1 \ bytecount-0.6.0 \ byteorder-1.3.4 \ cc-1.0.54 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.11 \ chrono-tz-0.5.2 \ clap-2.33.3 \ cloudabi-0.1.0 \ const_fn-0.4.2 \ constant_time_eq-0.1.5 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.0 \ dashmap-4.0.1 \ deunicode-0.4.3 \ digest-0.8.1 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ dtoa-0.4.6 \ either-1.5.3 \ encoding_rs-0.8.23 \ encoding_rs_io-0.1.7 \ env_logger-0.8.2 \ fake-simd-0.1.2 \ fnv-1.0.7 \ generic-array-0.12.3 \ getrandom-0.1.14 \ getrandom-0.2.0 \ git2-0.13.15 \ globset-0.4.5 \ globwalk-0.8.1 \ grep-matcher-0.1.4 \ grep-searcher-0.1.7 \ half-1.6.0 \ hermit-abi-0.1.14 \ hex-0.4.2 \ humansize-1.1.0 \ humantime-2.0.1 \ idna-0.2.0 \ ignore-0.4.17 \ instant-0.1.5 \ itoa-0.4.6 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ libc-0.2.71 \ libgit2-sys-0.12.17+1.1.0 \ libz-sys-1.1.0 \ linked-hash-map-0.5.3 \ lock_api-0.4.0 \ log-0.4.11 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.3.3 \ memmap-0.7.0 \ memoffset-0.6.1 \ nodrop-0.1.14 \ num-format-0.4.0 \ num-integer-0.1.43 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ once_cell-1.5.2 \ opaque-debug-0.2.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.0 \ parse-zoneinfo-0.3.0 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pkg-config-0.3.17 \ ppv-lite86-0.2.8 \ proc-macro2-1.0.18 \ quote-1.0.7 \ rand-0.7.3 \ rand-0.8.0 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.56 \ redox_users-0.3.4 \ regex-1.4.3 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ rust-argon2-0.7.0 \ ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ serde-1.0.118 \ serde_cbor-0.11.1 \ serde_derive-1.0.118 \ serde_json-1.0.61 \ serde_yaml-0.8.15 \ sha-1-0.8.2 \ slug-0.1.4 \ smallvec-1.4.0 \ strsim-0.8.0 \ syn-1.0.33 \ tempfile-3.1.0 \ tera-1.6.1 \ term_size-0.3.2 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.43 \ tinyvec-0.3.3 \ toml-0.5.8 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unic-char-property-0.9.0 \ unic-char-range-0.9.0 \ unic-common-0.9.0 \ unic-segment-0.9.0 \ unic-ucd-segment-0.9.0 \ unic-ucd-version-0.9.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ url-2.1.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ yaml-rust-0.4.5 # enable all output serialization formats CARGO_FEATURES= all PLIST_FILES= bin/tokei post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tokei .include diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 09d72a4603bf..04d8b7b0a5d0 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -1,122 +1,122 @@ PORTNAME= dog DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns net MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line DNS client LICENSE= EUPL LICENSE_NAME= European Union Public Licence V. 1.2 LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= ogham GH_TUPLE= llogiq:mutagen:c7abc956a10e8a3e2cc71f21279ea0a42f7b7c10:mutagen CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.54 \ bitflags-1.2.1 \ byteorder-1.3.4 \ cc-1.0.61 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ ctor-0.1.16 \ datetime-0.5.1 \ difference-2.0.0 \ failure-0.1.8 \ failure_derive-0.1.8 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ getopts-0.2.21 \ getrandom-0.1.15 \ gimli-0.23.0 \ hermit-abi-0.1.17 \ httparse-1.3.4 \ ipconfig-0.2.2 \ itoa-0.4.6 \ json-0.12.4 \ lazy_static-1.4.0 \ libc-0.2.80 \ log-0.4.11 \ miniz_oxide-0.4.3 \ native-tls-0.2.4 \ object-0.22.0 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ output_vt100-0.1.2 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ pretty_assertions-0.6.1 \ proc-macro2-1.0.24 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ regex-1.4.2 \ regex-syntax-0.6.21 \ remove_dir_all-0.5.3 \ rustc-demangle-0.1.18 \ ryu-1.0.5 \ schannel-0.1.19 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ socket2-0.3.15 \ syn-1.0.48 \ synstructure-0.12.4 \ tempfile-3.1.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vcpkg-0.2.10 \ wasi-0.9.0+wasi-snapshot-preview1 \ widestring-0.4.3 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 CARGO_USE_GITHUB= yes CARGO_GIT_SUBDIR= mutagen:mutagen:mutagen PORTDOCS= README.md OPTIONS_DEFINE= COMPLETIONS DOCS OPTIONS_DEFAULT= COMPLETIONS OPTIONS_SUB= yes COMPLETIONS_DESC= Install shell completions for bash, fish and zsh post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-COMPLETIONS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 0b792b6033e8..09f9c344f8f7 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -1,26 +1,26 @@ # Created by: Timothy Beyer PORTNAME= doh-proxy DISTVERSION= 0.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= mat@FreeBSD.org COMMENT= DNS-over-HTTP server proxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo PLIST_FILES= bin/doh-proxy # make cargo-crates > Makefile.crates .include "Makefile.crates" post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/doh-proxy .include diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile index 900e7b43d9a9..334a9fa2eaca 100644 --- a/dns/encrypted-dns-server/Makefile +++ b/dns/encrypted-dns-server/Makefile @@ -1,161 +1,162 @@ PORTNAME= encrypted-dns-server DISTVERSION= 0.3.23 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= felix@userspace.com.au COMMENT= High-performance, zero maintenance encrypted DNS proxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= jedisct1 USE_RC_SUBR= encrypted_dns CARGO_CRATES= adler-1.0.2 \ adler32-1.2.0 \ aho-corasick-0.7.15 \ anyhow-1.0.40 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ bytes-1.0.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ clap-2.33.3 \ clockpro-cache-0.1.10 \ coarsetime-0.1.18 \ crc32fast-1.2.1 \ ct-codecs-1.1.1 \ daemonize-simple-0.1.4 \ derivative-2.2.0 \ dnsstamps-0.1.6 \ env_logger-0.8.3 \ filetime-0.2.14 \ flate2-1.0.20 \ fnv-1.0.7 \ fs_extra-1.2.0 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ getrandom-0.2.2 \ hermit-abi-0.1.18 \ hex-0.4.3 \ http-0.2.4 \ http-body-0.4.1 \ httparse-1.3.6 \ httpdate-0.3.2 \ humantime-2.1.0 \ hyper-0.14.5 \ instant-0.1.9 \ ipext-0.1.0 \ itoa-0.4.7 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ lazy_static-1.4.0 \ libc-0.2.93 \ libflate-1.0.4 \ libflate_lz77-1.0.0 \ libsodium-sys-stable-1.19.15 \ lock_api-0.4.3 \ log-0.4.14 \ memchr-2.3.4 \ minisign-verify-0.1.8 \ miniz_oxide-0.4.4 \ mio-0.7.11 \ miow-0.3.7 \ nix-0.19.1 \ ntapi-0.3.6 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ pin-project-1.0.6 \ pin-project-internal-1.0.6 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ privdrop-0.5.0 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.26 \ procfs-0.9.1 \ prometheus-0.11.0 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.2.6 \ regex-1.4.5 \ regex-syntax-0.6.23 \ rle-decode-fast-1.0.1 \ rustc-hash-1.1.0 \ scopeguard-1.1.0 \ serde-1.0.125 \ serde-big-array-0.3.2 \ serde_derive-1.0.125 \ siphasher-0.3.5 \ slab-0.4.2 \ smallvec-1.6.1 \ socket2-0.3.19 \ syn-1.0.69 \ tar-0.4.33 \ term_size-0.3.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ tokio-1.5.0 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ try-lock-0.2.3 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unsafe_unwrap-0.1.0 \ vcpkg-0.2.11 \ want-0.3.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xattr-0.2.2 CARGO_FEATURES= --no-default-features USERS= _encrypted-dns GROUPS= _encrypted-dns PLIST_SUB= USERS=${USERS} \ GROUPS=${GROUPS} PLIST_FILES= bin/encrypted-dns \ "@sample ${ETCDIR}/encrypted-dns.toml.sample" \ "@dir(${USERS},${GROUPS},0755) ${ETCDIR}" OPTIONS_DEFINE= METRICS OPTIONS_DEFAULT=METRICS METRICS_DESC= Enable Prometheus metrics METRICS_VARS= CARGO_FEATURES+=metrics post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/encrypted-dns.toml.sample \ ${STAGEDIR}${ETCDIR} .include diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index e05b739704d5..97026055ca68 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -1,138 +1,138 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 9.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org COMMENT= Kakoune Language Server Protocol Client LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE RUN_DEPENDS= kakoune>=2018.10.27:editors/kakoune USES= cargo USE_GITHUB= yes GH_ACCOUNT= ul CARGO_CRATES= adler32-1.1.0 \ aho-corasick-0.7.13 \ ansi_term-0.11.0 \ arc-swap-0.4.7 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ base64-0.11.0 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ boxfnonce-0.1.1 \ cfg-if-0.1.10 \ chrono-0.4.13 \ clap-2.33.1 \ constant_time_eq-0.1.5 \ crc32fast-1.2.0 \ crossbeam-0.7.3 \ crossbeam-channel-0.4.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ daemonize-0.4.1 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ either-1.5.3 \ enum_primitive-0.1.1 \ futures-0.1.29 \ getrandom-0.1.14 \ glob-0.3.0 \ hermit-abi-0.1.15 \ idna-0.2.0 \ itertools-0.9.0 \ itoa-0.4.6 \ jsonrpc-core-14.2.0 \ lazy_static-1.4.0 \ libc-0.2.73 \ libflate-1.0.2 \ libflate_lz77-1.0.0 \ log-0.4.11 \ lsp-types-0.80.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.5 \ num-integer-0.1.43 \ num-traits-0.1.43 \ num-traits-0.2.12 \ percent-encoding-2.1.0 \ ppv-lite86-0.2.8 \ proc-macro2-1.0.19 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ redox_users-0.3.4 \ regex-1.3.9 \ regex-syntax-0.6.18 \ rle-decode-fast-1.0.1 \ ropey-1.2.0 \ rust-argon2-0.7.0 \ ryu-1.0.5 \ scopeguard-1.1.0 \ serde-1.0.114 \ serde_derive-1.0.114 \ serde_json-1.0.56 \ serde_repr-0.1.6 \ slog-2.5.2 \ slog-async-2.5.0 \ slog-kvfilter-0.7.0 \ slog-scope-4.3.0 \ slog-stdlog-4.0.0 \ slog-term-2.6.0 \ sloggers-1.0.1 \ smallvec-1.4.1 \ strsim-0.8.0 \ syn-1.0.35 \ take_mut-0.2.2 \ term-0.6.1 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.43 \ tinyvec-0.3.3 \ toml-0.5.6 \ trackable-1.0.0 \ trackable_derive-1.0.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.1.1 \ vec_map-0.8.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ whoami-0.8.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 SUB_FILES= pkg-message PLIST_FILES= bin/kak-lsp \ "@sample ${ETCDIR}/kak-lsp.toml.sample" PORTDOCS= README.asciidoc OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kak-lsp @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/kak-lsp.toml ${STAGEDIR}${ETCDIR}/kak-lsp.toml.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.asciidoc ${STAGEDIR}${DOCSDIR} .include diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index d168493a0053..33206ed45f3c 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,73 +1,73 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org COMMENT= Tiny text editor written in Rust LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cargo USE_GITHUB= yes GH_ACCOUNT= ilai-deutel CARGO_CRATES= bitflags-1.2.1 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cloudabi-0.0.3 \ getrandom-0.2.1 \ lazy_static-1.4.0 \ libc-0.2.86 \ lock_api-0.3.4 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ ppv-lite86-0.2.10 \ proc-macro2-1.0.12 \ quote-1.0.4 \ rand-0.8.2 \ rand_chacha-0.3.0 \ rand_core-0.6.1 \ rand_hc-0.3.0 \ redox_syscall-0.1.56 \ redox_syscall-0.2.4 \ remove_dir_all-0.5.2 \ scopeguard-1.1.0 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ smallvec-1.4.0 \ syn-1.0.18 \ tempfile-3.2.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.0 \ wasi-0.10.1+wasi-snapshot-preview1 \ 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 PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS SYNTAX OPTIONS_DEFAULT= SYNTAX OPTIONS_SUB= yes SYNTAX_DESC= Install Syntax-highlighting ini files post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/unix.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-SYNTAX-on: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} syntax.d ${STAGEDIR}${DATADIR} .include diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 12639d4c5aed..66509882dbc9 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,130 +1,130 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org COMMENT= Infer parentheses for Clojure, Lisp, and Scheme LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cargo USE_GITHUB= yes GH_ACCOUNT= eraserhd USE_LDCONFIG= yes CARGO_CRATES= aho-corasick-0.7.3 \ ansi_term-0.11.0 \ atty-0.2.11 \ autocfg-0.1.4 \ backtrace-0.3.30 \ backtrace-sys-0.1.28 \ base-x-0.2.5 \ bindgen-0.48.1 \ bitflags-1.1.0 \ bumpalo-2.4.3 \ byteorder-1.3.2 \ cc-1.0.37 \ cexpr-0.3.5 \ cfg-if-0.1.9 \ clang-sys-0.26.4 \ clap-2.33.0 \ ctor-0.1.9 \ darling-0.9.0 \ darling_core-0.9.0 \ darling_macro-0.9.0 \ discard-1.0.4 \ emacs-0.11.0 \ emacs-macros-0.11.0 \ emacs_module-0.10.0 \ env_logger-0.6.1 \ failure-0.1.5 \ failure_derive-0.1.5 \ fnv-1.0.6 \ getopts-0.2.19 \ glob-0.2.11 \ hashbrown-0.1.8 \ humantime-1.2.0 \ ident_case-1.0.1 \ itoa-0.4.4 \ lazy_static-1.3.0 \ libc-0.2.58 \ libloading-0.5.1 \ log-0.4.6 \ memchr-2.2.0 \ nom-4.2.3 \ numtoa-0.1.0 \ peeking_take_while-0.1.2 \ proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.13 \ redox_syscall-0.1.54 \ redox_termios-0.1.1 \ regex-1.1.7 \ regex-syntax-0.6.7 \ rustc-demangle-0.1.15 \ rustc_version-0.2.3 \ ryu-0.2.8 \ scopeguard-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.92 \ serde_derive-1.0.92 \ serde_json-1.0.39 \ sha1-0.6.0 \ stdweb-0.4.17 \ stdweb-derive-0.5.1 \ stdweb-internal-macros-0.2.7 \ stdweb-internal-runtime-0.1.4 \ strsim-0.7.0 \ strsim-0.8.0 \ syn-0.15.42 \ synstructure-0.10.2 \ termcolor-1.0.5 \ termion-1.5.2 \ textwrap-0.11.0 \ thread_local-0.3.6 \ ucd-util-0.1.3 \ unicode-segmentation-1.3.0 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ utf8-ranges-1.0.3 \ vec_map-0.8.1 \ version_check-0.1.5 \ wasm-bindgen-0.2.45 \ wasm-bindgen-backend-0.2.45 \ wasm-bindgen-macro-0.2.45 \ wasm-bindgen-macro-support-0.2.45 \ wasm-bindgen-shared-0.2.45 \ which-2.0.1 \ winapi-0.3.7 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wincolor-1.0.1 PLIST_FILES= bin/parinfer-rust \ lib/libparinfer_rust.so \ share/kak/rc/extra/parinfer.kak \ share/vim/vimfiles/doc/parinfer.txt \ share/vim/vimfiles/plugin/parinfer.vim post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/parinfer-rust ${INSTALL_LIB} ${CARGO_TARGET_DIR}/*/libparinfer_rust.so \ ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${PREFIX}/share/kak/rc/extra \ ${STAGEDIR}${PREFIX}/share/vim/vimfiles/doc \ ${STAGEDIR}${PREFIX}/share/vim/vimfiles/plugin ${INSTALL_DATA} ${WRKSRC}/rc/parinfer.kak \ ${STAGEDIR}${PREFIX}/share/kak/rc/extra ${INSTALL_DATA} ${WRKSRC}/doc/parinfer.txt \ ${STAGEDIR}${PREFIX}/share/vim/vimfiles/doc ${INSTALL_DATA} ${WRKSRC}/plugin/parinfer.vim \ ${STAGEDIR}${PREFIX}/share/vim/vimfiles/plugin .include diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index fb5a3618683b..4db9577deeb7 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -1,182 +1,182 @@ PORTNAME= xi-core DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Modern editor backend written in Rust LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= xi-editor GH_PROJECT= xi-editor CARGO_CRATES= adler32-1.0.3 \ aho-corasick-0.7.3 \ argon2rs-0.2.5 \ arrayvec-0.4.10 \ ascii-0.9.1 \ autocfg-0.1.4 \ backtrace-0.3.32 \ backtrace-sys-0.1.29 \ base64-0.10.1 \ bincode-1.1.4 \ bitflags-1.1.0 \ blake2-rfc-0.2.18 \ block-buffer-0.7.3 \ block-padding-0.1.4 \ build_const-0.2.1 \ byte-tools-0.3.1 \ bytecount-0.5.1 \ byteorder-1.3.2 \ cc-1.0.37 \ cfg-if-0.1.9 \ chrono-0.4.7 \ cloudabi-0.0.3 \ combine-3.8.1 \ constant_time_eq-0.1.3 \ crc-1.8.1 \ crc32fast-1.2.0 \ crossbeam-0.7.1 \ crossbeam-channel-0.3.8 \ crossbeam-deque-0.7.1 \ crossbeam-epoch-0.7.1 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ digest-0.8.0 \ dirs-2.0.1 \ dirs-sys-0.3.3 \ either-1.5.2 \ failure-0.1.5 \ failure_derive-0.1.5 \ fake-simd-0.1.2 \ fern-0.5.8 \ filetime-0.2.5 \ flate2-1.0.9 \ fnv-1.0.6 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ generic-array-0.12.3 \ humantime-1.2.0 \ idna-0.1.5 \ inotify-0.6.1 \ inotify-sys-0.1.3 \ iovec-0.1.2 \ itoa-0.4.4 \ jsonrpc-lite-0.5.0 \ kernel32-sys-0.2.2 \ languageserver-types-0.54.0 \ lazy_static-1.3.0 \ lazycell-1.2.1 \ libc-0.2.58 \ line-wrap-0.1.1 \ linked-hash-map-0.5.2 \ log-0.4.6 \ matches-0.1.8 \ memchr-2.2.0 \ memoffset-0.2.1 \ miniz-sys-0.1.12 \ miniz_oxide-0.2.1 \ miniz_oxide_c_api-0.2.1 \ mio-0.6.19 \ mio-extras-2.0.5 \ miow-0.2.1 \ net2-0.2.33 \ nodrop-0.1.13 \ nom-4.2.3 \ notify-4.0.12 \ num-derive-0.2.5 \ num-integer-0.1.41 \ num-traits-0.2.8 \ onig-4.3.2 \ onig_sys-69.1.0 \ opaque-debug-0.2.2 \ percent-encoding-1.0.1 \ pkg-config-0.3.14 \ plist-0.4.2 \ pom-3.0.2 \ proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.12 \ rand-0.4.6 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.54 \ redox_users-0.3.0 \ regex-1.1.7 \ regex-syntax-0.6.7 \ remove_dir_all-0.5.2 \ rustc-demangle-0.1.15 \ ryu-0.2.8 \ safemem-0.3.0 \ same-file-1.0.4 \ scoped_threadpool-0.1.9 \ scopeguard-0.3.3 \ serde-1.0.94 \ serde_derive-1.0.94 \ serde_json-1.0.39 \ serde_test-1.0.94 \ sha2-0.8.0 \ slab-0.4.2 \ smallvec-0.6.10 \ syn-0.15.39 \ synstructure-0.10.2 \ syntect-3.2.0 \ tempdir-0.3.7 \ thread_local-0.3.6 \ time-0.1.42 \ toml-0.5.1 \ typenum-1.10.0 \ ucd-util-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.8 \ unicode-segmentation-1.3.0 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ url-1.7.2 \ url_serde-0.2.0 \ utf8-ranges-1.0.3 \ version_check-0.1.5 \ void-1.0.2 \ walkdir-2.2.8 \ winapi-0.2.8 \ winapi-0.3.7 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ xml-rs-0.8.0 \ yaml-rust-0.4.3 WRKSRC_SUBDIR= rust PLIST_FILES= bin/xi-core PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xi-core .include diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile index 521f6cb36394..47ea79aef5e0 100644 --- a/editors/xi-term/Makefile +++ b/editors/xi-term/Makefile @@ -1,177 +1,177 @@ PORTNAME= xi-term DISTVERSION= g20190913 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Terminal frontend for xi-editor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= xi-core:editors/xi-core USES= cargo USE_GITHUB= yes GH_ACCOUNT= xi-frontend GH_TAGNAME= d264767 CARGO_CRATES= adler32-1.0.3 \ ansi_term-0.11.0 \ antidote-1.0.0 \ arc-swap-0.3.11 \ arrayvec-0.4.10 \ atty-0.2.11 \ autocfg-0.1.4 \ backtrace-0.3.30 \ backtrace-sys-0.1.28 \ base64-0.10.1 \ bitflags-1.1.0 \ build_const-0.2.1 \ byteorder-1.3.2 \ bytes-0.4.12 \ cc-1.0.37 \ cfg-if-0.1.9 \ chrono-0.4.6 \ clap-2.33.0 \ cloudabi-0.0.3 \ crc-1.8.1 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.1 \ crossbeam-epoch-0.7.1 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ dtoa-0.4.4 \ failure-0.1.5 \ failure_derive-0.1.5 \ flate2-1.0.7 \ fnv-1.0.6 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.27 \ humantime-1.2.0 \ indexmap-1.0.2 \ iovec-0.1.2 \ itoa-0.4.4 \ kernel32-sys-0.2.2 \ lazy_static-1.3.0 \ lazycell-1.2.1 \ libc-0.2.58 \ line-wrap-0.1.1 \ linked-hash-map-0.5.2 \ lock_api-0.1.5 \ log-0.4.6 \ log-mdc-0.1.0 \ log4rs-0.8.3 \ memoffset-0.2.1 \ miniz-sys-0.1.12 \ miniz_oxide-0.2.1 \ miniz_oxide_c_api-0.2.1 \ mio-0.6.19 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ net2-0.2.33 \ nodrop-0.1.13 \ num-integer-0.1.41 \ num-traits-0.2.8 \ num_cpus-1.10.1 \ numtoa-0.1.0 \ ordered-float-1.0.2 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot_core-0.4.0 \ plist-0.4.2 \ proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.12 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.54 \ redox_termios-0.1.1 \ rustc-demangle-0.1.15 \ rustc_version-0.2.3 \ ryu-0.2.8 \ safemem-0.3.0 \ same-file-1.0.4 \ scopeguard-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.92 \ serde-value-0.5.3 \ serde_derive-1.0.92 \ serde_json-1.0.39 \ serde_yaml-0.8.9 \ signal-hook-0.1.9 \ signal-hook-registry-1.0.1 \ slab-0.4.2 \ smallvec-0.6.10 \ socket2-0.3.9 \ stable_deref_trait-1.1.1 \ strsim-0.8.0 \ syn-0.15.36 \ synstructure-0.10.2 \ syntect-3.2.0 \ termion-1.5.3 \ textwrap-0.11.0 \ thread-id-3.3.0 \ time-0.1.42 \ tokio-0.1.21 \ tokio-codec-0.1.1 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.7 \ tokio-fs-0.1.6 \ tokio-io-0.1.12 \ tokio-process-0.2.3 \ tokio-reactor-0.1.9 \ tokio-signal-0.2.7 \ tokio-sync-0.1.6 \ tokio-tcp-0.1.3 \ tokio-threadpool-0.1.14 \ tokio-timer-0.2.11 \ tokio-trace-core-0.2.0 \ tokio-udp-0.1.3 \ tokio-uds-0.2.5 \ traitobject-0.1.0 \ typemap-0.3.3 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unsafe-any-0.4.2 \ vec_map-0.8.1 \ walkdir-2.2.8 \ winapi-0.2.8 \ winapi-0.3.7 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ xdg-2.2.0 \ xml-rs-0.8.0 \ xrl-0.0.8 \ yaml-rust-0.4.3 PLIST_FILES= bin/xi-term PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xi-term .include diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index 0692ebee8e0b..1358b31b183c 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,200 +1,200 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org COMMENT= Realtime ticker data in your terminal LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= tarkah CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ ansi_term-0.11.0 \ anyhow-1.0.38 \ async-attributes-1.1.2 \ async-channel-1.5.1 \ async-executor-1.4.0 \ async-global-executor-2.0.2 \ async-io-1.3.1 \ async-lock-2.3.0 \ async-mutex-1.4.0 \ async-std-1.9.0 \ async-task-4.0.3 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.56 \ better-panic-0.2.0 \ bitflags-1.2.1 \ blocking-1.0.2 \ bumpalo-3.6.0 \ byteorder-1.4.2 \ bytes-0.4.12 \ cache-padded-1.1.1 \ cassowary-0.3.0 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-tz-0.5.3 \ clap-2.33.3 \ clicolors-control-1.0.1 \ concurrent-queue-1.2.2 \ console-0.9.2 \ crossbeam-channel-0.4.4 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.1 \ crossterm-0.18.2 \ crossterm-0.19.0 \ crossterm_winapi-0.6.2 \ crossterm_winapi-0.7.0 \ ctor-0.1.19 \ curl-0.4.34 \ curl-sys-0.4.40+curl-7.75.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ dtoa-0.4.7 \ either-1.6.1 \ encode_unicode-0.3.6 \ event-listener-2.5.1 \ fastrand-1.4.0 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ futures-0.3.12 \ futures-channel-0.3.12 \ futures-core-0.3.12 \ futures-executor-0.3.12 \ futures-io-0.3.12 \ futures-lite-1.11.3 \ futures-macro-0.3.12 \ futures-sink-0.3.12 \ futures-task-0.3.12 \ futures-util-0.3.12 \ getrandom-0.2.2 \ gimli-0.23.0 \ gloo-timers-0.2.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ http-0.1.21 \ idna-0.2.1 \ instant-0.1.9 \ iovec-0.1.4 \ isahc-0.8.2 \ itertools-0.9.0 \ itoa-0.4.7 \ js-sys-0.3.47 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ libc-0.2.86 \ libnghttp2-sys-0.1.6+1.43.0 \ libz-sys-1.1.2 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ miniz_oxide-0.4.3 \ mio-0.7.7 \ miow-0.3.6 \ nb-connect-1.0.3 \ ntapi-0.3.6 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.23.0 \ once_cell-1.5.2 \ openssl-probe-0.1.2 \ openssl-sys-0.9.60 \ parking-2.0.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ parse-zoneinfo-0.3.0 \ percent-encoding-2.1.0 \ pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ polling-2.0.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.24 \ quote-1.0.9 \ redox_syscall-0.2.5 \ redox_users-0.4.0 \ regex-1.4.3 \ regex-syntax-0.6.22 \ rustc-demangle-0.1.18 \ ryu-1.0.5 \ schannel-0.1.19 \ scopeguard-1.1.0 \ serde-1.0.123 \ serde_derive-1.0.123 \ serde_json-1.0.62 \ serde_urlencoded-0.6.1 \ serde_yaml-0.8.17 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ slab-0.4.2 \ sluice-0.5.4 \ smallvec-1.6.1 \ socket2-0.3.19 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.60 \ termios-0.3.3 \ textwrap-0.11.0 \ time-0.1.43 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tui-0.14.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ value-bag-1.0.0-alpha.6 \ vcpkg-0.2.11 \ vec-arena-1.0.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ waker-fn-1.1.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.70 \ wasm-bindgen-backend-0.2.70 \ wasm-bindgen-futures-0.4.20 \ wasm-bindgen-macro-0.2.70 \ wasm-bindgen-macro-support-0.2.70 \ wasm-bindgen-shared-0.2.70 \ web-sys-0.3.47 \ wepoll-sys-3.0.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ yaml-rust-0.4.5 PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/games/0ad/Makefile b/games/0ad/Makefile index cdc5d2a3c6fc..668290d5ab42 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,93 +1,93 @@ PORTNAME= 0ad PORTVERSION= 0.0.24b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare BROKEN_FreeBSD_11= fails to link: undefined reference to gloox::Client::Client(...) BROKEN_aarch64= fails to compile: no member named verifyHeapAccessDisassembly BROKEN_armv6= fails to link: fatal error: conftest: Unknown error: -1 BROKEN_armv7= fails to link: fatal error: conftest: Unknown error: -1 BROKEN_powerpc64= fails to compile: _psutil_bsd.c: error: 'struct xtcpcb' has no member named 'xt_tp' BUILD_DEPENDS= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ zip:archivers/zip \ cmake:devel/cmake LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libcurl.so:ftp/curl \ libgloox.so:net-im/gloox \ libminiupnpc.so:net/miniupnpc \ libnspr4.so:devel/nspr \ libenet.so:net/enet \ libtiff.so:graphics/tiff \ libsodium.so:security/libsodium \ libfmt.so:devel/libfmt USES= compiler:c++11-lib desktop-file-utils dos2unix gl gmake gnome \ iconv jpeg openal:al perl5 pkgconfig python:build sdl tar:xz \ xorg USE_GNOME= libxml2 USE_GL= gl USE_SDL= sdl2 USE_XORG= x11 xcursor USE_PERL5= build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release verbose=1 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 CFLAGS_i386= -msse2 BUNDLE_LIBS= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) BINARY_ALIAS= python3=${PYTHON_CMD} USE_WX= 3.0+ WX_COMPS= wx:lib MAKE_ENV+= JOBS=${_MAKE_JOBS} PORTDATA= * .include post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%CC%%|${CC}|' \ ${WRKSRC}/build/premake/premake5.lua ${WRKSRC}/build/premake/extern_libs5.lua .if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc @${REINPLACE_CMD} -e '1055,1251s/-rdynamic/-lssp_nonshared &/' \ -e '1441s/"execinfo",/& "ssp_nonshared",/' \ ${WRKSRC}/build/premake/premake5.lua .endif @${REINPLACE_CMD} 's,^\(Exec=\)/usr/local,\1${PREFIX},' \ ${WRKSRC}/build/resources/0ad.desktop @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/build/resources/0ad.sh pre-build: (cd ${WRKSRC}/build/workspaces && ${SETENV} ${MAKE_ENV} ./update-workspaces.sh --bindir=${PREFIX}/bin --datadir=${DATADIR} --libdir=${PREFIX}/lib/${PORTNAME}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/pyrogenesis ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/build/resources/0ad.sh ${STAGEDIR}${PREFIX}/bin/0ad ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libAtlasUI.so libCollada.so libmozjs78-ps-release.so libnvcore.so libnvimage.so libnvmath.so libnvtt.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.png ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/binaries/data && ${COPYTREE_SHARE} "config l10n tests tools" ${STAGEDIR}${DATADIR}) ${MKDIR} ${STAGEDIR}${DATADIR}/mods/public ${STAGEDIR}${DATADIR}/mods/mod ${TAR} xf ${WRKSRC}/binaries/data/mods/public/public.zip -C ${STAGEDIR}${DATADIR}/mods/public --no-same-permissions ${TAR} xf ${WRKSRC}/binaries/data/mods/mod/mod.zip -C ${STAGEDIR}${DATADIR}/mods/mod --no-same-permissions .include diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index ced52ab20489..afea2aa1cbd8 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -1,481 +1,481 @@ PORTNAME= abstreet DISTVERSIONPREFIX= v DISTVERSION= 0.2.9-49 DISTVERSIONSUFFIX= -g74aca40c0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= LOCAL/yuri:data DISTFILES= ${PORTNAME}-data-${DISTVERSION}.tgz:data # updated by the update-data target MAINTAINER= yuri@FreeBSD.org COMMENT= Game exploring how changes to city affect drivers/cyclists/pedestrians LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo localbase:ldflags python:build xorg USE_GITHUB= yes GH_ACCOUNT= dabreegster USE_XORG= xcb MAKE_ENV= ABST_DATA_DIR=${DATADIR} ABST_PLAYER_HOME_DIR=1 GH_TUPLE= dabreegster:earcutr:e029a11b66fd27f2ca2fd457dd37c403485ebba1:earcutr \ dabreegster:seattle_traffic_signals:c2b33cc7fc4b922c8d25d88a8b07fb824d235b9d:seattle_traffic_signals \ easbar:fast_paths:192ae1997f9857791826ac5ed16892b2f692920c:fast_paths \ michaelkirk:winit:a87ae2661263ff241e8868cbf3ce65aab205863a:michaelkirk_winit CARGO_CRATES= RustyXML-0.1.1 \ aabb-quadtree-0.1.0 \ adler32-1.0.4 \ ahash-0.2.18 \ aho-corasick-0.7.10 \ andrew-0.2.1 \ android_glue-0.2.3 \ android_log-sys-0.1.2 \ ansi_term-0.11.0 \ approx-0.3.2 \ arc-swap-0.4.7 \ arrayvec-0.5.1 \ ascii-canvas-1.0.0 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backtrace-0.2.3 \ backtrace-0.3.46 \ backtrace-sys-0.1.35 \ base-x-0.2.6 \ base64-0.11.0 \ base64-0.12.1 \ bincode-1.2.1 \ bit-set-0.5.1 \ bit-vec-0.5.1 \ bitflags-1.2.1 \ block-0.1.6 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bstr-0.2.12 \ built-0.4.2 \ bumpalo-3.2.1 \ byte-tools-0.3.1 \ bytemuck-1.2.0 \ byteorder-1.3.4 \ bytes-0.5.4 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ calloop-0.4.4 \ cargo-lock-4.0.1 \ cbindgen-0.9.1 \ cc-1.0.50 \ cfg-if-0.1.10 \ cgl-0.3.2 \ chrono-0.4.11 \ clap-2.33.0 \ cloudabi-0.0.3 \ crossbeam-channel-0.4.3 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-utils-0.7.2 \ cocoa-0.20.1 \ colorous-1.0.1 \ const-random-0.1.8 \ const-random-macro-0.1.8 \ contour-0.2.0 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ core-graphics-0.19.0 \ core-video-sys-0.1.4 \ cpuprofiler-0.0.3 \ crc32fast-1.2.0 \ csv-1.1.3 \ csv-core-0.1.10 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ data-url-0.1.0 \ dbghelp-sys-0.2.0 \ debug_unreachable-0.1.1 \ deflate-0.8.4 \ derivative-2.1.1 \ diff-0.1.12 \ digest-0.8.1 \ discard-1.0.4 \ dispatch-0.2.0 \ dlib-0.4.1 \ docopt-1.1.0 \ downcast-rs-1.1.1 \ dtoa-0.4.5 \ either-1.5.3 \ ena-0.11.0 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ encoding-index-simpchinese-1.20141219.5 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ encoding_rs-0.8.22 \ enumset-1.0.0 \ enumset_derive-0.5.0 \ error-chain-0.5.0 \ euclid-0.20.10 \ failure-0.1.7 \ failure_derive-0.1.7 \ fake-simd-0.1.2 \ fixedbitset-0.1.9 \ fixedbitset-0.2.0 \ flate2-1.0.14 \ float-cmp-0.5.3 \ float_next_after-0.1.5 \ fnv-1.0.6 \ fontdb-0.1.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ futures-channel-0.3.5 \ futures-channel-preview-0.3.0-alpha.19 \ futures-core-0.3.5 \ futures-core-preview-0.3.0-alpha.19 \ futures-executor-preview-0.3.0-alpha.19 \ futures-io-0.3.5 \ futures-macro-0.3.5 \ futures-sink-0.3.5 \ futures-task-0.3.5 \ futures-util-0.3.5 \ futures-util-preview-0.3.0-alpha.19 \ gdal-0.6.0 \ gdal-sys-0.2.0 \ generic-array-0.12.3 \ geo-0.13.0 \ geo-booleanop-0.3.0 \ geo-types-0.4.3 \ geo-types-0.5.0 \ geojson-0.19.0 \ getrandom-0.1.14 \ gl_generator-0.13.1 \ gl_generator-0.14.0 \ glob-0.3.0 \ glow-0.5.0 \ glutin-0.24.1 \ glutin_egl_sys-0.1.4 \ glutin_emscripten_sys-0.1.1 \ glutin_gles2_sys-0.1.4 \ glutin_glx_sys-0.1.6 \ glutin_wgl_sys-0.1.4 \ h2-0.2.5 \ hashbrown-0.6.3 \ heck-0.3.1 \ hermit-abi-0.1.10 \ hex-0.4.2 \ histogram-0.6.9 \ html2runes-1.0.1 \ html5ever-0.13.1 \ html5ever-atoms-0.2.2 \ htmlescape-0.3.1 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ hyper-0.13.7 \ hyper-rustls-0.20.0 \ ident_case-1.0.1 \ idna-0.2.0 \ image-0.23.4 \ include_dir-0.5.0 \ include_dir_impl-0.5.0 \ indexmap-1.3.2 \ inflate-0.4.5 \ instant-0.1.2 \ iovec-0.1.4 \ itertools-0.8.2 \ itertools-0.9.0 \ itoa-0.4.5 \ jni-sys-0.3.0 \ jobserver-0.1.21 \ js-sys-0.3.39 \ kernel32-sys-0.2.2 \ khronos_api-3.1.0 \ kurbo-0.6.1 \ lalrpop-0.16.3 \ lalrpop-util-0.16.3 \ lazy_static-0.2.11 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.68 \ libflate-0.1.27 \ libloading-0.5.2 \ libm-0.1.4 \ libm-0.2.1 \ line_drawing-0.7.0 \ lock_api-0.3.4 \ log-0.4.8 \ lru-0.4.3 \ lttb-0.2.0 \ lyon-0.15.8 \ lyon_algorithms-0.15.0 \ lyon_geom-0.15.3 \ lyon_path-0.15.2 \ lyon_tessellation-0.15.8 \ mac-0.1.1 \ malloc_buf-0.0.6 \ maplit-1.0.2 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ md5-0.7.0 \ memchr-2.3.3 \ memmap-0.7.0 \ memmap2-0.1.0 \ memoffset-0.5.5 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.3.6 \ mio-0.6.21 \ mio-extras-2.0.6 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.5 \ nbez-0.1.0 \ ndk-0.1.0 \ ndk-glue-0.1.0 \ ndk-sys-0.1.0 \ net2-0.2.33 \ new_debug_unreachable-1.0.4 \ nix-0.14.1 \ num-integer-0.1.42 \ num-iter-0.1.40 \ num-rational-0.2.4 \ num-traits-0.1.43 \ num-traits-0.2.11 \ num_cpus-1.12.0 \ num_enum-0.4.3 \ num_enum_derive-0.4.3 \ numtoa-0.1.0 \ objc-0.2.7 \ once_cell-1.3.1 \ opaque-debug-0.2.3 \ ordered-float-1.0.2 \ ordermap-0.3.5 \ osmesa-sys-0.1.2 \ parking_lot-0.10.2 \ parking_lot_core-0.7.1 \ pdqselect-0.1.0 \ percent-encoding-2.1.0 \ petgraph-0.4.13 \ petgraph-0.5.0 \ petname-1.0.12 \ phf-0.7.24 \ phf_codegen-0.7.24 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pico-args-0.3.3 \ pin-project-0.4.23 \ pin-project-internal-0.4.23 \ pin-project-lite-0.1.5 \ pin-utils-0.1.0 \ pkg-config-0.3.17 \ png-0.16.3 \ podio-0.1.6 \ polylabel-2.2.0 \ ppv-lite86-0.2.6 \ precomputed-hash-0.1.1 \ priority-queue-1.0.0 \ proc-macro-crate-0.1.4 \ proc-macro-hack-0.5.15 \ proc-macro-nested-0.1.6 \ proc-macro2-0.4.30 \ proc-macro2-1.0.10 \ procfs-0.7.8 \ quick-xml-0.18.1 \ quote-0.3.15 \ quote-0.6.13 \ quote-1.0.3 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_distr-0.2.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rand_xorshift-0.2.0 \ raw-window-handle-0.3.3 \ rayon-1.4.0 \ rayon-core-1.8.0 \ rctree-0.3.3 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ regex-1.3.6 \ regex-automata-0.1.9 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ reqwest-0.10.6 \ ring-0.16.12 \ rle-decode-fast-1.0.1 \ robust-0.1.2 \ roxmltree-0.13.0 \ rstar-0.7.1 \ rustc-demangle-0.1.16 \ rustc-hash-1.1.0 \ rustc-serialize-0.3.24 \ rustc_version-0.2.3 \ rustls-0.17.0 \ rusttype-0.7.9 \ rusttype-0.8.3 \ rustybuzz-0.1.1 \ ryu-1.0.3 \ same-file-1.0.6 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ sct-0.6.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-0.9.15 \ serde-1.0.110 \ serde_derive-1.0.110 \ serde_json-1.0.51 \ serde_urlencoded-0.6.1 \ sha1-0.6.0 \ sha2-0.8.1 \ shared_library-0.1.9 \ sid-0.6.1 \ signal-hook-registry-1.2.0 \ simplecss-0.2.0 \ siphasher-0.2.3 \ slab-0.4.2 \ slotmap-0.4.0 \ smallvec-1.3.0 \ smithay-client-toolkit-0.6.6 \ socket2-0.3.12 \ spin-0.5.2 \ stb_truetype-0.3.1 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ stretch-0.3.2 \ string_cache-0.4.0 \ string_cache-0.7.5 \ string_cache_codegen-0.3.1 \ string_cache_codegen-0.4.4 \ string_cache_shared-0.3.0 \ strsim-0.8.0 \ strsim-0.9.3 \ svg_face-0.1.2 \ svgtypes-0.5.0 \ syn-0.11.11 \ syn-1.0.17 \ synom-0.11.3 \ synstructure-0.12.3 \ take_mut-0.2.2 \ tempfile-3.1.0 \ tendril-0.2.4 \ term-0.4.6 \ termion-1.5.5 \ textwrap-0.11.0 \ thiserror-1.0.14 \ thiserror-impl-1.0.14 \ thread_local-1.0.1 \ time-0.1.42 \ tokio-0.2.21 \ tokio-macros-0.2.5 \ tokio-rustls-0.13.1 \ tokio-util-0.3.1 \ toml-0.5.6 \ tower-service-0.3.0 \ tracing-0.1.18 \ tracing-core-0.1.13 \ try-lock-0.2.2 \ ttf-parser-0.6.2 \ typenum-1.11.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.12 \ unicode-script-0.5.0 \ unicode-segmentation-1.6.0 \ unicode-vo-0.1.0 \ unicode-width-0.1.7 \ unicode-xid-0.0.4 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ unreachable-0.1.1 \ untrusted-0.7.1 \ url-2.1.1 \ usvg-0.11.0 \ utf-8-0.6.0 \ uuid-0.8.1 \ vec_map-0.8.1 \ version_check-0.9.1 \ void-1.0.2 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.62 \ wasm-bindgen-backend-0.2.62 \ wasm-bindgen-futures-0.4.12 \ wasm-bindgen-macro-0.2.62 \ wasm-bindgen-macro-support-0.2.62 \ wasm-bindgen-shared-0.2.62 \ wayland-client-0.23.6 \ wayland-commons-0.23.6 \ wayland-protocols-0.23.6 \ wayland-scanner-0.23.6 \ wayland-sys-0.23.6 \ web-sys-0.3.39 \ webbrowser-0.5.2 \ webgl_generator-0.2.0 \ webgl_stdweb-0.3.0 \ webidl-0.8.0 \ webpki-0.21.2 \ webpki-roots-0.19.0 \ widestring-0.4.0 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.4 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ x11-dl-2.18.5 \ xdg-2.2.0 \ xml-rs-0.8.2 \ xmlparser-0.13.2 \ xmltree-0.10.0 \ xmlwriter-0.1.0 \ zip-0.5.5 CARGO_USE_GITHUB= yes BINARY_ALIAS= python3=${PYTHON_CMD} # To update this port: # 1. Update CARGO_CRATES based on 'make cargo-crates' # 2. Run 'make update-data' # 3. Upload the abstreet-data distfile # 4. Run 'make makesum clean' update-data: configure # see https://github.com/dabreegster/abstreet/blob/master/docs/dev.md#getting-started for the list of supported cities # huge_seattle is excluded as per this comment: https://github.com/dabreegster/abstreet/issues/192#issuecomment-657938969 @(${ECHO} "runtime: seattle,krakow,berlin" && \ ${ECHO} "input: seattle,krakow,berlin") > ${WRKSRC}/data/config @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${CARGO_CARGO_RUN} run --bin updater && \ ${TAR} czf ${DISTDIR}/${PORTNAME}-data-${DISTVERSION}.tgz data/system/cities data/system/maps data/system/prebaked_results data/system/scenarios data/config && \ ${ECHO} "Please upload the file ${DISTDIR}/${PORTNAME}-data-${DISTVERSION}.tgz" do-install: ${INSTALL_PROGRAM} ${WRKDIR}/target/release/game ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-game cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} cd ${WRKDIR}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include diff --git a/games/anki/Makefile b/games/anki/Makefile index decbb1a2fbcf..0203317d0c15 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,450 +1,450 @@ # Created by: Andrew Pantyukhin PORTNAME= anki DISTVERSION= 2.1.35 -PORTREVISION= 8 +PORTREVISION= 9 # Don't forget to update ${_MY_BUILDHASH} CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:npmcache DISTFILES= anki-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache DIST_SUBDIR= python MAINTAINER= kai@FreeBSD.org COMMENT= Flashcard trainer with spaced repetition LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine EXPIRATION_DATE=2021-06-23 BUILD_DEPENDS= bash:shells/bash \ maturin:devel/py-maturin@${PY_FLAVOR} \ protoc:devel/protobuf \ npm:www/npm \ rsync:net/rsync \ ${PYTHON_PKGNAMEPREFIX}mypy-protobuf>=1.21:devel/py-mypy-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stringcase==1.2.0:devel/py-stringcase@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \ ${RUN_DEPENDS} # For x64 architectures there's also a Python package "orjson" that still needs # to be ported once the required features (= "untagged unions", # "specialication" and "const_generics") of the "smallvec" crate are available # in the Rust release channel. # # Although the "orjson" package is required via the setup.py of Anki's Python # library it's (still) optional in the code. RUN_DEPENDS= lame:audio/lame \ ${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-Cors>0:www/py-flask-cors@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} # USES=ssl is required for the compilation of the Rust code USES= cargo desktop-file-utils gmake perl5 pyqt:5 python:3.7+ shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= ankitects GH_TUPLE= ankitects:anki-core-i18n:fbda2ed:i18ncore \ ankitects:anki-desktop-ftl:f56e959:i18nfluent \ ankitects:anki-desktop-i18n:a93ccef:i18ndesktop \ ankitects:rust-coarsetime:f9e2c86216f0f4803bc75404828318fc206dab29:coarsetime \ ankitects:fluent-rs:f61c5e10a53161ef5261f3c87b62047f12e4aa74:fluent \ ankitects:hyper-timeout:664b6f9c387f6a7d75d1609a65c02554e8c55bc7:hypertimeout \ ankitects:reqwest:57665e2c2a39db85723ba860f1b570a608bb73f9:reqwest \ ankitects:tokio-io-timeout:96e1358555c49905de89170f2b1102a7d8b6c4c2:tokioiotimeout USE_PERL5= build USE_PYQT= core gui network printsupport sip svg webchannel webengine widgets xml_build SHEBANG_FILES= qt/po/scripts/build-mo-files \ qt/po/scripts/copy-qt-files \ qt/runanki \ qt/tools/build_ui.sh \ scripts/rename CARGO_CRATES= addr2line-0.13.0 \ adler-0.2.3 \ aho-corasick-0.7.14 \ anyhow-1.0.33 \ arc-swap-0.4.7 \ arrayref-0.3.6 \ arrayvec-0.4.12 \ arrayvec-0.5.1 \ askama-0.10.3 \ askama_derive-0.10.3 \ askama_escape-0.10.1 \ askama_shared-0.10.4 \ async-compression-0.3.5 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.53 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ blake3-0.3.7 \ bumpalo-3.4.0 \ byteorder-1.3.4 \ bytes-0.4.12 \ bytes-0.5.6 \ cc-1.0.61 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ cloudabi-0.1.0 \ constant_time_eq-0.1.5 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ crc32fast-1.2.1 \ crossbeam-channel-0.4.4 \ crossbeam-utils-0.7.2 \ crypto-mac-0.8.0 \ ctor-0.1.16 \ derivative-2.1.1 \ digest-0.9.0 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ dtoa-0.4.6 \ either-1.6.1 \ encoding_rs-0.8.24 \ failure-0.1.8 \ failure_derive-0.1.8 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ fixedbitset-0.2.0 \ flate2-1.0.18 \ fluent-langneg-0.12.1 \ fluent-syntax-0.9.3 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.6 \ futures-channel-0.3.6 \ futures-core-0.3.6 \ futures-executor-0.3.6 \ futures-io-0.3.6 \ futures-macro-0.3.6 \ futures-sink-0.3.6 \ futures-task-0.3.6 \ futures-util-0.3.6 \ fxhash-0.2.1 \ generic-array-0.14.4 \ getrandom-0.1.15 \ ghost-0.1.2 \ gimli-0.22.0 \ h2-0.2.6 \ hashbrown-0.9.1 \ heck-0.3.1 \ hermit-abi-0.1.17 \ hex-0.4.2 \ htmlescape-0.3.1 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ httpdate-0.3.2 \ humansize-1.1.0 \ hyper-0.13.8 \ hyper-tls-0.4.3 \ idna-0.2.0 \ indexmap-1.6.0 \ indoc-0.3.6 \ indoc-impl-0.3.6 \ instant-0.1.7 \ intl_pluralrules-6.0.0 \ inventory-0.1.9 \ inventory-impl-0.1.9 \ iovec-0.1.4 \ itertools-0.8.2 \ itertools-0.9.0 \ itoa-0.4.6 \ js-sys-0.3.45 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lexical-core-0.7.4 \ libc-0.2.79 \ libsqlite3-sys-0.18.0 \ linked-hash-map-0.5.3 \ lock_api-0.4.1 \ log-0.4.11 \ lru-cache-0.1.2 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.22 \ miow-0.2.1 \ multimap-0.8.2 \ native-tls-0.2.4 \ net2-0.2.35 \ nodrop-0.1.14 \ nom-5.1.2 \ num-format-0.4.0 \ num-integer-0.1.43 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ num_enum-0.5.1 \ num_enum_derive-0.5.1 \ object-0.21.1 \ once_cell-1.4.1 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ parking_lot-0.11.0 \ parking_lot_core-0.8.0 \ paste-0.1.18 \ paste-impl-0.1.18 \ percent-encoding-2.1.0 \ petgraph-0.5.1 \ pin-project-0.4.27 \ pin-project-internal-0.4.27 \ pin-project-lite-0.1.11 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ podio-0.1.7 \ ppv-lite86-0.2.9 \ proc-macro-crate-0.1.5 \ proc-macro-hack-0.5.18 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ prost-0.6.1 \ prost-build-0.6.1 \ prost-derive-0.6.1 \ prost-types-0.6.1 \ pyo3-0.11.1 \ pyo3-derive-backend-0.11.1 \ pyo3cls-0.11.1 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.1 \ regex-syntax-0.6.20 \ remove_dir_all-0.5.3 \ rental-0.5.5 \ rental-impl-0.5.5 \ rusqlite-0.23.1 \ rust-argon2-0.8.2 \ rustc-demangle-0.1.18 \ ryu-1.0.5 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.117 \ serde-aux-0.6.1 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ serde_repr-0.1.6 \ serde_tuple-0.5.0 \ serde_tuple_macros-0.5.0 \ serde_urlencoded-0.6.1 \ sha1-0.6.0 \ slab-0.4.2 \ slog-2.5.2 \ slog-async-2.5.0 \ slog-envlogger-2.2.0 \ slog-scope-4.3.0 \ slog-stdlog-4.1.0 \ slog-term-2.6.0 \ smallvec-1.4.2 \ socket2-0.3.15 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ subtle-2.3.0 \ syn-1.0.46 \ synstructure-0.12.4 \ take_mut-0.2.2 \ tempfile-3.1.0 \ term-0.6.1 \ thiserror-1.0.21 \ thiserror-impl-1.0.21 \ thread_local-1.0.1 \ time-0.1.44 \ tinystr-0.3.4 \ tinyvec-0.3.4 \ tokio-0.2.22 \ tokio-socks-0.2.2 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ toml-0.5.7 \ tower-service-0.3.0 \ tracing-0.1.21 \ tracing-core-0.1.17 \ try-lock-0.2.3 \ type-map-0.3.0 \ typenum-1.12.0 \ unic-langid-0.8.0 \ unic-langid-impl-0.8.0 \ unic-langid-macros-0.8.0 \ unic-langid-macros-impl-0.8.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-segmentation-1.6.0 \ unicode-xid-0.2.1 \ unindent-0.1.7 \ url-2.1.1 \ utime-0.3.1 \ vcpkg-0.2.10 \ version_check-0.9.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.68 \ wasm-bindgen-backend-0.2.68 \ wasm-bindgen-futures-0.4.18 \ wasm-bindgen-macro-0.2.68 \ wasm-bindgen-macro-support-0.2.68 \ wasm-bindgen-shared-0.2.68 \ web-sys-0.3.45 \ which-3.1.1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 \ zip-0.5.6 CARGO_USE_GITHUB= yes CARGO_CARGOLOCK= ${WRKSRC}/rspy/Cargo.lock CARGO_CARGOTOML= ${WRKSRC}/rspy/Cargo.toml CARGO_BUILD= no CARGO_INSTALL= no MAKE_ARGS= DEVEL="rspy pylib ts qt" PYTHON_FILE="${PYTHON_CMD}" SHELL="${LOCALBASE}/bin/bash" # devel/py-maturin acts as a wrapper for "cargo" and "rustc". Ensure that it # uses the arguments/flags for Rust of the Ports framework. MAKE_ARGS+= BUILDFLAGS="--cargo-extra-args='${CARGO_BUILD_ARGS} --verbose'" MAKE_ENV= ${CARGO_ENV} npm_config_offline=true ALL_TARGET= build PLIST_SUB= _PY_SONAME=${_PY_SONAME} OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= MPV OPTIONS_GROUP= PLAYER OPTIONS_GROUP_PLAYER= MPLAYER MPV OPTIONS_SUB= yes MPV_DESC= mpv media player support MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer MPV_RUN_DEPENDS= mpv:multimedia/mpv NLS_USES= gettext # Should contain the most recent commit that reflects ${DISTVERSION} and must # be exactly 8 digits otherwise the check for newer versions won't work as # expected. _MY_BUILDHASH= 84dcaa86 .include .if ${PYTHON_REL} < 3800 _PY_SONAME= .cpython-${PYTHON_SUFFIX}m .else _PY_SONAME= ${PYTHON_EXT_SUFFIX} .endif # Place the translation files to the appropriate directories post-extract: @${RLN} ${WRKSRC_i18ncore} ${WRKSRC}/rslib/ftl/repo @${RLN} ${WRKSRC_i18nfluent} ${WRKSRC}/qt/ftl/repo @${RLN} ${WRKSRC_i18ndesktop} ${WRKSRC}/qt/po/repo post-patch: # Add trailing directory names to cargo repositories @${REINPLACE_CMD} -Ee '/^fluent =/ s|(${WRKSRC_fluent})|\1/fluent|; \ /^intl-memoizer =/ s|(${WRKSRC_fluent})|\1/intl-memoizer|' ${WRKSRC}/rslib/Cargo.toml @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/qt/runanki @${REINPLACE_CMD} -e 's|%%MAKE_CMD%%|${MAKE_CMD}|' ${WRKSRC}/qt/Makefile @${REINPLACE_CMD} -e 's|%%UNZIP_NATIVE_CMD%%|${UNZIP_NATIVE_CMD}|' ${WRKSRC}/rspy/Makefile post-patch-NLS-on: @${REINPLACE_CMD} -e 's|### NLS ###||' ${WRKSRC}/qt/Makefile # Although PYTHON_FILE is set to ${PYTHON_CMD} via MAKE_ARGS to make the # compilation of the pyo3 crate possible there are also hardcoded "python" # occurences in too many places. pre-configure: ${MKDIR} ${WRKDIR}/.bin && ${LN} -s ${PYTHON_CMD} ${WRKDIR}/.bin/python # Overview of the build process # # 1. rslib (Rust library, implictly built by step 2) # `-> produces ${WRKSRC}/proto/fluent.proto # 2. rspy (Rust/Python bridge) which is built by devel/py-maturin # `-> produces ${WRKSRC}/pylib/ankirspy.cpython-${PYTHON_SUFFIX}m.so # 3. pylib (Python-only library) # 4. ts (builds ${WRKSRC}/ts/node_modules/.bin/{tsc,sass}) # 5. qt (Python library with Qt5 bindings) pre-build: # Set the buildhash that is used at various places during build. ${ECHO_CMD} ${_MY_BUILDHASH} > ${WRKSRC}/meta/buildhash post-build: # Compile Anki's Python libary (pylib) and Qt5 library (aqt) to prepare # them for installation ${PYTHON_CMD} -m compileall ${WRKSRC}/pylib/anki ${PYTHON_CMD} -O -m compileall ${WRKSRC}/pylib/anki ${PYTHON_CMD} -m compileall ${WRKSRC}/qt/aqt ${PYTHON_CMD} -O -m compileall ${WRKSRC}/qt/aqt do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/anki \ ${STAGEDIR}${DATADIR}/aqt \ ${STAGEDIR}${DATADIR}/aqt_data \ ${STAGEDIR}${PREFIX}/share/pixmaps \ ${STAGEDIR}${PREFIX}/share/applications cd ${WRKSRC}/pylib \ && ${COPYTREE_SHARE} anki ${STAGEDIR}${DATADIR} "! -name .gitignore" \ && ${INSTALL_LIB} *.so ${STAGEDIR}${DATADIR} cd ${WRKSRC}/qt \ && ${COPYTREE_SHARE} aqt ${STAGEDIR}${DATADIR} "! -name .gitignore" \ && ${COPYTREE_SHARE} aqt_data ${STAGEDIR}${DATADIR} "! -name .gitignore" \ && ${INSTALL_DATA} anki.xpm anki.png ${STAGEDIR}${PREFIX}/share/pixmaps \ && ${INSTALL_DATA} anki.desktop ${STAGEDIR}${PREFIX}/share/applications \ && ${INSTALL_MAN} anki.1 ${STAGEDIR}${MANPREFIX}/man/man1 \ && ${INSTALL_SCRIPT} runanki ${STAGEDIR}${PREFIX}/bin/anki # Helper target to make the generation of the npm cache easier # # The command "npx pbjs" tries to install additional dependencies for the CLI # component of the "protobufjs" package and will fail during build because the # environment variable "npm_config_offline" is set to "true" via ${MAKE_ENV}. # # Thus "npx pbjs" is issued after "npm install" to get the remaining # dependencies to populate the cache with them. make-npm-cache: # Run "make extract" before executing this target @cd ${WRKDIR} && ${RM} -r .npm @cd ${WRKSRC}/ts \ && ${SETENV} HOME=${WRKDIR} npm install \ && ${TOUCH} in.proto \ && ${SETENV} HOME=${WRKDIR} npx --cache ${WRKDIR}/.npm pbjs -q -t static-module in.proto -o out.proto @cd ${WRKDIR}/.npm \ && ${RM} -r _locks anonymous-cli-metrics.json @cd ${WRKDIR} \ && ${TAR} -czf ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX} .npm \ && ${ECHO} "Please upload the file ${WRKDIR}/${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}" .include diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index f4ce93526ed8..369c54c05e3a 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,227 +1,227 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MAINTAINER= greg@unrelenting.technology COMMENT= Open-world roguelike game where you play an addict LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= cargo gnome sdl USE_SDL= sdl2 USE_GITHUB= yes GH_ACCOUNT= tryjumping GH_TAGNAME= 179c326 CARGO_FEATURES+= prod sdl2/use-pkgconfig CARGO_CRATES= adler32-1.0.3 \ aho-corasick-0.7.6 \ andrew-0.2.1 \ android_glue-0.2.3 \ ansi_term-0.11.0 \ approx-0.3.0 \ arrayvec-0.4.7 \ ascii-0.9.1 \ atty-0.2.11 \ backtrace-0.3.11 \ backtrace-sys-0.1.28 \ bincode-1.0.1 \ bitflags-1.0.4 \ block-0.1.6 \ byteorder-1.2.7 \ cc-1.0.25 \ cfg-if-0.1.6 \ cgl-0.2.3 \ chrono-0.4.9 \ clap-2.32.0 \ cloudabi-0.0.3 \ cmake-0.1.35 \ cocoa-0.18.4 \ color_quant-1.0.1 \ combine-3.8.1 \ core-foundation-0.6.3 \ core-foundation-sys-0.6.2 \ core-graphics-0.17.3 \ crc32fast-1.2.0 \ crossbeam-deque-0.2.0 \ crossbeam-epoch-0.3.1 \ crossbeam-utils-0.2.2 \ deflate-0.7.19 \ derivative-1.0.2 \ dlib-0.4.1 \ downcast-rs-1.0.3 \ either-1.5.0 \ encoding_rs-0.8.20 \ error-chain-0.10.0 \ filetime-0.2.7 \ flate2-1.0.12 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ gif-0.10.1 \ gl-0.10.0 \ gl_generator-0.9.0 \ gl_generator-0.10.0 \ gl_generator-0.11.0 \ gleam-0.6.7 \ glutin-0.21.0 \ glutin_egl_sys-0.1.3 \ glutin_emscripten_sys-0.1.0 \ glutin_gles2_sys-0.1.3 \ glutin_glx_sys-0.1.5 \ glutin_wgl_sys-0.1.3 \ image-0.20.1 \ inflate-0.4.3 \ itoa-0.4.3 \ jpeg-decoder-0.1.15 \ khronos_api-2.2.0 \ khronos_api-3.1.0 \ lazy_static-1.3.0 \ libc-0.2.65 \ libloading-0.5.0 \ line_drawing-0.7.0 \ linked-hash-map-0.5.2 \ lock_api-0.1.5 \ lock_api-0.3.1 \ log-0.3.9 \ log-0.4.6 \ log-panics-2.0.0 \ lzw-0.10.0 \ malloc_buf-0.0.6 \ memchr-2.2.1 \ memmap-0.7.0 \ memoffset-0.2.1 \ metadeps-1.1.2 \ miniz_oxide-0.3.3 \ nix-0.11.0 \ nix-0.13.0 \ nodrop-0.1.13 \ num-0.1.42 \ num-derive-0.2.3 \ num-integer-0.1.39 \ num-iter-0.1.37 \ num-rational-0.2.1 \ num-traits-0.2.6 \ num_cpus-1.8.0 \ objc-0.2.6 \ oorandom-11.0.1 \ ordered-float-1.0.1 \ osmesa-sys-0.1.2 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot-0.9.0 \ parking_lot_core-0.4.0 \ parking_lot_core-0.6.2 \ percent-encoding-2.1.0 \ pkg-config-0.3.14 \ png-0.12.0 \ proc-macro2-0.4.24 \ quote-0.6.10 \ rand-0.6.0 \ rand_chacha-0.1.0 \ rand_core-0.3.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.0 \ rand_pcg-0.1.1 \ rand_xorshift-0.1.0 \ raw-window-handle-0.3.1 \ rayon-1.0.3 \ rayon-core-1.4.1 \ redox_syscall-0.1.42 \ redox_termios-0.1.1 \ regex-1.3.1 \ regex-syntax-0.6.12 \ rustc-demangle-0.1.13 \ rustc_version-0.2.3 \ rusttype-0.7.3 \ ryu-0.2.7 \ same-file-1.0.4 \ scoped_threadpool-0.1.9 \ scopeguard-0.3.3 \ scopeguard-1.0.0 \ sdl2-0.32.2 \ sdl2-sys-0.32.6 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.80 \ serde_derive-1.0.80 \ serde_json-1.0.33 \ shared_library-0.1.9 \ simplelog-0.5.3 \ smallvec-0.6.6 \ smithay-client-toolkit-0.4.5 \ stable_deref_trait-1.1.1 \ stb_truetype-0.2.4 \ strsim-0.7.0 \ syn-0.15.21 \ tar-0.4.26 \ termion-1.5.1 \ textwrap-0.10.0 \ thread_local-0.3.6 \ tiff-0.2.1 \ time-0.1.40 \ toml-0.2.1 \ toml-0.4.10 \ toml_edit-0.1.5 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unidiff-0.3.1 \ unreachable-1.0.0 \ vec_map-0.8.1 \ void-1.0.2 \ walkdir-2.2.7 \ wayland-client-0.21.4 \ wayland-commons-0.21.4 \ wayland-protocols-0.21.4 \ wayland-scanner-0.21.4 \ wayland-sys-0.21.4 \ winapi-0.3.6 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winit-0.19.4 \ winres-0.1.8 \ x11-dl-2.18.3 \ xattr-0.2.2 \ xdg-2.2.0 \ xml-rs-0.7.0 \ xml-rs-0.8.0 \ zmq-0.8.2 \ zmq-sys-0.8.2 PLIST_FILES= bin/${PORTNAME} .for size in 16 32 48 64 256 PLIST_FILES+= share/icons/hicolor/${size}x${size}/apps/${PORTNAME}.png .endfor PORTDOCS= CHANGELOG.md DEVELOPER-NOTES.md README.md INSTALLS_ICONS= yes DESKTOP_ENTRIES= "Dose Response" \ "${COMMENT}" \ "${PORTNAME}" \ "${PORTNAME}" \ "Games;" \ false OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for size in 16 32 48 64 256 @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}x${size}/apps ${INSTALL_DATA} ${WRKSRC}/assets/icon_${size}x${size}.png \ ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}.png .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/games/genact/Makefile b/games/genact/Makefile index 18fd1efb9b97..69b06caaca32 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,167 +1,168 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org COMMENT= Nonsense activity generator LICENSE= APACHE20 BSD3CLAUSE ISCL MIT UNLICENSE LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= svenstaro PLIST_FILES= bin/genact CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.38 \ async-attributes-1.1.2 \ async-channel-1.6.1 \ async-executor-1.4.0 \ async-global-executor-2.0.2 \ async-io-1.3.1 \ async-lock-2.3.0 \ async-mutex-1.4.0 \ async-std-1.9.0 \ async-task-4.0.3 \ async-trait-0.1.48 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base-x-0.2.8 \ bitflags-1.2.1 \ blocking-1.0.2 \ bumpalo-3.6.1 \ cache-padded-1.1.1 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ concurrent-queue-1.2.2 \ console_error_panic_hook-0.1.6 \ const_fn-0.4.5 \ crossbeam-utils-0.8.3 \ ctor-0.1.19 \ ctrlc-3.1.8 \ discard-1.0.4 \ event-listener-2.5.1 \ fake-2.4.0 \ fastrand-1.4.0 \ form_urlencoded-1.0.1 \ futures-0.3.13 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-executor-0.3.13 \ futures-io-0.3.13 \ futures-lite-1.11.3 \ futures-macro-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ getrandom-0.2.2 \ gloo-timers-0.2.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ humansize-1.1.0 \ humantime-2.1.0 \ idna-0.2.2 \ instant-0.1.9 \ itoa-0.4.7 \ js-sys-0.3.49 \ kernel32-sys-0.2.2 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ libc-0.2.90 \ libm-0.2.1 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.3.4 \ nb-connect-1.0.3 \ nix-0.20.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ parking-2.0.0 \ percent-encoding-2.1.0 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ polling-2.0.2 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.24 \ progress_string-0.1.1 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_distr-0.4.0 \ rand_hc-0.3.0 \ regex-1.4.5 \ regex-syntax-0.6.23 \ rustc_version-0.2.3 \ ryu-1.0.5 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.124 \ serde_derive-1.0.124 \ serde_json-1.0.64 \ sha1-0.6.0 \ slab-0.4.2 \ socket2-0.3.19 \ standback-0.2.15 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.64 \ term_size-1.0.0-beta1 \ textwrap-0.11.0 \ time-0.1.43 \ time-0.2.26 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.1 \ value-bag-1.0.0-alpha.6 \ vec-arena-1.0.0 \ vec_map-0.8.2 \ version_check-0.9.3 \ waker-fn-1.1.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.72 \ wasm-bindgen-backend-0.2.72 \ wasm-bindgen-futures-0.4.22 \ wasm-bindgen-macro-0.2.72 \ wasm-bindgen-macro-support-0.2.72 \ wasm-bindgen-shared-0.2.72 \ web-sys-0.3.49 \ wepoll-sys-3.0.1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ yansi-0.5.0 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/genact .include diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index badb3b2ac8a8..6ea3c24729cc 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -1,139 +1,139 @@ # Created by: Christoph Mallon PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= timp87@gmail.com COMMENT= Port of "Jagged Alliance 2" using SDL LICENSE= PD SFI-SCLA LICENSE_COMB= multi LICENSE_NAME_SFI-SCLA= Strategy First Inc. Source Code License Agreement LICENSE_FILE_SFI-SCLA= ${WRKSRC}/SFI\ Source\ Code\ license\ agreement.txt LICENSE_PERMS_SFI-SCLA= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \ auto-accept # Ignore this if you feel adventurous ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc64le ONLY_FOR_ARCHS_REASON= Needs a little endian environment BUILD_DEPENDS= string_theory>=3.3:devel/string_theory LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USES= cargo cmake compiler:c++11-lang pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= ja2-stracciatella GH_PROJECT= ja2-stracciatella USE_LDCONFIG= yes USE_SDL= sdl2 CMAKE_ARGS= -DEXTRA_DATA_DIR:PATH="${DATADIR}" CMAKE_OFF= LOCAL_STRING_THEORY_LIB WITH_UNITTESTS CARGO_CRATES= aho-corasick-0.7.10 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ base64-0.11.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ caseless-0.2.1 \ cbindgen-0.13.2 \ cfg-if-0.1.10 \ chrono-0.4.11 \ clap-2.33.0 \ constant_time_eq-0.1.5 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ digest-0.8.1 \ dirs-1.0.5 \ dunce-1.0.0 \ either-1.5.3 \ generic-array-0.12.3 \ getopts-0.2.21 \ getrandom-0.1.14 \ hermit-abi-0.1.10 \ hex-0.3.2 \ indexmap-1.3.2 \ itoa-0.4.5 \ json_comments-0.2.0 \ lazy_static-1.4.0 \ libc-0.2.68 \ log-0.4.8 \ maybe-uninit-2.0.0 \ md-5-0.8.0 \ memchr-2.3.3 \ memoffset-0.5.4 \ num-integer-0.1.42 \ num-traits-0.2.11 \ num_cpus-1.12.0 \ opaque-debug-0.2.3 \ ppv-lite86-0.2.6 \ proc-macro2-1.0.10 \ quote-1.0.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rayon-1.3.0 \ rayon-core-1.7.0 \ redox_syscall-0.1.56 \ redox_users-0.3.4 \ regex-1.3.6 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ rust-argon2-0.7.0 \ ryu-1.0.3 \ scopeguard-1.1.0 \ serde-1.0.105 \ serde_derive-1.0.105 \ serde_json-1.0.50 \ simplelog-0.6.0 \ smallvec-1.2.0 \ strsim-0.8.0 \ syn-1.0.17 \ tempfile-3.1.0 \ term-0.5.2 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.42 \ toml-0.5.6 \ typenum-1.11.2 \ unicode-normalization-0.1.12 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CARGOLOCK= ${WRKSRC}/rust/Cargo.lock CARGO_CARGOTOML= ${WRKSRC}/rust/Cargo.toml CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no MAKE_ENV= ${CARGO_ENV:NCARGO_TARGET_DIR=*} LDFLAGS+= -Wl,--as-needed post-patch: @${REINPLACE_CMD} -e 's|/some/place/where/the/data/is|${DATADIR}|' \ ${WRKSRC}/rust/stracciatella/src/stracciatella.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ja2 \ ${STAGEDIR}${PREFIX}/bin/ja2-launcher \ ${STAGEDIR}${PREFIX}/bin/ja2-resource-pack .include diff --git a/games/veloren/Makefile b/games/veloren/Makefile index 8f70835ee896..d0e29b9c3ef1 100644 --- a/games/veloren/Makefile +++ b/games/veloren/Makefile @@ -1,687 +1,687 @@ PORTNAME= veloren DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org COMMENT= Multiplayer voxel RPG written in Rust LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 # https://gitlab.com/veloren/veloren/-/issues/1006 ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer LIB_DEPENDS= libasound.so:audio/alsa-lib RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= cargo python:3.4+,build xorg USE_XORG= xcb USE_GITHUB= nodefault GH_TUPLE= hecrj:iced:8d882d787e6b7fd7c2435f42f82933e2ed904edf:iced_core \ xMAC94x:portpicker-rs:df6b37872f3586ac3b21d08b56c8ec7cd92fb172:portpicker \ amethyst:specs:5a9b71035007be0e3574f35184acac1cd4530496:specs \ fdehau:tui-rs:54b841fab6cfdb38e8dc1382176e965787964b4c:tui USE_GITLAB= yes GL_COMMIT= 1afe3b7de53804b3650d7762810cdc54213eb5db GL_TUPLE= veloren:auth:fb3dcbc4962b367253f8f2f92760ef44d2679c9a:authcommon \ veloren:conrod:1ae5193588fb662a7189d81edd9f2d653c7f1da0:conrod_core \ veloren:specs-idvs:b65fb220e94f5d3c9bc30074a076149763795556:specsidvs \ veloren:vek:df6842cc874a697dec8896c66851817e744af7e8:vek \ veloren:winit:488c511802dfd95ca54f6f76a38547c93c7b02c9:winit CARGO_ENV= VELOREN_USERDATA_STRATEGY=system PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ share/applications/net.veloren.veloren.desktop \ share/pixmaps/net.veloren.veloren.png PORTDATA= * .if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld # veloren_voxygen*rcgu* has 71718 section headers, breaking old GNU ld.bfd in base LDFLAGS+= -fuse-ld=lld .endif CARGO_CRATES= ab_glyph-0.2.10 \ ab_glyph_rasterizer-0.1.4 \ addr2line-0.14.1 \ adler-1.0.2 \ adler32-1.2.0 \ ahash-0.4.7 \ ahash-0.6.3 \ aho-corasick-0.7.15 \ alsa-0.4.3 \ alsa-sys-0.3.1 \ andrew-0.3.1 \ android_glue-0.2.3 \ ansi-parser-0.7.0 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ anymap-0.12.1 \ approx-0.3.2 \ approx-0.4.0 \ arr_macro-0.1.3 \ arr_macro_impl-0.1.3 \ arraygen-0.1.14 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ as-slice-0.1.5 \ ascii-0.9.3 \ assets_manager-0.4.3 \ async-channel-1.6.1 \ async-trait-0.1.48 \ atom-0.3.6 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.56 \ base-x-0.2.8 \ base64-0.13.0 \ bincode-1.3.2 \ bindgen-0.53.3 \ bitflags-1.2.1 \ bitvec-0.21.1 \ blake2b_simd-0.5.11 \ block-0.1.6 \ bstr-0.2.15 \ bumpalo-3.6.1 \ bytemuck-1.5.1 \ bytemuck_derive-1.0.1 \ byteorder-1.3.4 \ bytes-1.0.1 \ cache-padded-1.1.1 \ calloop-0.6.5 \ cassowary-0.3.0 \ cast-0.2.3 \ cc-1.0.67 \ cesu8-1.1.0 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cgl-0.3.2 \ chrono-0.4.19 \ chunked_transfer-1.4.0 \ clang-sys-0.29.3 \ clap-2.33.3 \ clipboard-win-3.1.1 \ clipboard-win-4.0.3 \ clipboard_macos-0.1.0 \ clipboard_wayland-0.1.2 \ clipboard_x11-0.2.0 \ cloudabi-0.0.3 \ cmake-0.1.45 \ cocoa-0.23.0 \ cocoa-0.24.0 \ cocoa-foundation-0.1.0 \ color_quant-1.1.0 \ combine-3.8.1 \ combine-4.5.2 \ concurrent-queue-1.2.2 \ const_fn-0.4.5 \ constant_time_eq-0.1.5 \ cookie-0.14.4 \ cookie_store-0.12.0 \ copy_dir-0.1.2 \ copypasta-0.7.1 \ core-foundation-0.6.4 \ core-foundation-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.6.2 \ core-foundation-sys-0.7.0 \ core-foundation-sys-0.8.2 \ core-graphics-0.19.2 \ core-graphics-0.22.2 \ core-graphics-types-0.1.1 \ core-video-sys-0.1.4 \ coreaudio-rs-0.9.1 \ coreaudio-sys-0.2.5 \ cpal-0.13.1 \ cranelift-bforest-0.68.0 \ cranelift-codegen-0.68.0 \ cranelift-codegen-meta-0.68.0 \ cranelift-codegen-shared-0.68.0 \ cranelift-entity-0.68.0 \ cranelift-frontend-0.68.0 \ crc32fast-1.2.1 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ crossbeam-0.8.0 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.7.3 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.8.2 \ crossbeam-epoch-0.9.3 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.3 \ crossterm-0.17.7 \ crossterm-0.19.0 \ crossterm_winapi-0.6.2 \ crossterm_winapi-0.7.0 \ csv-1.1.6 \ csv-core-0.1.10 \ ct-logs-0.8.0 \ daggy-0.5.0 \ darling-0.10.2 \ darling-0.12.2 \ darling_core-0.10.2 \ darling_core-0.12.2 \ darling_macro-0.10.2 \ darling_macro-0.12.2 \ deflate-0.8.6 \ derivative-2.2.0 \ deunicode-1.1.1 \ diesel-1.4.6 \ diesel_derives-1.4.1 \ diesel_migrations-1.4.0 \ directories-next-2.0.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ discard-1.0.4 \ dispatch-0.1.4 \ dispatch-0.2.0 \ dlib-0.4.2 \ dlib-0.5.0 \ dot_vox-4.1.0 \ dotenv-0.15.0 \ downcast-rs-1.2.0 \ draw_state-0.8.0 \ either-1.6.1 \ encoding_rs-0.8.28 \ endian-type-0.1.2 \ enum-iterator-0.6.0 \ enum-iterator-derive-0.6.0 \ enumset-1.0.6 \ enumset_derive-0.5.4 \ error-chain-0.12.4 \ error-code-2.0.2 \ euc-0.5.3 \ euclid-0.22.2 \ event-listener-2.5.1 \ fallible-iterator-0.2.0 \ fehler-1.0.0 \ fehler-macros-1.0.0 \ fetch_unroll-0.2.2 \ filetime-0.2.14 \ find_folder-0.3.0 \ fixedbitset-0.1.9 \ flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fs2-0.4.3 \ fsevent-0.4.0 \ fsevent-2.0.2 \ fsevent-sys-2.0.1 \ fsevent-sys-3.0.2 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ funty-1.2.0 \ futures-0.3.13 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-executor-0.3.13 \ futures-io-0.3.13 \ futures-macro-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ fxhash-0.2.1 \ generic-array-0.12.4 \ generic-array-0.13.3 \ generic-array-0.14.4 \ gethostname-0.2.1 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gfx-0.18.2 \ gfx_core-0.9.2 \ gfx_device_gl-0.16.2 \ gfx_gl-0.6.1 \ gilrs-0.8.0 \ gilrs-core-0.3.0 \ gimli-0.22.0 \ gimli-0.23.0 \ git2-0.13.17 \ gl_generator-0.14.0 \ glam-0.10.2 \ glob-0.3.0 \ glsl-include-0.3.1 \ glutin-0.26.0 \ glutin_egl_sys-0.1.5 \ glutin_emscripten_sys-0.1.1 \ glutin_gles2_sys-0.1.5 \ glutin_glx_sys-0.1.7 \ glutin_wgl_sys-0.1.5 \ glyph_brush-0.7.2 \ glyph_brush_draw_cache-0.1.4 \ glyph_brush_layout-0.2.1 \ guillotiere-0.6.0 \ h2-0.3.1 \ half-1.7.1 \ hash32-0.1.1 \ hashbrown-0.9.1 \ heapless-0.5.6 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hex-0.3.2 \ hibitset-0.6.3 \ hound-3.4.0 \ http-0.2.3 \ http-body-0.4.0 \ httparse-1.3.5 \ httpdate-0.3.2 \ hyper-0.14.4 \ hyper-rustls-0.22.1 \ ident_case-1.0.1 \ idna-0.2.2 \ image-0.23.14 \ indexmap-1.6.2 \ inline_tweak-1.0.8 \ inotify-0.7.1 \ inotify-0.9.2 \ inotify-sys-0.1.5 \ instant-0.1.9 \ io-kit-sys-0.1.0 \ iovec-0.1.4 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ jni-0.14.0 \ jni-0.17.0 \ jni-sys-0.3.0 \ jobserver-0.1.21 \ js-sys-0.3.48 \ kernel32-sys-0.2.2 \ khronos_api-3.1.0 \ lazy-bytes-cast-5.0.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ leb128-0.2.4 \ lewton-0.10.2 \ libc-0.2.88 \ libflate-1.0.3 \ libflate_lz77-1.0.0 \ libgit2-sys-0.12.18+1.1.0 \ libloading-0.5.2 \ libloading-0.6.7 \ libloading-0.7.0 \ libm-0.1.4 \ libsqlite3-sys-0.18.0 \ libssh2-sys-0.2.21 \ libudev-sys-0.1.4 \ libz-sys-1.1.2 \ linked-hash-map-0.5.4 \ lock_api-0.3.4 \ lock_api-0.4.2 \ log-0.4.14 \ lz-fear-0.1.1 \ mach-0.2.3 \ mach-0.3.2 \ malloc_buf-0.0.6 \ matchers-0.0.1 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ memmap2-0.1.0 \ memmap2-0.2.1 \ memoffset-0.5.6 \ memoffset-0.6.1 \ migrations_internals-1.4.1 \ migrations_macros-1.4.2 \ minifb-0.19.1 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ mio-0.7.9 \ mio-extras-2.0.6 \ miow-0.2.2 \ miow-0.3.6 \ mopa-0.2.2 \ more-asserts-0.2.1 \ native-dialog-0.5.5 \ ndk-0.2.1 \ ndk-glue-0.2.1 \ ndk-macro-0.2.0 \ ndk-sys-0.2.1 \ net2-0.2.37 \ nibble_vec-0.1.0 \ nix-0.15.0 \ nix-0.17.0 \ nix-0.18.0 \ nix-0.19.1 \ nix-0.20.0 \ noise-0.7.0 \ nom-4.2.3 \ nom-5.1.2 \ nom-6.1.2 \ notify-4.0.15 \ notify-5.0.0-pre.6 \ ntapi-0.3.6 \ num-0.2.1 \ num-0.4.0 \ num-bigint-0.2.6 \ num-bigint-0.4.0 \ num-complex-0.2.4 \ num-complex-0.4.0 \ num-derive-0.3.3 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.2.4 \ num-rational-0.3.2 \ num-rational-0.4.0 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ num_enum-0.4.3 \ num_enum_derive-0.4.3 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ object-0.22.0 \ object-0.23.0 \ oboe-0.3.1 \ oboe-sys-0.3.0 \ ogg-0.8.0 \ old_school_gfx_glutin_ext-0.26.0 \ once_cell-1.7.2 \ oorandom-11.1.3 \ openssl-probe-0.1.2 \ openssl-sys-0.9.60 \ orbclient-0.3.31 \ ordered-float-1.1.1 \ ordered-float-2.1.1 \ osmesa-sys-0.1.2 \ owned_ttf_parser-0.6.0 \ owned_ttf_parser-0.12.0 \ packed_simd_2-0.3.4 \ parking_lot-0.10.2 \ parking_lot-0.11.1 \ parking_lot_core-0.7.2 \ parking_lot_core-0.8.3 \ peeking_take_while-0.1.2 \ percent-encoding-2.1.0 \ petgraph-0.4.13 \ pin-project-1.0.5 \ pin-project-internal-1.0.5 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ piston-float-0.3.0 \ piston-viewport-0.5.0 \ pistoncore-input-0.24.0 \ pkg-config-0.3.19 \ plotters-0.3.0 \ plotters-backend-0.3.0 \ plotters-svg-0.3.0 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro-crate-0.1.5 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ prometheus-0.12.0 \ prometheus-hyper-0.1.2 \ publicsuffix-1.5.6 \ qstring-0.7.2 \ quote-0.6.13 \ quote-1.0.9 \ radium-0.6.2 \ radix_trie-0.2.1 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_xorshift-0.2.0 \ raw-window-handle-0.3.3 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_users-0.4.0 \ regalloc-0.0.31 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ region-2.2.0 \ remove_dir_all-0.5.3 \ ring-0.16.20 \ rle-decode-fast-1.0.1 \ rodio-0.13.0 \ ron-0.6.4 \ roots-0.0.6 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ rustls-0.19.0 \ rustls-native-certs-0.5.0 \ rusttype-0.7.9 \ rusttype-0.8.3 \ rusttype-0.9.2 \ rusty-xinput-1.2.0 \ rustyline-8.0.0 \ ryu-1.0.5 \ same-file-1.0.6 \ scan_fmt-0.2.6 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ sct-0.6.0 \ sdl2-0.34.3 \ sdl2-sys-0.34.3 \ security-framework-2.1.2 \ security-framework-sys-2.1.1 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.124 \ serde_bytes-0.11.5 \ serde_cbor-0.11.1 \ serde_derive-1.0.124 \ serde_json-1.0.64 \ serde_repr-0.1.6 \ sha1-0.6.0 \ sharded-slab-0.1.1 \ shared_library-0.1.9 \ shellexpand-2.1.0 \ shlex-0.1.1 \ shred-0.11.0 \ shred-derive-0.6.3 \ shrev-1.1.1 \ signal-hook-0.1.17 \ signal-hook-0.3.6 \ signal-hook-registry-1.3.0 \ slab-0.4.2 \ slotmap-1.0.2 \ smallvec-1.6.1 \ smithay-client-toolkit-0.12.3 \ smithay-clipboard-0.6.3 \ socket2-0.3.19 \ spin-0.5.2 \ spin_sleep-1.0.0 \ stable_deref_trait-1.2.0 \ standback-0.2.15 \ static_assertions-1.1.0 \ stb_truetype-0.3.1 \ stdweb-0.1.3 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ str-buf-1.0.5 \ strsim-0.8.0 \ strsim-0.9.3 \ strsim-0.10.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ sum_type-0.2.0 \ svg_fmt-0.4.1 \ syn-0.15.44 \ syn-1.0.63 \ tap-1.0.1 \ tar-0.4.33 \ target-lexicon-0.11.2 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ thread_local-1.1.3 \ time-0.1.43 \ time-0.2.25 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ tinytemplate-1.2.1 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tokio-1.3.0 \ tokio-macros-1.1.0 \ tokio-rustls-0.22.0 \ tokio-stream-0.1.4 \ tokio-util-0.6.4 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-appender-0.1.2 \ tracing-attributes-0.1.13 \ tracing-core-0.1.17 \ tracing-log-0.1.2 \ tracing-subscriber-0.2.16 \ tracing-tracy-0.6.0 \ tracy-client-0.12.0 \ tracy-client-sys-0.13.0 \ treeculler-0.1.0 \ try-lock-0.2.3 \ ttf-parser-0.6.2 \ ttf-parser-0.12.0 \ tuple_utils-0.3.0 \ twox-hash-1.6.0 \ tynm-0.1.6 \ typenum-1.12.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ unidiff-0.3.3 \ unreachable-1.0.0 \ untrusted-0.7.1 \ ureq-1.5.4 \ url-2.2.1 \ utf8parse-0.2.0 \ uuid-0.8.2 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ vek-0.11.2 \ version-compare-0.0.10 \ version_check-0.1.5 \ version_check-0.9.2 \ void-1.0.2 \ walkdir-0.1.8 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.71 \ wasm-bindgen-backend-0.2.71 \ wasm-bindgen-futures-0.4.21 \ wasm-bindgen-macro-0.2.71 \ wasm-bindgen-macro-support-0.2.71 \ wasm-bindgen-shared-0.2.71 \ wasmer-1.0.2 \ wasmer-compiler-1.0.2 \ wasmer-compiler-cranelift-1.0.2 \ wasmer-derive-1.0.2 \ wasmer-engine-1.0.2 \ wasmer-engine-jit-1.0.2 \ wasmer-engine-native-1.0.2 \ wasmer-object-1.0.2 \ wasmer-types-1.0.2 \ wasmer-vm-1.0.2 \ wasmparser-0.65.0 \ wast-35.0.0 \ wat-1.0.36 \ wayland-client-0.27.0 \ wayland-client-0.28.5 \ wayland-commons-0.27.0 \ wayland-commons-0.28.5 \ wayland-cursor-0.27.0 \ wayland-cursor-0.28.5 \ wayland-egl-0.28.5 \ wayland-protocols-0.27.0 \ wayland-protocols-0.28.5 \ wayland-scanner-0.27.0 \ wayland-scanner-0.28.5 \ wayland-sys-0.27.0 \ wayland-sys-0.28.5 \ web-sys-0.3.48 \ webpki-0.21.4 \ webpki-roots-0.21.0 \ wfd-0.1.7 \ which-4.0.2 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-wsapoll-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ window_clipboard-0.1.4 \ winres-0.1.11 \ ws2_32-sys-0.2.1 \ wyz-0.2.0 \ x11-clipboard-0.5.1 \ x11-dl-2.18.5 \ x11rb-0.8.0 \ xattr-0.2.2 \ xcb-0.9.0 \ xcursor-0.3.3 \ xdg-2.2.0 \ xi-unicode-0.3.0 \ xkb-0.2.1 \ xkbcommon-sys-0.7.4 \ xml-rs-0.8.3 CARGO_USE_GITHUB= yes CARGO_USE_GITLAB= yes CARGO_GIT_SUBDIR= authcommon:authc:authc \ conrod_core:conrod_core:conrod_core \ conrod_core:conrod_winit:backends/conrod_winit \ iced_core:iced:native \ iced_core:iced_winit:winit # https://gitlab.com/veloren/veloren/issues/264 CARGO_ENV+= RUSTC_BOOTSTRAP=1 # XXX https://github.com/rust-lang/cargo/issues/4101 CARGO_INSTALL_PATH= server-cli voxygen post-patch: # .git/ directory is missing, so don't abort if git binary is also missing @${REINPLACE_CMD} -e 's/"git"/"${TRUE}"/' \ ${WRKSRC}/common/build.rs # Extract (snapshot) version from the port instead of empty file @${REINPLACE_CMD} -e '/GIT_HASH/s/=.*/= "${DISTVERSIONFULL}";/' \ -e "/GIT_DATE.*static/s/=.*/= \"$$(date -r $$(${AWK} '/TIMESTAMP/ { print $$3 }' \ ${DISTINFO_FILE}) +'%Y-%m-%d-%H:%M')\";/" \ ${WRKSRC}/common/src/util/mod.rs # Respect PREFIX != /usr/local for system assets @${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/common/src/assets.rs # lang/python3 cannot be used as a dependency @${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \ ${WRKSRC}/cargo-crates/xcb-*/build.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* (cd ${WRKSRC} && ${COPYTREE_SHARE} assets ${STAGEDIR}${DATADIR}) ${RLN} ${STAGEDIR}${DATADIR}/assets/voxygen/*.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${RLN} ${STAGEDIR}${DATADIR}/assets/voxygen/*.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 03f1a6289ea4..d9b9f47f0801 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,75 +1,76 @@ PORTNAME= dssim DISTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= jbeich@FreeBSD.org COMMENT= Image similarity comparison simulating human perception LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= adler-1.0.2 \ ahash-0.4.7 \ arrayvec-0.5.2 \ arrayvec-0.7.0 \ autocfg-1.0.1 \ bytemuck-1.5.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.4 \ crossbeam-utils-0.8.4 \ dssim-core-3.1.0 \ dunce-1.0.1 \ either-1.6.1 \ fallible_collections-0.4.2 \ flate2-1.0.20 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.1 \ foreign-types-shared-0.3.0 \ getopts-0.2.21 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ imgref-1.9.0 \ itertools-0.10.0 \ jobserver-0.1.22 \ lazy_static-1.4.0 \ lcms2-5.4.1 \ lcms2-sys-3.1.8 \ libc-0.2.94 \ load_image-2.12.2 \ lodepng-3.4.5 \ memoffset-0.6.3 \ miniz_oxide-0.4.4 \ mozjpeg-0.9.0 \ mozjpeg-sys-0.12.3 \ nasm-rs-0.2.0 \ num-0.4.0 \ num-bigint-0.4.0 \ num-complex-0.4.0 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.4.0 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ pkg-config-0.3.19 \ proc-macro2-1.0.26 \ quote-1.0.9 \ rayon-1.5.0 \ rayon-core-1.9.0 \ rexif-0.7.0 \ rgb-0.8.27 \ scopeguard-1.1.0 \ syn-1.0.72 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 .include diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index 954c1ef3c752..ce5eb406f463 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,94 +1,95 @@ PORTNAME= gifski DISTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Highest-quality GIF encoder based on pngquant LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= ImageOptim GH_TUPLE= kornelski:rust-ffmpeg:4da6d270cdaa868e5488144ed73bfaabe329cfcb:ffmpeg \ meh:rust-ffmpeg-sys:acc80af7fb470e7a0b8a6856abee0d2e40799cf2:ffmpegsys CARGO_CRATES= adler-1.0.2 \ ahash-0.4.7 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ bindgen-0.54.0 \ bitflags-1.2.1 \ bytemuck-1.5.1 \ cc-1.0.67 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clang-sys-0.29.3 \ clap-2.33.3 \ color_quant-1.1.0 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.0 \ crossbeam-utils-0.8.3 \ dunce-1.0.1 \ fallible_collections-0.4.0 \ ffmpeg-next-4.3.8 \ ffmpeg-sys-next-4.3.5 \ flate2-1.0.20 \ gif-0.11.1 \ gif-dispose-3.1.1 \ gifsicle-1.92.4 \ glob-0.3.0 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ imagequant-3.0.4-alpha.2 \ imagequant-sys-3.0.4-alpha.2 \ imgref-1.8.0 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.90 \ libloading-0.5.2 \ lodepng-3.4.5 \ memchr-2.3.4 \ miniz_oxide-0.4.4 \ natord-1.0.9 \ nom-5.1.2 \ num_cpus-1.13.0 \ openmp-sys-1.2.0-alpha.1 \ pbr-1.0.4 \ peeking_take_while-0.1.2 \ pkg-config-0.3.19 \ proc-macro2-1.0.24 \ quick-error-2.0.0 \ quote-1.0.9 \ regex-1.4.5 \ regex-syntax-0.6.23 \ resize-0.7.2 \ rgb-0.8.25 \ rustc-hash-1.1.0 \ shlex-0.1.1 \ strsim-0.8.0 \ textwrap-0.11.0 \ time-0.1.44 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.3 \ wasi-0.10.0+wasi-snapshot-preview1 \ weezl-0.1.4 \ wild-2.0.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile index a0536e8f6b81..b7a94ccbcbae 100644 --- a/graphics/ikona/Makefile +++ b/graphics/ikona/Makefile @@ -1,29 +1,29 @@ PORTNAME= ikona DISTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}.cargo.vendor${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kde@FreeBSD.org COMMENT= Icon editing companion LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rustc:lang/${RUST_DEFAULT} USES= cmake:noninja compiler:c++11-lang desktop-file-utils \ gmake gnome iconv kde:5 pkgconfig qt:5 tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 libxml2 pango USE_KDE= auth codecs config configwidgets coreaddons i18n \ kirigami2 widgetsaddons USE_QT= core declarative gui network widgets xml \ buildtools_build qmake_build pre-configure: ${CP} ${DISTDIR}/${DISTNAME}.cargo.vendor${EXTRACT_SUFX} ${WRKSRC}/ikona.cargo.vendor.tar.xz .include diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 0d24d4de03ae..2c6127009fe3 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,120 +1,120 @@ # Created by: Pav Lucistnik PORTNAME= libopenraw PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/commit/ PATCHFILES= 6d447e3feb6d47f958c786eb8ab40b0a7a535818.patch:-p1 # Include MAINTAINER= jhale@FreeBSD.org COMMENT= Library for camera RAW files decoding LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs TEST_DEPENDS= curl:ftp/curl USES= cargo compiler:c++14-lang gnome jpeg libtool localbase pkgconfig \ tar:bz2 USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \ --disable-silent-rules INSTALL_TARGET= install-strip TEST_TARGET= check CARGO_CRATES= ahash-0.3.8 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bitreader-0.3.2 \ byteorder-1.3.4 \ cbindgen-0.14.3 \ cfg-if-0.1.10 \ clap-2.33.3 \ env_logger-0.7.1 \ getrandom-0.1.15 \ hashbrown-0.7.2 \ heck-0.3.1 \ hermit-abi-0.1.17 \ humantime-1.3.0 \ itoa-0.4.6 \ lazy_static-1.4.0 \ libc-0.2.81 \ log-0.4.11 \ memchr-2.3.4 \ num-traits-0.2.14 \ ppv-lite86-0.2.10 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ regex-1.4.2 \ regex-syntax-0.6.21 \ remove_dir_all-0.5.3 \ ryu-1.0.5 \ serde-1.0.118 \ serde_derive-1.0.118 \ serde_json-1.0.60 \ static_assertions-1.1.0 \ strsim-0.8.0 \ syn-1.0.54 \ tempfile-3.1.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thread_local-1.0.1 \ toml-0.5.7 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ 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 CARGO_CARGOTOML=${WRKSRC}/lib/mp4/Cargo.toml CARGO_CARGOLOCK=${WRKSRC}/lib/mp4/mp4parse_capi/Cargo.lock CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no PLIST_SUB= VER=${PORTVERSION:R} OPTIONS_DEFINE= GNOME TEST OPTIONS_DEFAULT= GNOME OPTIONS_SUB= yes GNOME_CONFIGURE_ENABLE= gnome GNOME_USES= gettext-runtime GNOME_USE= GNOME=glib20,gdkpixbuf2 TEST_BUILD_DEPENDS= curl:ftp/curl post-patch: @${REINPLACE_CMD} -E \ -e 's|\{libdir\}/pkgconfig|{prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/configure post-patch-TEST-off: @${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in pre-configure: @${CARGO_CARGO_RUN} update \ --manifest-path ${WRKSRC}/lib/mp4/mp4parse_capi/Cargo.toml \ --verbose .include diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index b9efbd7b4210..b60e8bae4634 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,52 +1,52 @@ # Created by: Ade Lovett PORTNAME= librsvg PORTVERSION= 2.50.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust DIST_SUBDIR= gnome2 MAINTAINER= desktop@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files LICENSE= LGPL20 BUILD_DEPENDS= ${RUST_DEFAULT}>=1.39.0:lang/${RUST_DEFAULT} \ valac:lang/vala LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libpng.so:graphics/png USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gnomeprefix libxml2 pango introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-Bsymbolic \ --disable-dependency-tracking \ --disable-static \ --enable-vala # Make sure it uses the Rust toolchain from ports. CONFIGURE_ENV= CARGO=${LOCALBASE}/bin/cargo \ RUSTC=${LOCALBASE}/bin/rustc \ RUSTFLAGS="${RUSTFLAGS} -C linker=${CC:Q} ${LDFLAGS:C/.+/-C link-arg=&/}" MAKE_ENV= CARGO_BUILD_JOBS=${MAKE_JOBS_NUMBER} \ RUSTC=${LOCALBASE}/bin/rustc \ RUSTFLAGS="${RUSTFLAGS} -C linker=${CC:Q} ${LDFLAGS:C/.+/-C link-arg=&/}" INSTALL_TARGET= install-strip TEST_TARGET= check CONFLICTS_INSTALL= librsvg2 post-patch: # Disable vendor checksums @${REINPLACE_CMD} -e 's/"files":{[^}]*}/"files":{}/' \ ${WRKSRC}/vendor/*/.cargo-checksum.json pre-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/cargo update .include diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index cb8ac2779056..c2f6a3eb29f2 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,130 +1,130 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line tool to generate, analyze, convert and manipulate colors LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo shebangfix USE_GITHUB= yes GH_ACCOUNT= sharkdp SHEBANG_FILES= doc/demo-scripts/gradient.sh CARGO_CRATES= aho-corasick-0.7.10 \ ansi_term-0.11.0 \ approx-0.3.2 \ arrayvec-0.4.12 \ assert_cmd-0.12.2 \ atty-0.2.14 \ autocfg-1.0.0 \ bitflags-1.2.1 \ bstr-0.2.13 \ bumpalo-3.3.0 \ byteorder-1.3.4 \ cast-0.2.3 \ cfg-if-0.1.10 \ clap-2.33.1 \ criterion-0.3.2 \ criterion-plot-0.4.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ csv-1.1.3 \ csv-core-0.1.10 \ difference-2.0.0 \ doc-comment-0.3.3 \ either-1.5.3 \ escargot-0.5.0 \ getrandom-0.1.14 \ hermit-abi-0.1.13 \ itertools-0.9.0 \ itoa-0.4.5 \ js-sys-0.3.39 \ lazy_static-1.4.0 \ lexical-core-0.6.2 \ libc-0.2.70 \ log-0.4.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.4 \ nodrop-0.1.14 \ nom-5.1.1 \ num-traits-0.2.11 \ num_cpus-1.13.0 \ oorandom-11.1.1 \ output_vt100-0.1.2 \ plotters-0.2.14 \ ppv-lite86-0.2.8 \ predicates-1.0.4 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro2-1.0.17 \ quote-1.0.6 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_xoshiro-0.4.0 \ rayon-1.3.0 \ rayon-core-1.7.0 \ regex-1.3.7 \ regex-automata-0.1.9 \ regex-syntax-0.6.17 \ rustc_version-0.2.3 \ ryu-1.0.4 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.110 \ serde_derive-1.0.110 \ serde_json-1.0.53 \ static_assertions-0.3.4 \ strsim-0.8.0 \ syn-1.0.24 \ term_size-0.3.2 \ textwrap-0.11.0 \ thread_local-1.0.1 \ tinytemplate-1.0.4 \ treeline-0.1.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.62 \ wasm-bindgen-backend-0.2.62 \ wasm-bindgen-macro-0.2.62 \ wasm-bindgen-macro-support-0.2.62 \ wasm-bindgen-shared-0.2.62 \ web-sys-0.3.39 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} DOCS= doc/colorcheck.md doc/colorcheck.png \ doc/demo-scripts/gradient.sh doc/pastel.gif README.md PORTDOCS= ${DOCS:T} OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index 16ad437223f0..e14e04675ea1 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,177 +1,177 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics PKGNAMESUFFIX= -editor MAINTAINER= yuri@FreeBSD.org COMMENT= Modern and minimalist pixel editor implemented in rust LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= meowhash crate only supports x86_64, see https://github.com/bodil/meowhash-rs/issues/5 USES= cargo xorg USE_GITHUB= yes GH_ACCOUNT= cloudhead USE_XORG= x11 xcursor xext xi xinerama xrandr CARGO_CRATES= adler32-1.0.3 \ arrayref-0.3.5 \ arrayvec-0.4.11 \ arrayvec-0.5.1 \ ash-0.29.0 \ atom-0.3.5 \ atty-0.2.13 \ autocfg-0.1.5 \ backtrace-0.3.34 \ backtrace-sys-0.1.31 \ base64-0.10.1 \ bitflags-1.1.0 \ blake2b_simd-0.5.7 \ block-0.1.6 \ bumpalo-2.6.0 \ byteorder-1.3.2 \ c2-chacha-0.2.3 \ cc-1.0.40 \ cfg-if-0.1.9 \ chrono-0.4.10 \ cloudabi-0.0.3 \ cmake-0.1.41 \ cocoa-0.19.1 \ color_quant-1.0.1 \ colorful-0.2.1 \ constant_time_eq-0.1.4 \ copyless-0.1.4 \ core-foundation-0.6.4 \ core-foundation-sys-0.6.2 \ core-graphics-0.17.3 \ crc32fast-1.2.0 \ crossbeam-utils-0.6.6 \ d3d12-0.3.0 \ deflate-0.7.20 \ digest-0.8.1 \ directories-2.0.2 \ dirs-sys-0.3.4 \ failure-0.1.5 \ failure_derive-0.1.5 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fxhash-0.2.1 \ gcc-0.3.55 \ generic-array-0.12.3 \ getrandom-0.1.14 \ gfx-auxil-0.1.0 \ gfx-backend-dx11-0.4.1 \ gfx-backend-dx12-0.4.1 \ gfx-backend-empty-0.4.0 \ gfx-backend-metal-0.4.0 \ gfx-backend-vulkan-0.4.0 \ gfx-hal-0.4.0 \ gif-0.10.3 \ gl-0.14.0 \ gl_generator-0.14.0 \ glfw-0.34.0 \ glfw-sys-3.3.0 \ hibitset-0.6.2 \ inflate-0.4.5 \ js-sys-0.3.33 \ khronos_api-3.1.0 \ lazy_static-1.3.0 \ libc-0.2.65 \ libloading-0.5.2 \ lock_api-0.3.1 \ log-0.4.8 \ luminance-0.38.0 \ luminance-derive-0.5.0 \ lzw-0.10.0 \ malloc_buf-0.0.6 \ meowhash-0.1.2 \ metal-0.17.0 \ nodrop-0.1.13 \ nonempty-0.1.4 \ num-integer-0.1.41 \ num-traits-0.2.8 \ objc-0.2.6 \ objc_exception-0.1.1 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ pico-args-0.3.0 \ pkg-config-0.3.15 \ png-0.15.0 \ ppv-lite86-0.2.6 \ proc-macro2-0.4.30 \ proc-macro2-1.0.1 \ quote-0.6.13 \ quote-1.0.2 \ rand-0.7.3 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_os-0.1.3 \ range-alloc-0.1.0 \ raw-window-handle-0.3.3 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_users-0.3.1 \ relevant-0.4.2 \ remove_dir_all-0.5.2 \ rendy-descriptor-0.5.0 \ rendy-memory-0.5.0 \ rgx-0.7.1 \ rust-argon2-0.5.1 \ rustc-demangle-0.1.16 \ rustc_version-0.2.3 \ scopeguard-1.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.102 \ serde_derive-1.0.102 \ shared_library-0.1.9 \ simple_logger-1.4.0 \ slab-0.4.2 \ smallvec-0.6.10 \ snap-0.2.5 \ spirv_cross-0.16.0 \ storage-map-0.2.0 \ syn-0.15.44 \ syn-1.0.3 \ synstructure-0.10.2 \ tempfile-3.1.0 \ time-0.1.42 \ toml-0.5.5 \ typenum-1.11.2 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.56 \ wasm-bindgen-backend-0.2.56 \ wasm-bindgen-macro-0.2.56 \ wasm-bindgen-macro-support-0.2.56 \ wasm-bindgen-shared-0.2.56 \ wgpu-0.4.0 \ wgpu-native-0.4.1 \ winapi-0.3.7 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wio-0.2.2 \ x11-2.18.1 \ xml-rs-0.8.0 \ zerocopy-0.2.8 \ zerocopy-derive-0.1.4 PLIST_FILES= bin/rx LDFLAGS+= -L${PREFIX}/lib post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index 8b68a12867f2..c040a2910299 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,65 +1,65 @@ PORTNAME= svgbob DISTVERSION= g20190412 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org COMMENT= Convert ASCII diagrams to SVG LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC:H}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= ivanceras GH_TAGNAME= c3e84c87094550d8cdc6fc48b40a00712b2951cb CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.11 \ bitflags-1.0.4 \ cfg-if-0.1.5 \ clap-2.32.0 \ handlebars-0.21.1 \ libc-0.2.60 \ log-0.3.9 \ log-0.4.5 \ pest-0.3.3 \ pom-1.1.0 \ quick-error-1.2.2 \ redox_syscall-0.1.40 \ redox_termios-0.1.1 \ rustc-serialize-0.3.24 \ strsim-0.7.0 \ svg-0.5.11 \ svgbob-0.4.1 \ termion-1.5.1 \ textwrap-0.10.0 \ unicode-width-0.1.5 \ vec_map-0.8.1 \ winapi-0.3.6 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 # ignore #![deny(warnings)] RUSTFLAGS+= --cap-lints warn WRKSRC_SUBDIR= svgbob_cli PLIST_FILES= bin/svgbob PORTDOCS= README.md spec.md PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/svgbob post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC:H} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index 5923921b242e..e76ed8ce55d4 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,126 +1,126 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org COMMENT= Simple terminal image viewer written in Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= atanunq CARGO_CRATES= adler-0.2.3 \ adler32-1.2.0 \ ansi_colours-1.0.1 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ bytemuck-1.4.1 \ byteorder-1.3.4 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ color_quant-1.1.0 \ console-0.13.0 \ const_fn-0.4.4 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.8.1 \ crossterm-0.18.2 \ crossterm_winapi-0.6.2 \ ctrlc-3.1.7 \ deflate-0.7.20 \ deflate-0.8.6 \ either-1.6.1 \ encode_unicode-0.3.6 \ getrandom-0.1.15 \ gif-0.10.3 \ gif-0.11.1 \ hermit-abi-0.1.17 \ image-0.22.5 \ image-0.23.12 \ inflate-0.4.5 \ instant-0.1.9 \ jpeg-decoder-0.1.20 \ lazy_static-1.4.0 \ libc-0.2.81 \ lock_api-0.4.2 \ log-0.4.11 \ lzw-0.10.0 \ memoffset-0.6.1 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.3 \ mio-0.7.6 \ miow-0.3.6 \ nix-0.18.0 \ ntapi-0.3.6 \ num-derive-0.2.5 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.2.4 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.1 \ png-0.15.3 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro2-0.4.30 \ quote-0.6.13 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ remove_dir_all-0.5.3 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.2 \ smallvec-1.5.1 \ socket2-0.3.17 \ strsim-0.8.0 \ syn-0.15.44 \ tempfile-3.1.0 \ termcolor-1.1.2 \ terminal_size-0.1.15 \ textwrap-0.11.0 \ tiff-0.3.1 \ tiff-0.6.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ vec_map-0.8.2 \ viuer-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ weezl-0.1.3 \ 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 PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 0a77d3cc29d7..89dc93144ff1 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,124 +1,124 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.4 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= java www DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= java@FreeBSD.org COMMENT= Free Java plug-in and Java Web Start for OpenJDK LICENSE= GPLv2 BUILD_DEPENDS= zip:archivers/zip \ rustc:lang/${RUST_DEFAULT} \ bash:shells/bash \ gsed:textproc/gsed \ ${HAMCREST_JAR}:java/hamcrest \ ${JUNIT_JAR}:java/junit RUN_DEPENDS= bash:shells/bash MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 8 JAVA_OS= native JAVA_VENDOR= openjdk USE_PERL5= build USE_XORG= x11 USES= autoreconf compiler:c++11-lang desktop-file-utils gmake perl5 \ pkgconfig shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= AdoptOpenJDK GH_PROJECT= IcedTea-Web SHEBANG_FILES= jrunscript.in shell-launcher/launchers.sh.in CONFIGURE_ARGS= --with-hamcrest="${HAMCREST_JAR}" CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" CONFIGURE_ARGS+= --with-junit="${JUNIT_JAR}" CONFIGURE_ARGS+= --with-rhino="${RHINO_JAR}" CONFIGURE_ARGS+= --with-tagsoup="${TAGSOUP_JAR}" CONFIGURE_ARGS+= --with-itw-libs="DISTRIBUTION" CONFIGURE_ARGS+= --enable-shell-launchers .for opt in asm chrome chromium ecj epiphany firefox jacoco midori opera CONFIGURE_ARGS+= --without-${opt} .endfor CONFIGURE_ENV= BIN_BASH=${bash_CMD} CONFIGURE_ENV+= bashcompdir=${PREFIX}/etc/bash_completion.d CONFIGURE_SHELL= ${bash_CMD} TEST_TARGET= check # Upstream archive contains files with UTF-8 names EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar OPTIONS_DEFINE= DOCS PLUGIN RHINO TAGSOUP OPTIONS_DEFAULT=PLUGIN OPTIONS_SUB= yes PLUGIN_DESC= Enable the browser plug-in RHINO_DESC= Add support for Proxy Auto Config files TAGSOUP_DESC= Enable cleaning up of malformed JNLP files DOCS_CONFIGURE_ENABLE= docs DOCS_PORTDOCS= netx RHINO_BUILD_DEPENDS= ${JAVASHAREDIR}/rhino/rhino.jar:lang/rhino RHINO_RUN_DEPENDS= ${RHINO_BUILD_DEPENDS} RHINO_VARS= RHINO_JAR="${JAVASHAREDIR}/rhino/rhino.jar" RHINO_VARS_OFF= RHINO_JAR=no TAGSOUP_BUILD_DEPENDS= ${JAVALIBDIR}/tagsoup.jar:textproc/tagsoup TAGSOUP_RUN_DEPENDS= ${TAGSOUP_BUILD_DEPENDS} TAGSOUP_VARS= TAGSOUP_JAR="${JAVALIBDIR}/tagsoup.jar" TAGSOUP_VARS_OFF= TAGSOUP_JAR=no PLUGIN_CONFIGURE_ENABLE=native-plugin pluginjar PLUGIN_CONFIGURE_ENV= MOZILLA_CFLAGS="-I${WRKDIR}/npapi-headers -DXP_UNIX" \ MOZILLA_LIBS=" " # needs to be set and non-empty! PLUGIN_DISTFILES= libxul-npapi-headers-45.9.0${EXTRACT_SUFX}:npapi PLUGIN_MASTER_SITES= LOCAL/tobik:npapi PLUGIN_PORTDOCS= plugin PLUGIN_TEST_TARGET= plugin-tests PLUGIN_USE= GNOME=glib20 PLUGIN_USES= webplugin:native gnome PLUGIN_VARS= WEBPLUGIN_DIR=${PREFIX}/lib \ WEBPLUGIN_FILES=IcedTeaPlugin.so HAMCREST_JAR= ${JAVALIBDIR}/hamcrest.jar JUNIT_JAR= ${JAVALIBDIR}/junit.jar .include .if ${JAVA_PORT_VERSION:M*6*} pre-extract: @${ECHO_MSG} @${ECHO_MSG} "IMPORTANT: To build IcedTea-Web ${PORTVERSION}, you have to turn on 'ICEDTEA' option" @${ECHO_MSG} "for ${JAVA_PORT} (default). Otherwise, it will neither build nor work." @${ECHO_MSG} . if !(defined(PACKAGE_BUILDING) || defined(BATCH)) @sleep 5 . endif .endif post-patch: ${REINPLACE_CMD} -e 's|^sed\([[:space:]]\)|gsed\1|' \ -e 's|\([[:space:]]\)sed\([[:space:]]\)|\1gsed\2|g' \ ${WRKSRC}/Makefile.am ${WRKSRC}/html-gen.sh ${REINPLACE_CMD} -e 's|^Icon=javaws|Icon=itweb-javaws|' \ ${WRKSRC}/*.desktop.in post-install: ${INSTALL_DATA} ${WRKSRC}/*.desktop ${STAGEDIR}${DESKTOPDIR} .for lang in cs de en pl .for man in javaws policyeditor ${MV} ${STAGEDIR}${MANPREFIX}/man/${lang:Nen}/man1/${man}.1 \ ${STAGEDIR}${MANPREFIX}/man/${lang:Nen}/man1/itweb-${man}.1 .endfor .endfor @${ECHO_MSG} @${ECHO_MSG} "Run \"make test\" to execute regression test." @${ECHO_MSG} .include diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index 7bc0a7381d64..55fcaedbfe9b 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -1,35 +1,35 @@ PORTNAME= gleam DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= dch@FreeBSD.org COMMENT= Ml-flavoured type-safe language using Erlang's BEAM runtime LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= rebar3:devel/rebar3 USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= gleam-lang .include "Makefile.deps" RUSTFLAGS+= --cap-lints=warn PLIST_FILES= bin/gleam PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gleam post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} README.md ${STAGEDIR}${DOCSDIR}) .include diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 797637e9bead..fbab19ccc909 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -1,246 +1,247 @@ # Once the bootstraps are available on pkg.FreeBSD.org run sync.sh # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust PORTVERSION= 1.52.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:rust \ LOCAL/mikael:armbase \ LOCAL/mikael:base \ LOCAL/bdragon:ppc64lebase \ https://download.freebsd.org/ftp/${_RUST_FBSD_SUBDIR_${FLAVOR}}/:base \ LOCAL/mikael:powerpc64_gcc # http://pkg.freebsd.org/FreeBSD:12:powerpc64/quarterly/All/gcc9-9.3.0_1.txz?dummy=/:powerpc64_gcc PKGNAMESUFFIX= -bootstrap DISTNAME= ${PORTNAME}c-${PORTVERSION}-src DISTFILES= rust/${DISTNAME}${EXTRACT_SUFX}:rust \ ${_RUST_FBSD_DIST_${FLAVOR}} MAINTAINER= rust@FreeBSD.org COMMENT= Create bootstrap compilers for building lang/rust LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= untested on other archs BUILD_DEPENDS= cmake:devel/cmake \ gmake:devel/gmake \ rust>=${PORTVERSION}:lang/rust FLAVORS= aarch64 amd64 armv6 armv7 i386 powerpc64_elfv1 powerpc64_elfv2 \ powerpc64le powerpc FLAVOR?= ${FLAVORS:[1]} aarch64_PKGNAMEPREFIX= aarch64- aarch64_BUILD_DEPENDS= llvm90>0:devel/llvm90 amd64_PKGNAMEPREFIX= amd64- armv6_PKGNAMEPREFIX= armv6- armv7_PKGNAMEPREFIX= armv7- i386_PKGNAMEPREFIX= i386- powerpc64_elfv1_PKGNAMEPREFIX= powerpc64-elfv1- powerpc64_elfv1_BUILD_DEPENDS= powerpc64-gcc9>0:devel/freebsd-gcc9@powerpc64 powerpc64_elfv2_PKGNAMEPREFIX= powerpc64-elfv2- powerpc64le_PKGNAMEPREFIX= powerpc64le- powerpc_PKGNAMEPREFIX= powerpc- USES= ninja:build perl5 python:3.6+,build tar:xz .if ${FLAVOR} == powerpc64_elfv1 USE_GCC= 9:build .endif # for openssl-src crate USE_PERL5= build .if ${FLAVOR} == aarch64 CC= clang90 CXX= clang++90 .endif PATCHDIR= ${.CURDIR}/../rust/files # Resulting packages are not specific to amd64 NO_ARCH= yes _RUST_FBSD_DIST_aarch64= FreeBSD-${_RUST_FBSD_VER}-arm64${EXTRACT_SUFX}:base _RUST_FBSD_DIST_amd64= FreeBSD-${_RUST_FBSD_VER}-amd64${EXTRACT_SUFX}:base # base.txz for armv* created from WANDBOARD images as there seem # to be no generic base.txz for it. _RUST_FBSD_DIST_armv6= FreeBSD-${_RUST_FBSD_VER}-arm-armv6${EXTRACT_SUFX}:armbase _RUST_FBSD_DIST_armv7= FreeBSD-${_RUST_FBSD_VER}-arm-armv7${EXTRACT_SUFX}:armbase _RUST_FBSD_DIST_i386= FreeBSD-${_RUST_FBSD_VER}-i386${EXTRACT_SUFX}:base _RUST_FBSD_DIST_powerpc64_elfv1= FreeBSD-${_RUST_FBSD_VER}-powerpc64-elfv1${EXTRACT_SUFX}:base \ FreeBSD-${_RUST_FBSD_VER}-powerpc64-elfv1-gcc9-9.3.0${EXTRACT_SUFX}:powerpc64_gcc _RUST_FBSD_DIST_powerpc64_elfv2= FreeBSD-${_RUST_FBSD_VER}-powerpc64-elfv2-v1300123${EXTRACT_SUFX}:base _RUST_FBSD_DIST_powerpc64le= FreeBSD-${_RUST_FBSD_VER}-powerpc64le-r366300${EXTRACT_SUFX}:ppc64lebase _RUST_FBSD_DIST_powerpc= FreeBSD-${_RUST_FBSD_VER}-powerpc${EXTRACT_SUFX}:base _RUST_FBSD_VER= ${_RUST_FBSD_VER_${FLAVOR}:U11.4-RELEASE} _RUST_FBSD_VER_aarch64= 12.2-RELEASE _RUST_FBSD_VER_armv7= 12.2-RELEASE _RUST_FBSD_VER_powerpc64_elfv1= 12.2-RELEASE _RUST_FBSD_VER_powerpc64_elfv2= 13.0-CURRENT _RUST_FBSD_VER_powerpc64le= 13.0-CURRENT _RUST_FBSD_VER_powerpc= 13.0-RELEASE _RUST_FBSD_SUBDIR_aarch64= releases/arm64/${_RUST_FBSD_VER}/base.txz?dummy= _RUST_FBSD_SUBDIR_amd64= releases/amd64/${_RUST_FBSD_VER}/base.txz?dummy= _RUST_FBSD_SUBDIR_i386= releases/i386/${_RUST_FBSD_VER}/base.txz?dummy= _RUST_FBSD_SUBDIR_powerpc64_elfv1= releases/powerpc/powerpc64/${_RUST_FBSD_VER}/base.txz?dummy= _RUST_FBSD_SUBDIR_powerpc64_elfv2= snapshots/powerpc/powerpc64/${_RUST_FBSD_VER}/base.txz?dummy= _RUST_FBSD_SUBDIR_powerpc64le= snapshots/powerpc/powerpc64le/${_RUST_FBSD_VER}/base.txz?dummy= _RUST_FBSD_SUBDIR_powerpc= releases/powerpc/powerpc/${_RUST_FBSD_VER}/base.txz?dummy= _CARGO_VENDOR_DIR= ${WRKSRC}/vendor _RUST_ARCH_amd64= x86_64 _RUST_ARCH_i386= i686 _RUST_ARCH_powerpc64_elfv1= powerpc64 _RUST_ARCH_powerpc64_elfv2= powerpc64 _RUST_ARCH_powerpc64le= powerpc64le _RUST_ARCH_powerpc= powerpc _RUST_HOST= ${_RUST_ARCH_${ARCH}:U${ARCH}}-unknown-${OPSYS:tl} _RUST_TARGET= ${_RUST_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl} _RUST_LLVM_TARGET= ${_RUST_LLVM_TARGET_${FLAVOR}} _RUST_LLVM_TARGET_aarch64= AArch64 _RUST_LLVM_TARGET_amd64= X86 _RUST_LLVM_TARGET_armv6= ARM _RUST_LLVM_TARGET_armv7= ARM _RUST_LLVM_TARGET_i386= X86 _RUST_LLVM_TARGET_powerpc64_elfv1= PowerPC _RUST_LLVM_TARGET_powerpc64_elfv2= PowerPC _RUST_LLVM_TARGET_powerpc64le= PowerPC _RUST_LLVM_TARGET_powerpc= PowerPC _RUST_LLVM_TRIPLE= ${_RUST_LLVM_TRIPLE_${FLAVOR}:U${_RUST_TARGET}} _RUST_LLVM_TRIPLE_armv6= armv6-gnueabihf-freebsd _RUST_LLVM_TRIPLE_armv7= armv7-gnueabihf-freebsd _RUST_LLVM_TRIPLE_powerpc= powerpc-unknown-freebsd13.0 # secure-plt .include .if ${OPSYS} != FreeBSD IGNORE= is only for FreeBSD .elif ${OSVERSION} < 1200502 IGNORE= will not build on 12.0 due to old toolchain; 11.x untested .endif .if ${FLAVOR} == powerpc64le && ${OSVERSION} < 1300116 IGNORE= will not build on 12.x due to old system .endif .if exists(${PATCHDIR}/${FLAVOR:S/_/-/}) EXTRA_PATCHES+= ${PATCHDIR}/${FLAVOR:S/_/-/} .endif .if make(makesum) DISTFILES:= ${DISTFILES:M*\:rust} \ ${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -V'DISTFILES:N*\:rust'!}@} .endif post-patch: # Disable vendor checksums @${REINPLACE_CMD} 's,"files":{[^}]*},"files":{},' \ ${_CARGO_VENDOR_DIR}/*/.cargo-checksum.json .if ${FLAVOR} == powerpc64_elfv1 @${REINPLACE_CMD} -e 's,"c++","stdc++",g' \ ${WRKSRC}/compiler/rustc_llvm/build.rs .endif @${REINPLACE_CMD} -e 's,%CC%,${CC},g' \ -e 's,%WRKDIR%,${WRKDIR},g' \ ${WRKSRC}/compiler/rustc_llvm/build.rs \ ${WRKSRC}/src/bootstrap/native.rs do-configure: # Check that the running kernel has COMPAT_FREEBSD11 required by lang/rust post-ino64 @${SETENV} CC="${CC}" OPSYS="${OPSYS}" OSVERSION="${OSVERSION}" WRKDIR="${WRKDIR}" \ ${SH} ${SCRIPTSDIR}/rust-compat11-canary.sh @${ECHO_CMD} '[build]' > ${WRKSRC}/config.toml @${ECHO_CMD} 'vendor=true' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'extended=false' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'python="${PYTHON_CMD}"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'docs=false' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'verbose=2' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cargo-native-static=true' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cargo="${LOCALBASE}/bin/cargo"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'rustc="${LOCALBASE}/bin/rustc"' >> ${WRKSRC}/config.toml .if ${_RUST_HOST} != ${_RUST_TARGET} @${ECHO_CMD} 'host=["${_RUST_HOST}","${_RUST_TARGET}"]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'target=["${_RUST_TARGET}"]' >> ${WRKSRC}/config.toml .endif @${ECHO_CMD} '[rust]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'channel="stable"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'default-linker="${CC}"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'deny-warnings=false' >> ${WRKSRC}/config.toml @${ECHO_CMD} '[llvm]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'link-shared=false' >> ${WRKSRC}/config.toml .if ${FLAVOR} == powerpc64_elfv1 @${ECHO_CMD} 'static-libstdcpp=true' >> ${WRKSRC}/config.toml .endif .if defined(WITH_CCACHE_BUILD) && !defined(NO_CCACHE) @${ECHO_CMD} 'ccache="${CCACHE_BIN}"' >> ${WRKSRC}/config.toml .else @${ECHO_CMD} 'ccache=false' >> ${WRKSRC}/config.toml .endif # https://github.com/rust-lang/rust/pull/72696#issuecomment-641517185 @${ECHO_CMD} 'ldflags="-lz"' >> ${WRKSRC}/config.toml # we need to make sure to always build llvm with X86 support to get a # host compiler that can build the host->target compiler @${ECHO_CMD} 'targets="${_RUST_LLVM_TARGET};X86"' >> ${WRKSRC}/config.toml @${ECHO_CMD} '[target.${_RUST_TARGET}]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cc="${WRKDIR}/${_RUST_TARGET}-cc"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cxx="${WRKDIR}/${_RUST_TARGET}-c++"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'linker="${WRKDIR}/${_RUST_TARGET}-cc"' >> ${WRKSRC}/config.toml .for _key _util in ar ${AR} ranlib ${RANLIB} @bin="$$(which ${_util})"; \ ${ECHO_CMD} "${_key}=\"$$bin\"" >> ${WRKSRC}/config.toml .endfor .if ${_RUST_HOST} != ${_RUST_TARGET} @${ECHO_CMD} '[target.${_RUST_HOST}]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cc="${CC}"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'cxx="${CXX}"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'linker="${CC}"' >> ${WRKSRC}/config.toml .endif @${ECHO_CMD} '[dist]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'src-tarball=false' >> ${WRKSRC}/config.toml .if ${FLAVOR} == powerpc64_elfv1 @${RLN} ${WRKDIR}${LOCALBASE}/lib/gcc9/libstdc++.a ${WRKDIR}/usr/lib/libstdc++.a @${RLN} ${WRKDIR}${LOCALBASE}/lib/gcc9/libstdc++.a ${WRKDIR}/usr/lib/libc++.a @gcc="$$(${ECHO_CMD} ${LOCALBASE}/bin/${_RUST_TARGET}*[0-9]-gcc9)"; \ ${PRINTF} '#!/bin/sh\nexec %s --sysroot=${WRKDIR} -Wl,-rpath=${LOCALBASE}/lib/gcc9 -L${WRKDIR}${LOCALBASE}/lib/gcc9 "$$@"\n' "$${gcc}" \ > ${WRKDIR}/${_RUST_TARGET}-cc @gcc="$$(${ECHO_CMD} ${LOCALBASE}/bin/${_RUST_TARGET}*[0-9]-g++9)"; \ cxxinc="/$$(cd ${WRKDIR} && ${ECHO_CMD} ${LOCALBASE:S,^/,,}/lib/gcc9/include/c++/powerpc64-*)"; \ ${PRINTF} '#!/bin/sh\nexec %s --sysroot=${WRKDIR} -isystem=${LOCALBASE}/lib/gcc9/include/c++ -isystem=%s -Wl,-rpath=${LOCALBASE}/lib/gcc9 -L${WRKDIR}${LOCALBASE}/lib/gcc9 "$$@"\n' "$${gcc}" "$${cxxinc}" \ > ${WRKDIR}/${_RUST_TARGET}-c++ .elif ${FLAVOR} == powerpc64_elfv2 @${PRINTF} '#!/bin/sh\nexec ${CC} --sysroot=${WRKDIR} -mabi=elfv2 --target=${_RUST_LLVM_TRIPLE} "$$@"\n' \ > ${WRKDIR}/${_RUST_TARGET}-cc @${PRINTF} '#!/bin/sh\nexec ${CXX} --sysroot=${WRKDIR} -mabi=elfv2 --target=${_RUST_LLVM_TRIPLE} -stdlib=libc++ "$$@"\n' \ > ${WRKDIR}/${_RUST_TARGET}-c++ .else @${PRINTF} '#!/bin/sh\nexec ${CC} --sysroot=${WRKDIR} --target=${_RUST_LLVM_TRIPLE} "$$@"\n' \ > ${WRKDIR}/${_RUST_TARGET}-cc @${PRINTF} '#!/bin/sh\nexec ${CXX} --sysroot=${WRKDIR} --target=${_RUST_LLVM_TRIPLE} -stdlib=libc++ "$$@"\n' \ > ${WRKDIR}/${_RUST_TARGET}-c++ .endif @${CHMOD} +x ${WRKDIR}/${_RUST_TARGET}-c* # sanity check cross compilers. we cannot execute the result but # at least check that it can link a simple program before going further. @${PRINTF} '#include \nint main(){return printf("hello\\n");}' | ${WRKDIR}/${_RUST_TARGET}-cc -o ${WRKDIR}/test-c -xc - # produce some useful info for the build logs like what release/arch test-c is compiled for @cd ${WRKDIR} && ${FILE} test-c && ${READELF} -A test-c @${PRINTF} '#include \nint main(){std::cout<<"hello"<> ${TMPPLIST} .include diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index b052522e4fc3..6138df9e9598 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,87 +1,87 @@ PORTNAME= spidermonkey DISTVERSION= 78.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER= swills@FreeBSD.org COMMENT= Standalone JavaScript based from Mozilla 78-esr LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ autoconf-2.13:devel/autoconf213 \ rust-cbindgen>=0.8.7:devel/rust-cbindgen LIB_DEPENDS= libffi.so:devel/libffi \ libicudata.so:devel/icu \ libnspr4.so:devel/nspr USES= compiler:c++17-lang gmake localbase pathfix pkgconfig python:build \ readline tar:xz USE_LDCONFIG= yes SP_VER= 78 HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/firefox-${DISTVERSION} PATCH_WRKSRC= ${WRKDIR}/firefox-${DISTVERSION}/ CONFIGURE_OUTSOURCE= yes CONFIGURE_SCRIPT= ../firefox-${DISTVERSION}/js/src/configure CONFIGURE_ARGS= --disable-debug \ --disable-debug-symbols \ --disable-gold \ --disable-jemalloc \ --disable-tests \ --enable-optimize \ --enable-readline \ --enable-shared-js \ --prefix=${PREFIX:Q} \ --target=${CONFIGURE_TARGET} \ --with-intl-api \ --with-system-icu \ --with-system-nspr \ --with-system-zlib CONFIGURE_ENV= HOST_CC=${CC} \ HOST_CXX=${CXX} BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_SUB= SP_VER=${SP_VER} .include .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif # Require newer Clang than what's in base system unless user opted out # or the base system is new enough. .if ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT} \ LLVM_OBJDUMP=llvm-objdump${LLVM_DEFAULT} BUILD_DEPENDS+= ${LOCALBASE}/bin/llvm-objdump${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} USE_GCC= yes .elif ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so) && \ ${COMPILER_VERSION} < 80 CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT} CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT} CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT} \ LLVM_OBJDUMP=llvm-objdump${LLVM_DEFAULT} BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/js/moz.configure post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/libjs_static.ajs ${LN} -fs libmozjs-${SP_VER}.so ${STAGEDIR}${PREFIX}/lib/libmozjs-${SP_VER}.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/js${SP_VER} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmozjs-${SP_VER}.* .include diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 6ade22a9bd3b..bdd0813df689 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,79 +1,80 @@ # Created by: Joe Marcus Clarke PORTNAME= thunderbird DISTVERSION= 78.10.1 +PORTREVISION= 1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.26:devel/nspr \ nss>=3.56:security/nss \ icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.6:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ yasm:devel/yasm \ zip:archivers/zip LIB_DEPENDS= libjson-c.so:devel/json-c \ libbotan-2.so:security/botan2 SSP_UNSAFE= yes USE_GECKO= gecko USE_MOZILLA= -sqlite CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 USES= tar:xz MOZ_OPTIONS= --enable-application=comm/mail --enable-official-branding MOZ_OPTIONS+= --with-system-bz2 --with-system-jsonc --with-system-botan MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 PORTNAME_ICON= ${MOZILLA}.png PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js OPTIONS_DEFINE= LIGHTNING OPTIONS_DEFAULT=CANBERRA LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" .include .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar .else MOZ_OPTIONS+= --disable-calendar .endif post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/comm/mail/app/nsMailApp.cpp pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) port-pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/defaults post-install: ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME_ICON} .include diff --git a/misc/broot/Makefile b/misc/broot/Makefile index e71644cc43bb..f4df3651cdf5 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,267 +1,267 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org COMMENT= Quick and easy new way to see and navigate directory trees LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma RUN_DEPENDS= git:devel/git USES= cargo USE_GITHUB= yes GH_ACCOUNT= canop CARGO_CRATES= adler-1.0.2 \ adler32-1.2.0 \ ahash-0.7.2 \ aho-corasick-0.7.15 \ ansi_colours-1.0.2 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bet-0.4.0 \ bincode-1.3.1 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ bstr-0.2.15 \ bumpalo-3.6.1 \ bytemuck-1.5.1 \ byteorder-1.4.3 \ cast-0.2.3 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ char_reader-0.1.0 \ chrono-0.4.19 \ clap-2.33.3 \ cli-log-1.2.0 \ clipboard-win-4.0.3 \ color_quant-1.1.0 \ constant_time_eq-0.1.5 \ crc32fast-1.2.1 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ crossbeam-0.8.0 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.3 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.8.3 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ csv-1.1.6 \ csv-core-0.1.10 \ custom_error-1.8.0 \ deflate-0.8.6 \ deser-hjson-0.1.12 \ directories-2.0.2 \ dirs-sys-0.3.5 \ either-1.6.1 \ error-code-2.0.2 \ file-size-1.0.3 \ flate2-1.0.20 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gif-0.11.1 \ git2-0.13.17 \ glob-0.3.0 \ half-1.7.1 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ id-arena-2.2.1 \ idna-0.2.2 \ image-0.23.14 \ indexmap-1.6.2 \ instant-0.1.9 \ is_executable-0.1.2 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ jobserver-0.1.21 \ jpeg-decoder-0.1.22 \ js-sys-0.3.48 \ lazy-regex-0.1.4 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ lfs-core-0.3.1 \ libc-0.2.88 \ libgit2-sys-0.12.18+1.1.0 \ libz-sys-1.1.2 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.3.4 \ memmap-0.7.0 \ memoffset-0.6.1 \ minimad-0.7.0 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ mio-0.7.9 \ miow-0.3.6 \ ntapi-0.3.6 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ onig-6.1.1 \ onig_sys-69.6.0 \ oorandom-11.1.3 \ open-1.6.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ pathdiff-0.2.0 \ percent-encoding-2.1.0 \ phf-0.8.0 \ phf_generator-0.8.0 \ phf_macros-0.8.0 \ phf_shared-0.8.0 \ pkg-config-0.3.19 \ plist-1.1.0 \ plotters-0.3.0 \ plotters-backend-0.3.0 \ plotters-svg-0.3.0 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.24 \ proc-status-0.1.1 \ quote-1.0.9 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_pcg-0.2.1 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_users-0.3.5 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ rust-argon2-0.8.3 \ rustc_version-0.2.3 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ secular-0.3.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.124 \ serde_cbor-0.11.1 \ serde_derive-1.0.124 \ serde_json-1.0.64 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ siphasher-0.3.3 \ smallvec-1.6.1 \ socket2-0.3.19 \ splitty-0.1.0 \ str-buf-1.0.5 \ strict-0.1.4 \ strsim-0.8.0 \ syn-1.0.64 \ syntect-4.5.0 \ tempfile-3.2.0 \ termimad-0.10.1 \ terminal-clipboard-0.2.1 \ termux-clipboard-0.1.0 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ tiff-0.6.1 \ time-0.1.43 \ tinytemplate-1.2.1 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ umask-1.0.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.1 \ users-0.10.0 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.71 \ wasm-bindgen-backend-0.2.71 \ wasm-bindgen-macro-0.2.71 \ wasm-bindgen-macro-support-0.2.71 \ wasm-bindgen-shared-0.2.71 \ web-sys-0.3.48 \ weezl-0.1.4 \ which-4.0.2 \ 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 \ x11-clipboard-0.5.1 \ xcb-0.9.0 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 CARGO_FEATURES= --no-default-features SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= CHANGELOG.md README.md client-server.md documentation.md \ features.md OPTIONS_DEFINE= CLIENT_SERVER CLIPBOARD DOCS OPTIONS_DEFAULT= CLIENT_SERVER CLIPBOARD CLIENT_SERVER_DESC= Enable client/server support CLIPBOARD_DESC= Enable terminal X11 clipboard support CLIENT_SERVER_VARS= CARGO_FEATURES+=client-server CLIPBOARD_USES= python:3.6+,build xorg CLIPBOARD_USE= XORG=xcb CLIPBOARD_BINARY_ALIAS= python3=${PYTHON_CMD} CLIPBOARD_VARS= CARGO_FEATURES+=clipboard _BUILD_VERSION= ${DISTVERSION} _BUILD_DATE= $$(date +'%Y/%m/%d') pre-build: @${MV} ${WRKSRC}/man/page ${WRKSRC}/man/${PORTNAME}.1 @${REINPLACE_CMD} -e 's|#version|${_BUILD_VERSION}|g' \ -e "s|#date|${_BUILD_DATE}|g" ${WRKSRC}/man/${PORTNAME}.1 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 79668c5c5094..93ec818b8c17 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,72 +1,72 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Print arbitrary trees on the command line LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= HarrisonB CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.14 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ clap-2.33.0 \ digest-0.8.1 \ either-1.5.3 \ exitcode-1.1.2 \ fake-simd-0.1.2 \ generic-array-0.12.3 \ heck-0.3.1 \ hermit-abi-0.1.6 \ itertools-0.8.2 \ itoa-0.4.5 \ json5-0.2.5 \ libc-0.2.66 \ maplit-1.0.2 \ opaque-debug-0.2.3 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.2 \ pest_meta-2.1.3 \ proc-macro2-0.4.30 \ proc-macro2-1.0.9 \ quote-0.6.13 \ quote-1.0.3 \ ryu-1.0.2 \ serde-1.0.104 \ serde_json-1.0.47 \ sha-1-0.8.2 \ strsim-0.8.0 \ structopt-0.2.18 \ structopt-derive-0.2.18 \ syn-0.15.44 \ syn-1.0.16 \ textwrap-0.11.0 \ typenum-1.11.2 \ ucd-trie-0.1.2 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 39dee180ad45..34563e050fd2 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,111 +1,111 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main MAINTAINER= yuri@FreeBSD.org COMMENT= Tool that dumps binary input in a variety of formats LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cargo USE_GITHUB= nodefault GH_TUPLE= nix-rust:nix:5d2a8c221af121abe73e313bdfce8ae2f4372a83:nix CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.54 \ bitflags-1.2.1 \ cc-1.0.62 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ cloudabi-0.0.3 \ color-eyre-0.5.7 \ color-spantrace-0.1.4 \ eyre-0.6.3 \ fuchsia-cprng-0.1.1 \ generator-0.6.23 \ gimli-0.23.0 \ hermit-abi-0.1.17 \ indenter-0.3.0 \ itoa-0.4.6 \ jane-eyre-0.3.0 \ lazy_static-1.4.0 \ libc-0.2.80 \ log-0.4.11 \ loom-0.3.6 \ memchr-2.3.4 \ miniz_oxide-0.4.3 \ mktemp-0.4.0 \ nix-0.19.1 \ object-0.22.0 \ once_cell-1.5.2 \ owo-colors-1.1.3 \ pin-project-lite-0.1.11 \ pledge-0.4.0 \ proc-macro2-1.0.24 \ quote-1.0.7 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ regex-1.4.2 \ regex-syntax-0.6.21 \ rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ ryu-1.0.5 \ scoped-tls-1.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ sharded-slab-0.1.0 \ strsim-0.8.0 \ syn-1.0.48 \ textwrap-0.11.0 \ thread_local-1.0.1 \ tracing-0.1.21 \ tracing-attributes-0.1.11 \ tracing-core-0.1.17 \ tracing-error-0.1.2 \ tracing-subscriber-0.2.15 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unveil-0.2.1 \ uuid-0.7.4 \ vec_map-0.8.2 \ 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 CARGO_USE_GITHUB= yes BB_ACCOUNT= delan BB_PROJECT= ${PORTNAME} BB_COMMIT= 4bdbb191ed6d WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index e80f0c43ff38..d285de05d4d8 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,231 +1,232 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.5.12 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org COMMENT= Hackable, minimal, fast TUI file explorer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo desktop-file-utils USE_GITHUB= yes GH_ACCOUNT= sayanarijit CARGO_CRATES= anyhow-1.0.40 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base-x-0.2.8 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bstr-0.2.15 \ bumpalo-3.6.1 \ byte-tools-0.3.1 \ byteorder-1.4.3 \ cassowary-0.3.0 \ cast-0.2.3 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ colored-2.0.0 \ const_fn-0.4.6 \ constant_time_eq-0.1.5 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.3 \ crossbeam-utils-0.8.3 \ crossterm-0.18.2 \ crossterm_winapi-0.6.2 \ csv-1.1.6 \ csv-core-0.1.10 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ derive-new-0.5.9 \ derive_builder-0.9.0 \ derive_builder_core-0.9.0 \ digest-0.8.1 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ discard-1.0.4 \ dtoa-0.4.8 \ either-1.6.1 \ fake-simd-0.1.2 \ filetime-0.2.14 \ fnv-1.0.7 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ generic-array-0.12.4 \ getrandom-0.1.16 \ half-1.7.1 \ handlebars-3.5.4 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ humansize-1.1.0 \ ident_case-1.0.1 \ indexmap-1.6.2 \ inotify-0.7.1 \ inotify-sys-0.1.5 \ instant-0.1.9 \ iovec-0.1.4 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ js-sys-0.3.50 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.92 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ maplit-1.0.2 \ memchr-2.3.4 \ memoffset-0.6.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ mio-0.6.23 \ mio-0.7.11 \ mio-extras-2.0.6 \ miow-0.2.2 \ miow-0.3.7 \ natord-1.0.9 \ net2-0.2.37 \ notify-4.0.15 \ ntapi-0.3.6 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ numtoa-0.1.0 \ oorandom-11.1.3 \ opaque-debug-0.2.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ plotters-0.3.0 \ plotters-backend-0.3.0 \ plotters-svg-0.3.0 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.26 \ quick-error-2.0.0 \ quote-1.0.9 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_termios-0.1.2 \ redox_users-0.3.5 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ rspec-1.0.0 \ rust-argon2-0.8.3 \ rustc_version-0.2.3 \ ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.125 \ serde_cbor-0.11.1 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_yaml-0.8.17 \ sha-1-0.8.2 \ sha1-0.6.0 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ slab-0.4.2 \ smallvec-1.6.1 \ standback-0.2.17 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ strsim-0.9.3 \ syn-1.0.68 \ termion-1.5.6 \ textwrap-0.11.0 \ time-0.1.44 \ time-0.2.26 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ tinytemplate-1.2.1 \ tui-0.14.0 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ version_check-0.9.3 \ walkdir-2.3.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ yaml-rust-0.4.5 PORTDOCS= CODE_OF_CONDUCT.md README.md RELEASE.md _EXAMPLES= ${WRKSRC}/src/config.yml PORTEXAMPLES= ${_EXAMPLES:T} OPTIONS_DEFINE= DOCS EXAMPLES _ASSETS= ${WRKSRC}/assets _ICONS= ${STAGEDIR}${PREFIX}/share/icons/hicolor post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${_ASSETS}/desktop/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop @${MKDIR} ${_ICONS}/scalable/apps ${INSTALL_DATA} ${_ASSETS}/icon/${PORTNAME}.svg \ ${_ICONS}/scalable/apps .for res in 16 32 64 128 @${MKDIR} ${_ICONS}/${res}x${res}/apps .for icon in ico png ${INSTALL_DATA} ${_ASSETS}/icon/${PORTNAME}${res}.${icon} \ ${_ICONS}/${res}x${res}/apps/${PORTNAME}.${icon} .endfor .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${_EXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index 1b11563eec48..fdd6ed85b897 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,25 +1,25 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e PLIST= ${.CURDIR}/pkg-plist BUILD_DEPENDS= cargo-cbuild:devel/cargo-c PLIST_FILES= # empty PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} do-build: @${CARGO_CARGO_RUN} cbuild \ ${CARGO_BUILD_ARGS} do-install: @${CARGO_CARGO_RUN} cinstall \ --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ ${CARGO_INSTALL_ARGS} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include "${MASTERDIR}/Makefile" diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index db0e196facdb..ba0899c20077 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,53 +1,53 @@ PORTNAME= librespot PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= driesm.michiels@gmail.com COMMENT= Open Source Spotify client library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= librespot-org CARGO_FEATURES= --no-default-features PLIST_FILES= bin/librespot OPTIONS_DEFINE= TREMOR VORBIS OPTIONS_DEFAULT= PORTAUDIO TREMOR VORBIS OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= ALSA GSTREAMER JACK PORTAUDIO PULSEAUDIO SDL ALSA_DESC= Rodio audio backend using ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_VARS= CARGO_FEATURES+=rodio-backend GSTREAMER_USES= gnome GSTREAMER_USE= GNOME=glib20 \ GSTREAMER1=yes GSTREAMER_VARS= CARGO_FEATURES+=gstreamer-backend JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_VARS= CARGO_FEATURES+=jackaudio-backend PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_VARS= CARGO_FEATURES+=portaudio-backend PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_VARS= CARGO_FEATURES+=pulseaudio-backend SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_VARS= CARGO_FEATURES+=sdl-backend TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor TREMOR_VARS= CARGO_FEATURES+=with-tremor VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_VARS= CARGO_FEATURES+=with-vorbis .include "Makefile.crates" post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/librespot .include diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index 52311f931421..31909f8fcd58 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,212 +1,212 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast and safe AV1 encoder LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS+= ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_amd64= nasm:devel/nasm USES= cargo USE_GITHUB= yes GH_ACCOUNT= xiph PLIST_FILES?= bin/${PORTNAME} CARGO_CRATES= addr2line-0.14.1 \ adler-1.0.2 \ adler32-1.2.0 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ aom-sys-0.2.2 \ arbitrary-0.4.7 \ arg_enum_proc_macro-0.3.1 \ arrayvec-0.5.2 \ assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ av-metrics-0.6.2 \ backtrace-0.3.56 \ bindgen-0.56.0 \ bitflags-1.2.1 \ bitstream-io-1.0.0 \ bstr-0.2.15 \ bumpalo-3.6.1 \ bytemuck-1.5.1 \ byteorder-1.4.3 \ cast-0.2.3 \ cc-1.0.67 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clang-sys-1.1.1 \ clap-2.33.3 \ cmake-0.1.45 \ color_quant-1.1.0 \ console-0.14.1 \ console_error_panic_hook-0.1.6 \ crc32fast-1.2.1 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ crossbeam-0.8.0 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.3 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.8.3 \ csv-1.1.6 \ csv-core-0.1.10 \ ctor-0.1.20 \ dav1d-sys-0.3.3 \ dcv-color-primitives-0.1.16 \ deflate-0.8.6 \ difference-2.0.0 \ doc-comment-0.3.3 \ either-1.6.1 \ encode_unicode-0.3.6 \ env_logger-0.8.3 \ fern-0.6.0 \ getrandom-0.2.2 \ gimli-0.23.0 \ glob-0.3.0 \ half-1.7.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ humantime-2.1.0 \ image-0.23.14 \ interpolate_name-0.2.3 \ itertools-0.8.2 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ jobserver-0.1.21 \ js-sys-0.3.50 \ lab-0.8.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.92 \ libfuzzer-sys-0.3.5 \ libloading-0.7.0 \ log-0.4.14 \ memchr-2.3.4 \ memoffset-0.6.3 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ nasm-rs-0.2.0 \ nom-5.1.2 \ noop_proc_macro-0.3.0 \ num-derive-0.3.3 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.23.0 \ oorandom-11.1.3 \ output_vt100-0.1.2 \ paste-1.0.5 \ peeking_take_while-0.1.2 \ pest-2.1.3 \ pkg-config-0.3.19 \ plotters-0.3.0 \ plotters-backend-0.3.0 \ plotters-svg-0.3.0 \ png-0.16.8 \ ppv-lite86-0.2.10 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ pretty_assertions-0.6.1 \ proc-macro2-1.0.24 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ rust_hawktracer-0.7.0 \ rust_hawktracer_normal_macro-0.4.1 \ rust_hawktracer_proc_macro-0.4.1 \ rust_hawktracer_sys-0.4.2 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ rustc_version-0.3.3 \ ryu-1.0.5 \ same-file-1.0.6 \ scan_fmt-0.2.6 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_cbor-0.11.1 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ shlex-0.1.1 \ signal-hook-0.3.7 \ signal-hook-registry-1.3.0 \ simd_helpers-0.1.0 \ strsim-0.8.0 \ strum-0.20.0 \ strum_macros-0.20.1 \ syn-1.0.67 \ system-deps-2.0.3 \ termcolor-1.1.2 \ terminal_size-0.1.16 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ tinytemplate-1.2.1 \ toml-0.5.8 \ treeline-0.1.0 \ ucd-trie-0.1.3 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version-compare-0.0.11 \ version_check-0.9.3 \ wait-timeout-0.2.0 \ walkdir-2.3.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ wasm-bindgen-test-0.3.23 \ wasm-bindgen-test-macro-0.3.23 \ web-sys-0.3.50 \ which-3.1.1 \ 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 \ y4m-0.7.0 post-patch: # Extract (snapshot) version from the port instead of CARGO_PKG_VERSION @${REINPLACE_CMD} 's/env!("VERGEN_SEMVER_LIGHTWEIGHT")/"${DISTVERSIONFULL}"/' \ ${WRKSRC}/src/capi.rs ${WRKSRC}/src/lib.rs .if !target(post-install) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .endif .include diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index 821622897b23..3e0d07ba2ba0 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,91 +1,92 @@ PORTNAME= scte35dump DISTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org COMMENT= Dump SCTE-35 data from a Transport Stream LICENSE= MIT USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= m2amedia CARGO_CRATES= aho-corasick-0.7.4 \ ansi_term-0.11.0 \ arrayvec-0.3.25 \ arrayvec-0.4.11 \ atty-0.2.13 \ base64-0.10.1 \ bitflags-1.1.0 \ bitreader-0.3.1 \ byteorder-1.3.2 \ cfg-if-0.1.9 \ clap-2.33.0 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ encoding-index-simpchinese-1.20141219.5 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ env_logger-0.6.2 \ fixedbitset-0.1.9 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ hex-0.3.2 \ hexdump-0.1.0 \ humantime-1.2.0 \ iovec-0.1.2 \ itertools-0.4.19 \ kernel32-sys-0.2.2 \ lazy_static-1.3.0 \ libc-0.2.60 \ log-0.4.7 \ memchr-2.2.1 \ mio-0.6.19 \ miow-0.2.1 \ mpeg2ts-reader-0.13.0 \ net2-0.2.33 \ nodrop-0.1.13 \ odds-0.2.26 \ proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.13 \ regex-1.1.9 \ regex-syntax-0.6.8 \ rtp-rs-0.3.0 \ rustc_version-0.2.3 \ scte35-reader-0.11.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.97 \ serde_derive-1.0.97 \ serdebug-1.0.5 \ serdebug_derive-1.0.0 \ slab-0.4.2 \ smpte2022-1-fec-0.2.0 \ smpte2022-1-packet-0.4.0 \ strsim-0.8.0 \ syn-0.14.9 \ syn-0.15.39 \ termcolor-1.0.5 \ textwrap-0.11.0 \ thread_local-0.3.6 \ ucd-util-0.1.3 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ utf8-ranges-1.0.3 \ vec_map-0.8.1 \ winapi-0.2.8 \ winapi-0.3.7 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wincolor-1.0.1 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/scte35dump .include diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile index 84355ba553fd..c93f4ead6df2 100644 --- a/multimedia/termplay/Makefile +++ b/multimedia/termplay/Makefile @@ -1,117 +1,117 @@ PORTNAME= termplay DISTVERSION= 2.0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= yuri@FreeBSD.org COMMENT= Tool that converts images to ANSI sequences, plays videos in terminals LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsixel.so:graphics/libsixel USES= cargo gnome USE_GNOME= glib20 USE_GSTREAMER1= yes CARGO_FEATURES= bin CARGO_CRATES= \ adler32-1.0.4 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-0.1.7 \ backtrace-0.3.40 \ backtrace-sys-0.1.32 \ bitflags-1.2.1 \ byteorder-1.3.2 \ cc-1.0.49 \ cfg-if-0.1.10 \ clap-2.33.0 \ color_quant-1.0.1 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.2 \ crossbeam-epoch-0.8.0 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.0 \ deflate-0.7.20 \ either-1.5.3 \ failure-0.1.6 \ failure_derive-0.1.6 \ futures-channel-0.3.1 \ futures-core-0.3.1 \ futures-executor-0.3.1 \ futures-macro-0.3.1 \ futures-task-0.3.1 \ futures-util-0.3.1 \ gif-0.10.3 \ glib-0.9.0 \ glib-sys-0.9.1 \ gobject-sys-0.9.1 \ gstreamer-0.15.0 \ gstreamer-app-0.15.0 \ gstreamer-app-sys-0.8.1 \ gstreamer-base-0.15.0 \ gstreamer-base-sys-0.8.1 \ gstreamer-sys-0.8.1 \ hermit-abi-0.1.6 \ image-0.22.3 \ inflate-0.4.5 \ jpeg-decoder-0.1.18 \ lazy_static-1.4.0 \ libc-0.2.66 \ lzw-0.10.0 \ memoffset-0.5.3 \ muldiv-0.2.1 \ num-derive-0.2.5 \ num-integer-0.1.41 \ num-iter-0.1.39 \ num-rational-0.2.2 \ num-traits-0.2.10 \ num_cpus-1.11.1 \ numtoa-0.1.0 \ paste-0.1.6 \ paste-impl-0.1.6 \ pin-utils-0.1.0-alpha.4 \ pkg-config-0.3.17 \ png-0.15.2 \ proc-macro-hack-0.5.11 \ proc-macro-nested-0.1.3 \ proc-macro2-0.4.30 \ proc-macro2-1.0.7 \ quote-0.6.13 \ quote-1.0.2 \ rayon-1.3.0 \ rayon-core-1.7.0 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ rustc-demangle-0.1.16 \ rustc_version-0.2.3 \ scoped_threadpool-0.1.9 \ scopeguard-1.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ slab-0.4.2 \ strsim-0.8.0 \ syn-0.15.44 \ syn-1.0.13 \ synstructure-0.12.3 \ termion-1.5.4 \ textwrap-0.11.0 \ tiff-0.3.1 \ unicode-width-0.1.7 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index 8cfd60eb8b9a..6fa552329eca 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -1,44 +1,44 @@ PORTNAME= fractal DISTVERSION= 4.2.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ MAINTAINER= greg@unrelenting.technology COMMENT= GTK+ Matrix IM client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # gmake for the gettext-sys crate BUILD_DEPENDS= cargo:lang/${RUST_DEFAULT} \ gmake:devel/gmake LIB_DEPENDS= libdbus-1.so:devel/dbus \ libgmp.so:math/gmp \ libgspell-1.so:textproc/gspell \ libges-1.0.so:multimedia/gstreamer1-editing-services \ libhandy-0.0.so:x11-toolkits/libhandy0 USES= gettext gnome meson pkgconfig python:3.5+,build ssl tar:xz USE_GNOME= cairo gtk30 gtksourceview4 USE_GSTREAMER1= bad GL_HASH= 9f2b34d98cfe3c002f3afbfcbf14bc7c BINARY_ALIAS= python3=${PYTHON_CMD} GLIB_SCHEMAS= org.gnome.Fractal.gschema.xml INSTALLS_ICONS= yes # for the gettext-sys crate MAKE_ENV+= GETTEXT_BIN_DIR=${LOCALBASE}/bin \ GETTEXT_LIB_DIR=${LOCALBASE}/lib \ GETTEXT_INCLUDE_DIR=${LOCALBASE}/include post-patch: # Disable vendor checksums @${REINPLACE_CMD} -e 's/"files":{[^}]*}/"files":{}/' \ ${WRKSRC}/vendor/*/.cargo-checksum.json post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fractal .include diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile index 582234073f56..ffeda4196e47 100644 --- a/net-im/libsignal-client/Makefile +++ b/net-im/libsignal-client/Makefile @@ -1,223 +1,223 @@ PORTNAME= libsignal-client DISTVERSIONPREFIX= java- DISTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im java MAINTAINER= 0mp@FreeBSD.org COMMENT= Implementation of the Signal client protocol LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= protoc:devel/protobuf USES= cargo USE_GITHUB= yes GH_ACCOUNT= signalapp CARGO_CRATES= addr2line-0.13.0 \ adler-0.2.3 \ aes-0.6.0 \ aes-soft-0.6.3 \ aesni-0.10.0 \ anyhow-1.0.33 \ arrayref-0.3.6 \ async-trait-0.1.41 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.52 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ block-modes-0.7.0 \ block-padding-0.2.1 \ bstr-0.2.14 \ bumpalo-3.4.0 \ byteorder-1.3.4 \ bytes-0.5.6 \ cast-0.2.3 \ cc-1.0.62 \ cesu8-1.1.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chunked_transfer-1.3.0 \ cipher-0.2.5 \ clap-2.33.3 \ combine-4.3.2 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ criterion-0.3.3 \ criterion-plot-0.4.3 \ crossbeam-channel-0.4.4 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-utils-0.7.2 \ crypto-mac-0.9.1 \ cslice-0.2.0 \ csv-1.1.3 \ csv-core-0.1.10 \ ctr-0.6.0 \ curve25519-dalek-3.0.0 \ digest-0.9.0 \ either-1.6.1 \ error-chain-0.12.4 \ fixedbitset-0.2.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ futures-0.3.7 \ futures-channel-0.3.7 \ futures-core-0.3.7 \ futures-executor-0.3.7 \ futures-io-0.3.7 \ futures-macro-0.3.7 \ futures-sink-0.3.7 \ futures-task-0.3.7 \ futures-util-0.3.7 \ generic-array-0.14.4 \ getrandom-0.1.15 \ gimli-0.22.0 \ half-1.6.0 \ hashbrown-0.9.1 \ heck-0.3.1 \ hermit-abi-0.1.17 \ hex-0.4.2 \ hmac-0.9.0 \ idna-0.2.0 \ indexmap-1.6.0 \ itertools-0.8.2 \ itertools-0.9.0 \ itoa-0.4.6 \ jni-0.17.0 \ jni-sys-0.3.0 \ js-sys-0.3.45 \ lazy_static-1.4.0 \ libc-0.2.79 \ libloading-0.6.6 \ linkme-0.2.4 \ linkme-impl-0.2.4 \ log-0.4.11 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.6 \ miniz_oxide-0.4.3 \ multimap-0.8.2 \ native-tls-0.2.6 \ neon-0.7.0 \ neon-build-0.5.3 \ neon-build-0.7.0 \ neon-macros-0.7.0 \ neon-runtime-0.7.0 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ object-0.20.0 \ once_cell-1.4.1 \ oorandom-11.1.2 \ opaque-debug-0.3.0 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ packed_simd-0.3.3 \ paste-1.0.4 \ percent-encoding-2.1.0 \ petgraph-0.5.1 \ pin-project-1.0.1 \ pin-project-internal-1.0.1 \ pin-project-lite-0.1.11 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ plotters-0.2.15 \ polyval-0.4.1 \ ppv-lite86-0.2.9 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ prost-0.6.1 \ prost-build-0.6.1 \ prost-derive-0.6.1 \ prost-types-0.6.1 \ qstring-0.7.2 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rayon-1.4.1 \ rayon-core-1.8.1 \ redox_syscall-0.1.57 \ regex-1.4.1 \ regex-automata-0.1.9 \ regex-syntax-0.6.20 \ remove_dir_all-0.5.3 \ rustc-demangle-0.1.17 \ rustc_version-0.2.3 \ ryu-1.0.5 \ same-file-1.0.6 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-2.0.0 \ security-framework-sys-2.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.117 \ serde_cbor-0.11.1 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ sha2-0.9.1 \ slab-0.4.2 \ smallvec-1.4.2 \ static_assertions-1.1.0 \ subtle-2.3.0 \ syn-1.0.45 \ syn-mid-0.5.3 \ synstructure-0.12.4 \ tempfile-3.1.0 \ textwrap-0.11.0 \ tinytemplate-1.1.0 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ typenum-1.12.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ universal-hash-0.4.0 \ unzip3-1.0.0 \ ureq-1.5.2 \ url-2.2.0 \ vcpkg-0.2.10 \ version_check-0.9.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.68 \ wasm-bindgen-backend-0.2.68 \ wasm-bindgen-macro-0.2.68 \ wasm-bindgen-macro-support-0.2.68 \ wasm-bindgen-shared-0.2.68 \ web-sys-0.3.45 \ which-3.1.1 \ 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 \ x25519-dalek-1.1.0 \ zeroize-1.1.1 \ zeroize_derive-1.0.1 CARGO_BUILD_ARGS= --package libsignal-jni CARGO_INSTALL= no # requires nightly features to build: # https://github.com/signalapp/libsignal-client/issues/141 MAKE_ENV= CARGO_PROFILE_RELEASE_LTO=thin \ RUSTC_BOOTSTRAP=1 USE_LDCONFIG= yes PLIST_FILES= lib/libsignal_jni.so do-install: ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libsignal_jni.so \ ${STAGEDIR}${PREFIX}/lib/ .include diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile index 181b0c346653..ef04f0df353b 100644 --- a/net-im/yume/Makefile +++ b/net-im/yume/Makefile @@ -1,151 +1,151 @@ PORTNAME= yume DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org COMMENT= Encrypted peer-to-peer IPv6 UDP messaging terminal LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= yamafaktory CARGO_CRATES= aead-0.2.0 \ ansi_term-0.11.0 \ arc-swap-0.4.4 \ async-attributes-1.1.1 \ async-std-1.6.0 \ async-task-3.0.0 \ atty-0.2.13 \ autocfg-0.1.7 \ autocfg-1.0.0 \ base64-0.12.1 \ bitflags-1.2.1 \ bumpalo-3.2.1 \ cc-1.0.52 \ cfg-if-0.1.10 \ chacha20-0.3.3 \ chacha20poly1305-0.4.1 \ clap-2.33.0 \ cloudabi-0.0.3 \ crossbeam-0.7.3 \ crossbeam-channel-0.4.0 \ crossbeam-deque-0.7.2 \ crossbeam-epoch-0.8.0 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ crossterm-0.17.5 \ crossterm_winapi-0.6.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.5 \ futures-channel-0.3.5 \ futures-core-0.3.5 \ futures-executor-0.3.5 \ futures-io-0.3.5 \ futures-macro-0.3.5 \ futures-sink-0.3.5 \ futures-task-0.3.5 \ futures-timer-3.0.2 \ futures-util-0.3.5 \ generic-array-0.12.3 \ gloo-timers-0.2.1 \ heck-0.3.1 \ hermit-abi-0.1.3 \ iovec-0.1.4 \ itoa-0.4.4 \ js-sys-0.3.39 \ kernel32-sys-0.2.2 \ kv-log-macro-1.0.4 \ lazy_static-1.4.0 \ libc-0.2.69 \ lock_api-0.3.3 \ log-0.4.8 \ memchr-2.3.3 \ memoffset-0.5.1 \ mio-0.6.21 \ miow-0.2.1 \ net2-0.2.33 \ nix-0.17.0 \ num_cpus-1.13.0 \ once_cell-1.3.1 \ parking_lot-0.10.0 \ parking_lot_core-0.7.0 \ pin-project-0.4.16 \ pin-project-internal-0.4.16 \ pin-project-lite-0.1.4 \ pin-utils-0.1.0 \ piper-0.1.2 \ poly1305-0.5.2 \ proc-macro-error-1.0.2 \ proc-macro-error-attr-1.0.2 \ proc-macro-hack-0.5.11 \ proc-macro-nested-0.1.3 \ proc-macro2-1.0.13 \ quote-1.0.2 \ redox_syscall-0.1.56 \ ring-0.16.13 \ rustc_version-0.2.3 \ ryu-1.0.2 \ scoped-tls-hkt-0.1.2 \ scopeguard-1.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ send_wrapper-0.4.0 \ serde-1.0.110 \ serde_derive-1.0.110 \ serde_json-1.0.53 \ signal-hook-0.1.15 \ signal-hook-registry-1.2.0 \ slab-0.4.2 \ smallvec-1.1.0 \ smol-0.1.10 \ socket2-0.3.12 \ spin-0.5.2 \ stream-cipher-0.3.2 \ strsim-0.8.0 \ structopt-0.3.14 \ structopt-derive-0.4.7 \ subtle-2.2.2 \ syn-1.0.22 \ syn-mid-0.5.0 \ textwrap-0.11.0 \ thiserror-1.0.19 \ thiserror-impl-1.0.19 \ typenum-1.11.2 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ universal-hash-0.3.0 \ untrusted-0.7.1 \ vec_map-0.8.2 \ version_check-0.9.1 \ void-1.0.2 \ wasm-bindgen-0.2.62 \ wasm-bindgen-backend-0.2.62 \ wasm-bindgen-futures-0.4.12 \ wasm-bindgen-macro-0.2.62 \ wasm-bindgen-macro-support-0.2.62 \ wasm-bindgen-shared-0.2.62 \ web-sys-0.3.39 \ wepoll-binding-2.0.2 \ wepoll-sys-2.0.0 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ zeroize-1.1.0 PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index a4fc76438092..95387b4d297d 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -1,130 +1,131 @@ PORTNAME= zkgroup DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= 0mp@FreeBSD.org COMMENT= Library for the Signal Private Group System LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= signalapp GH_TUPLE= signalapp:curve25519-dalek:477356e017c7cc2aa168f956786b34690870768f:curvedalek \ signalapp:poksho:v0.7.0:poksho USE_JAVA= yes JAVA_VERSION= 11+ USE_LDCONFIG= yes CARGO_CRATES= aead-0.2.0 \ aes-0.3.2 \ aes-gcm-siv-0.4.1 \ aes-soft-0.3.3 \ aesni-0.6.0 \ ascii-0.9.3 \ atty-0.2.14 \ autocfg-1.0.0 \ bincode-1.2.1 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-cipher-trait-0.6.2 \ block-padding-0.1.5 \ bstr-0.2.12 \ bumpalo-3.2.1 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ cast-0.2.3 \ cesu8-1.1.0 \ cfg-if-0.1.10 \ clap-2.33.0 \ combine-3.8.1 \ criterion-0.3.1 \ criterion-plot-0.4.1 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ crypto-mac-0.7.0 \ csv-1.1.3 \ csv-core-0.1.10 \ digest-0.8.1 \ either-1.5.3 \ error-chain-0.12.2 \ fake-simd-0.1.2 \ generic-array-0.12.3 \ getrandom-0.1.14 \ hermit-abi-0.1.10 \ hex-0.4.2 \ hmac-0.7.1 \ itertools-0.8.2 \ itoa-0.4.5 \ jni-0.16.0 \ jni-sys-0.3.0 \ js-sys-0.3.37 \ lazy_static-1.4.0 \ libc-0.2.67 \ log-0.4.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.4 \ num-traits-0.2.11 \ num_cpus-1.12.0 \ oorandom-11.1.0 \ opaque-debug-0.2.3 \ packed_simd-0.3.3 \ plotters-0.2.12 \ polyval-0.3.3 \ proc-macro2-1.0.9 \ quote-1.0.3 \ rand_core-0.5.1 \ rayon-1.3.0 \ rayon-core-1.7.0 \ regex-1.3.6 \ regex-automata-0.1.9 \ regex-syntax-0.6.17 \ rustc_version-0.2.3 \ ryu-1.0.3 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.106 \ serde_derive-1.0.106 \ serde_json-1.0.51 \ sha2-0.8.1 \ subtle-1.0.0 \ subtle-2.2.2 \ syn-1.0.16 \ textwrap-0.11.0 \ tinytemplate-1.0.3 \ typenum-1.11.2 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ universal-hash-0.3.0 \ unreachable-1.0.0 \ version_check-0.9.1 \ void-1.0.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.60 \ wasm-bindgen-backend-0.2.60 \ wasm-bindgen-macro-0.2.60 \ wasm-bindgen-macro-support-0.2.60 \ wasm-bindgen-shared-0.2.60 \ web-sys-0.3.37 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.3 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ zeroize-1.1.0 CARGO_USE_GITHUB= yes PLIST_FILES= lib/lib${PORTNAME}.so do-install: ${INSTALL_LIB} ${WRKDIR}/target/release/lib${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/ .include diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index 216006c02f3b..7716fb493f1c 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,276 +1,276 @@ PORTNAME= bandwhich DISTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi COMMENT= Terminal bandwidth utilization tool LICENSE= MIT RUN_DEPENDS= lsof:sysutils/lsof USES= cargo USE_GITHUB= yes GH_ACCOUNT= imsnif GH_TUPLE= tailhook:resolv-conf:83c0f25ebcb0615550488692c5213ca1ae4acd8f:resolvconf CARGO_CRATES= adler-0.2.3 \ adler32-1.2.0 \ aho-corasick-0.7.6 \ ansi_term-0.11.0 \ arc-swap-0.4.3 \ async-trait-0.1.21 \ atty-0.2.13 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.40 \ backtrace-sys-0.1.32 \ bitflags-0.5.0 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byteorder-1.3.2 \ bytes-0.5.0 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ c2-chacha-0.2.3 \ cargo-insta-0.11.0 \ cassowary-0.3.0 \ cc-1.0.47 \ cfg-if-0.1.9 \ chrono-0.4.9 \ clap-2.33.0 \ clicolors-control-1.0.1 \ cloudabi-0.0.3 \ console-0.7.7 \ console-0.8.0 \ console-0.9.1 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ crc32fast-1.2.0 \ crossbeam-channel-0.4.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-utils-0.7.2 \ crossterm-0.17.7 \ crossterm_winapi-0.6.1 \ derive-new-0.5.8 \ difference-2.0.0 \ digest-0.8.1 \ doc-comment-0.3.3 \ dtoa-0.4.4 \ either-1.5.3 \ encode_unicode-0.3.6 \ enum-as-inner-0.3.0 \ failure-0.1.6 \ failure_derive-0.1.6 \ fake-simd-0.1.2 \ flate2-1.0.17 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.1 \ futures-channel-0.3.1 \ futures-core-0.3.1 \ futures-executor-0.3.1 \ futures-io-0.3.1 \ futures-macro-0.3.1 \ futures-sink-0.3.1 \ futures-task-0.3.1 \ futures-util-0.3.1 \ generic-array-0.12.3 \ getrandom-0.1.13 \ glob-0.2.11 \ heck-0.3.1 \ hermit-abi-0.1.15 \ hex-0.4.2 \ hostname-0.3.1 \ http_req-0.7.0 \ idna-0.2.0 \ insta-0.11.0 \ insta-0.12.0 \ iovec-0.1.4 \ ipconfig-0.2.1 \ ipnetwork-0.12.8 \ ipnetwork-0.16.0 \ itoa-0.4.4 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.76 \ libflate-1.0.2 \ libflate_lz77-1.0.0 \ linked-hash-map-0.5.2 \ lock_api-0.3.4 \ log-0.3.9 \ log-0.4.8 \ lru-cache-0.1.2 \ maplit-1.0.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.2.1 \ memoffset-0.5.5 \ miniz_oxide-0.4.1 \ mio-0.6.21 \ mio-0.7.0 \ miow-0.2.1 \ miow-0.3.5 \ native-tls-0.2.4 \ net2-0.2.33 \ netstat2-0.9.0 \ ntapi-0.3.4 \ num-derive-0.3.2 \ num-integer-0.1.41 \ num-traits-0.2.8 \ num_cpus-1.13.0 \ once_cell-1.4.1 \ opaque-debug-0.2.3 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ packet-builder-0.5.0 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ percent-encoding-2.1.0 \ pest-2.1.2 \ pest_derive-2.1.0 \ pest_generator-2.1.1 \ pest_meta-2.1.2 \ pin-project-lite-0.1.1 \ pin-utils-0.1.0-alpha.4 \ pkg-config-0.3.18 \ pnet-0.26.0 \ pnet_base-0.26.0 \ pnet_datalink-0.26.0 \ pnet_macros-0.26.0 \ pnet_macros_support-0.26.0 \ pnet_packet-0.26.0 \ pnet_sys-0.26.0 \ pnet_transport-0.26.0 \ podio-0.1.7 \ ppv-lite86-0.2.6 \ proc-macro-error-0.2.6 \ proc-macro-hack-0.5.11 \ proc-macro-nested-0.1.3 \ proc-macro2-0.4.30 \ proc-macro2-1.0.6 \ procfs-0.7.9 \ quick-error-1.2.2 \ quote-0.6.13 \ quote-1.0.2 \ rand-0.6.5 \ rand-0.7.2 \ rand_chacha-0.1.1 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rayon-1.4.0 \ rayon-core-1.8.0 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ regex-1.3.1 \ regex-syntax-0.6.12 \ remove_dir_all-0.5.3 \ rle-decode-fast-1.0.1 \ rustc-demangle-0.1.16 \ rustc-serialize-0.3.24 \ ryu-1.0.2 \ same-file-1.0.5 \ schannel-0.1.19 \ scopeguard-1.0.0 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.102 \ serde_derive-1.0.102 \ serde_json-1.0.41 \ serde_yaml-0.8.11 \ sha-1-0.8.1 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.1 \ slab-0.4.2 \ smallvec-0.6.13 \ smallvec-1.0.0 \ socket2-0.3.11 \ strsim-0.8.0 \ structopt-0.2.18 \ structopt-0.3.4 \ structopt-derive-0.2.18 \ structopt-derive-0.3.4 \ syn-0.15.44 \ syn-1.0.11 \ synstructure-0.12.3 \ syntex-0.42.2 \ syntex_errors-0.42.0 \ syntex_pos-0.42.0 \ syntex_syntax-0.42.0 \ sysinfo-0.15.1 \ tempfile-3.1.0 \ term-0.4.6 \ termios-0.3.1 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-0.3.6 \ time-0.1.42 \ tokio-0.2.2 \ trust-dns-proto-0.18.1 \ trust-dns-resolver-0.18.1 \ tui-0.12.0 \ typenum-1.11.2 \ ucd-trie-0.1.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.9 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.0.3 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ url-2.1.0 \ uuid-0.7.4 \ uuid-0.8.1 \ vcpkg-0.2.10 \ vec_map-0.8.1 \ version_check-0.9.2 \ walkdir-2.2.9 \ wasi-0.7.0 \ widestring-0.4.0 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 \ yaml-rust-0.4.3 \ zip-0.5.6 CARGO_USE_GITHUB= yes PLIST_FILES= bin/bandwhich \ man/man1/bandwhich.1.gz .include .if ${ARCH} == aarch64 || ${ARCH:Marmv*} || ${ARCH:Mpowerpc*} EXTRA_PATCHES= ${FILESDIR}/extra-patch-cargo-crates_pnet__datalink-0.26.0_src_bpf.rs .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bandwhich ${INSTALL_MAN} ${WRKSRC}/docs/bandwhich.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index 2ba3ddf1ac16..b7c027f45600 100644 --- a/net-mgmt/nfs-exporter/Makefile +++ b/net-mgmt/nfs-exporter/Makefile @@ -1,122 +1,122 @@ PORTNAME= nfs-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= asomers@FreeBSD.org COMMENT= Prometheus exporter for NFS statistics LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= Axcient GH_PROJECT= freebsd-nfs-exporter USE_RC_SUBR= nfs_exporter CARGO_CRATES= aho-corasick-0.7.13 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ byteorder-1.3.4 \ bytes-0.4.12 \ cfg-if-0.1.10 \ clap-2.33.3 \ cloudabi-0.0.3 \ crossbeam-channel-0.3.9 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.2 \ either-1.6.0 \ env_logger-0.7.1 \ fnv-1.0.7 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-cpupool-0.1.8 \ h2-0.1.26 \ hashbrown-0.8.2 \ hermit-abi-0.1.15 \ http-0.1.21 \ http-body-0.1.0 \ httparse-1.3.4 \ humantime-1.3.0 \ hyper-0.12.35 \ indexmap-1.5.2 \ iovec-0.1.4 \ itoa-0.4.6 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.76 \ lock_api-0.3.4 \ log-0.4.11 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.5 \ mio-0.6.22 \ miow-0.2.1 \ net2-0.2.34 \ num_cpus-1.13.0 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ proc-macro2-1.0.19 \ prometheus-0.9.0 \ prometheus_exporter-0.6.1 \ quick-error-1.2.3 \ quote-1.0.7 \ redox_syscall-0.1.57 \ regex-1.3.9 \ regex-syntax-0.6.18 \ rustc_version-0.2.3 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ slab-0.4.2 \ smallvec-0.6.13 \ spin-0.5.2 \ string-0.2.1 \ strsim-0.8.0 \ syn-1.0.39 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-1.0.1 \ time-0.1.44 \ tokio-0.1.22 \ tokio-buf-0.1.1 \ tokio-current-thread-0.1.7 \ tokio-executor-0.1.10 \ tokio-io-0.1.13 \ tokio-reactor-0.1.12 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-threadpool-0.1.18 \ tokio-timer-0.2.13 \ try-lock-0.2.3 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ want-0.2.0 \ wasi-0.10.0+wasi-snapshot-preview1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/nfs-exporter post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nfs-exporter .include diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile index 3e3df6181a0d..f14587d6a722 100644 --- a/net-p2p/openethereum/Makefile +++ b/net-p2p/openethereum/Makefile @@ -1,30 +1,31 @@ PORTNAME= openethereum DISTVERSIONPREFIX= v DISTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ale@FreeBSD.org COMMENT= Fast and feature-rich multi-network Ethereum client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} CARGO_FEATURES= final CARGO_TEST= yes RUSTFLAGS+= -C link-arg=-fuse-ld=lld .include "${.CURDIR}/Makefile.crates" CARGO_GIT_SUBDIR= rethutil:reth-util:crates/util post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 6e3853590e73..89d55b1d527a 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,319 +1,320 @@ PORTNAME= findomain DISTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org COMMENT= Cross-platform subdomain enumerator LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= Findomain GH_PROJECT= ${GH_ACCOUNT} GH_TUPLE= Edu4rdSHL:rust-headless-chrome:54ae12d9d33ed41f9f4b60b489e706d501d4f58a:headless_chrome CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ arrayvec-0.5.2 \ async-compression-0.3.7 \ async-trait-0.1.42 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.56 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.11.0 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ bumpalo-3.6.1 \ byteorder-1.4.2 \ bytes-0.5.6 \ bytes-1.0.1 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ cloudabi-0.0.3 \ config-0.10.1 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.2 \ crossbeam-utils-0.8.2 \ crypto-mac-0.10.0 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ derive_builder-0.8.1 \ derive_builder_core-0.8.1 \ digest-0.9.0 \ either-1.6.1 \ encoding_rs-0.8.28 \ enum-as-inner-0.3.3 \ failure-0.1.8 \ failure_derive-0.1.8 \ fallible-iterator-0.2.0 \ flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.12 \ futures-channel-0.3.12 \ futures-core-0.3.12 \ futures-executor-0.3.12 \ futures-io-0.3.12 \ futures-macro-0.3.12 \ futures-sink-0.3.12 \ futures-task-0.3.12 \ futures-util-0.3.12 \ generator-0.6.24 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gimli-0.23.0 \ h2-0.3.0 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hmac-0.10.1 \ hostname-0.3.1 \ http-0.2.3 \ http-body-0.4.0 \ httparse-1.3.5 \ httpdate-0.3.2 \ hyper-0.10.16 \ hyper-0.14.4 \ hyper-tls-0.5.0 \ ident_case-1.0.1 \ idna-0.1.5 \ idna-0.2.2 \ indexmap-1.6.1 \ instant-0.1.9 \ iovec-0.1.4 \ ipconfig-0.2.2 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.47 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lexical-core-0.7.5 \ libc-0.2.86 \ linked-hash-map-0.3.0 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.3.9 \ log-0.4.14 \ loom-0.4.0 \ lru-cache-0.1.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ md5-0.7.0 \ memchr-2.3.4 \ memoffset-0.6.1 \ mime-0.2.6 \ mime-0.3.16 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ mio-0.7.9 \ miow-0.2.2 \ miow-0.3.6 \ native-tls-0.2.7 \ net2-0.2.37 \ nom-5.1.2 \ ntapi-0.3.6 \ num-traits-0.1.43 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.23.0 \ once_cell-1.6.0 \ opaque-debug-0.3.0 \ openssl-0.10.32 \ openssl-probe-0.1.2 \ openssl-sys-0.9.60 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ phf-0.8.0 \ phf_shared-0.8.0 \ pin-project-1.0.5 \ pin-project-internal-1.0.5 \ pin-project-lite-0.1.11 \ pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ postgres-0.19.0 \ postgres-protocol-0.6.0 \ postgres-types-0.2.0 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quote-1.0.9 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rayon-1.5.0 \ rayon-core-1.9.0 \ rdrand-0.4.0 \ redox_syscall-0.2.5 \ regex-1.4.3 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ reqwest-0.11.1 \ resolv-conf-0.7.0 \ ring-0.16.20 \ rust-ini-0.13.0 \ rustc-demangle-0.1.18 \ rustls-0.17.0 \ rustversion-1.0.4 \ ryu-1.0.5 \ safemem-0.3.3 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ sct-0.6.0 \ security-framework-2.0.0 \ security-framework-sys-2.0.0 \ serde-0.8.23 \ serde-1.0.123 \ serde-hjson-0.9.1 \ serde_derive-1.0.123 \ serde_json-1.0.62 \ serde_test-0.8.23 \ serde_urlencoded-0.7.0 \ sha1-0.6.0 \ sha2-0.9.3 \ siphasher-0.3.3 \ slab-0.4.2 \ smallvec-1.6.1 \ socket2-0.3.19 \ spin-0.5.2 \ static_assertions-1.1.0 \ stringprep-0.1.2 \ strsim-0.8.0 \ strsim-0.9.3 \ subtle-2.4.0 \ syn-1.0.60 \ synstructure-0.12.4 \ tempfile-3.2.0 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ thread_local-1.1.3 \ time-0.1.43 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tokio-0.2.25 \ tokio-1.2.0 \ tokio-native-tls-0.3.0 \ tokio-postgres-0.7.0 \ tokio-rustls-0.13.1 \ tokio-util-0.6.3 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.24 \ tracing-core-0.1.17 \ tracing-futures-0.2.5 \ traitobject-0.1.0 \ trust-dns-proto-0.19.6 \ trust-dns-resolver-0.19.6 \ trust-dns-rustls-0.19.6 \ try-lock-0.2.3 \ typeable-0.1.2 \ typenum-1.12.0 \ unicase-1.4.2 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-1.7.2 \ url-2.2.1 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.70 \ wasm-bindgen-backend-0.2.70 \ wasm-bindgen-futures-0.4.20 \ wasm-bindgen-macro-0.2.70 \ wasm-bindgen-macro-support-0.2.70 \ wasm-bindgen-shared-0.2.70 \ web-sys-0.3.47 \ webpki-0.21.4 \ webpki-roots-0.19.0 \ websocket-0.23.0 \ which-3.1.1 \ widestring-0.4.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ yaml-rust-0.3.5 \ yaml-rust-0.4.5 CARGO_USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= ${DOCS:T} OPTIONS_DEFINE= DOCS PGSQL SCREENSHOT PGSQL_DESC= Enable subdomain monitoring support SCREENSHOT_DESC= Enable website screenshot support (uses headless chrome) PGSQL_USES= pgsql PGSQL_VARS= WANT_PGSQL=server SCREENSHOT_RUN_DEPENDS= chrome:www/chromium DOCS= docs/create_telegram_webhook.md README.md post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/gemserv/Makefile b/net/gemserv/Makefile index 7ea90dc595f1..bfc531de6359 100644 --- a/net/gemserv/Makefile +++ b/net/gemserv/Makefile @@ -1,129 +1,130 @@ PORTNAME= gemserv DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~int80h/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ea@uoga.net COMMENT= Gemini server written in Rust LICENSE= APACHE20 BSD3CLAUSE MIT MPL20 LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE USES= cargo ssl USE_RC_SUBR= gemserv CARGO_CRATES= atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bytes-0.5.6 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ colored-1.9.3 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ futures-core-0.3.8 \ futures-macro-0.3.8 \ futures-task-0.3.8 \ futures-util-0.3.8 \ idna-0.2.0 \ iovec-0.1.4 \ lazy_static-1.4.0 \ libc-0.2.81 \ log-0.4.11 \ matches-0.1.8 \ memchr-2.3.4 \ mime-0.3.16 \ mime_guess-2.0.3 \ mio-0.6.23 \ mio-uds-0.6.8 \ net2-0.2.37 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.5.2 \ openssl-0.10.32 \ percent-encoding-2.1.0 \ pin-project-1.0.2 \ pin-project-internal-1.0.2 \ pin-project-lite-0.1.11 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ quote-1.0.8 \ serde-1.0.118 \ serde_derive-1.0.118 \ signal-hook-registry-1.3.0 \ simple_logger-1.11.0 \ slab-0.4.2 \ syn-1.0.55 \ time-0.1.44 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tokio-0.2.24 \ tokio-openssl-0.4.0 \ toml-0.5.8 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-xid-0.2.1 \ url-2.2.0 \ version_check-0.9.2 \ winapi-0.2.8 \ winapi-0.3.9 \ mio-named-pipes-0.1.7 \ openssl-sys-0.9.61 \ hermit-abi-0.1.18 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ kernel32-sys-0.2.2 \ miow-0.2.2 \ miow-0.3.7 \ wasi-0.10.0+wasi-snapshot-preview1 \ winapi-build-0.1.1 \ ws2_32-sys-0.2.1 \ vcpkg-0.2.12 CARGO_FEATURES= SUB_FILES= config.toml.sample index.gmi.sample SUB_LIST= GEMSERV_GROUP=${GEMSERV_GROUP} \ GEMSERV_USER=${GEMSERV_USER} USERS= ${GEMSERV_USER} GROUPS= ${GEMSERV_GROUP} PLIST_SUB= GEMSERV_DATADIR=${PREFIX}/gemini/gemserv-dist OPTIONS_DEFINE= STATICONLY OPTIONS_DEFAULT= STATICONLY_DESC= Only serve static files, no additional features (CGI..) STATICONLY_VARS= CARGO_FEATURES+=--no-default-features GEMSERV_GROUP?= gemserv GEMSERV_USER?= gemserv post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config.toml ${STAGEDIR}${ETCDIR}/config.toml-dist ${INSTALL_DATA} ${WRKDIR}/config.toml.sample ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/UPDATING ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/cgi-scripts && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) ${MKDIR} ${STAGEDIR}${PREFIX}/gemini/gemserv-dist ${INSTALL_DATA} ${WRKDIR}/index.gmi.sample ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/net/oha/Makefile b/net/oha/Makefile index 370eeb33c55d..605191b3e0c5 100644 --- a/net/oha/Makefile +++ b/net/oha/Makefile @@ -1,255 +1,255 @@ # Created by: Juraj Lutter PORTNAME= oha DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= otis@FreeBSD.org COMMENT= Web load generator LICENSE= MIT USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= hatoo CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ ansi_term-0.11.0 \ anyhow-1.0.34 \ assert_cmd-1.0.1 \ async-trait-0.1.41 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ average-0.10.6 \ backtrace-0.3.54 \ base64-0.12.3 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ buf_redux-0.8.4 \ byte-tools-0.3.1 \ byte-unit-4.0.9 \ byteorder-1.3.4 \ bytes-0.5.6 \ cassowary-0.3.0 \ cc-1.0.62 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ cloudabi-0.0.3 \ cloudabi-0.1.0 \ conv-0.3.3 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ crossterm-0.18.2 \ crossterm_winapi-0.6.2 \ custom_derive-0.1.7 \ difference-2.0.0 \ digest-0.8.1 \ digest-0.9.0 \ doc-comment-0.3.3 \ dtoa-0.4.6 \ enum-as-inner-0.3.3 \ fake-simd-0.1.2 \ float-ord-0.2.0 \ flume-0.9.1 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.8 \ futures-channel-0.3.8 \ futures-core-0.3.8 \ futures-executor-0.3.8 \ futures-io-0.3.8 \ futures-macro-0.3.8 \ futures-sink-0.3.8 \ futures-task-0.3.8 \ futures-util-0.3.8 \ generic-array-0.12.3 \ generic-array-0.14.4 \ get-port-3.0.0 \ getrandom-0.1.15 \ gimli-0.23.0 \ h2-0.2.7 \ hashbrown-0.9.1 \ headers-0.3.2 \ headers-core-0.2.0 \ heck-0.3.1 \ hermit-abi-0.1.17 \ hostname-0.3.1 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ httpdate-0.3.2 \ humantime-2.0.1 \ hyper-0.13.9 \ idna-0.2.0 \ indexmap-1.6.0 \ input_buffer-0.3.1 \ instant-0.1.8 \ iovec-0.1.4 \ ipconfig-0.2.2 \ itoa-0.4.6 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.80 \ linked-hash-map-0.5.3 \ lock_api-0.4.2 \ log-0.4.11 \ lru-cache-0.1.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ memchr-2.3.4 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.22 \ mio-0.7.6 \ mio-named-pipes-0.1.7 \ mio-uds-0.6.8 \ miow-0.2.1 \ miow-0.3.6 \ multipart-0.17.0 \ native-tls-0.2.6 \ net2-0.2.35 \ ntapi-0.3.6 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.22.0 \ once_cell-1.5.2 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ parking_lot-0.11.1 \ parking_lot_core-0.8.0 \ percent-encoding-2.1.0 \ pin-project-0.4.27 \ pin-project-1.0.1 \ pin-project-internal-0.4.27 \ pin-project-internal-1.0.1 \ pin-project-lite-0.1.11 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ predicates-1.0.5 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quote-1.0.7 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ remove_dir_all-0.5.3 \ resolv-conf-0.7.0 \ rlimit-0.5.3 \ rustc-demangle-0.1.18 \ ryu-1.0.5 \ safemem-0.3.3 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ security-framework-2.0.0 \ security-framework-sys-2.0.0 \ serde-1.0.117 \ serde_json-1.0.59 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ sha-1-0.9.2 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.2 \ slab-0.4.2 \ smallvec-1.5.0 \ socket2-0.3.16 \ spinning_top-0.2.2 \ strsim-0.8.0 \ structopt-0.3.20 \ structopt-derive-0.4.13 \ syn-1.0.48 \ tempfile-3.1.0 \ textwrap-0.11.0 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ time-0.1.44 \ tinyvec-1.0.1 \ tinyvec_macros-0.1.0 \ tokio-0.2.23 \ tokio-macros-0.2.6 \ tokio-native-tls-0.1.0 \ tokio-tungstenite-0.11.0 \ tokio-util-0.3.1 \ tower-service-0.3.0 \ tracing-0.1.21 \ tracing-core-0.1.17 \ tracing-futures-0.2.4 \ treeline-0.1.0 \ trust-dns-proto-0.19.6 \ trust-dns-resolver-0.19.6 \ try-lock-0.2.3 \ tui-0.13.0 \ tungstenite-0.11.1 \ twoway-0.1.8 \ typenum-1.12.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.15 \ unicode-segmentation-1.7.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ urlencoding-1.1.1 \ utf-8-0.7.5 \ utf8-width-0.1.4 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ want-0.3.0 \ warp-0.2.5 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ widestring-0.4.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/oha post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/oha .include diff --git a/net/proby/Makefile b/net/proby/Makefile index 818ff873d2af..b1af97a15b04 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -1,236 +1,236 @@ PORTNAME= proby DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Check whether hosts are reachable on certain ports LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= svenstaro CARGO_CRATES= actix-codec-0.2.0 \ actix-connect-1.0.2 \ actix-http-1.0.1 \ actix-macros-0.1.2 \ actix-router-0.2.4 \ actix-rt-1.1.1 \ actix-server-1.0.3 \ actix-service-1.0.6 \ actix-testing-1.0.1 \ actix-threadpool-0.3.3 \ actix-tls-1.0.0 \ actix-utils-1.0.6 \ actix-web-2.0.0 \ actix-web-codegen-0.2.2 \ addr2line-0.13.0 \ adler-0.2.3 \ aho-corasick-0.7.13 \ ansi_term-0.11.0 \ anyhow-1.0.32 \ arc-swap-0.4.7 \ assert_cmd-1.0.1 \ async-trait-0.1.36 \ atty-0.2.14 \ autocfg-1.0.0 \ awc-1.0.1 \ backtrace-0.3.50 \ base64-0.11.0 \ bitflags-1.2.1 \ brotli-sys-0.3.2 \ brotli2-0.3.2 \ bumpalo-3.4.0 \ byteorder-1.3.4 \ bytes-0.4.12 \ bytes-0.5.6 \ bytestring-0.1.5 \ cc-1.0.58 \ cfg-if-0.1.10 \ chrono-0.4.13 \ clap-2.33.2 \ cloudabi-0.1.0 \ copyless-0.1.5 \ crc32fast-1.2.0 \ crossbeam-channel-0.3.9 \ crossbeam-utils-0.6.6 \ curl-0.4.31 \ curl-sys-0.4.34+curl-7.71.1 \ derive_more-0.99.9 \ difference-2.0.0 \ doc-comment-0.3.3 \ dtoa-0.4.6 \ either-1.5.3 \ encoding_rs-0.8.23 \ enum-as-inner-0.3.3 \ failure-0.1.8 \ failure_derive-0.1.8 \ flate2-1.0.16 \ fnv-1.0.7 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-0.3.5 \ futures-channel-0.3.5 \ futures-channel-preview-0.3.0-alpha.19 \ futures-core-0.3.5 \ futures-core-preview-0.3.0-alpha.19 \ futures-executor-0.3.5 \ futures-executor-preview-0.3.0-alpha.19 \ futures-io-0.3.5 \ futures-io-preview-0.3.0-alpha.19 \ futures-macro-0.3.5 \ futures-preview-0.3.0-alpha.19 \ futures-sink-0.3.5 \ futures-sink-preview-0.3.0-alpha.19 \ futures-task-0.3.5 \ futures-util-0.3.5 \ futures-util-preview-0.3.0-alpha.19 \ fxhash-0.2.1 \ getrandom-0.1.14 \ gimli-0.22.0 \ h2-0.2.6 \ hashbrown-0.8.2 \ heck-0.3.1 \ hermit-abi-0.1.15 \ hostname-0.3.1 \ http-0.1.21 \ http-0.2.1 \ httparse-1.3.4 \ idna-0.2.0 \ indexmap-1.5.1 \ instant-0.1.6 \ iovec-0.1.4 \ ipconfig-0.2.2 \ isahc-0.7.6 \ itoa-0.4.6 \ js-sys-0.3.44 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.74 \ libnghttp2-sys-0.1.4+1.41.0 \ libz-sys-1.0.25 \ linked-hash-map-0.5.3 \ lock_api-0.4.1 \ log-0.4.11 \ lru-cache-0.1.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ memchr-2.3.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.0 \ mio-0.6.22 \ mio-uds-0.6.8 \ miow-0.2.1 \ net2-0.2.34 \ num-integer-0.1.43 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ object-0.20.0 \ once_cell-1.4.0 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ parking_lot-0.11.0 \ parking_lot_core-0.8.0 \ percent-encoding-2.1.0 \ pin-project-0.4.23 \ pin-project-internal-0.4.23 \ pin-project-lite-0.1.7 \ pin-utils-0.1.0 \ pkg-config-0.3.18 \ port_check-0.1.5 \ ppv-lite86-0.2.8 \ predicates-1.0.5 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.18 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.19 \ quick-error-1.2.3 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ regex-1.3.9 \ regex-syntax-0.6.18 \ resolv-conf-0.6.3 \ rustc-demangle-0.1.16 \ ryu-1.0.5 \ schannel-0.1.19 \ scopeguard-1.1.0 \ serde-1.0.114 \ serde_derive-1.0.114 \ serde_json-1.0.57 \ serde_urlencoded-0.6.1 \ serde_with-1.4.0 \ serde_with_macros-1.1.0 \ sha1-0.6.0 \ signal-hook-registry-1.2.1 \ simplelog-0.8.0 \ slab-0.4.2 \ sluice-0.4.2 \ smallvec-1.4.1 \ socket2-0.3.12 \ strsim-0.8.0 \ structopt-0.3.16 \ structopt-derive-0.4.9 \ surf-1.0.3 \ syn-1.0.38 \ synstructure-0.12.4 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ threadpool-1.8.1 \ time-0.1.43 \ tinyvec-0.3.3 \ tokio-0.2.22 \ tokio-io-0.1.13 \ tokio-util-0.2.0 \ tokio-util-0.3.1 \ tracing-0.1.18 \ tracing-core-0.1.13 \ treeline-0.1.0 \ trust-dns-proto-0.18.0-alpha.2 \ trust-dns-resolver-0.18.0-alpha.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.1.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.67 \ wasm-bindgen-backend-0.2.67 \ wasm-bindgen-futures-0.3.27 \ wasm-bindgen-macro-0.2.67 \ wasm-bindgen-macro-support-0.2.67 \ wasm-bindgen-shared-0.2.67 \ web-sys-0.3.44 \ widestring-0.4.2 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/quiche/Makefile b/net/quiche/Makefile index 9803e536015a..c895565b19a9 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,160 +1,160 @@ PORTNAME= quiche PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= junho.choi@gmail.com COMMENT= Savoury implementation of the QUIC transport protocol and HTTP/3 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cargo USE_GITHUB= yes GH_ACCOUNT= cloudflare GH_TAGNAME= ${PORTVERSION} GH_TUPLE= google:boringssl:067cfd92f:boringssl/deps/boringssl CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ bindgen-0.57.0 \ bitflags-1.2.1 \ boring-sys-1.1.1 \ bumpalo-3.6.1 \ cc-1.0.67 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clang-sys-1.2.0 \ clap-2.33.3 \ cmake-0.1.45 \ darling-0.12.3 \ darling_core-0.12.3 \ darling_macro-0.12.3 \ docopt-1.1.1 \ env_logger-0.6.2 \ env_logger-0.8.3 \ fnv-1.0.7 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ glob-0.3.0 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ humantime-1.3.0 \ humantime-2.1.0 \ ident_case-1.0.1 \ idna-0.1.5 \ indexmap-1.6.2 \ iovec-0.1.4 \ itoa-0.4.7 \ js-sys-0.3.50 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.93 \ libloading-0.7.0 \ libm-0.2.1 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.3.4 \ mio-0.6.23 \ miow-0.2.2 \ net2-0.2.37 \ nom-5.1.2 \ once_cell-1.7.2 \ peeking_take_while-0.1.2 \ percent-encoding-1.0.1 \ proc-macro2-1.0.26 \ quick-error-1.2.3 \ quote-1.0.9 \ regex-1.4.5 \ regex-syntax-0.6.23 \ ring-0.16.20 \ rustc-hash-1.1.0 \ rustversion-1.0.4 \ ryu-1.0.5 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_with-1.8.0 \ serde_with_macros-1.4.1 \ shlex-0.1.1 \ slab-0.4.2 \ spin-0.5.2 \ strsim-0.8.0 \ strsim-0.10.0 \ syn-1.0.69 \ termcolor-1.1.2 \ textwrap-0.11.0 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-1.7.2 \ vec_map-0.8.2 \ version_check-0.9.3 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ which-3.1.1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 CARGO_CARGOLOCK= ${QUICHEAPPS_CARGOLOCK} CARGO_CARGOTOML= ${QUICHEAPPS_CARGOTOML} CARGO_FEATURES= --no-default-features PLIST_FILES= bin/quiche-client \ bin/quiche-server \ include/quiche.h \ lib/libquiche.a \ lib/libquiche.so PORTDOCS= README.md OPTIONS_DEFINE= DOCS QLOG OPTIONS_DEFAULT=DOCS QLOG QLOG_DESC= Enable qlog support QLOG_VARS= CARGO_FEATURES+=qlog LIBQUICHE_CARGOTOML= ${WRKSRC}/Cargo.toml QUICHEAPPS_CARGOLOCK= ${WRKSRC}/tools/apps/Cargo.lock QUICHEAPPS_CARGOTOML= ${WRKSRC}/tools/apps/Cargo.toml # build libquiche and apps do-build: @${CARGO_CARGO_RUN} build \ --manifest-path ${LIBQUICHE_CARGOTOML} \ --verbose \ ${CARGO_BUILD_ARGS} @${CARGO_CARGO_RUN} build \ --manifest-path ${QUICHEAPPS_CARGOTOML} \ --verbose \ ${CARGO_BUILD_ARGS} # install quiche apps and libquiche do-install: ${INSTALL_DATA} ${WRKSRC}/include/quiche.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libquiche.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libquiche.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/release/quiche-server ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/release/quiche-client ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index 286e9c974e0b..34648f4a1cb6 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -1,86 +1,86 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= net MAINTAINER= dch@FreeBSD.org COMMENT= AMQP & RabbitMQ command-line tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= algesten GH_PROJECT= ${PORTNAME}-rs GH_TAGNAME= c881238 CARGO_CRATES= aho-corasick-0.5.3 \ amq-proto-0.1.0 \ amqp-0.1.1 \ ansi_term-0.11.0 \ atty-0.2.11 \ backtrace-0.3.9 \ backtrace-sys-0.1.24 \ bit-vec-0.4.4 \ bitflags-1.0.4 \ byteorder-0.5.3 \ cc-1.0.24 \ cfg-if-0.1.5 \ clap-2.32.0 \ cloudabi-0.0.3 \ conduit-mime-types-0.7.3 \ enum_primitive-0.1.1 \ env_logger-0.3.5 \ error-chain-0.10.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ idna-0.1.5 \ kernel32-sys-0.2.2 \ libc-0.2.49 \ log-0.3.9 \ log-0.4.5 \ matches-0.1.8 \ memchr-0.1.11 \ num-traits-0.1.43 \ num-traits-0.2.5 \ percent-encoding-1.0.1 \ rand-0.5.5 \ rand_core-0.2.1 \ redox_syscall-0.1.40 \ redox_termios-0.1.1 \ regex-0.1.80 \ regex-syntax-0.3.9 \ rustc-demangle-0.1.9 \ rustc-serialize-0.3.24 \ strsim-0.7.0 \ termion-1.5.1 \ textwrap-0.10.0 \ thread-id-2.0.0 \ thread_local-0.2.7 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.7 \ unicode-width-0.1.5 \ url-1.7.1 \ utf8-ranges-0.1.3 \ vec_map-0.8.1 \ winapi-0.2.8 \ winapi-0.3.5 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/rabbiteer PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rabbiteer post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} README.md ${STAGEDIR}${DOCSDIR}) .include diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 66030460eeaf..524102828149 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,239 +1,239 @@ PORTNAME= routinator PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl COMMENT= RPKI signed route collector and validator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures RUN_DEPENDS= rsync:net/rsync USES= cargo USE_GITHUB= yes GH_ACCOUNT= NLnetLabs USE_RC_SUBR= routinator SUB_FILES= pkg-message USERS= ${PORTNAME} GROUPS= ${PORTNAME} SUB_LIST+= USERS=${USERS} \ GROUPS=${GROUPS} OPTIONS_SUB= yes CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ ansi_term-0.11.0 \ arc-swap-1.2.0 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.55 \ base64-0.12.3 \ base64-0.13.0 \ bcder-0.5.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ bumpalo-3.4.0 \ byteorder-1.3.4 \ bytes-0.4.12 \ bytes-0.5.6 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ console_error_panic_hook-0.1.6 \ constant_time_eq-0.1.5 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.1 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ either-1.6.1 \ encoding_rs-0.8.26 \ error-chain-0.12.4 \ fern-0.6.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.8 \ futures-channel-0.3.8 \ futures-core-0.3.8 \ futures-executor-0.3.8 \ futures-io-0.3.8 \ futures-macro-0.3.8 \ futures-sink-0.3.8 \ futures-task-0.3.8 \ futures-util-0.3.8 \ getrandom-0.1.15 \ gimli-0.23.0 \ h2-0.2.7 \ hashbrown-0.9.1 \ hermit-abi-0.1.17 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ httpdate-0.3.2 \ hyper-0.13.9 \ hyper-rustls-0.21.0 \ hyper-tls-0.4.3 \ idna-0.2.0 \ indexmap-1.6.0 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.6 \ js-sys-0.3.46 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.80 \ listenfd-0.3.3 \ log-0.4.11 \ log-reroute-0.1.6 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ mio-uds-0.6.8 \ miow-0.2.2 \ native-tls-0.2.6 \ net2-0.2.36 \ nix-0.18.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.22.0 \ once_cell-1.5.2 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ percent-encoding-2.1.0 \ pin-project-0.4.27 \ pin-project-1.0.2 \ pin-project-internal-0.4.27 \ pin-project-internal-1.0.2 \ pin-project-lite-0.1.11 \ pin-project-lite-0.2.0 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ quick-xml-0.19.0 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ remove_dir_all-0.5.3 \ reqwest-0.10.9 \ ring-0.16.19 \ rpki-0.10.0 \ rpki-rtr-0.2.0 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ rustls-0.18.1 \ ryu-1.0.5 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ sct-0.6.0 \ security-framework-2.0.0 \ security-framework-sys-2.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.60 \ serde_urlencoded-0.7.0 \ signal-hook-registry-1.2.2 \ slab-0.4.2 \ smallvec-1.5.0 \ socket2-0.3.17 \ spin-0.5.2 \ strsim-0.8.0 \ syn-1.0.53 \ syslog-5.0.0 \ tempfile-3.1.0 \ textwrap-0.11.0 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ time-0.1.44 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tokio-0.2.23 \ tokio-macros-0.2.6 \ tokio-rustls-0.14.1 \ tokio-socks-0.3.0 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ toml-0.5.7 \ tower-service-0.3.0 \ tracing-0.1.22 \ tracing-core-0.1.17 \ tracing-futures-0.2.4 \ try-lock-0.2.3 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ unwrap-1.2.1 \ url-2.2.0 \ uuid-0.6.5 \ uuid-0.8.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.9.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.69 \ wasm-bindgen-backend-0.2.69 \ wasm-bindgen-futures-0.4.19 \ wasm-bindgen-macro-0.2.69 \ wasm-bindgen-macro-support-0.2.69 \ wasm-bindgen-shared-0.2.69 \ wasm-bindgen-test-0.3.19 \ wasm-bindgen-test-macro-0.3.19 \ web-sys-0.3.46 \ webpki-0.21.4 \ webpki-roots-0.20.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/routinator ${INSTALL_MAN} ${WRKSRC}/doc/routinator.1 ${STAGEDIR}${PREFIX}/man/man1/ @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/routinator ${INSTALL_DATA} ${WRKSRC}/etc/routinator.conf.example \ ${STAGEDIR}${PREFIX}/etc/routinator/routinator.conf.example .include diff --git a/security/acmed/Makefile b/security/acmed/Makefile index b1b5abe9f415..4e32867b16fa 100644 --- a/security/acmed/Makefile +++ b/security/acmed/Makefile @@ -1,146 +1,146 @@ PORTNAME= acmed DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= greg@unrelenting.technology COMMENT= ACME (RFC 8555) client daemon written in Rust LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE-2.0.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT.txt USES= cargo gmake ssl USE_GITHUB= yes GH_ACCOUNT= breard-r CARGO_INSTALL_PATH= ./acmed ./tacd CARGO_CRATES= aho-corasick-0.7.14 \ ansi_term-0.11.0 \ arrayvec-0.5.1 \ attohttpc-0.15.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.12.3 \ bincode-1.3.1 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ boxfnonce-0.1.1 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ bytes-0.5.6 \ cc-1.0.61 \ cfg-if-0.1.10 \ clap-2.33.3 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ daemonize-0.4.1 \ digest-0.8.1 \ encoding_rs-0.8.24 \ encoding_rs_io-0.1.7 \ env_logger-0.7.1 \ error-chain-0.12.4 \ fake-simd-0.1.2 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ generic-array-0.12.3 \ getrandom-0.1.15 \ glob-0.3.0 \ handlebars-3.5.0 \ hermit-abi-0.1.17 \ http-0.2.1 \ humantime-1.3.0 \ idna-0.2.0 \ itoa-0.4.6 \ lazy_static-1.4.0 \ lexical-core-0.7.4 \ libc-0.2.79 \ log-0.4.11 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.3.3 \ native-tls-0.2.4 \ nix-0.18.0 \ nom-5.1.2 \ opaque-debug-0.2.3 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-src-111.12.0+1.1.1h \ openssl-sys-0.9.58 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pkg-config-0.3.19 \ ppv-lite86-0.2.9 \ proc-macro2-1.0.24 \ punycode-0.4.1 \ quick-error-1.2.3 \ quick-error-2.0.0 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ regex-1.4.1 \ regex-syntax-0.6.20 \ remove_dir_all-0.5.3 \ ryu-1.0.5 \ schannel-0.1.19 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ sha-1-0.8.2 \ static_assertions-1.1.0 \ strsim-0.8.0 \ syn-1.0.44 \ syslog-5.0.0 \ tempfile-3.1.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.44 \ tinyvec-0.3.4 \ toml-0.5.7 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.1.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.9.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ 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 post-patch: ${REINPLACE_CMD} -e 's|"/etc/acmed/acmed.toml"|"${PREFIX}/etc/acmed/acmed.toml"|' \ -e 's|"/etc/acmed/accounts"|"${PREFIX}/etc/acmed/accounts"|' \ -e 's|"/etc/acmed/certs"|"${PREFIX}/etc/acmed/certs"|' \ ${WRKSRC}/acmed/src/main.rs post-install: ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.toml.5 ${STAGEDIR}${MAN5PREFIX}/man/man5/ ${INSTALL_MAN} ${WRKSRC}/man/en/tacd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/acmed ${INSTALL_DATA} ${WRKSRC}/acmed/config/acmed.toml ${STAGEDIR}${PREFIX}/etc/acmed/acmed.toml.sample ${INSTALL_DATA} ${WRKSRC}/acmed/config/default_hooks.toml ${STAGEDIR}${PREFIX}/etc/acmed/default_hooks.toml.sample ${MKDIR} ${STAGEDIR}${PREFIX}/etc/acmed/accounts ${MKDIR} ${STAGEDIR}${PREFIX}/etc/acmed/certs .include diff --git a/security/bitwarden_rs/Makefile b/security/bitwarden_rs/Makefile index c9b1357aaba7..96c156b11d17 100644 --- a/security/bitwarden_rs/Makefile +++ b/security/bitwarden_rs/Makefile @@ -1,404 +1,404 @@ # Created by: Michael Reifenberger PORTNAME= bitwarden_rs DISTVERSION= 1.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/dani-garcia/bw_web_builds/releases/download/v${DISTVERSION_WV}/:web DISTFILES= ${WV_DISTFILE}:web MAINTAINER= mr@FreeBSD.org COMMENT= Bitwarden compatible backend server LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS+= libcapnp.so:devel/capnproto LIB_DEPENDS+= libgmp.so:math/gmp LIB_DEPENDS+= libnettle.so:security/nettle USES= cargo ssl pgsql mysql:client DISTVERSION_WV= 2.18.2 WV_DISTFILE= bw_web_v${DISTVERSION_WV}.tar.gz USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message # make makeplist > pkg-plist #One has to edit/review the generated plist # make generate-plist && make check-plist USE_GITHUB= yes GH_ACCOUNT= dani-garcia CARGO_FEATURES= postgresql sqlite mysql #vendored_openssl CARGO_ENV+= RUSTC_BOOTSTRAP=1 CARGO_GIT_SUBDIR+= dataurl:data-url:data-url CARGO_GIT_SUBDIR+= devise:devise:lib CARGO_GIT_SUBDIR+= rocket:rocket:core/lib CARGO_GIT_SUBDIR+= rocket:rocket_contrib:contrib/lib # make cargo-crates GH_TUPLE= servo:rust-url:540ede02d0771824c0c80ff9f57fe8eff38b1291:dataurl \ SergioBenitez:Devise:e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089:devise \ SergioBenitez:Rocket:263e39b5b429de1913ce7e3036575a7b4d88b6d7:rocket CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.56 \ base-x-0.2.8 \ base64-0.9.3 \ base64-0.11.0 \ base64-0.12.3 \ base64-0.13.0 \ binascii-0.1.4 \ bitflags-1.2.1 \ bitvec-0.19.4 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ buf_redux-0.8.4 \ bumpalo-3.6.0 \ byte-tools-0.1.3 \ byte-tools-0.3.1 \ byteorder-1.4.2 \ bytes-0.4.12 \ bytes-1.0.1 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chashmap-2.2.2 \ chrono-0.4.19 \ chrono-tz-0.5.3 \ clap-2.33.3 \ cloudabi-0.0.3 \ const_fn-0.4.5 \ constant_time_eq-0.1.5 \ cookie-0.14.3 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ crypto-mac-0.3.0 \ crypto-mac-0.10.0 \ data-encoding-2.3.2 \ diesel-1.4.5 \ diesel_derives-1.4.1 \ diesel_migrations-1.4.0 \ digest-0.5.2 \ digest-0.8.1 \ digest-0.9.0 \ digest-buffer-0.3.1 \ discard-1.0.4 \ dotenv-0.15.0 \ encoding_rs-0.8.28 \ error-chain-0.11.0 \ fake-simd-0.1.2 \ fern-0.6.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ funty-1.1.0 \ futf-0.1.4 \ futures-0.3.12 \ futures-channel-0.3.12 \ futures-core-0.3.12 \ futures-executor-0.3.12 \ futures-io-0.3.12 \ futures-macro-0.3.12 \ futures-sink-0.3.12 \ futures-task-0.3.12 \ futures-util-0.3.12 \ generic-array-0.7.3 \ generic-array-0.12.3 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gimli-0.23.0 \ glob-0.3.0 \ h2-0.3.0 \ handlebars-3.5.2 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hmac-0.1.1 \ hmac-0.10.1 \ hostname-0.3.1 \ html5ever-0.22.5 \ http-0.2.3 \ http-body-0.4.0 \ httparse-1.3.5 \ httpdate-0.3.2 \ hyper-0.10.16 \ hyper-0.14.4 \ hyper-sync-rustls-0.3.0-rc.17 \ hyper-tls-0.5.0 \ hyperx-1.3.0 \ idna-0.1.5 \ idna-0.2.1 \ indexmap-1.6.1 \ instant-0.1.9 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.47 \ jsonwebtoken-7.2.0 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ lettre-0.10.0-alpha.5 \ libc-0.2.85 \ libsqlite3-sys-0.18.0 \ lock_api-0.4.2 \ log-0.3.9 \ log-0.4.14 \ mac-0.1.1 \ maplit-1.0.2 \ markup5ever-0.7.5 \ match_cfg-0.1.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ migrations_internals-1.4.1 \ migrations_macros-1.4.2 \ mime-0.2.6 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ mio-0.7.7 \ mio-extras-2.0.6 \ miow-0.2.2 \ miow-0.3.6 \ multipart-0.17.1 \ mysqlclient-sys-0.2.4 \ native-tls-0.2.7 \ net2-0.2.37 \ new_debug_unreachable-1.0.4 \ newline-converter-0.1.0 \ nodrop-0.1.14 \ nom-6.1.0 \ ntapi-0.3.6 \ num-bigint-0.2.6 \ num-derive-0.3.3 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ oath-0.10.2 \ object-0.23.0 \ once_cell-1.5.2 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ openssl-0.10.32 \ openssl-probe-0.1.2 \ openssl-src-111.13.0+1.1.1i \ openssl-sys-0.9.60 \ owning_ref-0.3.3 \ parity-ws-0.10.0 \ parking_lot-0.4.8 \ parking_lot-0.11.1 \ parking_lot_core-0.2.14 \ parking_lot_core-0.8.2 \ parse-zoneinfo-0.3.0 \ paste-1.0.4 \ pear-0.1.4 \ pear_codegen-0.1.4 \ pem-0.8.2 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ phf-0.7.24 \ phf_codegen-0.7.24 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pin-project-0.4.27 \ pin-project-1.0.5 \ pin-project-internal-0.4.27 \ pin-project-internal-1.0.5 \ pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ pq-sys-0.4.6 \ precomputed-hash-0.1.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quick-error-2.0.0 \ quote-0.6.13 \ quote-1.0.8 \ quoted_printable-0.4.2 \ r2d2-0.8.9 \ radium-0.5.3 \ rand-0.4.6 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.4 \ regex-1.4.3 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ reqwest-0.11.0 \ ring-0.16.20 \ rmp-0.8.10 \ rmpv-0.4.7 \ rustc-demangle-0.1.18 \ rustc-hex-1.0.0 \ rustc_version-0.2.3 \ rustls-0.17.0 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ schannel-0.1.19 \ scheduled-thread-pool-0.2.5 \ scopeguard-1.1.0 \ sct-0.6.0 \ security-framework-2.0.0 \ security-framework-sys-2.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.123 \ serde_derive-1.0.123 \ serde_json-1.0.62 \ serde_urlencoded-0.7.0 \ sha-1-0.3.4 \ sha-1-0.8.2 \ sha-1-0.9.3 \ sha1-0.6.0 \ sha2-0.5.3 \ simple_asn1-0.4.1 \ siphasher-0.2.3 \ slab-0.4.2 \ smallvec-0.6.14 \ smallvec-1.6.1 \ socket2-0.3.19 \ soup-0.5.0 \ spin-0.5.2 \ stable_deref_trait-1.2.0 \ standback-0.2.15 \ state-0.4.2 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ string_cache-0.7.5 \ string_cache_codegen-0.4.4 \ string_cache_shared-0.3.0 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ subtle-2.4.0 \ syn-0.15.44 \ syn-1.0.60 \ syslog-4.0.1 \ tap-1.0.0 \ tempfile-3.2.0 \ tendril-0.4.2 \ textwrap-0.11.0 \ thread_local-1.1.3 \ threadpool-1.8.1 \ time-0.1.44 \ time-0.2.25 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tokio-1.2.0 \ tokio-native-tls-0.3.0 \ tokio-util-0.6.3 \ toml-0.4.10 \ tower-service-0.3.1 \ tracing-0.1.23 \ tracing-core-0.1.17 \ tracing-futures-0.2.4 \ traitobject-0.1.0 \ try-lock-0.2.3 \ twoway-0.1.8 \ typeable-0.1.2 \ typenum-1.12.0 \ u2f-0.2.0 \ ucd-trie-0.1.3 \ unicase-1.4.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-1.7.2 \ url-2.2.0 \ utf-8-0.7.5 \ uuid-0.8.2 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.2 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.70 \ wasm-bindgen-backend-0.2.70 \ wasm-bindgen-futures-0.4.20 \ wasm-bindgen-macro-0.2.70 \ wasm-bindgen-macro-support-0.2.70 \ wasm-bindgen-shared-0.2.70 \ web-sys-0.3.47 \ webpki-0.21.4 \ webpki-roots-0.19.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ wyz-0.2.0 \ yansi-0.5.0 \ yubico-0.9.2 CARGO_USE_GITHUB= yes post-install: ${MKDIR} ${STAGEDIR}/${ETCDIR}/rc.conf.d ${CP} ${FILESDIR}/bitwarden_rs_conf.in ${STAGEDIR}/${LOCALBASE}/etc/rc.conf.d/${PORTNAME}.sample ${MKDIR} ${STAGEDIR}/${WWWDIR} ${MKDIR} ${STAGEDIR}/${WWWDIR}/data # ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/${WWWDIR}/data (cd ${WRKDIR} && ${COPYTREE_SHARE} web-vault ${STAGEDIR}/${WWWDIR}) # @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/data' >> ${TMPPLIST} ${ECHO_CMD} \ '@postexec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \ >> ${TMPPLIST} .include diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index e70d36df07aa..57bddb1a31e4 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,254 +1,255 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org COMMENT= Audit Cargo.lock for crates with security vulnerabilities LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= RustSec CARGO_CRATES= abscissa_core-0.5.2 \ abscissa_derive-0.5.0 \ addr2line-0.14.1 \ adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ascii-0.9.3 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.57 \ base64-0.13.0 \ bitflags-1.2.1 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ bytes-0.5.6 \ bytes-1.0.1 \ canonical-path-2.0.2 \ cargo-edit-0.7.0 \ cargo-lock-6.0.1 \ cargo_metadata-0.11.4 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ color-backtrace-0.3.0 \ combine-3.8.1 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ crates-index-0.16.5 \ cvss-1.0.1 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ dirs-3.0.2 \ dirs-sys-0.3.6 \ either-1.6.1 \ encoding_rs-0.8.28 \ env_proxy-0.4.1 \ error-chain-0.12.4 \ failure-0.1.8 \ failure_derive-0.1.8 \ fixedbitset-0.2.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fs-err-2.5.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-io-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ generational-arena-0.2.8 \ getrandom-0.2.2 \ gimli-0.23.0 \ git2-0.13.18 \ glob-0.3.0 \ gumdrop-0.7.0 \ gumdrop_derive-0.7.0 \ h2-0.2.7 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hex-0.4.3 \ home-0.5.3 \ http-0.2.4 \ http-body-0.3.1 \ httparse-1.4.0 \ httpdate-0.3.2 \ humantime-2.1.0 \ humantime-serde-1.0.1 \ hyper-0.13.10 \ hyper-tls-0.4.3 \ ident_case-1.0.1 \ idna-0.2.3 \ indexmap-1.6.2 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.7 \ jobserver-0.1.22 \ js-sys-0.3.50 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.93 \ libgit2-sys-0.12.19+1.1.0 \ libssh2-sys-0.2.21 \ libz-sys-1.1.2 \ linked-hash-map-0.5.4 \ log-0.4.14 \ matchers-0.0.1 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ miow-0.2.2 \ native-tls-0.2.7 \ net2-0.2.37 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.23.0 \ once_cell-1.7.2 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-src-111.15.0+1.1.1k \ openssl-sys-0.9.61 \ owning_ref-0.4.1 \ percent-encoding-2.1.0 \ pest-2.1.3 \ petgraph-0.5.1 \ pin-project-1.0.7 \ pin-project-internal-1.0.7 \ pin-project-lite-0.1.12 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ platforms-1.1.0 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.26 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.2.6 \ redox_users-0.4.0 \ regex-1.4.6 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ reqwest-0.10.10 \ rustc-demangle-0.1.18 \ rustsec-0.23.3 \ ryu-1.0.5 \ schannel-0.1.19 \ secrecy-0.6.0 \ security-framework-2.2.0 \ security-framework-sys-2.2.0 \ semver-0.9.0 \ semver-0.10.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_urlencoded-0.7.0 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ slab-0.4.3 \ smallvec-0.6.14 \ smartstring-0.2.6 \ smol_str-0.1.17 \ socket2-0.3.19 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.8.0 \ strsim-0.9.3 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ subprocess-0.2.6 \ syn-1.0.70 \ synstructure-0.12.4 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokio-0.2.25 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ toml-0.5.8 \ toml_edit-0.2.0 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-attributes-0.1.15 \ tracing-core-0.1.17 \ tracing-futures-0.2.5 \ tracing-log-0.1.2 \ tracing-subscriber-0.1.6 \ try-lock-0.2.3 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unreachable-1.0.0 \ url-2.2.1 \ vcpkg-0.2.12 \ vec_map-0.8.2 \ version_check-0.9.3 \ void-1.0.2 \ wait-timeout-0.2.0 \ want-0.3.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ zeroize-1.3.0 NO_TEST= yes PLIST_FILES= bin/cargo-audit post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo-audit .include diff --git a/security/cloak/Makefile b/security/cloak/Makefile index ff05b082e690..5d2306fc44ff 100644 --- a/security/cloak/Makefile +++ b/security/cloak/Makefile @@ -1,75 +1,75 @@ PORTNAME= cloak DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org COMMENT= Command line OTP Authenticator application LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= evansmurithi CARGO_CRATES= ansi_term-0.11.0 \ argon2rs-0.2.5 \ arrayvec-0.4.10 \ atty-0.2.11 \ autocfg-0.1.2 \ backtrace-0.3.15 \ backtrace-sys-0.1.28 \ bitflags-1.0.4 \ blake2-rfc-0.2.18 \ cc-1.0.35 \ cfg-if-0.1.7 \ clap-2.33.0 \ cloudabi-0.0.3 \ constant_time_eq-0.1.3 \ data-encoding-2.1.2 \ dirs-1.0.5 \ failure-0.1.5 \ failure_derive-0.1.5 \ fuchsia-cprng-0.1.1 \ lazy_static-1.3.0 \ libc-0.2.51 \ nodrop-0.1.13 \ numtoa-0.1.0 \ open-1.2.2 \ proc-macro2-0.4.28 \ quote-0.6.12 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_os-0.1.3 \ rdrand-0.4.0 \ redox_syscall-0.1.54 \ redox_termios-0.1.1 \ redox_users-0.3.0 \ ring-0.14.6 \ rustc-demangle-0.1.14 \ scoped_threadpool-0.1.9 \ serde-1.0.90 \ serde_derive-1.0.90 \ spin-0.5.0 \ strsim-0.8.0 \ syn-0.15.32 \ synstructure-0.10.1 \ termion-1.5.2 \ textwrap-0.11.0 \ toml-0.5.0 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ untrusted-0.6.2 \ vec_map-0.8.1 \ winapi-0.3.7 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/cloak post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cloak .include diff --git a/security/rustscan/Makefile b/security/rustscan/Makefile index cfaecfe74788..140ed151d4a8 100644 --- a/security/rustscan/Makefile +++ b/security/rustscan/Makefile @@ -1,208 +1,208 @@ PORTNAME= rustscan PORTVERSION= 2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org COMMENT= Faster Nmap Scanning with Rust LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nmap>0:security/nmap USES= cargo USE_GITHUB= yes GH_ACCOUNT= RustScan GH_PROJECT= RustScan CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ anyhow-1.0.34 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ async-channel-1.5.1 \ async-executor-1.3.0 \ async-global-executor-1.4.3 \ async-io-1.1.10 \ async-mutex-1.4.0 \ async-std-1.7.0 \ async-task-4.0.3 \ async-trait-0.1.41 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.54 \ base64-0.11.0 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ blocking-1.0.2 \ bumpalo-3.4.0 \ bytes-0.5.6 \ cache-padded-1.1.1 \ cc-1.0.61 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cidr-utils-0.5.0 \ clap-2.33.3 \ colored-2.0.0 \ colorful-0.2.1 \ concurrent-queue-1.2.2 \ const_fn-0.4.3 \ constant_time_eq-0.1.5 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.0 \ debug-helper-0.3.10 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ either-1.6.1 \ enum-as-inner-0.3.3 \ env_logger-0.8.1 \ event-listener-2.5.1 \ fastrand-1.4.0 \ form_urlencoded-1.0.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.7 \ futures-channel-0.3.7 \ futures-core-0.3.7 \ futures-executor-0.3.7 \ futures-io-0.3.7 \ futures-lite-1.11.2 \ futures-macro-0.3.7 \ futures-sink-0.3.7 \ futures-task-0.3.7 \ futures-util-0.3.7 \ gcd-2.0.1 \ getrandom-0.1.15 \ gimli-0.23.0 \ gloo-timers-0.2.1 \ heck-0.3.1 \ hermit-abi-0.1.17 \ hostname-0.3.1 \ humantime-2.0.1 \ idna-0.2.0 \ instant-0.1.8 \ iovec-0.1.4 \ ipconfig-0.2.2 \ itertools-0.9.0 \ itoa-0.4.6 \ js-sys-0.3.45 \ kernel32-sys-0.2.2 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ libc-0.2.80 \ linked-hash-map-0.5.3 \ log-0.4.11 \ lru-cache-0.1.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ memchr-2.3.4 \ miniz_oxide-0.4.3 \ mio-0.6.22 \ miow-0.2.1 \ nb-connect-1.0.2 \ net2-0.2.35 \ num-bigint-0.3.1 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.22.0 \ once_cell-1.4.1 \ parking-2.0.0 \ percent-encoding-2.1.0 \ pin-project-1.0.1 \ pin-project-internal-1.0.1 \ pin-project-lite-0.1.11 \ pin-utils-0.1.0 \ polling-2.0.2 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.2 \ regex-syntax-0.6.21 \ resolv-conf-0.6.3 \ ring-0.16.15 \ rlimit-0.5.2 \ rust-argon2-0.8.2 \ rustc-demangle-0.1.18 \ rustls-0.17.0 \ ryu-1.0.5 \ sct-0.6.0 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ shell-words-1.0.0 \ slab-0.4.2 \ smallvec-1.4.2 \ socket2-0.3.15 \ spin-0.5.2 \ strsim-0.8.0 \ structopt-0.3.20 \ structopt-derive-0.4.13 \ subprocess-0.2.6 \ syn-1.0.48 \ termcolor-1.1.0 \ text_placeholder-0.4.0 \ textwrap-0.11.0 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ thread_local-1.0.1 \ tinyvec-0.3.4 \ tokio-0.2.22 \ tokio-rustls-0.13.1 \ toml-0.5.7 \ trust-dns-proto-0.19.5 \ trust-dns-resolver-0.19.5 \ trust-dns-rustls-0.19.5 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-2.2.0 \ vec-arena-1.0.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ waker-fn-1.1.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.68 \ wasm-bindgen-backend-0.2.68 \ wasm-bindgen-futures-0.4.18 \ wasm-bindgen-macro-0.2.68 \ wasm-bindgen-macro-support-0.2.68 \ wasm-bindgen-shared-0.2.68 \ web-sys-0.3.45 \ webpki-0.21.3 \ webpki-roots-0.19.0 \ wepoll-sys-3.0.1 \ widestring-0.4.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/rustscan .include diff --git a/security/sequoia/Makefile b/security/sequoia/Makefile index 0af925306ccc..e245eb365183 100644 --- a/security/sequoia/Makefile +++ b/security/sequoia/Makefile @@ -1,337 +1,337 @@ PORTNAME= sequoia PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= phryk-ports@wzff.de COMMENT= Modern PGP implementation, written in rust LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS+= libcapnp.so:devel/capnproto LIB_DEPENDS+= libgmp.so:math/gmp LIB_DEPENDS+= libnettle.so:security/nettle USES= cargo ssl USE_LDCONFIG= yes USE_GITLAB= yes GL_ACCOUNT= sequoia-pgp GL_PROJECT= sequoia GL_COMMIT= 383133f6be990237044900a4df676488bf8dd71e CARGO_BUILD_ARGS+= --all SOVERS= ${PORTVERSION} SUB_LIST= VERSION=${SOVERS} SUB_FILES= sequoia-openpgp.pc SUB_FILES+= sequoia.pc # autogenerated by make cargo-crates CARGO_CRATES= adler32-1.2.0 \ aho-corasick-0.7.13 \ ansi_term-0.11.0 \ anyhow-1.0.32 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ ascii-canvas-2.0.0 \ assert_cli-0.6.3 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.46 \ backtrace-sys-0.1.37 \ base64-0.11.0 \ base64-0.12.3 \ bindgen-0.51.1 \ bit-set-0.5.2 \ bit-vec-0.6.2 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ bstr-0.2.13 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ bytes-0.4.12 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ capnp-0.10.3 \ capnp-futures-0.10.1 \ capnp-rpc-0.10.0 \ capnpc-0.10.2 \ cc-1.0.59 \ cexpr-0.3.6 \ cfg-if-0.1.10 \ chrono-0.4.15 \ clang-sys-0.28.1 \ clap-2.33.3 \ cloudabi-0.0.3 \ colored-1.9.1 \ constant_time_eq-0.1.5 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ cpuid-bool-0.1.2 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ crossterm-0.13.3 \ crossterm_winapi-0.4.0 \ csv-1.1.3 \ csv-core-0.1.10 \ ctor-0.1.15 \ curve25519-dalek-3.0.0 \ diff-0.1.12 \ difference-2.0.0 \ digest-0.8.1 \ digest-0.9.0 \ dirs-1.0.5 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ doc-comment-0.3.3 \ docopt-1.1.0 \ dyn-clone-1.0.1 \ ed25519-1.0.1 \ ed25519-dalek-1.0.0 \ either-1.6.0 \ ena-0.13.1 \ encode_unicode-0.3.6 \ environment-0.1.1 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ filetime-0.2.12 \ fixedbitset-0.1.9 \ flate2-1.0.14 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fs2-0.4.3 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-cpupool-0.1.8 \ generic-array-0.12.3 \ generic-array-0.14.4 \ getrandom-0.1.14 \ glob-0.3.0 \ h2-0.1.26 \ hashbrown-0.8.2 \ heck-0.3.1 \ hermit-abi-0.1.15 \ http-0.1.21 \ http-body-0.1.0 \ httparse-1.3.4 \ hyper-0.12.35 \ hyper-tls-0.3.2 \ idna-0.2.0 \ indexmap-1.5.1 \ iovec-0.1.4 \ itertools-0.8.2 \ itoa-0.4.6 \ kernel32-sys-0.2.2 \ lalrpop-0.17.2 \ lalrpop-util-0.17.2 \ lazy_static-1.4.0 \ libc-0.2.76 \ libloading-0.5.2 \ libm-0.2.1 \ libsqlite3-sys-0.15.0 \ linked-hash-map-0.5.3 \ lock_api-0.3.4 \ log-0.4.11 \ lru-cache-0.1.2 \ mach_o_sys-0.1.1 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.5 \ memsec-0.5.7 \ miniz_oxide-0.3.7 \ mio-0.6.22 \ mio-named-pipes-0.1.7 \ mio-uds-0.6.8 \ miow-0.2.1 \ miow-0.3.5 \ native-tls-0.2.4 \ net2-0.2.34 \ nettle-7.0.0 \ nettle-src-3.5.1-2 \ nettle-sys-2.0.4 \ new_debug_unreachable-1.0.4 \ nom-4.2.3 \ num-bigint-dig-0.6.0 \ num-integer-0.1.43 \ num-iter-0.1.41 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ ordermap-0.3.5 \ parity-tokio-ipc-0.4.0 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ peeking_take_while-0.1.2 \ percent-encoding-2.1.0 \ petgraph-0.4.13 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pkg-config-0.3.18 \ ppv-lite86-0.2.9 \ precomputed-hash-0.1.1 \ prettytable-rs-0.8.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.19 \ quickcheck-0.9.2 \ quote-1.0.7 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_users-0.3.4 \ regex-1.3.9 \ regex-automata-0.1.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.3 \ rpassword-4.0.3 \ rusqlite-0.19.0 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ ryu-1.0.5 \ schannel-0.1.19 \ scoped-tls-0.1.2 \ scopeguard-1.1.0 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.115 \ serde_derive-1.0.115 \ serde_json-1.0.57 \ sha2-0.8.2 \ sha2-0.9.1 \ shlex-0.1.1 \ signature-1.2.2 \ siphasher-0.2.3 \ slab-0.4.2 \ smallvec-0.6.13 \ smallvec-1.4.2 \ socket2-0.3.11 \ spin-0.5.2 \ string-0.2.1 \ string_cache-0.7.5 \ string_cache_codegen-0.4.4 \ string_cache_shared-0.3.0 \ strsim-0.8.0 \ strsim-0.9.3 \ structopt-0.3.16 \ structopt-derive-0.4.9 \ subtle-2.2.3 \ syn-1.0.38 \ synstructure-0.12.4 \ tempfile-3.1.0 \ term-0.5.2 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-1.0.1 \ time-0.1.43 \ tokio-0.1.22 \ tokio-buf-0.1.1 \ tokio-codec-0.1.2 \ tokio-core-0.1.17 \ tokio-current-thread-0.1.7 \ tokio-executor-0.1.10 \ tokio-fs-0.1.7 \ tokio-io-0.1.13 \ tokio-named-pipes-0.1.0 \ tokio-reactor-0.1.12 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-threadpool-0.1.18 \ tokio-timer-0.2.13 \ tokio-udp-0.1.6 \ tokio-uds-0.2.7 \ try-lock-0.2.3 \ typenum-1.12.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.9 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ url-2.1.1 \ vcpkg-0.2.10 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.2 \ want-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ win-crypto-ng-0.2.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ zbase32-0.1.2 \ zeroize-1.1.0 \ zeroize_derive-1.0.0 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/sequoia \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions .for f in ffi ffi_macros openpgp_ffi ${STRIP_CMD} ${CARGO_TARGET_DIR}/release/libsequoia_${f}.so ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libsequoia_${f}.so ${STAGEDIR}${PREFIX}/lib/libsequoia_${f}.so.${SOVERS} ${LN} -sf libsequoia_${f}.so.${SOVERS} ${STAGEDIR}${PREFIX}/lib/libsequoia_${f}.so .endfor .for f in sq sqop sqv ${STRIP_CMD} ${CARGO_TARGET_DIR}/release/${f} ${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/release/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${STRIP_CMD} ${CARGO_TARGET_DIR}/release/sequoia-public-key-store ${INSTALL_PROGRAM} ${CARGO_TARGET_DIR}/release/sequoia-public-key-store ${STAGEDIR}${PREFIX}/lib/sequoia/sequoia-public-key-store (cd ${WRKSRC}/ffi/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include) (cd ${WRKSRC}/openpgp-ffi/include/sequoia && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/sequoia) ${INSTALL_DATA} ${CARGO_TARGET_DIR}/sq.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/sq ${INSTALL_DATA} ${CARGO_TARGET_DIR}/sqv.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/sqv ${INSTALL_DATA} ${CARGO_TARGET_DIR}/sq.fish ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${CARGO_TARGET_DIR}/sqv.fish ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${CARGO_TARGET_DIR}/_sq ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${CARGO_TARGET_DIR}/_sqv ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKDIR}/sequoia.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ ${INSTALL_DATA} ${WRKDIR}/sequoia-openpgp.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include diff --git a/security/solana/Makefile b/security/solana/Makefile index 6f1da724334b..899ea33121ff 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -1,576 +1,577 @@ PORTNAME= solana DISTVERSIONPREFIX= v DISTVERSION= 1.6.8 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Web-scale blockchain for decentralized apps and marketplaces LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= Fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811 BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libhidapi.so:comms/hidapi USES= cargo pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= solana-labs CARGO_CRATES= Inflector-0.11.4 \ addr2line-0.12.1 \ adler32-1.0.4 \ ahash-0.4.6 \ ahash-0.6.1 \ aho-corasick-0.7.10 \ ansi_term-0.11.0 \ anyhow-1.0.38 \ arc-swap-0.4.8 \ arc-swap-1.2.0 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ ascii-0.9.3 \ assert_cmd-1.0.2 \ assert_matches-1.3.0 \ async-stream-0.3.0 \ async-stream-impl-0.3.0 \ async-trait-0.1.42 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backoff-0.3.0 \ backtrace-0.3.48 \ base-x-0.2.6 \ base32-0.4.0 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.11.0 \ base64-0.12.3 \ base64-0.13.0 \ bincode-1.3.1 \ bindgen-0.54.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ blake3-0.3.7 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ block-padding-0.2.1 \ borsh-0.8.1 \ borsh-derive-0.8.1 \ borsh-derive-internal-0.8.1 \ borsh-schema-derive-internal-0.8.1 \ bs58-0.3.1 \ bstr-0.2.13 \ bumpalo-3.3.0 \ bv-0.11.1 \ byte-tools-0.3.1 \ byte-unit-4.0.9 \ bytecount-0.6.0 \ byteorder-1.3.4 \ bytes-0.4.12 \ bytes-0.5.4 \ bytes-1.0.1 \ bytesize-1.0.1 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ cargo_metadata-0.12.0 \ cast-0.2.3 \ cc-1.0.49 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-humanize-0.1.1 \ clang-sys-0.29.3 \ clap-2.33.3 \ cloudabi-0.0.3 \ cloudabi-0.1.0 \ combine-3.8.1 \ console-0.11.3 \ const_fn-0.4.5 \ constant_time_eq-0.1.5 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ core_affinity-0.5.10 \ cpuid-bool-0.1.2 \ crc32fast-1.2.0 \ criterion-stats-0.3.0 \ crossbeam-channel-0.4.4 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.7.3 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.8.2 \ crossbeam-epoch-0.9.1 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.1 \ crunchy-0.2.2 \ crypto-mac-0.7.0 \ crypto-mac-0.8.0 \ crypto-mac-0.9.1 \ crypto-mac-0.10.0 \ csv-1.1.3 \ csv-core-0.1.10 \ ctrlc-3.1.5 \ curve25519-dalek-2.1.0 \ curve25519-dalek-3.0.0 \ dashmap-4.0.2 \ derivation-path-0.1.3 \ derivative-2.1.1 \ derive_more-0.99.11 \ dialoguer-0.6.2 \ difference-2.0.0 \ digest-0.8.1 \ digest-0.9.0 \ dir-diff-0.3.2 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.1 \ discard-1.0.4 \ dlopen-0.1.8 \ dlopen_derive-0.1.4 \ doc-comment-0.3.3 \ dtoa-0.4.5 \ ed25519-1.0.1 \ ed25519-dalek-1.0.1 \ ed25519-dalek-bip32-0.1.1 \ educe-0.4.13 \ either-1.5.3 \ encode_unicode-0.3.6 \ encoding_rs-0.8.23 \ enum-iterator-0.6.0 \ enum-iterator-derive-0.6.0 \ enum-ordinalize-3.1.8 \ env_logger-0.7.1 \ env_logger-0.8.3 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ fast-math-0.1.1 \ fd-lock-2.0.0 \ feature-probe-0.1.1 \ filetime-0.2.10 \ flate2-1.0.14 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ fs_extra-1.2.0 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-0.3.8 \ futures-channel-0.3.8 \ futures-core-0.3.8 \ futures-executor-0.3.8 \ futures-io-0.3.8 \ futures-macro-0.3.8 \ futures-sink-0.3.8 \ futures-task-0.3.8 \ futures-util-0.3.8 \ gag-0.1.10 \ generic-array-0.12.3 \ generic-array-0.14.3 \ gethostname-0.2.1 \ getrandom-0.1.14 \ getrandom-0.2.0 \ gimli-0.21.0 \ glob-0.3.0 \ globset-0.4.5 \ goauth-0.9.0 \ goblin-0.3.0 \ h2-0.2.5 \ h2-0.3.0 \ half-1.6.0 \ hash32-0.1.1 \ hashbrown-0.8.2 \ hashbrown-0.9.1 \ hermit-abi-0.1.13 \ hex-0.4.2 \ hidapi-1.2.5 \ histogram-0.6.9 \ hmac-0.7.1 \ hmac-0.8.1 \ hmac-0.9.0 \ hmac-0.10.1 \ hmac-drbg-0.2.0 \ http-0.2.1 \ http-body-0.3.1 \ http-body-0.4.0 \ httparse-1.3.4 \ httpdate-0.3.2 \ humantime-1.3.0 \ humantime-2.0.1 \ hyper-0.10.16 \ hyper-0.13.10 \ hyper-0.14.3 \ hyper-rustls-0.22.1 \ hyper-tls-0.5.0 \ idna-0.1.5 \ idna-0.2.0 \ ieee754-0.2.6 \ indexed-0.1.1 \ indexmap-1.5.1 \ indicatif-0.15.0 \ input_buffer-0.3.1 \ instant-0.1.6 \ iovec-0.1.4 \ ipnet-2.3.0 \ itertools-0.9.0 \ itoa-0.4.5 \ jemalloc-ctl-0.3.3 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ jobserver-0.1.21 \ js-sys-0.3.47 \ jsonrpc-client-transports-17.0.0 \ jsonrpc-core-17.0.0 \ jsonrpc-core-client-17.0.0 \ jsonrpc-derive-17.0.0 \ jsonrpc-http-server-17.0.0 \ jsonrpc-ipc-server-17.0.1 \ jsonrpc-pubsub-17.0.0 \ jsonrpc-server-utils-17.0.0 \ jsonrpc-ws-server-17.0.0 \ keccak-0.1.0 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.81 \ libloading-0.5.2 \ libloading-0.6.2 \ librocksdb-sys-6.11.4 \ libsecp256k1-0.3.5 \ linked-hash-map-0.5.3 \ lock_api-0.3.4 \ lock_api-0.4.1 \ log-0.3.9 \ log-0.4.11 \ lru-0.6.1 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-1.0.2 \ memchr-2.3.3 \ memmap2-0.1.0 \ memoffset-0.5.4 \ memoffset-0.6.1 \ mime-0.2.6 \ mime-0.3.16 \ miniz_oxide-0.3.6 \ mio-0.6.22 \ mio-0.7.6 \ mio-extras-2.0.6 \ mio-named-pipes-0.1.7 \ mio-uds-0.6.8 \ miow-0.2.2 \ miow-0.3.6 \ native-tls-0.2.7 \ net2-0.2.37 \ nix-0.17.0 \ nix-0.19.0 \ nom-3.2.1 \ nom-5.1.1 \ ntapi-0.3.4 \ num-bigint-0.3.1 \ num-derive-0.3.2 \ num-integer-0.1.42 \ num-traits-0.2.11 \ num_cpus-1.13.0 \ num_enum-0.5.1 \ num_enum_derive-0.5.1 \ number_prefix-0.3.0 \ object-0.19.0 \ once_cell-1.5.2 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ openssl-0.10.29 \ openssl-probe-0.1.2 \ openssl-sys-0.9.57 \ ouroboros-0.5.1 \ ouroboros_macro-0.5.1 \ parity-tokio-ipc-0.8.0 \ parity-ws-0.10.0 \ parking_lot-0.9.0 \ parking_lot-0.10.2 \ parking_lot-0.11.0 \ parking_lot_core-0.6.2 \ parking_lot_core-0.7.2 \ parking_lot_core-0.8.0 \ paste-0.1.16 \ paste-impl-0.1.16 \ pbkdf2-0.3.0 \ pbkdf2-0.4.0 \ pbkdf2-0.6.0 \ peeking_take_while-0.1.2 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pickledb-0.4.1 \ pin-project-0.4.23 \ pin-project-1.0.1 \ pin-project-internal-0.4.23 \ pin-project-internal-1.0.1 \ pin-project-lite-0.1.5 \ pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.17 \ plain-0.2.3 \ ppv-lite86-0.2.8 \ predicates-1.0.4 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ pretty-hex-0.2.1 \ proc-macro-crate-0.1.5 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.4 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ prost-0.7.0 \ prost-derive-0.7.0 \ prost-types-0.7.0 \ qstring-0.7.2 \ quick-error-1.2.3 \ quote-0.6.13 \ quote-1.0.6 \ rand-0.4.6 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_pcg-0.2.1 \ rand_xorshift-0.1.1 \ raptorq-1.4.2 \ rayon-1.5.0 \ rayon-core-1.9.0 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_users-0.3.4 \ reed-solomon-erasure-4.0.2 \ regex-1.3.9 \ regex-automata-0.1.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.0 \ reqwest-0.11.2 \ retain_mut-0.1.2 \ ring-0.16.12 \ rocksdb-0.15.0 \ rpassword-4.0.5 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ rustls-0.19.0 \ rustversion-1.0.4 \ ryu-1.0.4 \ safemem-0.3.3 \ same-file-1.0.6 \ schannel-0.1.19 \ scopeguard-1.1.0 \ scroll-0.10.1 \ scroll_derive-0.10.2 \ sct-0.6.0 \ security-framework-2.1.2 \ security-framework-sys-2.1.1 \ semver-0.9.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.1 \ serde-1.0.122 \ serde_bytes-0.11.4 \ serde_cbor-0.11.1 \ serde_derive-1.0.122 \ serde_json-1.0.62 \ serde_urlencoded-0.7.0 \ serde_yaml-0.8.13 \ serial_test-0.4.0 \ serial_test_derive-0.4.0 \ sha-1-0.8.2 \ sha1-0.6.0 \ sha2-0.8.2 \ sha2-0.9.2 \ sha3-0.9.1 \ shlex-0.1.1 \ signal-hook-0.1.15 \ signal-hook-registry-1.2.0 \ signature-1.1.0 \ simpl-0.1.0 \ slab-0.4.2 \ smallvec-0.6.14 \ smallvec-1.6.1 \ smpl_jwt-0.6.0 \ socket2-0.3.17 \ solana-frozen-abi-1.6.4 \ solana-frozen-abi-macro-1.6.4 \ solana-logger-1.6.4 \ solana-program-1.6.4 \ solana-sdk-macro-1.6.4 \ solana_rbpf-0.2.8 \ spin-0.5.2 \ spl-associated-token-account-1.0.2 \ spl-memo-3.0.1 \ spl-token-3.1.0 \ stable_deref_trait-1.2.0 \ standback-0.2.9 \ static_assertions-1.1.0 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ strsim-0.8.0 \ subtle-1.0.0 \ subtle-2.2.2 \ symlink-0.1.0 \ syn-0.15.44 \ syn-1.0.60 \ synstructure-0.12.3 \ sysctl-0.4.0 \ systemstat-0.1.5 \ tar-0.4.28 \ tarpc-0.24.1 \ tarpc-plugins-0.9.0 \ tempfile-3.1.0 \ termcolor-1.1.0 \ terminal_size-0.1.12 \ termios-0.3.2 \ textwrap-0.11.0 \ thiserror-1.0.23 \ thiserror-impl-1.0.23 \ thread-scoped-1.0.2 \ thread_local-1.0.1 \ time-0.1.43 \ time-0.2.25 \ time-macros-0.1.0 \ time-macros-impl-0.1.1 \ tiny-bip39-0.7.3 \ tiny-bip39-0.8.0 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tokio-0.1.22 \ tokio-0.2.22 \ tokio-1.1.1 \ tokio-codec-0.1.2 \ tokio-current-thread-0.1.7 \ tokio-executor-0.1.10 \ tokio-fs-0.1.7 \ tokio-io-0.1.13 \ tokio-macros-0.2.6 \ tokio-macros-1.0.0 \ tokio-native-tls-0.3.0 \ tokio-reactor-0.1.12 \ tokio-rustls-0.22.0 \ tokio-serde-0.8.0 \ tokio-stream-0.1.2 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-threadpool-0.1.18 \ tokio-timer-0.2.13 \ tokio-tls-0.2.1 \ tokio-udp-0.1.6 \ tokio-uds-0.2.6 \ tokio-util-0.3.1 \ tokio-util-0.6.3 \ toml-0.5.6 \ tonic-0.4.0 \ tower-0.4.4 \ tower-layer-0.3.1 \ tower-service-0.3.0 \ tracing-0.1.18 \ tracing-attributes-0.1.9 \ tracing-core-0.1.13 \ tracing-futures-0.2.4 \ traitobject-0.1.0 \ treeline-0.1.0 \ trees-0.2.1 \ try-lock-0.2.2 \ tungstenite-0.10.1 \ typeable-0.1.2 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unicase-1.4.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-width-0.1.7 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ unix_socket2-0.5.4 \ unreachable-1.0.0 \ untrusted-0.7.1 \ uriparse-0.6.3 \ url-1.7.2 \ url-2.2.0 \ users-0.10.0 \ utf-8-0.7.5 \ utf8-width-0.1.3 \ vcpkg-0.2.8 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.2 \ void-1.0.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.70 \ wasm-bindgen-backend-0.2.70 \ wasm-bindgen-futures-0.4.20 \ wasm-bindgen-macro-0.2.70 \ wasm-bindgen-macro-support-0.2.70 \ wasm-bindgen-shared-0.2.70 \ web-sys-0.3.40 \ webpki-0.21.2 \ webpki-roots-0.21.0 \ websocket-0.24.0 \ websocket-base-0.24.0 \ which-3.1.1 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ xattr-0.2.2 \ yaml-rust-0.4.3 \ zeroize-1.2.0 \ zeroize_derive-1.0.0 \ zstd-0.5.3+zstd.1.4.5 \ zstd-safe-2.0.5+zstd.1.4.5 \ zstd-sys-1.4.17+zstd.1.4.5 XARCH= ${ARCH:S/amd64/x86_64/:tu} MAKE_ENV= ${XARCH}_UNKNOWN_FREEBSD_OPENSSL_INCLUDE_DIR=${OPENSSLINC} \ ${XARCH}_UNKNOWN_FREEBSD_OPENSSL_LIB_DIR=${OPENSSLLIB} BINARY_ALIAS= llvm-config=${PREFIX}/bin/llvm-config${LLVM_DEFAULT} do-install: for f in ${WRKDIR}/target/release/${PORTNAME}-*; do \ if [ -f $$f -a -x $$f ]; then \ ${INSTALL_PROGRAM} $$f ${STAGEDIR}${PREFIX}/bin; \ fi \ done do-test: @${CARGO_CARGO_RUN} test .include diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 6307744e3fed..0746a198b87a 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,126 +1,127 @@ PORTNAME= suricata DISTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ MAINTAINER= franco@opnsense.org COMMENT= High Performance Network IDS, IPS and Security Monitoring engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rustc:lang/${RUST_DEFAULT} LIB_DEPENDS= libjansson.so:devel/jansson \ libpcre.so:devel/pcre \ libnet.so:net/libnet \ liblz4.so:archivers/liblz4 \ libyaml.so:textproc/libyaml USES= autoreconf cpe gmake iconv:translit libtool localbase \ pathfix pkgconfig CPE_VENDOR= openinfosecfoundation USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gccprotect \ --enable-bundled-htp \ --disable-gccmarch-native INSTALL_TARGET= install-strip TEST_TARGET= check CONFLICTS_INSTALL= libhtp SUB_FILES= pkg-message PLIST_SUB= PORTVERSION=${DISTVERSION:C/-/_/g} OPTIONS_DEFINE= GEOIP IPFW NETMAP NSS PORTS_PCAP PRELUDE \ PYTHON REDIS TESTS OPTIONS_DEFINE_amd64= HYPERSCAN OPTIONS_DEFAULT= IPFW NETMAP PYTHON OPTIONS_RADIO= SCRIPTS OPTIONS_RADIO_SCRIPTS= LUA LUAJIT OPTIONS_SUB= yes GEOIP_DESC= GeoIP support HYPERSCAN_DESC= Hyperscan support IPFW_DESC= IPFW and IP Divert support for inline IDP LUAJIT_DESC= LuaJIT scripting support LUA_DESC= LUA scripting support NETMAP_DESC= Netmap support for inline IDP NSS_DESC= File checksums and SSL/TLS fingerprinting PORTS_PCAP_DESC= Use libpcap from ports PRELUDE_DESC= Prelude support for NIDS alerts PYTHON_DESC= Python-based update and control utilities REDIS_DESC= Redis output support SCRIPTS_DESC= Scripting TESTS_DESC= Unit tests in suricata binary GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb GEOIP_CONFIGURE_ON= --enable-geoip HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan IPFW_CONFIGURE_ON= --enable-ipfw LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_CONFIGURE_ON= --enable-luajit LUA_USES= lua:51 LUA_CONFIGURE_ON= --enable-lua NETMAP_CONFIGURE_ENABLE= netmap NSS_LIB_DEPENDS= libnss3.so:security/nss \ libnspr4.so:devel/nspr NSS_CONFIGURE_OFF= --disable-nss --disable-nspr PORTS_PCAP_LIB_DEPENDS= libpcap.so.1:net/libpcap PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude \ libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libltdl.so:devel/libltdl PRELUDE_CONFIGURE_ON= --with-libprelude-prefix=${LOCALBASE} PRELUDE_CONFIGURE_ENABLE= prelude PYTHON_BUILD_DEPENDS= ${PYTHON_RUN_DEPENDS} PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} PYTHON_USES= python PYTHON_USE= PYTHON=py3kplist PYTHON_CONFIGURE_ENABLE= python REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis \ libevent_pthreads.so:devel/libevent REDIS_CONFIGURE_ON= --enable-hiredis \ TESTS_CONFIGURE_ENABLE= unittests pre-patch: @${CP} ${FILESDIR}/ax_check_compile_flag.m4 ${WRKSRC}/m4 post-patch-PYTHON-on: @${REINPLACE_CMD} -e "/AC_PATH_PROGS.*HAVE_PYTHON/ s/python[^,]*,/${PYTHON_VERSION},/g" \ ${WRKSRC}/configure.ac post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/suricata .for f in classification.config reference.config @${MV} ${STAGEDIR}${DATADIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor .for f in suricata.yaml threshold.config ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor post-install-PYTHON-on: (cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) .include diff --git a/shells/ion/Makefile b/shells/ion/Makefile index 21ba215e57fc..8a9a4ce5cf5e 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -1,279 +1,279 @@ PORTNAME= ion DISTVERSION= 1.0.5-1355 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= shells PKGNAMESUFFIX= -shell MAINTAINER= mikael@FreeBSD.org COMMENT= Modern system shell written in Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= nodefault GH_TUPLE= alkis:decimal:972c8547a0a76c7ad9a314e28a335aa57d46a543:decimal USE_GITLAB= yes GL_SITE= https://gitlab.redox-os.org GL_ACCOUNT= redox-os GL_COMMIT= a8872014dbce730ccd00aaa722397dc394a52bf4 GL_TUPLE= redox-os:calc:afba9c5d184ddb9db5e4e71dc357da0499e212cf:calculate \ redox-os:liner:3f3d1d4e6058067e9d03a9b1510d8f2edac073c7:liner \ redox-os:small:022635fcb0b0b631b3a06c79c45fa8ebaf4f64f5:small \ redox-os:termion:c27678efc2ed14576361c7ce6d806a6bb576f1a9:termion CARGO_CRATES= adler32-1.0.3 \ aho-corasick-0.7.4 \ andrew-0.2.1 \ android_glue-0.2.3 \ ansi_term-0.11.0 \ approx-0.3.2 \ arrayvec-0.4.11 \ atty-0.2.13 \ auto_enums-0.5.9 \ auto_enums_core-0.5.9 \ auto_enums_derive-0.5.9 \ autocfg-0.1.5 \ backtrace-0.3.33 \ backtrace-sys-0.1.31 \ bitflags-1.1.0 \ block-0.1.6 \ bstr-0.2.4 \ bytecount-0.1.7 \ bytecount-0.3.2 \ byteorder-1.3.2 \ c2-chacha-0.2.2 \ cast-0.2.2 \ cc-1.0.37 \ cfg-if-0.1.9 \ cgl-0.2.3 \ clap-2.33.0 \ cloudabi-0.0.3 \ cocoa-0.18.4 \ color_quant-1.0.1 \ core-foundation-0.6.4 \ core-foundation-sys-0.6.2 \ core-graphics-0.17.3 \ criterion-0.2.11 \ criterion-plot-0.3.1 \ crossbeam-deque-0.6.3 \ crossbeam-epoch-0.7.1 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ csv-1.1.1 \ csv-core-0.1.6 \ darling-0.9.0 \ darling_core-0.9.0 \ darling_macro-0.9.0 \ deflate-0.7.20 \ derivative-1.0.2 \ derive_utils-0.7.2 \ dlib-0.4.1 \ downcast-rs-1.0.4 \ draw_state-0.8.0 \ either-1.5.2 \ err-derive-0.1.5 \ errno-dragonfly-0.1.1 \ failure-0.1.5 \ failure_derive-0.1.5 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ gcc-0.3.55 \ getrandom-0.1.6 \ gfx-0.17.1 \ gfx_core-0.8.3 \ gfx_device_gl-0.15.5 \ gfx_gl-0.5.0 \ gif-0.10.2 \ gl-0.11.0 \ gl_generator-0.10.0 \ gl_generator-0.11.0 \ gl_generator-0.9.0 \ gleam-0.6.18 \ glob-0.3.0 \ glutin-0.21.0 \ glutin_egl_sys-0.1.3 \ glutin_emscripten_sys-0.1.0 \ glutin_gles2_sys-0.1.3 \ glutin_glx_sys-0.1.5 \ glutin_wgl_sys-0.1.3 \ hashbrown-0.5.0 \ heck-0.3.1 \ ident_case-1.0.1 \ image-0.21.2 \ inflate-0.4.5 \ interpolation-0.2.0 \ itertools-0.8.0 \ itoa-0.4.4 \ jpeg-decoder-0.1.15 \ khronos_api-2.2.0 \ khronos_api-3.1.0 \ lazy_static-1.3.0 \ lexical-2.2.1 \ lexical-core-0.4.2 \ libc-0.2.60 \ libloading-0.5.2 \ line_drawing-0.7.0 \ lock_api-0.1.5 \ log-0.4.7 \ lzw-0.10.0 \ malloc_buf-0.0.6 \ memchr-2.2.1 \ memmap-0.7.0 \ memoffset-0.2.1 \ nix-0.14.1 \ nodrop-0.1.13 \ num-0.2.0 \ num-bigint-0.2.2 \ num-complex-0.2.3 \ num-derive-0.2.5 \ num-integer-0.1.41 \ num-iter-0.1.39 \ num-rational-0.2.2 \ num-traits-0.2.8 \ num_cpus-1.10.1 \ numtoa-0.1.0 \ objc-0.2.6 \ object-pool-0.3.1 \ ordered-float-1.0.2 \ osmesa-sys-0.1.2 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot_core-0.4.0 \ percent-encoding-1.0.1 \ permutate-0.3.2 \ piston-0.49.0 \ piston-ai_behavior-0.31.0 \ piston-float-1.0.0 \ piston-gfx_texture-0.36.0 \ piston-graphics_api_version-0.2.0 \ piston-shaders_graphics2d-0.3.1 \ piston-texture-0.6.0 \ piston-viewport-1.0.0 \ piston2d-gfx_graphics-0.61.0 \ piston2d-graphics-0.32.0 \ piston2d-sprite-0.55.0 \ piston_window-0.100.0 \ pistoncore-event_loop-0.49.0 \ pistoncore-glutin_window-0.63.0 \ pistoncore-input-0.28.0 \ pistoncore-window-0.44.0 \ pkg-config-0.3.14 \ png-0.14.1 \ ppv-lite86-0.2.5 \ proc-macro2-0.4.30 \ quote-0.6.13 \ rand-0.4.6 \ rand-0.6.5 \ rand-0.7.0 \ rand_chacha-0.1.1 \ rand_chacha-0.2.0 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_core-0.5.0 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rand_xoshiro-0.1.0 \ rayon-1.1.0 \ rayon-core-1.5.0 \ rdrand-0.4.0 \ read_color-1.0.0 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ regex-1.2.0 \ regex-automata-0.1.8 \ regex-syntax-0.6.10 \ rustc-demangle-0.1.15 \ rustc_version-0.2.3 \ rusttype-0.7.7 \ ryu-0.2.8 \ ryu-1.0.0 \ same-file-1.0.5 \ scoped_threadpool-0.1.9 \ scopeguard-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.97 \ serde_derive-1.0.97 \ serde_json-1.0.40 \ serial_test-0.2.0 \ serial_test_derive-0.2.0 \ shader_version-0.6.0 \ shared_library-0.1.9 \ smallvec-0.6.10 \ smithay-client-toolkit-0.4.6 \ spin-0.5.0 \ stable_deref_trait-1.1.1 \ stackvector-1.0.6 \ static_assertions-0.2.5 \ stb_truetype-0.2.6 \ strsim-0.7.0 \ strsim-0.8.0 \ structopt-0.2.18 \ structopt-derive-0.2.18 \ syn-0.15.40 \ synstructure-0.10.2 \ textwrap-0.11.0 \ thread_local-0.3.6 \ tiff-0.2.2 \ tinytemplate-1.0.2 \ ucd-util-0.1.5 \ unicode-segmentation-1.3.0 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ users-0.9.1 \ utf8-ranges-1.0.3 \ uuid-0.6.5 \ vec_map-0.8.1 \ vecmath-1.0.0 \ version_check-0.9.1 \ void-1.0.2 \ walkdir-2.2.9 \ wayland-client-0.21.13 \ wayland-commons-0.21.13 \ wayland-protocols-0.21.13 \ wayland-scanner-0.21.13 \ wayland-sys-0.21.13 \ winapi-0.3.7 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winit-0.19.1 \ x11-dl-2.18.3 \ xdg-2.2.0 \ xml-rs-0.7.0 \ xml-rs-0.8.0 CARGO_USE_GITHUB= yes CARGO_USE_GITLAB= yes CONFLICTS_INSTALL= ion OPTIONS_DEFINE= DOCS EXAMPLES # liner-0.4.4 does not build with Rust 1.40.0. Use the newer copy # that is also already available. post-patch: @${REINPLACE_CMD} 's,^liner = .*,liner = \{ path = "${WRKSRC_liner}" \},' \ ${WRKSRC_calculate}/Cargo.toml post-configure: ${ECHO_CMD} ${GL_COMMIT} > ${WRKSRC}/git_revision.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ion post-install-DOCS-on: @cd ${WRKSRC}/manual/src && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @cd ${WRKSRC}/tests && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 541475068d5b..fd4c4fc6de5f 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,250 +1,250 @@ PORTNAME= starship DISTVERSION= 0.51.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-shell prompt for astronauts LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 USES= cargo ssl CARGO_CRATES= \ ahash-0.4.7 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ async-io-1.3.1 \ attohttpc-0.16.3 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ battery-0.7.8 \ bitflags-0.9.1 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ block-0.1.6 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byte-unit-4.0.10 \ byteorder-1.4.3 \ bytes-1.0.1 \ cache-padded-1.1.1 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ concurrent-queue-1.2.2 \ constant_time_eq-0.1.5 \ core-foundation-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.7.0 \ core-foundation-sys-0.8.2 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.3 \ crossbeam-utils-0.8.3 \ derivative-2.2.0 \ digest-0.8.1 \ dirs-1.0.5 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ dlv-list-0.2.2 \ dtoa-0.4.7 \ either-1.6.1 \ enumflags2-0.6.4 \ enumflags2_derive-0.6.4 \ fake-simd-0.1.2 \ fastrand-1.4.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ futures-0.3.13 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-executor-0.3.13 \ futures-io-0.3.13 \ futures-lite-1.11.3 \ futures-macro-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ generic-array-0.12.4 \ gethostname-0.2.1 \ getrandom-0.1.16 \ getrandom-0.2.2 \ git2-0.13.17 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ http-0.2.3 \ idna-0.2.2 \ indexmap-1.6.2 \ instant-0.1.9 \ itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.91 \ libgit2-sys-0.12.18+1.1.0 \ libz-sys-1.1.2 \ linked-hash-map-0.5.4 \ log-0.4.14 \ mac-notification-sys-0.3.0 \ mach-0.3.2 \ malloc_buf-0.0.6 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.3.4 \ memoffset-0.6.1 \ native-tls-0.2.7 \ nb-connect-1.1.0 \ nix-0.17.0 \ nix-0.19.1 \ nix-0.20.0 \ notify-rust-4.3.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ once_cell-1.7.2 \ opaque-debug-0.2.3 \ open-1.6.0 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-src-111.14.0+1.1.1j \ openssl-sys-0.9.61 \ ordered-multimap-0.3.1 \ os_info-3.0.1 \ parking-2.0.0 \ path-slash-0.1.4 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ polling-2.0.3 \ ppv-lite86-0.2.10 \ proc-macro-crate-0.1.5 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.24 \ process_control-3.0.1 \ quick-xml-0.22.0 \ quote-0.3.15 \ quote-1.0.9 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_users-0.3.5 \ redox_users-0.4.0 \ regex-1.4.5 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ rust-argon2-0.8.3 \ rust-ini-0.16.1 \ ryu-1.0.5 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ security-framework-2.1.2 \ security-framework-sys-2.1.1 \ semver-0.11.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_repr-0.1.6 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ shadow-rs-0.5.24 \ shell-words-1.0.0 \ slab-0.4.2 \ socket2-0.4.0 \ starship_module_config_derive-0.1.2 \ strsim-0.8.0 \ strum-0.8.0 \ strum_macros-0.8.0 \ syn-0.11.11 \ syn-1.0.64 \ synom-0.11.3 \ sys-info-0.8.0 \ tempfile-3.2.0 \ term_size-0.3.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.44 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.0.4 \ unicode-xid-0.2.1 \ uom-0.30.0 \ url-2.2.1 \ urlencoding-1.1.1 \ utf8-width-0.1.4 \ vcpkg-0.2.11 \ vec-arena-1.1.0 \ vec_map-0.8.2 \ void-1.0.2 \ waker-fn-1.1.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wepoll-sys-3.0.1 \ which-4.0.2 \ wildmatch-1.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winrt-0.4.0 \ winrt-notification-0.2.4 \ xml-rs-0.6.1 \ yaml-rust-0.4.5 \ zbus-1.8.0 \ zbus_macros-1.8.0 \ zvariant-2.6.0 \ zvariant_derive-2.6.0 PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= FONTS FONTS_DESC= Install fonts FONTS_RUN_DEPENDS= nerd-fonts>0:x11-fonts/nerd-fonts post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index c0833e6077eb..d118f27d7bed 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,112 +1,112 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal disk space navigator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= imsnif CARGO_CRATES= addr2line-0.12.1 \ adler32-1.1.0 \ ansi_term-0.11.0 \ arc-swap-0.4.7 \ atty-0.2.14 \ autocfg-1.0.0 \ backtrace-0.3.49 \ bitflags-1.2.1 \ cassowary-0.3.0 \ cc-1.0.55 \ cfg-if-0.1.10 \ clap-2.33.1 \ clicolors-control-1.0.1 \ cloudabi-0.0.3 \ console-0.10.3 \ crossbeam-0.7.3 \ crossbeam-channel-0.4.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ crossterm-0.17.7 \ crossterm_winapi-0.6.1 \ difference-2.0.0 \ dtoa-0.4.6 \ either-1.5.3 \ encode_unicode-0.3.6 \ failure-0.1.8 \ failure_derive-0.1.8 \ filesize-0.2.0 \ gimli-0.21.0 \ heck-0.3.1 \ hermit-abi-0.1.14 \ insta-0.16.0 \ itoa-0.4.6 \ jwalk-0.5.1 \ lazy_static-1.4.0 \ libc-0.2.71 \ linked-hash-map-0.5.3 \ lock_api-0.3.4 \ log-0.4.11 \ maybe-uninit-2.0.0 \ memoffset-0.5.4 \ miniz_oxide-0.3.7 \ mio-0.7.0 \ miow-0.3.5 \ nix-0.17.0 \ ntapi-0.3.4 \ num_cpus-1.13.0 \ object-0.20.0 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ proc-macro-error-1.0.2 \ proc-macro-error-attr-1.0.2 \ proc-macro2-1.0.18 \ quote-1.0.7 \ rayon-1.3.1 \ rayon-core-1.7.1 \ redox_syscall-0.1.56 \ rustc-demangle-0.1.16 \ ryu-1.0.5 \ scopeguard-1.1.0 \ serde-1.0.112 \ serde_derive-1.0.112 \ serde_json-1.0.55 \ serde_yaml-0.8.13 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.0 \ smallvec-1.4.2 \ socket2-0.3.15 \ strsim-0.8.0 \ structopt-0.3.15 \ structopt-derive-0.4.8 \ syn-1.0.31 \ syn-mid-0.5.0 \ synstructure-0.12.4 \ terminal_size-0.1.12 \ termios-0.3.2 \ textwrap-0.11.0 \ tui-0.11.0 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ void-1.0.2 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ yaml-rust-0.4.4 PLIST_FILES= bin/${PORTNAME} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 18aeba5c1baf..13081117d8e0 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,111 +1,112 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.11.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Conveniently learn about the disk usage of directories LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= Byron CARGO_CRATES= ansi_term-0.11.0 \ anyhow-1.0.40 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ byte-unit-4.0.11 \ cassowary-0.3.0 \ cfg-if-1.0.0 \ clap-3.0.0-beta.2 \ clap_derive-3.0.0-beta.2 \ colored-2.0.0 \ crossbeam-0.8.0 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.4 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.8.4 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ crosstermion-0.7.0 \ ctor-0.1.20 \ difference-2.0.0 \ either-1.6.1 \ filesize-0.2.0 \ fixedbitset-0.2.0 \ glob-0.3.0 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ indexmap-1.6.2 \ instant-0.1.9 \ itertools-0.10.0 \ jwalk-0.6.0 \ lazy_static-1.4.0 \ libc-0.2.94 \ lock_api-0.4.4 \ log-0.4.14 \ memoffset-0.6.3 \ mio-0.7.11 \ miow-0.3.7 \ ntapi-0.3.6 \ num_cpus-1.13.0 \ numtoa-0.1.0 \ open-1.7.0 \ os_str_bytes-2.4.0 \ output_vt100-0.1.2 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ petgraph-0.5.1 \ pretty_assertions-0.6.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.26 \ quote-1.0.9 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.2.7 \ redox_termios-0.1.2 \ scopeguard-1.1.0 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ smallvec-1.6.1 \ strsim-0.10.0 \ syn-1.0.71 \ termcolor-1.1.2 \ termion-1.5.6 \ textwrap-0.12.1 \ tui-0.15.0 \ tui-react-0.15.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ utf8-width-0.1.5 \ vec_map-0.8.2 \ version_check-0.9.3 \ which-4.1.0 \ wild-2.0.4 \ 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 PLIST_FILES= bin/dua PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dua post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 6c2525863535..1e0a79b0a3d0 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,77 +1,78 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org COMMENT= Modern replacement for ls LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cargo USE_GITHUB= yes GH_ACCOUNT= ogham CARGO_CRATES= ansi_term-0.12.1 \ autocfg-1.0.1 \ bitflags-1.2.1 \ byteorder-1.4.3 \ cc-1.0.67 \ cfg-if-1.0.0 \ datetime-0.5.2 \ form_urlencoded-1.0.1 \ git2-0.13.17 \ glob-0.3.0 \ hermit-abi-0.1.18 \ idna-0.2.2 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ libc-0.2.93 \ libgit2-sys-0.12.18+1.1.0 \ libz-sys-1.1.2 \ locale-0.2.2 \ log-0.4.14 \ matches-0.1.8 \ natord-1.0.9 \ num_cpus-1.13.0 \ number_prefix-0.4.0 \ openssl-src-111.15.0+1.1.1k \ openssl-sys-0.9.61 \ pad-0.1.6 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ redox_syscall-0.1.57 \ scoped_threadpool-0.1.9 \ term_grid-0.1.7 \ term_size-0.3.2 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ url-2.2.1 \ users-0.11.0 \ vcpkg-0.2.11 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ zoneinfo_compiled-0.5.1 PLIST_FILES= bin/exa \ etc/bash_completion.d/exa.bash \ share/fish/completions/exa.fish \ share/zsh/site-functions/_exa post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completions/completions.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/exa.bash @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/completions/completions.fish ${STAGEDIR}${PREFIX}/share/fish/completions/exa.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/completions.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_exa ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exa .include diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index d7ec7c7cad35..27364a229a4e 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -1,106 +1,106 @@ # Created by: Andrey Cherkashin PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 8.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils PKGNAMESUFFIX= -find MAINTAINER= mikael@FreeBSD.org COMMENT= Simple, fast and user-friendly alternative to find LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ anyhow-1.0.35 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ bstr-0.2.14 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ crossbeam-utils-0.8.1 \ ctrlc-3.1.7 \ diff-0.1.12 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.1 \ filetime-0.2.13 \ fnv-1.0.7 \ fs_extra-1.2.0 \ fuchsia-cprng-0.1.1 \ getrandom-0.1.15 \ globset-0.4.6 \ hermit-abi-0.1.17 \ humantime-2.0.1 \ ignore-0.4.17 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ lazy_static-1.4.0 \ libc-0.2.80 \ log-0.4.11 \ lscolors-0.7.1 \ memchr-2.3.4 \ nix-0.18.0 \ num_cpus-1.13.0 \ rand-0.4.6 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.2 \ regex-syntax-0.6.21 \ remove_dir_all-0.5.3 \ same-file-1.0.6 \ strsim-0.8.0 \ tempdir-0.3.7 \ term_size-0.3.2 \ textwrap-0.11.0 \ thread_local-1.0.1 \ unicode-width-0.1.8 \ users-0.11.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ 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 MAKE_ENV= SHELL_COMPLETIONS_DIR=${WRKDIR}/completions CONFLICTS_INSTALL= fd PLIST_FILES= bin/fd \ etc/bash_completion.d/fd.bash \ share/fish/completions/fd.fish \ share/man/man1/fd.1.gz \ share/zsh/site-functions/_fd post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fd ${INSTALL_MAN} ${WRKSRC}/doc/fd.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKDIR}/completions/fd.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKDIR}/completions/fd.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/contrib/completion/_fd \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions .include diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 9438e4029b87..00fb4c50485a 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,183 +1,183 @@ PORTNAME= flowgger DISTVERSION= 0.2.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= mikael@FreeBSD.org COMMENT= Fast data collector LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= capnp:devel/capnproto USES= cargo ssl CARGO_CRATES= adler32-1.0.4 \ ansi_term-0.11.0 \ ascii-0.9.3 \ atty-0.2.13 \ autocfg-0.1.6 \ autocfg-1.0.0 \ backtrace-0.3.38 \ backtrace-sys-0.1.31 \ bitflags-1.2.0 \ build_const-0.2.1 \ byteorder-0.5.3 \ byteorder-1.3.2 \ bytes-0.4.12 \ c2-chacha-0.2.2 \ capnp-0.10.3 \ capnpc-0.10.2 \ cc-1.0.45 \ cfg-if-0.1.10 \ chrono-0.4.9 \ chrono-tz-0.5.1 \ clap-2.33.0 \ cloudabi-0.0.3 \ combine-3.8.1 \ crc-1.8.1 \ crc32fast-1.2.0 \ crossbeam-0.7.3 \ crossbeam-channel-0.4.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.2 \ dtoa-0.2.2 \ either-1.5.3 \ error-chain-0.10.0 \ filetime-0.2.7 \ flate2-0.2.20 \ flate2-1.0.11 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ generator-0.6.20 \ getrandom-0.1.12 \ glob-0.3.0 \ idna-0.1.5 \ inotify-0.6.1 \ inotify-sys-0.1.3 \ iovec-0.1.2 \ itoa-0.1.1 \ kafka-0.8.0 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.62 \ lock_api-0.1.5 \ log-0.3.9 \ log-0.4.8 \ matches-0.1.8 \ may-0.3.17 \ may_queue-0.1.7 \ maybe-uninit-2.0.0 \ memchr-2.2.1 \ memoffset-0.5.4 \ miniz-sys-0.1.12 \ miniz_oxide-0.3.2 \ mio-0.6.19 \ mio-extras-2.0.5 \ miow-0.2.1 \ miow-0.3.3 \ net2-0.2.33 \ nix-0.17.0 \ notify-4.0.13 \ num-integer-0.1.41 \ num-traits-0.1.43 \ num-traits-0.2.8 \ num_cpus-1.10.1 \ openssl-0.10.28 \ openssl-sys-0.9.54 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot_core-0.4.0 \ parse-zoneinfo-0.2.1 \ percent-encoding-1.0.1 \ pkg-config-0.3.16 \ ppv-lite86-0.2.5 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand-0.7.2 \ rand_chacha-0.1.1 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redis-0.10.0 \ redox_syscall-0.1.56 \ ref_slice-1.2.0 \ regex-1.3.6 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ rustc-demangle-0.1.16 \ rustc_version-0.2.3 \ same-file-1.0.5 \ scopeguard-0.3.3 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-0.8.23 \ serde-1.0.101 \ serde_json-0.8.6 \ sha1-0.6.0 \ slab-0.4.2 \ smallvec-0.6.10 \ smallvec-1.2.0 \ snap-0.2.5 \ socket2-0.3.11 \ stable_deref_trait-1.1.1 \ strsim-0.8.0 \ tempdir-0.3.7 \ textwrap-0.11.0 \ time-0.1.42 \ tokio-codec-0.1.1 \ tokio-executor-0.1.8 \ tokio-io-0.1.12 \ tokio-reactor-0.1.9 \ tokio-sync-0.1.6 \ tokio-tcp-0.1.3 \ toml-0.5.3 \ twox-hash-1.5.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.8 \ unicode-width-0.1.6 \ unreachable-1.0.0 \ url-1.7.2 \ vcpkg-0.2.7 \ vec_map-0.8.1 \ void-1.0.2 \ walkdir-2.2.9 \ wasi-0.7.0 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/flowgger ${INSTALL_DATA} ${WRKSRC}/flowgger.toml \ ${STAGEDIR}${PREFIX}/etc/flowgger.toml.sample .include diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index 8f25aad4f662..8a5d53df01f2 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,177 +1,178 @@ PORTNAME= fselect DISTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Find files with SQL-like queries LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= jhspetersson CARGO_CRATES= adler32-1.2.0 \ ahash-0.4.7 \ aho-corasick-0.7.15 \ ansi_term-0.12.1 \ app_dirs-1.2.1 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ bitreader-0.3.3 \ bitstream-io-1.0.0 \ block-buffer-0.9.0 \ block-padding-0.2.1 \ bstr-0.2.15 \ bytecount-0.6.2 \ byteorder-1.4.3 \ bzip2-0.3.3 \ bzip2-sys-0.1.10+1.0.8 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-english-0.1.6 \ cloudabi-0.0.3 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ csv-1.1.6 \ csv-core-0.1.10 \ digest-0.9.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ either-1.6.1 \ endian-type-0.1.2 \ env_logger-0.8.3 \ fallible_collections-0.3.1 \ fixedbitset-0.2.0 \ flate2-1.0.14 \ fnv-1.0.7 \ fs2-0.4.3 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ humansize-1.1.0 \ humantime-2.1.0 \ imagesize-0.8.8 \ indexmap-1.6.2 \ itertools-0.8.2 \ itoa-0.4.7 \ kamadak-exif-0.5.4 \ keccak-0.1.0 \ lazy_static-1.4.0 \ libc-0.2.92 \ lock_api-0.3.4 \ log-0.4.14 \ lscolors-0.7.1 \ matroska-0.5.5 \ memchr-1.0.2 \ memchr-2.3.4 \ miniz_oxide-0.3.7 \ mp3-metadata-0.3.3 \ mp4parse-0.11.5 \ mutate_once-0.1.1 \ nibble_vec-0.1.0 \ nix-0.20.0 \ nom-3.2.1 \ num-integer-0.1.44 \ num-traits-0.2.14 \ ole32-sys-0.2.0 \ opaque-debug-0.3.0 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ petgraph-0.5.1 \ phf-0.8.0 \ phf_generator-0.8.0 \ phf_macros-0.8.0 \ phf_shared-0.8.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.26 \ quote-1.0.9 \ radix_trie-0.2.1 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_pcg-0.2.1 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_users-0.4.0 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ rustyline-8.0.0 \ ryu-1.0.5 \ scanlex-0.1.4 \ scopeguard-1.1.0 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ sha-1-0.9.4 \ sha2-0.9.3 \ sha3-0.9.1 \ shell32-sys-0.1.2 \ siphasher-0.3.5 \ smallvec-1.6.1 \ static_assertions-1.1.0 \ syn-1.0.68 \ termcolor-1.1.2 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ toml-0.5.8 \ tree_magic-0.2.3 \ typenum-1.13.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ users-0.11.0 \ utf8parse-0.2.0 \ version_check-0.9.3 \ wana_kana-2.0.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xattr-0.2.2 \ xdg-2.2.0 \ zip-0.5.11 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz _DOCS= docs/usage.md README.md PORTDOCS= ${_DOCS:T} OPTIONS_DEFINE= DOCS USERS OPTIONS_DEFAULT= USERS USERS_DESC= Query with 'user' and 'group' fields USERS_VARS= CARGO_FEATURES+=users post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${_DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index f9f103161025..b53b4c7c4ed0 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -1,91 +1,91 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- MAINTAINER= mikael@FreeBSD.org COMMENT= Virtual file system for sandboxing LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo fuse USE_GITHUB= yes GH_ACCOUNT= bazelbuild CARGO_CRATES= aho-corasick-0.7.10 \ arc-swap-0.4.5 \ atty-0.2.14 \ backtrace-0.3.46 \ backtrace-sys-0.1.35 \ bitflags-1.2.1 \ cc-1.0.50 \ cfg-if-0.1.10 \ cpuprofiler-0.0.4 \ env_logger-0.5.13 \ error-chain-0.12.2 \ failure-0.1.7 \ failure_derive-0.1.7 \ fuse-0.3.1 \ getopts-0.2.21 \ getrandom-0.1.14 \ hermit-abi-0.1.11 \ humantime-1.3.0 \ itoa-0.4.5 \ lazy_static-1.4.0 \ libc-0.2.69 \ log-0.3.9 \ log-0.4.8 \ memchr-2.3.3 \ nix-0.12.1 \ num_cpus-1.13.0 \ pkg-config-0.3.17 \ ppv-lite86-0.2.6 \ proc-macro2-1.0.10 \ quick-error-1.2.3 \ quote-1.0.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.56 \ regex-1.3.7 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ rustc-demangle-0.1.16 \ ryu-1.0.3 \ serde-1.0.106 \ serde_derive-1.0.106 \ serde_json-1.0.51 \ signal-hook-0.1.13 \ signal-hook-registry-1.2.0 \ syn-1.0.17 \ synstructure-0.12.3 \ tempfile-3.1.0 \ termcolor-1.1.0 \ thread-scoped-1.0.2 \ thread_local-1.0.1 \ threadpool-1.7.1 \ time-0.1.43 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ users-0.9.1 \ version_check-0.9.1 \ void-1.0.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xattr-0.2.2 PLIST_FILES= bin/sandboxfs \ share/man/man1/sandboxfs.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sandboxfs ${INSTALL_MAN} ${WRKSRC}/man/sandboxfs.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index b4377b2b1125..07ff7b09b475 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,40 +1,40 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org COMMENT= Command-line hex viewer LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp CARGO_CRATES= ansi_term-0.11.0 \ ansi_term-0.12.1 \ atty-0.2.14 \ bitflags-1.2.1 \ clap-2.33.1 \ hermit-abi-0.1.13 \ libc-0.2.71 \ strsim-0.8.0 \ term_size-0.3.2 \ textwrap-0.11.0 \ unicode-width-0.1.7 \ vec_map-0.8.2 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/hexyl post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexyl .include diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index 6676d72fe937..3dec0f3d96fd 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,36 +1,36 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk COMMENT= Prometheus exporter for FreeBSD jail metrics LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= phyber USE_RC_SUBR= jail_exporter OPTIONS_DEFINE= DOCS # This Makefile contains the CARGO_CRATES section. .include "Makefile.crates" post-install: ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.8 \ ${STAGEDIR}${MANPREFIX}/man/man8 ${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in CHANGELOG.md README.md ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index ff800760f063..b327d65f44a5 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,118 +1,119 @@ PORTNAME= lsd DISTVERSION= 0.20.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com COMMENT= Pretty ls alternative with support for icons LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= Peltoche CARGO_CRATES= aho-corasick-0.7.13 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ assert_cmd-1.0.1 \ assert_fs-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ bstr-0.2.13 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.15 \ chrono-humanize-0.1.1 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ crossbeam-utils-0.7.2 \ difference-2.0.0 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ doc-comment-0.3.3 \ dtoa-0.4.6 \ float-cmp-0.8.0 \ fnv-1.0.7 \ getrandom-0.1.15 \ glob-0.3.0 \ globset-0.4.5 \ globwalk-0.7.3 \ hermit-abi-0.1.16 \ human-sort-0.2.2 \ ignore-0.4.16 \ instant-0.1.9 \ lazy_static-1.4.0 \ libc-0.2.77 \ linked-hash-map-0.5.3 \ lock_api-0.4.2 \ log-0.4.11 \ lscolors-0.7.1 \ memchr-2.3.3 \ normalize-line-endings-0.3.0 \ num-integer-0.1.43 \ num-traits-0.2.12 \ parking_lot-0.11.1 \ parking_lot_core-0.8.2 \ ppv-lite86-0.2.9 \ predicates-1.0.5 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro2-1.0.24 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.3 \ rust-argon2-0.8.2 \ same-file-1.0.6 \ scopeguard-1.1.0 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_yaml-0.8.13 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ smallvec-1.6.1 \ strsim-0.8.0 \ syn-1.0.48 \ tempfile-3.1.0 \ term_grid-0.1.7 \ term_size-0.3.2 \ terminal_size-0.1.13 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.44 \ treeline-0.1.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ users-0.11.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wild-2.0.4 \ 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 \ xdg-2.1.0 \ yaml-rust-0.4.4 PLIST_FILES= bin/lsd post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lsd .include diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index e7e0e0cb3121..c9e27c3742c6 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,97 +1,98 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v DISTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Fly through your shell history LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= cantino CARGO_CRATES= aho-corasick-0.7.10 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ base64-0.11.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ bstr-0.2.12 \ byteorder-1.3.4 \ cc-1.0.52 \ cfg-if-0.1.10 \ clap-2.33.0 \ constant_time_eq-0.1.5 \ crossbeam-utils-0.7.2 \ csv-1.1.3 \ csv-core-0.1.10 \ dirs-2.0.2 \ dirs-sys-0.3.4 \ either-1.6.1 \ getrandom-0.1.14 \ hermit-abi-0.1.12 \ itertools-0.9.0 \ itoa-0.4.5 \ lazy_static-1.4.0 \ libc-0.2.69 \ libsqlite3-sys-0.10.0 \ linked-hash-map-0.5.3 \ lru-cache-0.1.2 \ memchr-2.3.3 \ numtoa-0.1.0 \ pkg-config-0.3.17 \ ppv-lite86-0.2.6 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ redox_users-0.3.4 \ regex-1.3.7 \ regex-automata-0.1.9 \ regex-syntax-0.6.17 \ relative-path-1.0.0 \ rusqlite-0.15.0 \ rust-argon2-0.7.0 \ ryu-1.0.4 \ serde-1.0.106 \ shellexpand-2.0.0 \ strsim-0.8.0 \ termion-1.5.5 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.43 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ vcpkg-0.2.8 \ vec_map-0.8.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} \ etc/bash_completion.d/${PORTNAME}.bash \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} post-install: # install shell completion files # bash ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d # fish ${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d # zsh ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index bbaada1b8c64..2a8563673df3 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,231 +1,231 @@ PORTNAME= onefetch DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org COMMENT= Git repository summary on your terminal LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libgit2.so:devel/libgit2 RUN_DEPENDS= git:devel/git USES= cargo USE_GITHUB= yes GH_ACCOUNT= o2sh CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ adler32-1.2.0 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayref-0.3.6 \ arrayvec-0.4.12 \ arrayvec-0.5.2 \ askalono-0.4.3 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.55 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bstr-0.2.14 \ byte-tools-0.3.1 \ byte-unit-4.0.9 \ bytecount-0.6.2 \ bytemuck-1.5.0 \ byteorder-1.4.2 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-humanize-0.1.1 \ chrono-tz-0.5.3 \ clap-2.33.3 \ color_quant-1.1.0 \ colored-2.0.0 \ const_fn-0.4.5 \ constant_time_eq-0.1.5 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.8.1 \ dashmap-4.0.2 \ deflate-0.8.6 \ deunicode-0.4.3 \ digest-0.8.1 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ dtoa-0.4.7 \ either-1.6.1 \ encoding_rs-0.8.26 \ encoding_rs_io-0.1.7 \ env_logger-0.8.2 \ error-chain-0.12.4 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ flate2-1.0.19 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ generic-array-0.12.3 \ getrandom-0.1.16 \ getrandom-0.2.1 \ gif-0.11.1 \ gimli-0.23.0 \ git2-0.13.15 \ glob-0.3.0 \ globset-0.4.6 \ globwalk-0.8.1 \ grep-matcher-0.1.4 \ grep-searcher-0.1.7 \ heck-0.3.2 \ hermit-abi-0.1.17 \ humansize-1.1.0 \ humantime-2.1.0 \ idna-0.2.0 \ ignore-0.4.17 \ image-0.23.12 \ instant-0.1.9 \ itertools-0.9.0 \ itoa-0.4.7 \ jobserver-0.1.21 \ jpeg-decoder-0.1.20 \ json-0.12.4 \ lazy_static-1.4.0 \ libc-0.2.82 \ libgit2-sys-0.12.17+1.1.0 \ libz-sys-1.1.2 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.13 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.3.4 \ memmap-0.7.0 \ memoffset-0.6.1 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.3 \ more-asserts-0.2.1 \ nodrop-0.1.14 \ num-format-0.4.0 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.22.0 \ once_cell-1.5.2 \ opaque-debug-0.2.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.2 \ parse-zoneinfo-0.3.0 \ paste-1.0.4 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pkg-config-0.3.19 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro2-1.0.24 \ quote-1.0.8 \ rand-0.8.2 \ rand_chacha-0.3.0 \ rand_core-0.6.1 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.3 \ regex-syntax-0.6.22 \ rmp-0.8.9 \ rmp-serde-0.14.4 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ ryu-1.0.5 \ same-file-1.0.6 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ serde-1.0.119 \ serde_derive-1.0.119 \ serde_json-1.0.61 \ serde_yaml-0.8.15 \ sha-1-0.8.2 \ slug-0.1.4 \ smallvec-1.6.1 \ strsim-0.8.0 \ strum-0.20.0 \ strum_macros-0.20.1 \ syn-1.0.58 \ synstructure-0.12.4 \ tera-1.6.1 \ term_size-0.3.2 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thread_local-1.1.0 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tokei-12.1.2 \ toml-0.5.8 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unic-char-property-0.9.0 \ unic-char-range-0.9.0 \ unic-common-0.9.0 \ unic-segment-0.9.0 \ unic-ucd-segment-0.9.0 \ unic-ucd-version-0.9.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ utf8-width-0.1.4 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.1+wasi-snapshot-preview1 \ weezl-0.1.3 \ 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 \ yaml-rust-0.4.5 \ zstd-0.5.4+zstd.1.4.7 \ zstd-safe-2.0.6+zstd.1.4.7 \ zstd-sys-1.4.18+zstd.1.4.7 PLIST_FILES= bin/${PORTNAME} PORTDOCS= CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index e8b32b4f6a19..e4908b0f60ad 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,108 +1,108 @@ PORTNAME= potnet DISTVERSION= 0.4.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Utility to help sysutils/pot to manage the internal network LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= pizzamig PLIST_FILES= bin/potcpu bin/potnet CARGO_CRATES= ansi_term-0.11.0 \ arrayref-0.3.5 \ arrayvec-0.4.11 \ atty-0.2.13 \ autocfg-0.1.6 \ backtrace-0.3.38 \ backtrace-sys-0.1.31 \ base64-0.10.1 \ bitflags-1.1.0 \ blake2b_simd-0.5.8 \ bytecount-0.4.0 \ byteorder-1.3.2 \ cargo_metadata-0.6.4 \ cc-1.0.45 \ cfg-if-0.1.9 \ chrono-0.4.9 \ clap-2.33.0 \ cloudabi-0.0.3 \ constant_time_eq-0.1.4 \ crossbeam-utils-0.6.6 \ dirs-2.0.2 \ dirs-sys-0.3.4 \ either-1.5.3 \ error-chain-0.12.1 \ failure-0.1.5 \ failure_derive-0.1.5 \ fuchsia-cprng-0.1.1 \ glob-0.2.11 \ heck-0.3.1 \ ipnet-2.0.0 \ itertools-0.8.0 \ itoa-0.4.4 \ lazy_static-1.4.0 \ libc-0.2.62 \ log-0.4.8 \ nodrop-0.1.13 \ num-integer-0.1.41 \ num-traits-0.2.8 \ proc-macro-error-0.2.6 \ proc-macro2-0.4.30 \ proc-macro2-1.0.4 \ pulldown-cmark-0.2.0 \ quote-0.6.13 \ quote-1.0.2 \ rand-0.4.6 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_os-0.1.3 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_users-0.3.1 \ remove_dir_all-0.5.2 \ rust-argon2-0.5.1 \ rustc-demangle-0.1.16 \ ryu-1.0.0 \ same-file-1.0.5 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.101 \ serde_derive-1.0.101 \ serde_json-1.0.40 \ simplelog-0.7.3 \ skeptic-0.13.4 \ strsim-0.8.0 \ structopt-0.3.2 \ structopt-derive-0.3.2 \ structopt-flags-0.3.5 \ syn-0.15.44 \ syn-1.0.5 \ synstructure-0.10.2 \ tempdir-0.3.7 \ term-0.6.1 \ textwrap-0.11.0 \ time-0.1.42 \ unicode-segmentation-1.3.0 \ unicode-width-0.1.6 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ version_check-0.1.5 \ walkdir-2.2.9 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/potnet ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/potcpu .include diff --git a/sysutils/rsfetch/Makefile b/sysutils/rsfetch/Makefile index 137cddf1ec33..1e8981b4a5dd 100644 --- a/sysutils/rsfetch/Makefile +++ b/sysutils/rsfetch/Makefile @@ -1,219 +1,219 @@ PORTNAME= rsfetch DISTVERSION= 2.0.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Minimal fetch program written in Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} CARGO_CRATES= adler32-1.0.4 \ aho-corasick-0.7.10 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backtrace-0.3.45 \ backtrace-sys-0.1.34 \ base64-0.10.1 \ base64-0.11.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ bstr-0.2.12 \ byteorder-1.3.4 \ bytes-0.4.12 \ cc-1.0.50 \ cfg-if-0.1.10 \ chrono-0.4.11 \ clap-2.33.0 \ cloudabi-0.0.3 \ constant_time_eq-0.1.5 \ cookie-0.12.0 \ cookie_store-0.7.0 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ csv-1.1.3 \ csv-core-0.1.10 \ dirs-1.0.5 \ dtoa-0.4.5 \ either-1.5.3 \ encode_unicode-0.3.6 \ encoding_rs-0.8.22 \ env_logger-0.6.2 \ error-chain-0.12.2 \ failure-0.1.7 \ failure_derive-0.1.7 \ flate2-1.0.13 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-cpupool-0.1.8 \ getrandom-0.1.14 \ h2-0.1.26 \ hermit-abi-0.1.8 \ http-0.1.21 \ http-body-0.1.0 \ httparse-1.3.4 \ humantime-1.3.0 \ hyper-0.12.35 \ hyper-tls-0.3.2 \ idna-0.1.5 \ idna-0.2.0 \ indexmap-1.3.2 \ iovec-0.1.4 \ itoa-0.4.5 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.67 \ lock_api-0.3.3 \ log-0.4.8 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memoffset-0.5.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.3.6 \ mio-0.6.21 \ miow-0.2.1 \ native-tls-0.2.4 \ net2-0.2.33 \ num-integer-0.1.42 \ num-traits-0.2.11 \ num_cpus-1.12.0 \ openssl-0.10.28 \ openssl-probe-0.1.2 \ openssl-sys-0.9.54 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pkg-config-0.3.17 \ ppv-lite86-0.2.6 \ pretty_env_logger-0.3.1 \ prettytable-rs-0.8.0 \ proc-macro2-0.4.30 \ proc-macro2-1.0.9 \ publicsuffix-1.5.4 \ quick-error-1.2.3 \ quote-0.6.13 \ quote-1.0.3 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_users-0.3.4 \ regex-1.3.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ reqwest-0.9.24 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc_version-0.2.3 \ ryu-1.0.3 \ schannel-0.1.17 \ scopeguard-1.1.0 \ security-framework-0.4.1 \ security-framework-sys-0.4.1 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.104 \ serde_derive-1.0.104 \ serde_json-1.0.48 \ serde_urlencoded-0.5.5 \ slab-0.4.2 \ smallvec-0.6.13 \ smallvec-1.2.0 \ snafu-0.3.1 \ snafu-derive-0.3.1 \ string-0.2.1 \ strsim-0.8.0 \ syn-0.15.44 \ syn-1.0.16 \ synstructure-0.12.3 \ tempfile-3.1.0 \ term-0.5.2 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.42 \ tokio-0.1.22 \ tokio-buf-0.1.1 \ tokio-current-thread-0.1.7 \ tokio-executor-0.1.10 \ tokio-io-0.1.13 \ tokio-reactor-0.1.12 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-threadpool-0.1.18 \ tokio-timer-0.2.13 \ try-lock-0.2.2 \ try_from-0.3.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.12 \ unicode-width-0.1.7 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ url-1.7.2 \ url-2.1.1 \ uuid-0.7.4 \ vcpkg-0.2.8 \ vec_map-0.8.1 \ version_check-0.9.1 \ want-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.3 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index 3225c52c7d57..95927b0c8a1f 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,227 +1,227 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Fast tldr client written in Rust LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= dbrgn CARGO_CRATES= addr2line-0.13.0 \ adler-0.2.3 \ aho-corasick-0.7.13 \ android_log-sys-0.1.2 \ ansi_term-0.12.1 \ app_dirs2-2.3.0 \ ascii-0.9.3 \ assert_cmd-1.0.1 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.50 \ base64-0.12.3 \ bitflags-1.2.1 \ bumpalo-3.4.0 \ byteorder-1.3.4 \ bytes-0.5.6 \ cc-1.0.59 \ cesu8-1.1.0 \ cfg-if-0.1.10 \ combine-3.8.1 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ crc32fast-1.2.0 \ derivative-2.1.1 \ difference-2.0.0 \ doc-comment-0.3.3 \ docopt-1.1.0 \ dtoa-0.4.6 \ either-1.6.0 \ encoding_rs-0.8.24 \ env_logger-0.7.1 \ errno-0.2.6 \ errno-dragonfly-0.1.1 \ error-chain-0.12.4 \ escargot-0.5.0 \ filetime-0.2.12 \ flate2-1.0.17 \ float-cmp-0.8.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-channel-0.3.5 \ futures-core-0.3.5 \ futures-io-0.3.5 \ futures-sink-0.3.5 \ futures-task-0.3.5 \ futures-util-0.3.5 \ gcc-0.3.55 \ getrandom-0.1.14 \ gimli-0.22.0 \ h2-0.2.6 \ hashbrown-0.8.2 \ hermit-abi-0.1.15 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ humantime-1.3.0 \ hyper-0.13.7 \ hyper-tls-0.4.3 \ idna-0.2.0 \ indexmap-1.5.2 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.6 \ jni-0.14.0 \ jni-sys-0.3.0 \ js-sys-0.3.44 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.76 \ log-0.4.11 \ matches-0.1.8 \ memchr-2.3.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.1 \ mio-0.6.22 \ miow-0.2.1 \ native-tls-0.2.4 \ ndk-0.1.0 \ ndk-glue-0.1.0 \ ndk-sys-0.1.0 \ net2-0.2.34 \ normalize-line-endings-0.3.0 \ num-traits-0.2.12 \ num_cpus-1.13.0 \ num_enum-0.4.3 \ num_enum_derive-0.4.3 \ object-0.20.0 \ once_cell-1.4.1 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ pager-0.15.0 \ percent-encoding-2.1.0 \ pin-project-0.4.23 \ pin-project-internal-0.4.23 \ pin-project-lite-0.1.7 \ pin-utils-0.1.0 \ pkg-config-0.3.18 \ ppv-lite86-0.2.9 \ predicates-1.0.5 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro-crate-0.1.5 \ proc-macro2-1.0.19 \ quick-error-1.2.3 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.2 \ reqwest-0.10.8 \ rustc-demangle-0.1.16 \ ryu-1.0.5 \ same-file-1.0.6 \ schannel-0.1.19 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.115 \ serde_derive-1.0.115 \ serde_json-1.0.57 \ serde_urlencoded-0.6.1 \ slab-0.4.2 \ socket2-0.3.12 \ strsim-0.9.3 \ syn-1.0.39 \ tar-0.4.30 \ tempfile-3.1.0 \ termcolor-1.1.0 \ thread_local-1.0.1 \ time-0.1.44 \ tinyvec-0.3.4 \ tokio-0.2.22 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ toml-0.5.6 \ tower-service-0.3.0 \ tracing-0.1.19 \ tracing-core-0.1.15 \ treeline-0.1.0 \ try-lock-0.2.3 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-xid-0.2.1 \ unreachable-1.0.0 \ url-2.1.1 \ vcpkg-0.2.10 \ version_check-0.9.2 \ void-1.0.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.67 \ wasm-bindgen-backend-0.2.67 \ wasm-bindgen-futures-0.4.17 \ wasm-bindgen-macro-0.2.67 \ wasm-bindgen-macro-support-0.2.67 \ wasm-bindgen-shared-0.2.67 \ web-sys-0.3.44 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ xattr-0.2.2 \ xdg-2.2.0 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/tldr \ etc/bash_completion.d/tldr.bash \ share/fish/completions/tldr.fish \ share/zsh/site_functions/_tldr PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS LOGGER LOGGER_DESC= Debug build with logging enabled LOGGER_VARS= CARGO_FEATURES+=logging post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tldr @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/bash_${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/tldr.bash @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/fish_${PORTNAME} \ ${STAGEDIR}${PREFIX}/share/fish/completions/tldr.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site_functions ${INSTALL_DATA} ${WRKSRC}/zsh_${PORTNAME} \ ${STAGEDIR}${PREFIX}/share/zsh/site_functions/_tldr post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index b83055504400..098669f4ec47 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -1,581 +1,581 @@ PORTNAME= vector DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology COMMENT= High performance logs, metrics, and events router LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_12_powerpc64= fails to link: /usr/local/bin/ld: cannot find -lc++ BUILD_DEPENDS= protoc:devel/protobuf LIB_DEPENDS= libonig.so:devel/oniguruma \ librdkafka.so:net/librdkafka USES= cargo lua:53 ssl USE_GITHUB= yes GH_ACCOUNT= timberio PLIST_FILES= bin/vector GH_TUPLE= bytecodealliance:lucet:d4fc14a03bdb99ac83173d27fddf1aca48412a86:lucet \ bytecodealliance:wasmtime:3de418630a263ca214931d69f796879be50d4f72:wasmtime \ bytecodealliance:sightglass:b409ba75a7a89cbf4cbf9ec44880e4ae6509a85c:sightglass \ WebAssembly:WASI:3fd0abd12c1f53772eeff46d3cf21d7e2475c885:wasi_lucet \ WebAssembly:WASI:2b027d91c29e6141a3768e638076daa23f51621c:wasi_wasmtime \ timberio:leveldb:64265815bcf1b69f30e6cb35bf687fbd6dd64afb:leveldb \ timberio:leveldb-sys:bbdd99a6fab0a7444a8c6eb0cc86a1a5a75f7fa1:leveldbsys \ kyren:rlua:25bd7e6bffef9597466a98bfca80a3056c9e6320:rlua \ tower-rs:tower:c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a:tower \ tokio-rs:tracing:65547d8809fcc726b8187db85b23c42e32ef5dce:tracingfutures CARGO_CRATES= adler-0.2.3 \ ahash-0.2.18 \ aho-corasick-0.7.7 \ ansi_term-0.11.0 \ antidote-1.0.0 \ anyhow-1.0.28 \ approx-0.3.2 \ arc-swap-0.3.11 \ arc-swap-0.4.4 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ assert_cmd-1.0.1 \ async-stream-0.2.1 \ async-stream-impl-0.2.1 \ async-trait-0.1.33 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.0 \ backtrace-0.3.43 \ backtrace-sys-0.1.32 \ base-x-0.2.6 \ base64-0.10.1 \ base64-0.11.0 \ base64-0.12.0 \ bimap-0.2.0 \ bincode-1.2.1 \ bindgen-0.51.1 \ bit-vec-0.4.4 \ bit-vec-0.6.1 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bloom-0.3.2 \ bollard-0.7.1 \ bollard-stubs-1.40.1 \ bstr-0.2.10 \ build_const-0.2.1 \ built-0.4.2 \ bumpalo-3.2.1 \ byte-tools-0.3.1 \ byteorder-1.3.2 \ bytes-0.4.12 \ bytes-0.5.4 \ bytesize-1.0.1 \ c2-chacha-0.2.3 \ cargo-lock-4.0.1 \ cast-0.2.3 \ cc-1.0.50 \ cexpr-0.3.6 \ cfg-if-0.1.10 \ chrono-0.4.11 \ cidr-utils-0.4.2 \ clang-sys-0.28.1 \ clap-2.33.0 \ cloudabi-0.0.3 \ cmake-0.1.42 \ colored-1.9.2 \ const-random-0.1.8 \ const-random-macro-0.1.8 \ constant_time_eq-0.1.5 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ cpu-time-1.0.0 \ crc-1.8.1 \ crc32fast-1.2.0 \ criterion-0.3.2 \ criterion-plot-0.4.2 \ crossbeam-deque-0.7.2 \ crossbeam-epoch-0.8.0 \ crossbeam-queue-0.1.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.0 \ crypto-mac-0.7.0 \ csv-1.1.3 \ csv-core-0.1.6 \ ctor-0.1.12 \ cvt-0.1.1 \ db-key-0.0.5 \ debug-helper-0.3.8 \ derivative-1.0.3 \ derivative-2.1.1 \ derive_is_enum_variant-0.1.1 \ difference-2.0.0 \ digest-0.8.1 \ dirs-2.0.2 \ dirs-sys-0.3.4 \ discard-1.0.4 \ doc-comment-0.3.1 \ dtoa-0.4.5 \ duct-0.13.4 \ either-1.5.3 \ elastic_responses-0.21.0-pre.4 \ encoding_rs-0.8.22 \ enum-ordinalize-3.1.7 \ env_logger-0.5.13 \ env_logger-0.6.2 \ env_logger-0.7.1 \ erased-serde-0.3.10 \ error-chain-0.12.1 \ evmap-7.1.3 \ exitcode-1.1.2 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ filetime-0.2.8 \ fixedbitset-0.2.0 \ flate2-1.0.16 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fs_extra-1.1.0 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ futures-0.3.5 \ futures-channel-0.3.5 \ futures-core-0.3.5 \ futures-executor-0.3.5 \ futures-io-0.3.5 \ futures-macro-0.3.5 \ futures-sink-0.3.5 \ futures-task-0.3.5 \ futures-timer-3.0.2 \ futures-util-0.3.5 \ generic-array-0.12.3 \ getrandom-0.1.3 \ getset-0.1.0 \ ghost-0.1.1 \ gimli-0.20.0 \ git2-0.13.6 \ glob-0.2.11 \ glob-0.3.0 \ goauth-0.7.1 \ grok-1.0.1 \ h2-0.2.4 \ hashbrown-0.6.3 \ hdrhistogram-6.3.4 \ headers-0.3.2 \ headers-core-0.2.0 \ heck-0.3.1 \ hermit-abi-0.1.6 \ hex-0.4.2 \ hmac-0.7.1 \ hostname-0.1.5 \ http-0.1.21 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ human-size-0.4.1 \ humantime-1.3.0 \ hyper-0.13.6 \ hyper-openssl-0.8.0 \ hyper-tls-0.4.1 \ hyper-unix-connector-0.1.4 \ idna-0.1.5 \ idna-0.2.0 \ im-12.3.4 \ indexmap-1.3.1 \ inotify-0.7.0 \ inotify-sys-0.1.3 \ inventory-0.1.7 \ inventory-impl-0.1.7 \ iovec-0.1.4 \ itertools-0.8.2 \ itertools-0.9.0 \ itoa-0.4.5 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ jobserver-0.1.21 \ js-sys-0.3.35 \ kernel32-sys-0.2.2 \ krb5-src-0.2.4+1.18.2 \ lazy_static-0.2.11 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ leb128-0.2.4 \ leveldb-sys-2.0.5 \ lexical-core-0.7.4 \ libc-0.2.69 \ libgit2-sys-0.12.7+1.0.0 \ libloading-0.5.2 \ libloading-0.6.2 \ libz-sys-1.0.25 \ linked-hash-map-0.5.2 \ linked_hash_set-0.1.3 \ listenfd-0.3.3 \ lock_api-0.3.3 \ log-0.3.9 \ log-0.4.8 \ logfmt-0.0.2 \ lru-0.4.3 \ matchers-0.0.1 \ matches-0.1.8 \ maxminddb-0.14.0 \ maybe-uninit-2.0.0 \ md5-0.7.0 \ memchr-2.3.0 \ memoffset-0.5.3 \ metrics-0.12.1 \ metrics-core-0.5.2 \ metrics-exporter-http-0.3.0 \ metrics-exporter-log-0.4.0 \ metrics-observer-json-0.1.1 \ metrics-observer-prometheus-0.1.3 \ metrics-observer-yaml-0.1.1 \ metrics-runtime-0.13.0 \ metrics-util-0.3.1 \ mime-0.3.16 \ mime_guess-2.0.1 \ minisign-0.5.19 \ miniz_oxide-0.4.0 \ mio-0.6.21 \ mio-extras-2.0.6 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ multimap-0.8.1 \ native-tls-0.2.4 \ net2-0.2.33 \ new_debug_unreachable-1.0.4 \ nix-0.16.1 \ nix-0.17.0 \ nom-4.2.3 \ nom-5.1.2 \ notify-4.0.15 \ num-bigint-0.3.0 \ num-derive-0.3.0 \ num-integer-0.1.42 \ num-traits-0.2.11 \ num_cpus-1.13.0 \ num_enum-0.5.0 \ num_enum_derive-0.5.0 \ object-0.18.0 \ once_cell-1.4.0 \ onig-4.3.3 \ onig_sys-69.1.0 \ oorandom-11.1.0 \ opaque-debug-0.2.3 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-src-111.9.0+1.1.1g \ openssl-sys-0.9.58 \ os_pipe-0.9.2 \ output_vt100-0.1.2 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ pbkdf2-0.3.0 \ peeking_take_while-0.1.2 \ pem-0.8.1 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ petgraph-0.5.1 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pin-project-0.4.22 \ pin-project-internal-0.4.22 \ pin-project-lite-0.1.4 \ pin-utils-0.1.0 \ pkg-config-0.3.17 \ plotters-0.2.12 \ ppv-lite86-0.2.6 \ precomputed-hash-0.1.1 \ predicates-1.0.4 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ pretty_assertions-0.6.1 \ proc-macro-crate-0.1.4 \ proc-macro-error-0.4.9 \ proc-macro-error-1.0.2 \ proc-macro-error-attr-0.4.9 \ proc-macro-error-attr-1.0.2 \ proc-macro-hack-0.5.11 \ proc-macro-nested-0.1.3 \ proc-macro2-0.4.30 \ proc-macro2-1.0.18 \ prost-0.6.1 \ prost-build-0.6.1 \ prost-derive-0.6.1 \ prost-types-0.6.1 \ pulsar-1.0.0 \ quanta-0.3.1 \ quick-error-1.2.3 \ quickcheck-0.6.2 \ quote-0.3.15 \ quote-0.6.13 \ quote-1.0.2 \ rand-0.4.6 \ rand-0.5.6 \ rand-0.6.5 \ rand-0.7.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ raw-cpuid-6.1.0 \ raw-cpuid-7.0.3 \ rayon-1.3.0 \ rayon-core-1.7.0 \ rdkafka-0.24.0 \ rdkafka-sys-2.0.0+1.4.2 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_users-0.3.4 \ regalloc-0.0.25 \ regex-1.3.9 \ regex-automata-0.1.8 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.2 \ reqwest-0.10.6 \ rpassword-4.0.5 \ rusoto_cloudwatch-0.44.0 \ rusoto_core-0.44.0 \ rusoto_credential-0.44.0 \ rusoto_firehose-0.44.0 \ rusoto_kinesis-0.44.0 \ rusoto_logs-0.44.0 \ rusoto_s3-0.44.0 \ rusoto_signature-0.44.0 \ rusoto_sts-0.44.0 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ rustversion-1.0.2 \ ryu-1.0.2 \ same-file-1.0.6 \ sasl2-sys-0.1.12 \ scan_fmt-0.2.5 \ schannel-0.1.16 \ scoped-tls-1.0.0 \ scopeguard-1.0.0 \ scrypt-0.2.0 \ seahash-3.0.7 \ security-framework-0.4.3 \ security-framework-sys-0.4.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.114 \ serde-big-array-0.2.0 \ serde_derive-1.0.114 \ serde_json-1.0.56 \ serde_urlencoded-0.6.1 \ serde_with-1.4.0 \ serde_with_macros-1.1.0 \ serde_yaml-0.8.11 \ sha-1-0.8.2 \ sha1-0.6.0 \ sha2-0.8.1 \ sharded-slab-0.0.8 \ shared_child-0.3.4 \ shlex-0.1.1 \ signal-hook-0.1.13 \ signal-hook-registry-1.2.0 \ simpl-0.1.0 \ siphasher-0.2.3 \ sized-chunks-0.1.3 \ slab-0.4.2 \ smallvec-0.6.13 \ smallvec-1.2.0 \ smpl_jwt-0.5.0 \ snafu-0.6.6 \ snafu-derive-0.6.6 \ socket2-0.3.11 \ sourcefile-0.1.4 \ standback-0.2.8 \ static_assertions-1.1.0 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ stream-cancel-0.4.4 \ string_cache-0.7.5 \ string_cache_codegen-0.4.4 \ string_cache_shared-0.3.0 \ strip-ansi-escapes-0.1.0 \ strsim-0.8.0 \ structopt-0.3.13 \ structopt-derive-0.4.6 \ subtle-1.0.0 \ syn-0.11.11 \ syn-0.15.44 \ syn-1.0.33 \ syn-mid-0.5.0 \ synom-0.11.3 \ synstructure-0.12.3 \ syslog-5.0.0 \ syslog_loose-0.3.0 \ target-lexicon-0.10.0 \ task-compat-0.1.0 \ tempfile-3.1.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thiserror-1.0.16 \ thiserror-impl-1.0.16 \ thread_local-1.0.1 \ time-0.1.42 \ time-0.2.16 \ time-macros-0.1.0 \ time-macros-impl-0.1.1 \ tinytemplate-1.0.3 \ tokio-0.1.22 \ tokio-0.2.21 \ tokio-codec-0.1.2 \ tokio-compat-0.1.5 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.10 \ tokio-fs-0.1.6 \ tokio-io-0.1.12 \ tokio-macros-0.2.5 \ tokio-native-tls-0.1.0 \ tokio-openssl-0.3.0 \ tokio-openssl-0.4.0 \ tokio-reactor-0.1.11 \ tokio-retry-0.2.0 \ tokio-signal-0.2.7 \ tokio-sync-0.1.7 \ tokio-tcp-0.1.3 \ tokio-test-0.2.1 \ tokio-threadpool-0.1.17 \ tokio-timer-0.2.12 \ tokio-tls-0.3.1 \ tokio-udp-0.1.5 \ tokio-uds-0.2.7 \ tokio-util-0.3.1 \ tokio01-test-0.1.1 \ toml-0.4.10 \ toml-0.5.6 \ tower-0.1.1 \ tower-buffer-0.1.2 \ tower-discover-0.1.0 \ tower-layer-0.1.0 \ tower-layer-0.3.0 \ tower-limit-0.1.3 \ tower-load-shed-0.1.0 \ tower-retry-0.1.0 \ tower-service-0.2.0 \ tower-service-0.3.0 \ tower-test-0.1.0 \ tower-test-0.3.0 \ tower-timeout-0.1.1 \ tower-util-0.1.0 \ tracing-0.1.15 \ tracing-attributes-0.1.8 \ tracing-core-0.1.10 \ tracing-futures-0.2.1 \ tracing-log-0.1.1 \ tracing-serde-0.1.1 \ tracing-subscriber-0.2.2 \ treeline-0.1.0 \ try-lock-0.2.2 \ typenum-1.11.2 \ typetag-0.1.5 \ typetag-impl-0.1.5 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.12 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.0.4 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ url-1.7.2 \ url-2.1.1 \ urlencoding-1.0.0 \ userfaultfd-0.2.0 \ userfaultfd-sys-0.2.0 \ utf8-ranges-1.0.4 \ utf8parse-0.1.1 \ uuid-0.6.5 \ uuid-0.7.4 \ vcpkg-0.2.8 \ vec_map-0.8.1 \ version_check-0.1.5 \ version_check-0.9.1 \ void-1.0.2 \ vte-0.3.3 \ wabt-0.9.2 \ wabt-sys-0.7.1 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ want-0.3.0 \ warp-0.2.3 \ wasm-bindgen-0.2.58 \ wasm-bindgen-backend-0.2.58 \ wasm-bindgen-futures-0.4.8 \ wasm-bindgen-macro-0.2.58 \ wasm-bindgen-macro-support-0.2.58 \ wasm-bindgen-shared-0.2.58 \ wasm-bindgen-webidl-0.2.58 \ wasmparser-0.51.4 \ wasmparser-0.52.2 \ wasmparser-0.57.0 \ wast-11.0.0 \ web-sys-0.3.35 \ weedle-0.10.0 \ which-3.1.1 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.3 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ winutil-0.1.1 \ ws2_32-sys-0.2.1 \ xml-rs-0.8.0 \ yaml-rust-0.4.3 \ zeroize-1.1.0 \ zstd-sys-1.4.15+zstd.1.4.4 CARGO_USE_GITHUB= yes CARGO_GIT_SUBDIR= tracingfutures:tracing-futures:tracing-futures \ tracingfutures:tracing-tower:tracing-tower \ tower:tower03:tower \ lucet:lucetc:lucetc \ lucet:lucet-runtime:lucet-runtime \ lucet:lucet-wasi:lucet-wasi post-extract: ${RMDIR} ${WRKSRC_wasmtime}/crates/wasi-common/WASI ${MV} ${WRKSRC_wasi_wasmtime} ${WRKSRC_wasmtime}/crates/wasi-common/WASI ${RMDIR} ${WRKSRC_lucet}/wasmtime ${WRKSRC_lucet}/sightglass ${WRKSRC_lucet}/wasi ${MV} ${WRKSRC_wasmtime} ${WRKSRC_lucet}/wasmtime ${MV} ${WRKSRC_sightglass} ${WRKSRC_lucet}/sightglass ${MV} ${WRKSRC_wasi_lucet} ${WRKSRC_lucet}/wasi post-patch: ${REINPLACE_CMD} -e 's|.probe("lua")|.probe("lua-5.3")|' \ ${WRKSRC_rlua}/build.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vector .include diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index aa228422647e..45342cc0698b 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,66 +1,66 @@ PORTNAME= vivid DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Themeable LS_COLORS generator with a rich filetype datebase LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp CARGO_CRATES= ansi_colours-1.0.1 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ cc-1.0.60 \ cfg-if-0.1.10 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ crossbeam-utils-0.7.2 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ getrandom-0.1.15 \ hermit-abi-0.1.15 \ lazy_static-1.4.0 \ libc-0.2.77 \ linked-hash-map-0.5.3 \ proc-macro2-1.0.21 \ quote-1.0.7 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ rust-argon2-0.8.2 \ rust-embed-5.6.0 \ rust-embed-impl-5.6.0 \ rust-embed-utils-5.0.0 \ same-file-1.0.6 \ strsim-0.8.0 \ syn-1.0.41 \ term_size-0.3.2 \ textwrap-0.11.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ 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 \ yaml-rust-0.4.4 PLIST_FILES= bin/vivid .include diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index a3d17055a261..bd5a1e023806 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,257 +1,258 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org COMMENT= Versatile, extensible terminal multiplexer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= The wasmer-vm crate currently only supports aarch64 and amd64. USES= cargo USE_GITHUB= yes GH_ACCOUNT= zellij-org PLIST_FILES= bin/zellij CARGO_CRATES= addr2line-0.14.1 \ adler-1.0.2 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayvec-0.5.2 \ async-channel-1.6.1 \ async-executor-1.4.0 \ async-global-executor-2.0.2 \ async-io-1.4.0 \ async-lock-2.4.0 \ async-mutex-1.4.0 \ async-process-1.0.2 \ async-std-1.9.0 \ async-task-4.0.3 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.56 \ bincode-1.3.3 \ bitflags-1.2.1 \ bitvec-0.19.5 \ blocking-1.0.2 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ cache-padded-1.1.1 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ colored-2.0.0 \ colors-transform-0.2.11 \ concurrent-queue-1.2.2 \ console-0.14.1 \ cranelift-bforest-0.68.0 \ cranelift-codegen-0.68.0 \ cranelift-codegen-meta-0.68.0 \ cranelift-codegen-shared-0.68.0 \ cranelift-entity-0.68.0 \ cranelift-frontend-0.68.0 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.3 \ crossbeam-utils-0.8.3 \ ctor-0.1.20 \ darling-0.12.3 \ darling_core-0.12.3 \ darling_macro-0.12.3 \ directories-next-2.0.0 \ dirs-sys-next-0.1.2 \ dtoa-0.4.8 \ either-1.6.1 \ encode_unicode-0.3.6 \ enumset-1.0.6 \ enumset_derive-0.5.4 \ erased-serde-0.3.13 \ event-listener-2.5.1 \ fallible-iterator-0.2.0 \ fastrand-1.4.0 \ fnv-1.0.7 \ fuchsia-cprng-0.1.1 \ funty-1.1.0 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-lite-1.11.3 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ generational-arena-0.2.8 \ getopts-0.2.21 \ getrandom-0.2.2 \ ghost-0.1.2 \ gimli-0.22.0 \ gimli-0.23.0 \ gloo-timers-0.2.1 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ ident_case-1.0.1 \ indexmap-1.6.2 \ insta-1.7.1 \ instant-0.1.9 \ interprocess-1.1.1 \ intmap-0.7.0 \ inventory-0.1.10 \ inventory-impl-0.1.10 \ itoa-0.4.7 \ js-sys-0.3.50 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ leb128-0.2.4 \ lexical-core-0.7.5 \ libc-0.2.93 \ libloading-0.6.7 \ linked-hash-map-0.5.4 \ lock_api-0.4.3 \ log-0.4.14 \ mach-0.3.2 \ memchr-2.3.4 \ memmap2-0.2.2 \ memoffset-0.6.3 \ miniz_oxide-0.4.4 \ more-asserts-0.2.1 \ names-0.11.0 \ nix-0.19.1 \ nom-6.1.2 \ num_cpus-1.13.0 \ numtoa-0.1.0 \ object-0.22.0 \ object-0.23.0 \ once_cell-1.7.2 \ parking-2.0.0 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ polling-2.0.3 \ ppv-lite86-0.2.10 \ pretty-bytes-0.2.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.26 \ quote-1.0.9 \ radium-0.5.3 \ rand-0.3.23 \ rand-0.4.6 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ rdrand-0.4.0 \ redox_syscall-0.2.6 \ redox_termios-0.1.2 \ redox_users-0.4.0 \ regalloc-0.0.31 \ region-2.2.0 \ remove_dir_all-0.5.3 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ ryu-1.0.5 \ scopeguard-1.1.0 \ serde-1.0.125 \ serde_bytes-0.11.5 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_yaml-0.8.17 \ signal-hook-0.3.8 \ signal-hook-registry-1.3.0 \ similar-1.3.0 \ slab-0.4.2 \ smallvec-1.6.1 \ socket2-0.4.0 \ spinning-0.1.0 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strip-ansi-escapes-0.1.0 \ strsim-0.8.0 \ strsim-0.10.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ strum-0.20.0 \ strum_macros-0.20.1 \ syn-1.0.69 \ tap-1.0.1 \ target-lexicon-0.11.2 \ tempfile-3.2.0 \ terminal_size-0.1.16 \ termion-1.5.6 \ termios-0.3.3 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ tracing-0.1.25 \ tracing-attributes-0.1.15 \ tracing-core-0.1.17 \ typetag-0.1.7 \ typetag-impl-0.1.7 \ unicode-segmentation-1.7.1 \ unicode-truncate-0.2.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ utf8parse-0.1.1 \ utf8parse-0.2.0 \ uuid-0.8.2 \ value-bag-1.0.0-alpha.6 \ vec-arena-1.1.0 \ vec_map-0.8.2 \ version_check-0.9.3 \ vte-0.3.3 \ vte-0.8.0 \ vte_generate_state_changes-0.1.1 \ waker-fn-1.1.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ wasmer-1.0.2 \ wasmer-compiler-1.0.2 \ wasmer-compiler-cranelift-1.0.2 \ wasmer-derive-1.0.2 \ wasmer-engine-1.0.2 \ wasmer-engine-jit-1.0.2 \ wasmer-engine-native-1.0.2 \ wasmer-object-1.0.2 \ wasmer-types-1.0.2 \ wasmer-vm-1.0.2 \ wasmer-wasi-1.0.2 \ wasmparser-0.65.0 \ wast-35.0.2 \ wat-1.0.37 \ web-sys-0.3.50 \ wepoll-sys-3.0.1 \ which-4.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wyz-0.2.0 \ yaml-rust-0.4.5 post-configure: ${REINPLACE_CMD} -e 's|macos|freebsd|g' \ ${CARGO_VENDOR_DIR}/interprocess-1.1.1/src/os/unix/*.rs .include diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 6e358427df08..9f4c51f9e910 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,106 +1,107 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com COMMENT= Fast cd alternative that learns your habits LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= ajeetdsouza CARGO_CRATES= anyhow-1.0.40 \ arrayvec-0.5.2 \ askama-0.10.5 \ askama_derive-0.10.5 \ askama_escape-0.10.1 \ askama_shared-0.11.1 \ assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ bincode-1.3.2 \ bitflags-1.2.1 \ bitvec-0.19.5 \ bstr-0.2.15 \ byteorder-1.3.4 \ cfg-if-1.0.0 \ clap-3.0.0-beta.2 \ clap_derive-3.0.0-beta.2 \ difference-2.0.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ doc-comment-0.3.3 \ dunce-1.0.1 \ funty-1.1.0 \ getrandom-0.1.16 \ getrandom-0.2.2 \ glob-0.3.0 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ indexmap-1.6.2 \ lazy_static-1.4.0 \ lexical-core-0.7.5 \ libc-0.2.93 \ memchr-2.3.4 \ nom-6.1.2 \ num-traits-0.2.14 \ once_cell-1.7.2 \ ordered-float-2.1.1 \ os_str_bytes-2.4.0 \ ppv-lite86-0.2.10 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.26 \ quote-1.0.9 \ radium-0.5.3 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ redox_syscall-0.2.5 \ redox_users-0.4.0 \ regex-automata-0.1.9 \ remove_dir_all-0.5.3 \ ryu-1.0.5 \ seq-macro-0.2.1 \ serde-1.0.125 \ serde_derive-1.0.125 \ static_assertions-1.1.0 \ strsim-0.10.0 \ syn-1.0.69 \ tap-1.0.1 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.12.1 \ treeline-0.1.0 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version_check-0.9.3 \ wait-timeout-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ 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 \ wyz-0.2.0 PLIST_FILES= bin/zoxide post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zoxide .include diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 487d70075a0c..9ac664ad83b2 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,287 +1,287 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Slice and dice logs on the command line LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= rcoh CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ aho-corasick-0.7.15 \ annotate-snippets-0.5.0 \ ansi_term-0.11.0 \ assert_cmd-1.0.2 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.55 \ base64-0.9.3 \ base64-0.12.3 \ base64-0.13.0 \ bitflags-1.2.1 \ bstr-0.2.14 \ bumpalo-3.4.0 \ bytecount-0.3.2 \ byteorder-1.4.2 \ bytes-0.4.12 \ bytes-0.5.6 \ bytes-1.0.0 \ cargo-husky-1.5.0 \ cast-0.2.3 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-tz-0.5.3 \ clap-2.33.3 \ clap-verbosity-flag-0.2.0 \ console-0.14.0 \ const_fn-0.4.5 \ criterion-0.3.3 \ criterion-plot-0.4.3 \ crossbeam-channel-0.3.9 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.8.1 \ csv-1.1.5 \ csv-core-0.1.10 \ difference-2.0.0 \ doc-comment-0.3.3 \ dtparse-1.2.0 \ either-1.6.1 \ encode_unicode-0.3.6 \ encoding_rs-0.8.26 \ env_logger-0.5.13 \ exitfailure-0.5.1 \ failure-0.1.8 \ failure_derive-0.1.8 \ float-cmp-0.8.0 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ fs_extra-1.2.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-channel-0.3.9 \ futures-core-0.3.9 \ futures-io-0.3.9 \ futures-macro-0.3.9 \ futures-sink-0.3.9 \ futures-task-0.3.9 \ futures-util-0.3.9 \ getopts-0.2.21 \ getrandom-0.1.16 \ gimli-0.23.0 \ glob-0.3.0 \ globset-0.4.6 \ globwalk-0.3.1 \ h2-0.2.7 \ half-1.6.0 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.17 \ http-0.2.3 \ http-body-0.3.1 \ httparse-1.3.4 \ httpdate-0.3.2 \ human-panic-1.0.3 \ humantime-1.3.0 \ hyper-0.13.9 \ hyper-old-types-0.11.0 \ hyper-rustls-0.21.0 \ idna-0.2.0 \ ignore-0.4.17 \ im-13.0.0 \ include_dir-0.4.1 \ include_dir_impl-0.4.1 \ indexmap-1.6.1 \ indicatif-0.13.0 \ iovec-0.1.4 \ ipnet-2.3.0 \ itertools-0.8.2 \ itertools-0.9.0 \ itoa-0.4.7 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ js-sys-0.3.46 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.82 \ log-0.4.11 \ logfmt-0.0.2 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.3.4 \ memoffset-0.6.1 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ miow-0.2.2 \ net2-0.2.37 \ nom-4.2.3 \ nom_locate-0.3.1 \ normalize-line-endings-0.3.0 \ num-0.2.1 \ num-bigint-0.2.6 \ num-complex-0.2.4 \ num-derive-0.2.5 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.2.4 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ number_prefix-0.3.0 \ object-0.22.0 \ once_cell-1.5.2 \ oorandom-11.1.3 \ ordered-float-2.0.1 \ os_type-2.2.0 \ parse-zoneinfo-0.3.0 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pin-project-0.4.27 \ pin-project-1.0.3 \ pin-project-internal-0.4.27 \ pin-project-internal-1.0.3 \ pin-project-lite-0.1.11 \ pin-project-lite-0.2.1 \ pin-utils-0.1.0 \ plotters-0.2.15 \ ppv-lite86-0.2.10 \ predicates-1.0.6 \ predicates-core-1.0.1 \ predicates-tree-1.0.1 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ pulldown-cmark-0.2.0 \ quantiles-0.7.1 \ quick-error-1.2.3 \ quick-xml-0.17.2 \ quicli-0.4.0 \ quote-0.6.13 \ quote-1.0.8 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ reqwest-0.10.10 \ ring-0.16.19 \ rust_decimal-0.10.2 \ rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ rustls-0.18.1 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ scopeguard-1.1.0 \ sct-0.6.0 \ self_update-0.19.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.118 \ serde_cbor-0.11.1 \ serde_derive-1.0.118 \ serde_json-1.0.61 \ serde_urlencoded-0.7.0 \ sized-chunks-0.3.1 \ slab-0.4.2 \ socket2-0.3.19 \ spin-0.5.2 \ strfmt-0.1.6 \ strsim-0.8.0 \ structopt-0.2.18 \ structopt-derive-0.2.18 \ syn-0.15.44 \ syn-1.0.58 \ synstructure-0.12.4 \ tempfile-3.1.0 \ termcolor-1.1.2 \ terminal_size-0.1.15 \ test-generator-0.3.0 \ textwrap-0.11.0 \ thread_local-1.1.0 \ time-0.1.44 \ tinytemplate-1.2.0 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tokio-0.2.24 \ tokio-rustls-0.14.1 \ tokio-util-0.3.1 \ toml-0.4.10 \ toml-0.5.8 \ tower-service-0.3.0 \ tracing-0.1.22 \ tracing-core-0.1.17 \ tracing-futures-0.2.4 \ treeline-0.1.0 \ try-lock-0.2.3 \ typenum-1.12.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-2.2.0 \ uuid-0.8.1 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.69 \ wasm-bindgen-backend-0.2.69 \ wasm-bindgen-futures-0.4.19 \ wasm-bindgen-macro-0.2.69 \ wasm-bindgen-macro-support-0.2.69 \ wasm-bindgen-shared-0.2.69 \ web-sys-0.3.46 \ webpki-0.21.4 \ webpki-roots-0.20.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/agrind PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agrind post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 11e220675ab6..a3d5581cd459 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,180 +1,180 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org COMMENT= Clone of cat with syntax highlighting LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma BROKEN_i386= sys-info dependency crate won't build on FreeBSD USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp PLIST_FILES= bin/bat \ share/zsh/site-functions/_bat \ man/man1/bat.1.gz CARGO_CRATES= adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_colours-1.0.2 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bincode-1.3.1 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ bstr-0.2.15 \ bugreport-0.3.0 \ byteorder-1.4.2 \ cc-1.0.66 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ clircle-0.3.0 \ console-0.14.0 \ content_inspector-0.2.4 \ crc32fast-1.2.1 \ difference-2.0.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ doc-comment-0.3.3 \ dtoa-0.4.7 \ encode_unicode-0.3.6 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ encoding-index-simpchinese-1.20141219.5 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ error-chain-0.12.4 \ fancy-regex-0.3.5 \ flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ getrandom-0.2.2 \ git2-0.13.15 \ glob-0.3.0 \ globset-0.4.6 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ idna-0.2.1 \ indexmap-1.6.1 \ instant-0.1.9 \ itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.86 \ libgit2-sys-0.12.18+1.1.0 \ libz-sys-1.1.2 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.3.4 \ miniz_oxide-0.4.3 \ nix-0.19.1 \ normalize-line-endings-0.3.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ once_cell-1.5.2 \ onig-6.1.1 \ onig_sys-69.6.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ path_abs-0.5.0 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pkg-config-0.3.19 \ plist-1.1.0 \ ppv-lite86-0.2.10 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ proc-macro2-1.0.24 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.2.5 \ redox_users-0.4.0 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.11.0 \ semver-parser-0.10.2 \ serde-1.0.123 \ serde_derive-1.0.123 \ serde_json-1.0.62 \ serde_yaml-0.8.17 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ shell-words-1.0.0 \ smallvec-1.6.1 \ snailquote-0.3.0 \ std_prelude-0.2.12 \ strsim-0.8.0 \ syn-1.0.60 \ syntect-4.5.0 \ sys-info-0.7.0 \ tempfile-3.2.0 \ term_size-0.3.2 \ terminal_size-0.1.16 \ textwrap-0.11.0 \ thiserror-1.0.23 \ thiserror-impl-1.0.23 \ thread_local-1.1.3 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ treeline-0.1.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unicode_categories-0.1.1 \ url-2.2.0 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wild-2.0.4 \ 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 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat ${FIND} ${WRKDIR}/target -name "bat.1" -exec ${CP} {} ${WRKSRC}/doc/bat.1 \; ${FIND} ${WRKDIR}/target -name "bat.zsh" -exec ${CP} {} ${WRKSRC}/doc/bat.zsh \; ${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/doc/bat.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_bat .include diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile index 3ecbdc590288..e5e00038419f 100644 --- a/textproc/cast2gif/Makefile +++ b/textproc/cast2gif/Makefile @@ -1,237 +1,237 @@ PORTNAME= cast2gif DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org COMMENT= Tool to render Asciinema cast files to GIFs LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 USES= cargo gmake USE_GITHUB= yes GH_ACCOUNT= katharostech CARGO_CRATES= adler32-1.0.4 \ aho-corasick-0.7.10 \ ansi_colours-1.0.1 \ ansi_term-0.11.0 \ anyhow-1.0.28 \ approx-0.3.2 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ backtrace-0.3.46 \ backtrace-sys-0.1.35 \ base16-0.2.1 \ base64-0.11.0 \ better-panic-0.2.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ byteorder-1.3.4 \ cc-1.0.50 \ cfg-if-0.1.10 \ clap-2.33.0 \ clicolors-control-1.0.1 \ cmake-0.1.42 \ color_quant-1.0.1 \ colored-1.9.3 \ console-0.9.2 \ console-0.10.0 \ constant_time_eq-0.1.5 \ core-foundation-0.6.4 \ core-foundation-0.7.0 \ core-foundation-sys-0.6.2 \ core-foundation-sys-0.7.0 \ core-graphics-0.17.3 \ core-graphics-0.19.0 \ core-text-13.3.2 \ core-text-15.0.0 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ data-url-0.1.0 \ deflate-0.7.20 \ dirs-2.0.2 \ dirs-sys-0.3.4 \ dwrote-0.10.0 \ either-1.5.3 \ encode_unicode-0.3.6 \ enumset-0.4.5 \ enumset_derive-0.4.4 \ env_logger-0.7.1 \ euclid-0.20.10 \ expat-sys-2.1.6 \ flame-0.2.2 \ flate2-1.0.14 \ float-cmp-0.5.3 \ float-ord-0.2.0 \ flume-0.5.1 \ fnv-1.0.6 \ font-kit-0.6.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ freetype-0.4.1 \ getrandom-0.1.14 \ gif-0.10.3 \ gif-dispose-2.3.0 \ gifski-0.10.4 \ glob-0.3.0 \ harfbuzz-sys-0.3.4 \ harfbuzz_rs-1.0.1 \ hermit-abi-0.1.11 \ humantime-1.3.0 \ ident_case-1.0.1 \ imagequant-2.12.5 \ imagequant-sys-2.12.5 \ imgref-1.4.3 \ indicatif-0.14.0 \ inflate-0.4.5 \ itoa-0.4.5 \ jpeg-decoder-0.1.18 \ kernel32-sys-0.2.2 \ kurbo-0.5.11 \ lazy_static-0.2.11 \ lazy_static-1.4.0 \ libc-0.2.69 \ lodepng-2.5.0 \ log-0.4.8 \ lyon_geom-0.15.2 \ lzw-0.10.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memmap2-0.1.0 \ memoffset-0.5.4 \ miniz_oxide-0.3.6 \ natord-1.0.9 \ num-traits-0.2.11 \ num_cpus-1.13.0 \ number_prefix-0.3.0 \ numtoa-0.1.0 \ palette-0.5.0 \ palette_derive-0.5.0 \ pathfinder_geometry-0.5.1 \ pathfinder_simd-0.5.0 \ pbr-1.0.2 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ pkg-config-0.3.17 \ png-0.15.3 \ ppv-lite86-0.2.6 \ proc-macro2-1.0.10 \ quick-error-1.2.3 \ quote-1.0.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_pcg-0.2.1 \ raqote-0.7.14 \ rayon-1.3.0 \ rayon-core-1.7.0 \ rctree-0.3.3 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ redox_users-0.3.4 \ regex-1.3.7 \ regex-syntax-0.6.17 \ resize-0.4.0 \ resvg-0.9.0 \ rgb-0.8.16 \ roxmltree-0.9.1 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc_version-0.2.3 \ ryu-1.0.3 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.106 \ serde_derive-1.0.106 \ serde_json-1.0.51 \ servo-fontconfig-0.4.0 \ servo-fontconfig-sys-4.0.9 \ servo-freetype-sys-4.0.5 \ simplecss-0.2.0 \ siphasher-0.2.3 \ siphasher-0.3.2 \ spin-0.5.2 \ strsim-0.8.0 \ strsim-0.9.3 \ svg-0.7.2 \ svgfilters-0.1.0 \ svgtypes-0.5.0 \ sw-composite-0.7.7 \ syn-1.0.17 \ term_size-0.3.1 \ termcolor-1.1.0 \ termion-1.5.5 \ termios-0.3.2 \ textwrap-0.11.0 \ thiserror-1.0.15 \ thiserror-impl-1.0.15 \ thread-id-3.3.0 \ thread_local-1.0.1 \ time-0.1.42 \ ttf-parser-0.3.0 \ typed-arena-2.0.1 \ unicode-bidi-0.3.4 \ unicode-script-0.5.0 \ unicode-vo-0.1.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ usvg-0.9.0 \ utf8parse-0.2.0 \ vec_map-0.8.1 \ vt100-0.8.1 \ vte-0.6.0 \ vte_generate_state_changes-0.1.1 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wild-2.0.2 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.4 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wio-0.2.2 \ xmlparser-0.13.1 \ xmlwriter-0.1.0 PLIST_FILES= bin/cast2gif EXAMPLES_PLIST_FILES= \ ${EXAMPLESDIR}/example1.gif \ ${EXAMPLESDIR}/tutorial.gif PORTDOCS= README.md PORTEXAMPLES= doc/*.gif OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile index b23e88b745a7..a021438b5546 100644 --- a/textproc/jql/Makefile +++ b/textproc/jql/Makefile @@ -1,157 +1,158 @@ PORTNAME= jql DISTVERSIONPREFIX= v DISTVERSION= 2.9.4 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= JSON Query Language CLI tool built with Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes GH_ACCOUNT= yamafaktory CARGO_CRATES= ansi_term-0.11.0 \ ansi_term-0.12.1 \ anyhow-1.0.40 \ arrayref-0.3.5 \ async-attributes-1.1.1 \ async-channel-1.5.1 \ async-executor-1.4.0 \ async-global-executor-2.0.2 \ async-io-1.3.1 \ async-lock-2.3.0 \ async-mutex-1.4.0 \ async-process-1.0.1 \ async-std-1.9.0 \ async-task-4.0.3 \ atomic-waker-1.0.0 \ atty-0.2.11 \ autocfg-1.0.0 \ bitflags-1.0.4 \ block-buffer-0.3.3 \ blocking-1.0.2 \ bstr-0.2.8 \ bumpalo-3.1.2 \ byte-tools-0.2.0 \ byteorder-1.2.7 \ cache-padded-1.1.1 \ cast-0.2.2 \ cc-1.0.62 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ colored_json-2.1.0 \ concurrent-queue-1.2.2 \ const_fn-0.4.3 \ criterion-0.3.4 \ criterion-plot-0.4.3 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.0 \ crossbeam-utils-0.8.0 \ csv-1.1.1 \ csv-core-0.1.6 \ digest-0.7.6 \ either-1.5.0 \ event-listener-2.5.1 \ fake-simd-0.1.2 \ fastrand-1.4.0 \ futures-channel-0.3.7 \ futures-core-0.3.7 \ futures-io-0.3.7 \ futures-lite-1.11.2 \ generic-array-0.9.0 \ gloo-timers-0.2.1 \ half-1.6.0 \ hashbrown-0.9.1 \ hermit-abi-0.1.17 \ indexmap-1.6.0 \ instant-0.1.8 \ itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.3 \ js-sys-0.3.45 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ libc-0.2.80 \ log-0.4.11 \ maplit-1.0.1 \ memchr-2.3.4 \ memoffset-0.5.6 \ nb-connect-1.0.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.4.1 \ oorandom-11.1.0 \ parking-2.0.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.0 \ pest_meta-2.1.0 \ pin-project-lite-0.1.11 \ pin-project-lite-0.2.0 \ pin-utils-0.1.0 \ plotters-0.3.0 \ plotters-backend-0.3.0 \ plotters-svg-0.3.0 \ polling-2.0.2 \ proc-macro2-0.4.24 \ proc-macro2-1.0.24 \ quote-0.6.10 \ quote-1.0.2 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.44 \ redox_termios-0.1.1 \ regex-1.3.4 \ regex-automata-0.1.8 \ regex-syntax-0.6.14 \ ryu-1.0.0 \ same-file-1.0.4 \ scopeguard-1.1.0 \ serde-1.0.100 \ serde_cbor-0.11.1 \ serde_derive-1.0.82 \ serde_json-1.0.61 \ sha-1-0.7.0 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.2 \ slab-0.4.2 \ strsim-0.8.0 \ syn-0.15.23 \ syn-1.0.48 \ termion-1.5.1 \ textwrap-0.11.0 \ tinytemplate-1.1.0 \ typenum-1.10.0 \ ucd-trie-0.1.1 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ vec-arena-1.0.0 \ vec_map-0.8.1 \ waker-fn-1.1.0 \ walkdir-2.3.1 \ wasm-bindgen-0.2.68 \ wasm-bindgen-backend-0.2.68 \ wasm-bindgen-futures-0.4.18 \ wasm-bindgen-macro-0.2.68 \ wasm-bindgen-macro-support-0.2.68 \ wasm-bindgen-shared-0.2.68 \ web-sys-0.3.45 \ wepoll-sys-3.0.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index bed03f1aec21..e668a155c17b 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,202 +1,203 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v DISTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org COMMENT= Create book from markdown files (like Gitbook but implemented in Rust) LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= mdBook CARGO_CRATES= aho-corasick-0.7.10 \ ammonia-3.1.0 \ ansi_term-0.11.0 \ anyhow-1.0.28 \ atty-0.2.14 \ autocfg-1.0.0 \ base64-0.11.0 \ base64-0.12.0 \ bit-set-0.5.1 \ bit-vec-0.5.1 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byteorder-1.3.4 \ bytes-0.5.4 \ cfg-if-0.1.10 \ chrono-0.4.11 \ clap-2.33.0 \ ctor-0.1.13 \ difference-2.0.0 \ digest-0.8.1 \ dtoa-0.4.5 \ elasticlunr-rs-2.3.8 \ env_logger-0.7.1 \ fake-simd-0.1.2 \ filetime-0.2.9 \ fnv-1.0.6 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ futures-0.3.4 \ futures-channel-0.3.4 \ futures-core-0.3.4 \ futures-executor-0.3.4 \ futures-io-0.3.4 \ futures-macro-0.3.4 \ futures-sink-0.3.4 \ futures-task-0.3.4 \ futures-util-0.3.4 \ generic-array-0.12.3 \ getopts-0.2.21 \ getrandom-0.1.14 \ gitignore-1.0.6 \ glob-0.2.11 \ h2-0.2.4 \ handlebars-3.0.1 \ headers-0.3.2 \ headers-core-0.2.0 \ heck-0.3.1 \ hermit-abi-0.1.11 \ html5ever-0.25.1 \ http-0.2.1 \ http-body-0.3.1 \ httparse-1.3.4 \ humantime-1.3.0 \ hyper-0.13.5 \ idna-0.2.0 \ indexmap-1.3.2 \ inotify-0.7.0 \ inotify-sys-0.1.3 \ input_buffer-0.3.1 \ iovec-0.1.4 \ itoa-0.4.5 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.69 \ log-0.4.8 \ mac-0.1.1 \ maplit-1.0.2 \ markup5ever-0.10.0 \ markup5ever_rcdom-0.1.0 \ matches-0.1.8 \ memchr-2.3.3 \ mime-0.3.16 \ mime_guess-2.0.3 \ mio-0.6.21 \ mio-extras-2.0.6 \ miow-0.2.1 \ net2-0.2.33 \ new_debug_unreachable-1.0.4 \ notify-4.0.15 \ num-integer-0.1.42 \ num-traits-0.2.11 \ opaque-debug-0.2.3 \ open-1.4.0 \ output_vt100-0.1.2 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ pin-project-0.4.9 \ pin-project-internal-0.4.9 \ pin-project-lite-0.1.4 \ pin-utils-0.1.0-alpha.4 \ ppv-lite86-0.2.6 \ precomputed-hash-0.1.1 \ pretty_assertions-0.6.1 \ proc-macro-hack-0.5.15 \ proc-macro-nested-0.1.4 \ proc-macro2-1.0.10 \ pulldown-cmark-0.7.0 \ quick-error-1.2.3 \ quote-1.0.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_pcg-0.2.1 \ redox_syscall-0.1.56 \ regex-1.3.7 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ ryu-1.0.3 \ same-file-1.0.6 \ scoped-tls-1.0.0 \ select-0.5.0 \ serde-1.0.106 \ serde_derive-1.0.106 \ serde_json-1.0.52 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ shlex-1.0.0 \ siphasher-0.3.2 \ slab-0.4.2 \ smallvec-1.3.0 \ string_cache-0.8.0 \ string_cache_codegen-0.5.1 \ strsim-0.8.0 \ strum-0.16.0 \ strum_macros-0.16.0 \ syn-1.0.17 \ tempfile-3.1.0 \ tendril-0.4.1 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.43 \ tokio-0.2.18 \ tokio-macros-0.2.5 \ tokio-tungstenite-0.10.1 \ tokio-util-0.3.1 \ toml-0.5.6 \ tower-service-0.3.0 \ try-lock-0.2.2 \ tungstenite-0.10.1 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.12 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ url-2.1.1 \ urlencoding-1.0.0 \ utf-8-0.7.5 \ vec_map-0.8.1 \ version_check-0.9.1 \ walkdir-2.3.1 \ want-0.3.0 \ warp-0.2.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ xml5ever-0.16.1 PLIST_FILES= bin/mdbook post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mdbook .include diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index d08ce9b46ae7..0e7110d701d2 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -1,127 +1,127 @@ # Created by: Petteri Valkonen PORTNAME= ripgrep DISTVERSION= 12.1.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi COMMENT= Command line search tool LICENSE= MIT UNLICENSE LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_UNLICENSE= ${WRKSRC}/UNLICENSE BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor USES= cargo USE_GITHUB= yes GH_ACCOUNT= BurntSushi CARGO_CRATES= aho-corasick-0.7.10 \ atty-0.2.14 \ autocfg-1.0.0 \ base64-0.12.1 \ bitflags-1.2.1 \ bstr-0.2.13 \ bytecount-0.6.0 \ byteorder-1.3.4 \ cc-1.0.54 \ cfg-if-0.1.10 \ clap-2.33.1 \ crossbeam-channel-0.4.2 \ crossbeam-utils-0.7.2 \ encoding_rs-0.8.23 \ encoding_rs_io-0.1.7 \ fnv-1.0.7 \ fs_extra-1.1.0 \ glob-0.3.0 \ hermit-abi-0.1.13 \ itoa-0.4.5 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ lazy_static-1.4.0 \ libc-0.2.71 \ log-0.4.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memmap-0.7.0 \ num_cpus-1.13.0 \ packed_simd-0.3.3 \ pcre2-0.2.3 \ pcre2-sys-0.2.2 \ pkg-config-0.3.17 \ proc-macro2-1.0.17 \ quote-1.0.6 \ regex-1.3.9 \ regex-automata-0.1.9 \ regex-syntax-0.6.18 \ ryu-1.0.4 \ same-file-1.0.6 \ serde-1.0.110 \ serde_derive-1.0.110 \ serde_json-1.0.53 \ strsim-0.8.0 \ syn-1.0.27 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ walkdir-2.3.1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 RIPGREP_OUTDIR= ${WRKDIR}/cargo-out CARGO_ENV= RIPGREP_OUTDIR=${RIPGREP_OUTDIR} PLIST_FILES= bin/rg \ etc/bash_completion.d/rg.bash \ man/man1/rg.1.gz \ share/fish/vendor_completions.d/rg.fish \ share/zsh/site-functions/_rg PORTDOCS= CHANGELOG.md FAQ.md GUIDE.md OPTIONS_DEFINE= DOCS PCRE2 SIMD OPTIONS_DEFAULT=PCRE2 OPTIONS_DEFAULT_aarch64=SIMD OPTIONS_DEFAULT_amd64= ${OPTIONS_DEFAULT_i386} OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:S/SSE2/SIMD/} PCRE2_DESC= ${PCRE_DESC} version 2 PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PCRE2_VARS= CARGO_FEATURES+=pcre2 # simd crate uses cfg_target_feature which isn't stable yet, so unlock # unstable features similar to how lang/rust bootstraps. www/firefox # uses the same hack when building with --enable-rust-simd. SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=1 SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" post-patch: @${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rg ${INSTALL_MAN} ${RIPGREP_OUTDIR}/rg.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.fish \ ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/complete/_rg \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index 5ca564d05dd3..1727178c1068 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,119 +1,119 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org COMMENT= Intuitive find and replace tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= chmln CARGO_CRATES= aho-corasick-0.7.10 \ ansi_term-0.11.0 \ anyhow-1.0.32 \ assert_cmd-1.0.1 \ atty-0.2.14 \ autocfg-1.0.0 \ bitflags-1.2.1 \ cfg-if-0.1.10 \ clap-2.33.0 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ difference-2.0.0 \ doc-comment-0.3.3 \ either-1.5.3 \ getrandom-0.1.14 \ heck-0.3.1 \ hermit-abi-0.1.11 \ lazy_static-1.4.0 \ libc-0.2.69 \ man-0.3.0 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memmap-0.7.0 \ memoffset-0.5.4 \ num_cpus-1.13.0 \ ppv-lite86-0.2.6 \ predicates-1.0.4 \ predicates-core-1.0.0 \ predicates-tree-1.0.0 \ proc-macro-error-1.0.2 \ proc-macro-error-attr-1.0.2 \ proc-macro2-1.0.10 \ quote-1.0.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rayon-1.3.1 \ rayon-core-1.7.1 \ redox_syscall-0.1.56 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.2 \ roff-0.1.0 \ scopeguard-1.1.0 \ strsim-0.8.0 \ structopt-0.3.15 \ structopt-derive-0.4.8 \ syn-1.0.17 \ syn-mid-0.5.0 \ tempfile-3.1.0 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-1.0.1 \ treeline-0.1.0 \ unescape-0.1.0 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ version_check-0.9.1 \ wait-timeout-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 _SD_OUT_DIR= ${WRKDIR}/cargo-out MAKE_ENV= SD_OUT_DIR=${_SD_OUT_DIR} PLIST_FILES= bin/sd \ etc/bash_completion.d/sd.bash \ man/man1/sd.1.gz \ share/fish/completions/sd.fish \ share/zsh/site-functions/_sd PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} 's,"OUT_DIR","SD_OUT_DIR",g' ${WRKSRC}/build.rs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sd ${INSTALL_MAN} ${_SD_OUT_DIR}/sd.1 \ ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${_SD_OUT_DIR}/sd.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${_SD_OUT_DIR}/sd.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${_SD_OUT_DIR}/_sd \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index 0765b449113e..e2ded24c5314 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -1,116 +1,116 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org COMMENT= Fast, lightweight, and schema-less search backend LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cargo compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= valeriansaliou USE_RC_SUBR= sonic CARGO_CRATES= ahash-0.3.8 \ aho-corasick-0.7.13 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.0 \ bindgen-0.53.3 \ bitflags-1.2.1 \ byteorder-1.3.4 \ cc-1.0.55 \ cexpr-0.4.0 \ cfg-if-0.1.10 \ clang-sys-0.29.3 \ clap-2.33.1 \ env_logger-0.7.1 \ fs_extra-1.1.0 \ fst-0.3.5 \ fst-levenshtein-0.2.1 \ fst-regex-0.2.2 \ getrandom-0.1.14 \ glob-0.3.0 \ hashbrown-0.7.2 \ hashbrown-0.8.0 \ hermit-abi-0.1.14 \ humantime-1.3.0 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.71 \ libloading-0.5.2 \ librocksdb-sys-6.7.4 \ linked-hash-map-0.5.3 \ linked_hash_set-0.1.3 \ log-0.4.8 \ memchr-2.3.3 \ memmap-0.6.2 \ nix-0.17.0 \ nom-5.1.2 \ peeking_take_while-0.1.2 \ ppv-lite86-0.2.8 \ proc-macro2-1.0.18 \ quick-error-1.2.3 \ quote-1.0.7 \ radix-0.6.0 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ regex-1.3.9 \ regex-syntax-0.3.9 \ regex-syntax-0.6.18 \ rocksdb-0.14.0 \ rustc-hash-1.1.0 \ serde-1.0.114 \ serde_derive-1.0.114 \ shlex-0.1.1 \ strsim-0.8.0 \ syn-1.0.33 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ toml-0.5.6 \ twox-hash-1.5.0 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.1 \ utf8-ranges-1.0.4 \ vec_map-0.8.2 \ version_check-0.9.2 \ void-1.0.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ whatlang-0.9.0 \ which-3.1.1 \ 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 USERS= sonic GROUPS= sonic PLIST_FILES= bin/sonic \ "@sample ${ETCDIR}/config.cfg.sample" PORTDOCS= CONFIGURATION.md PROTOCOL.md README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sonic @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config.cfg ${STAGEDIR}${ETCDIR}/config.cfg.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index 84f17ab42df2..69d01e5a59f6 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -1,75 +1,75 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= textproc PKGNAMESUFFIX= -rs MAINTAINER= mikael@FreeBSD.org COMMENT= Fast CSV toolkit LICENSE= MIT UNLICENSE LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_UNLICENSE= ${WRKSRC}/UNLICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= BurntSushi CARGO_CRATES= aho-corasick-0.6.4 \ bitflags-1.0.3 \ byteorder-1.2.2 \ cfg-if-0.1.3 \ chan-0.1.21 \ csv-1.0.0 \ csv-core-0.1.4 \ csv-index-0.1.5 \ docopt-1.0.0 \ filetime-0.1.15 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ lazy_static-1.0.0 \ libc-0.2.49 \ log-0.4.1 \ memchr-2.0.1 \ num-traits-0.2.4 \ num_cpus-1.8.0 \ proc-macro2-0.3.8 \ quickcheck-0.6.2 \ quote-0.5.2 \ rand-0.3.22 \ rand-0.4.2 \ redox_syscall-0.1.37 \ regex-1.0.0 \ regex-syntax-0.6.0 \ serde-1.0.54 \ serde_derive-1.0.54 \ streaming-stats-0.2.0 \ strsim-0.7.0 \ syn-0.13.9 \ tabwriter-1.0.4 \ thread_local-0.3.5 \ threadpool-1.7.1 \ ucd-util-0.1.1 \ unicode-width-0.1.4 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ utf8-ranges-1.0.0 \ void-1.0.2 \ winapi-0.3.4 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/xsv PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xsv post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/www/castor/Makefile b/www/castor/Makefile index ad2074ce992d..2ecfbf236d8a 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,136 +1,136 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kraileth@elderlinux.org COMMENT= Browser for text-based protocols like Gemini and Gopher using GTK+ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo desktop-file-utils gnome ssl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 CARGO_CRATES= aho-corasick-0.7.13 \ ansi-parser-0.6.5 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atk-0.8.0 \ atk-sys-0.9.1 \ autocfg-1.0.1 \ base64-0.12.3 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ cairo-rs-0.8.1 \ cairo-sys-rs-0.9.2 \ cc-1.0.60 \ cfg-if-0.1.10 \ constant_time_eq-0.1.5 \ core-foundation-0.7.1 \ core-foundation-sys-0.7.2 \ crossbeam-utils-0.7.2 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ futures-0.3.6 \ futures-channel-0.3.6 \ futures-core-0.3.6 \ futures-executor-0.3.6 \ futures-io-0.3.6 \ futures-macro-0.3.6 \ futures-task-0.3.6 \ futures-util-0.3.6 \ gdk-0.12.1 \ gdk-pixbuf-0.8.0 \ gdk-pixbuf-sys-0.9.1 \ gdk-sys-0.9.1 \ getrandom-0.1.15 \ gio-0.8.1 \ gio-sys-0.9.1 \ glib-0.9.3 \ glib-macros-0.10.1 \ glib-sys-0.9.1 \ gobject-sys-0.9.1 \ gtk-0.8.0 \ gtk-sys-0.9.2 \ idna-0.2.0 \ lazy_static-1.4.0 \ libc-0.2.79 \ linkify-0.4.0 \ log-0.4.11 \ matches-0.1.8 \ memchr-2.3.3 \ native-tls-0.2.4 \ nom-4.2.3 \ once_cell-1.4.1 \ open-1.4.0 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ pango-0.8.0 \ pango-sys-0.9.1 \ percent-encoding-2.1.0 \ pkg-config-0.3.18 \ pin-project-0.4.26 \ pin-project-internal-0.4.26 \ pin-utils-0.1.0 \ proc-macro2-1.0.24 \ proc-macro-hack-0.5.18 \ proc-macro-nested-0.1.6 \ ppv-lite86-0.2.9 \ quote-1.0.7 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.3 \ rust-argon2-0.8.2 \ schannel-0.1.19 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.116 \ serde_derive-1.0.116 \ slab-0.4.2 \ syn-1.0.42 \ system-deps-1.3.2 \ tempfile-3.1.0 \ textwrap-0.12.1 \ tinyvec-0.3.4 \ thiserror-1.0.21 \ thread_local-1.0.1 \ toml-0.5.6 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.1.1 \ vcpkg-0.2.10 \ version_check-0.1.5 \ wasi-0.9.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 PLIST_FILES= bin/castor \ share/applications/Castor.desktop \ share/examples/castor/castor_settings.toml.example \ share/pixmaps/org.typed-hole.castor.svg SUB_FILES= pkg-message post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/castor ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/castor ${INSTALL_DATA} ${WRKSRC}/data/Castor.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/data/castor_settings.toml.example ${STAGEDIR}${PREFIX}/share/examples/castor ${INSTALL_DATA} ${WRKSRC}/data/org.typed-hole.castor.svg ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/www/deno/Makefile b/www/deno/Makefile index ee1ec6f912f9..d1b1266e0675 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,423 +1,424 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org COMMENT= Secure JavaScript and TypeScript runtime LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_i386= cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' BUILD_DEPENDS= binutils>0:devel/binutils \ gn:devel/gn \ libunwind>0:devel/libunwind USES= cargo gnome ninja:build pkgconfig:build python:3.6+,build USE_GITHUB= yes GH_ACCOUNT= denoland USE_GNOME= glib20 MAKE_JOBS_UNSAFE= yes RUSTY_VERS= 0.22.1 CARGO_ENV+= CLANG_BASE_PATH=/usr \ GN=${PREFIX}/bin/gn \ NINJA=${NINJA_CMD} \ V8_FROM_SOURCE=1 RUSTFLAGS+= -C link-arg=-fuse-ld=lld PLIST_FILES= bin/${PORTNAME} BINARY_ALIAS= python=${PYTHON_CMD} CARGO_CRATES= Inflector-0.11.4 \ adler-1.0.2 \ ahash-0.4.7 \ ahash-0.7.2 \ aho-corasick-0.7.15 \ alloc-no-stdlib-2.0.1 \ alloc-stdlib-0.2.1 \ ansi_term-0.11.0 \ anyhow-1.0.40 \ anymap-0.12.1 \ arrayvec-0.5.2 \ ash-0.31.0 \ ast_node-0.7.3 \ async-compression-0.3.7 \ async-stream-0.3.1 \ async-stream-impl-0.3.1 \ async-trait-0.1.50 \ atty-0.2.14 \ auto_impl-0.4.1 \ autocfg-1.0.1 \ base64-0.11.0 \ base64-0.13.0 \ bencher-0.1.5 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ block-0.1.6 \ block-buffer-0.9.0 \ brotli-3.3.0 \ brotli-decompressor-2.3.1 \ build_const-0.2.2 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ bytes-1.0.1 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cfg_aliases-0.1.1 \ chrono-0.4.19 \ clap-2.33.3 \ cocoa-foundation-0.1.0 \ convert_case-0.4.0 \ copyless-0.1.5 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ core-graphics-types-0.1.1 \ cpuid-bool-0.1.2 \ crc-1.8.1 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-utils-0.8.3 \ d3d12-0.3.2 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ dashmap-4.0.2 \ data-encoding-2.3.2 \ data-url-0.1.0 \ deno_doc-0.3.0 \ deno_lint-0.4.0 \ derive_more-0.99.13 \ digest-0.9.0 \ dissimilar-1.0.2 \ dlopen-0.1.8 \ dlopen_derive-0.1.4 \ dprint-core-0.35.3 \ dprint-core-0.37.0 \ dprint-plugin-json-0.10.1 \ dprint-plugin-markdown-0.6.2 \ dprint-plugin-typescript-0.44.1 \ dprint-swc-ecma-ast-view-0.15.0 \ dprint-swc-ecma-ast-view-0.16.0 \ either-1.6.1 \ encoding_rs-0.8.28 \ endian-type-0.1.2 \ enum-as-inner-0.3.3 \ enum_kind-0.2.1 \ env_logger-0.8.3 \ errno-0.1.8 \ errno-0.2.7 \ errno-dragonfly-0.1.1 \ exec-0.3.1 \ fancy-regex-0.5.0 \ filetime-0.2.14 \ fixedbitset-0.2.0 \ flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ from_variant-0.1.3 \ fs2-0.4.3 \ fsevent-2.0.2 \ fsevent-sys-3.0.2 \ fslock-0.1.6 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ fwdansi-1.1.0 \ fxhash-0.2.1 \ gcc-0.3.55 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gfx-auxil-0.8.0 \ gfx-backend-dx11-0.7.0 \ gfx-backend-dx12-0.7.1 \ gfx-backend-empty-0.7.0 \ gfx-backend-gl-0.7.1 \ gfx-backend-metal-0.7.0 \ gfx-backend-vulkan-0.7.0 \ gfx-hal-0.7.0 \ glow-0.7.2 \ gpu-alloc-0.3.0 \ gpu-alloc-types-0.2.0 \ gpu-descriptor-0.1.1 \ gpu-descriptor-types-0.1.1 \ h2-0.3.2 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hostname-0.3.1 \ http-0.2.4 \ http-body-0.4.1 \ httparse-1.4.0 \ httpdate-1.0.0 \ humantime-2.1.0 \ hyper-0.14.7 \ hyper-rustls-0.22.1 \ ident_case-1.0.1 \ idna-0.2.3 \ if_chain-1.0.1 \ indexmap-1.6.2 \ inotify-0.9.2 \ inotify-sys-0.1.5 \ inplace_it-0.3.3 \ input_buffer-0.4.0 \ instant-0.1.9 \ ipconfig-0.2.2 \ ipnet-2.3.0 \ is-macro-0.1.9 \ itoa-0.4.7 \ jobserver-0.1.22 \ js-sys-0.3.49 \ jsonc-parser-0.17.0 \ kernel32-sys-0.2.2 \ khronos-egl-3.0.2 \ lazy_static-1.4.0 \ libc-0.2.93 \ libloading-0.6.7 \ linked-hash-map-0.5.4 \ lock_api-0.4.3 \ log-0.4.14 \ lru-cache-0.1.2 \ lsp-types-0.88.0 \ lspower-1.0.0 \ lspower-macros-0.2.0 \ malloc_buf-0.0.6 \ match_cfg-0.1.0 \ matches-0.1.8 \ memchr-2.3.4 \ metal-0.21.0 \ mime-0.3.16 \ miniz_oxide-0.4.4 \ mio-0.7.11 \ miow-0.3.7 \ naga-0.3.2 \ new_debug_unreachable-1.0.4 \ nibble_vec-0.1.0 \ nix-0.20.0 \ notify-5.0.0-pre.7 \ ntapi-0.3.6 \ num-bigint-0.2.6 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ objc-0.2.7 \ objc_exception-0.1.2 \ once_cell-1.7.2 \ opaque-debug-0.3.0 \ os_pipe-0.9.2 \ owning_ref-0.4.1 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ percent-encoding-2.1.0 \ pest-2.1.3 \ petgraph-0.5.1 \ phf-0.8.0 \ phf_generator-0.8.0 \ phf_macros-0.8.0 \ phf_shared-0.8.0 \ pin-project-1.0.7 \ pin-project-internal-1.0.7 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pmutil-0.5.3 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ proc-macro2-1.0.26 \ pty-0.2.2 \ pulldown-cmark-0.8.0 \ quick-error-1.2.3 \ quote-0.6.13 \ quote-1.0.9 \ radix_fmt-1.0.0 \ radix_trie-0.2.1 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_pcg-0.2.1 \ range-alloc-0.1.2 \ raw-window-handle-0.3.3 \ redox_syscall-0.2.6 \ regex-1.4.3 \ regex-syntax-0.6.23 \ relative-path-1.3.2 \ remove_dir_all-0.5.3 \ reqwest-0.11.3 \ resolv-conf-0.7.0 \ retain_mut-0.1.2 \ ring-0.16.20 \ ron-0.6.4 \ rustc_version-0.2.3 \ rustls-0.19.1 \ rusty_v8-0.22.1 \ rustyline-8.0.0 \ rustyline-derive-0.4.0 \ ryu-1.0.5 \ same-file-1.0.6 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ sct-0.6.1 \ semver-0.9.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_repr-0.1.6 \ serde_urlencoded-0.7.0 \ sha-1-0.9.4 \ shell-escape-0.1.5 \ signal-hook-registry-1.3.0 \ siphasher-0.3.5 \ slab-0.4.3 \ slotmap-0.4.0 \ smallvec-1.6.1 \ socket2-0.3.19 \ socket2-0.4.0 \ sourcemap-6.0.1 \ spin-0.5.2 \ spirv_cross-0.23.1 \ spirv_headers-1.5.0 \ stable_deref_trait-1.2.0 \ storage-map-0.3.0 \ string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ string_enum-0.3.1 \ strsim-0.8.0 \ strsim-0.9.3 \ swc_atoms-0.2.6 \ swc_bundler-0.32.5 \ swc_common-0.10.17 \ swc_ecma_ast-0.43.1 \ swc_ecma_codegen-0.52.3 \ swc_ecma_codegen_macros-0.5.2 \ swc_ecma_dep_graph-0.22.2 \ swc_ecma_parser-0.54.4 \ swc_ecma_transforms-0.45.3 \ swc_ecma_transforms_base-0.12.6 \ swc_ecma_transforms_optimization-0.15.5 \ swc_ecma_transforms_proposal-0.13.4 \ swc_ecma_transforms_react-0.14.3 \ swc_ecma_transforms_typescript-0.14.4 \ swc_ecma_utils-0.34.2 \ swc_ecma_visit-0.29.1 \ swc_ecmascript-0.31.3 \ swc_eq_ignore_macros-0.1.0 \ swc_macros_common-0.3.3 \ swc_visit-0.2.4 \ swc_visit_macros-0.2.3 \ syn-0.15.44 \ syn-1.0.65 \ sys-info-0.9.0 \ tempfile-3.2.0 \ termcolor-1.1.2 \ text-size-1.1.0 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ thread_local-1.1.3 \ thunderdome-0.3.0 \ time-0.1.44 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokio-1.5.0 \ tokio-macros-1.1.0 \ tokio-rustls-0.22.0 \ tokio-stream-0.1.5 \ tokio-test-0.4.1 \ tokio-tungstenite-0.14.0 \ tokio-util-0.6.6 \ toml-0.5.8 \ tower-layer-0.3.1 \ tower-service-0.3.1 \ tower-test-0.4.0 \ tracing-0.1.25 \ tracing-attributes-0.1.15 \ tracing-core-0.1.17 \ trust-dns-client-0.20.2 \ trust-dns-proto-0.20.2 \ trust-dns-resolver-0.20.2 \ trust-dns-server-0.20.2 \ try-lock-0.2.3 \ tungstenite-0.13.0 \ twoway-0.2.1 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ unchecked-index-0.2.2 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.1.0 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-2.2.1 \ utf-8-0.7.6 \ utf8parse-0.2.0 \ uuid-0.8.2 \ vec_map-0.8.2 \ version_check-0.9.3 \ walkdir-2.3.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.72 \ wasm-bindgen-backend-0.2.72 \ wasm-bindgen-futures-0.4.22 \ wasm-bindgen-macro-0.2.72 \ wasm-bindgen-macro-support-0.2.72 \ wasm-bindgen-shared-0.2.72 \ web-sys-0.3.49 \ webpki-0.21.4 \ webpki-roots-0.21.1 \ wgpu-core-0.7.1 \ wgpu-types-0.7.0 \ which-4.1.0 \ widestring-0.4.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ winreg-0.7.0 \ winres-0.1.11 \ wio-0.2.2 post-patch: ${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" \ ${WRKSRC}/cargo-crates/rusty_v8-${RUSTY_VERS}/build/toolchain/gcc_toolchain.gni \ ${WRKSRC}/cargo-crates/rusty_v8-${RUSTY_VERS}/buildtools/third_party/libc++/BUILD.gn do-install: ${INSTALL_PROGRAM} ${WRKDIR}/target/release/deno ${STAGEDIR}${LOCALBASE}/bin .include diff --git a/www/ffsend/Makefile b/www/ffsend/Makefile index 53bf445c9c29..6bebf5e9ca1c 100644 --- a/www/ffsend/Makefile +++ b/www/ffsend/Makefile @@ -1,368 +1,369 @@ PORTNAME= ffsend DISTVERSIONPREFIX= v DISTVERSION= 0.2.71 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= 0mp@FreeBSD.org COMMENT= Easily and securely share files from the command line via Firefox Send LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE CC0-1.0 FUCHSIACPRNG GPLv3 ISCL \ MIT MPL20 UNLICENSE ZLIB LICENSE_COMB= multi LICENSE_NAME_FUCHSIACPRNG= BSD-like license + patent clause LICENSE_FILE_FUCHSIACPRNG= ${WRKSRC}/cargo-crates/fuchsia-cprng-0.1.1/LICENSE # Main license. LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE LICENSE_PERMS_FUCHSIACPRNG= dist-mirror dist-sell pkg-mirror pkg-sell \ auto-accept RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ xclip:x11/xclip \ xsel:x11/xsel-conrad USES= cargo localbase:ldflags python:build,3.5+ ssl xorg USE_GITLAB= yes GL_ACCOUNT= timvisee GL_COMMIT= 68a57b5cccd1a91b4b24347dce016e0c9cf2a00a USE_XORG= xcb CARGO_CRATES= addr2line-0.14.1 \ adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.40 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.56 \ base-x-0.2.8 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ block-0.1.6 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ bstr-0.2.15 \ bumpalo-3.6.1 \ byte-tools-0.3.1 \ byteorder-1.4.3 \ bytes-0.4.12 \ bytes-0.5.6 \ bytes-1.0.1 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chbs-0.1.0 \ checked_int_cast-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ clipboard-0.5.0 \ clipboard-win-2.2.0 \ cloudabi-0.0.3 \ colored-2.0.0 \ const_fn-0.4.6 \ constant_time_eq-0.1.5 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ crossbeam-channel-0.5.0 \ crossbeam-utils-0.7.2 \ crossbeam-utils-0.8.3 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ crypto-mac-0.10.0 \ csv-1.1.6 \ csv-core-0.1.10 \ darling-0.10.2 \ darling-0.12.3 \ darling_core-0.10.2 \ darling_core-0.12.3 \ darling_macro-0.10.2 \ darling_macro-0.12.3 \ derive_builder-0.9.0 \ derive_builder-0.10.0 \ derive_builder_core-0.9.0 \ derive_builder_core-0.10.0 \ derive_builder_macro-0.10.0 \ digest-0.8.1 \ digest-0.9.0 \ directories-3.0.1 \ dirs-1.0.5 \ dirs-sys-0.3.5 \ discard-1.0.4 \ either-1.6.1 \ encode_unicode-0.3.6 \ encoding_rs-0.8.28 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ ffsend-api-0.7.2 \ filetime-0.2.14 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fs2-0.4.3 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.31 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-io-0.3.13 \ futures-macro-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ generic-array-0.12.4 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gimli-0.23.0 \ h2-0.2.7 \ h2-0.3.2 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ hkdf-0.10.0 \ hmac-0.10.1 \ http-0.2.4 \ http-body-0.3.1 \ http-body-0.4.1 \ httparse-1.3.6 \ httpdate-0.3.2 \ hyper-0.10.16 \ hyper-0.13.10 \ hyper-0.14.5 \ hyper-rustls-0.22.1 \ hyper-tls-0.4.3 \ hyper-tls-0.5.0 \ ident_case-1.0.1 \ idna-0.1.5 \ idna-0.2.2 \ indexmap-1.6.2 \ instant-0.1.9 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.50 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.93 \ lock_api-0.3.4 \ lock_api-0.4.3 \ log-0.3.9 \ log-0.4.14 \ malloc_buf-0.0.6 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ mime-0.2.6 \ mime-0.3.16 \ mime_guess-2.0.3 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ mio-0.7.11 \ miow-0.2.2 \ miow-0.3.7 \ native-tls-0.2.7 \ net2-0.2.37 \ ntapi-0.3.6 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ object-0.23.0 \ once_cell-1.7.2 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ open-1.6.0 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-sys-0.9.61 \ parking_lot-0.9.0 \ parking_lot-0.11.1 \ parking_lot_core-0.6.2 \ parking_lot_core-0.8.3 \ pathdiff-0.2.0 \ pbr-1.0.4 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ pin-project-1.0.6 \ pin-project-internal-1.0.6 \ pin-project-lite-0.1.12 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ prettytable-rs-0.8.0 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.26 \ qr2term-0.2.2 \ qrcode-0.12.0 \ quote-1.0.9 \ rand-0.6.5 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_users-0.3.5 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ reqwest-0.10.10 \ reqwest-0.11.2 \ ring-0.16.20 \ rpassword-5.0.1 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ rustls-0.19.0 \ ryu-1.0.5 \ safemem-0.3.3 \ schannel-0.1.19 \ scopeguard-1.1.0 \ sct-0.6.0 \ security-framework-2.2.0 \ security-framework-sys-2.2.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_urlencoded-0.7.0 \ sha-1-0.8.2 \ sha1-0.6.0 \ sha2-0.9.3 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ slab-0.4.2 \ smallvec-0.6.14 \ smallvec-1.6.1 \ socket2-0.3.19 \ socket2-0.4.0 \ spin-0.5.2 \ standback-0.2.17 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ strsim-0.8.0 \ strsim-0.9.3 \ strsim-0.10.0 \ subtle-2.4.0 \ syn-1.0.69 \ synstructure-0.12.4 \ tar-0.4.33 \ tempfile-3.2.0 \ term-0.5.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ time-0.2.26 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokio-0.2.25 \ tokio-1.4.0 \ tokio-codec-0.1.2 \ tokio-executor-0.1.10 \ tokio-io-0.1.13 \ tokio-native-tls-0.3.0 \ tokio-reactor-0.1.12 \ tokio-rustls-0.22.0 \ tokio-sync-0.1.8 \ tokio-tcp-0.1.4 \ tokio-tls-0.2.1 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ tokio-util-0.6.5 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ tracing-futures-0.2.5 \ traitobject-0.1.0 \ try-lock-0.2.3 \ typeable-0.1.2 \ typenum-1.13.0 \ unicase-1.4.2 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-1.7.2 \ url-2.2.1 \ urlshortener-3.0.0 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version-compare-0.0.11 \ version_check-0.1.5 \ version_check-0.9.3 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ webpki-0.21.4 \ webpki-roots-0.21.1 \ websocket-0.26.2 \ websocket-base-0.26.2 \ which-4.1.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ x11-clipboard-0.3.3 \ xattr-0.2.2 \ xcb-0.8.2 MAKE_ENV= XCLIP_PATH=${LOCALBASE}/bin/xclip \ XSEL_PATH=${LOCALBASE}/bin/xsel BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_FILES= bin/${PORTNAME} \ bin/ffdel \ bin/ffget \ bin/ffput post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for f in ffdel ffget ffput cd ${STAGEDIR}${PREFIX}/bin && ${RLN} ${PORTNAME} ${f} .endfor .include diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 1506b9247b13..0b8b9ccd9189 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,62 +1,63 @@ # Created by: Alan Eldridge PORTNAME= firefox DISTVERSION= 78.10.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.26:devel/nspr \ nss>=3.56:security/nss \ icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.6:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ yasm:devel/yasm \ zip:archivers/zip USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox USE_MOZILLA= -sqlite CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/${MOZILLA}-snap/${MOZILLA}.desktop MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding .include "${.CURDIR}/../../www/firefox/Makefile.options" post-patch: @${REINPLACE_CMD} -e 's/%u/%U/' -e '/X-MultipleArgs/d' \ -e '/^Icon/s/=.*/=${FIREFOX_ICON:R}/' \ ${FIREFOX_DESKTOP} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/browser/app/nsBrowserApp.cpp pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-install: ${INSTALL_DATA} ${FIREFOX_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON} .include diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index ed6d81a05ce3..e38d90638526 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,368 +1,368 @@ PORTNAME= geckodriver DISTVERSION= 0.26.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= www MASTER_SITES= https://hg.mozilla.org/mozilla-central/archive/${DISTNAME}.zip/testing/geckodriver/?dummy=/ DISTNAME= e9783a644016aa9b317887076618425586730d73 EXTRACT_SUFX= .zip DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= daniel@blodan.se COMMENT= Proxy for using WebDriver clients with Gecko-based browsers LICENSE= MPL20 USES= cargo WRKSRC= ${WRKDIR}/mozilla-central-${DISTNAME}/testing/geckodriver PLIST_FILES= bin/geckodriver CARGO_CRATES= Inflector-0.11.4 \ adler32-1.0.4 \ aho-corasick-0.7.6 \ ansi_term-0.11.0 \ app_units-0.7.0 \ arrayref-0.3.5 \ arrayvec-0.4.11 \ atomic-0.4.5 \ atomic_refcell-0.1.0 \ atty-0.2.11 \ audio_thread_priority-0.19.1 \ authenticator-0.2.6 \ autocfg-0.1.6 \ backtrace-0.3.9 \ backtrace-sys-0.1.24 \ base64-0.10.1 \ binary-space-partition-0.1.2 \ bincode-1.0.0 \ bindgen-0.51.1 \ binjs_meta-0.5.2 \ bit-vec-0.5.1 \ bit_reverse-0.1.7 \ bitflags-1.0.4 \ bitreader-0.3.0 \ blake2b_simd-0.5.8 \ block-buffer-0.7.3 \ block-padding-0.1.2 \ boxfnonce-0.0.3 \ byte-tools-0.3.0 \ byteorder-1.3.1 \ bytes-0.4.9 \ cc-1.0.34 \ cexpr-0.3.3 \ cfg-if-0.1.6 \ chrono-0.4.6 \ clang-sys-0.28.1 \ clap-2.31.2 \ cloudabi-0.0.3 \ cmake-0.1.29 \ comedy-0.1.0 \ constant_time_eq-0.1.3 \ cookie-0.12.0 \ core-foundation-0.6.3 \ core-foundation-sys-0.6.2 \ core-graphics-0.17.1 \ core-text-13.0.0 \ coreaudio-sys-0.2.2 \ cose-0.1.4 \ cose-c-0.1.5 \ cranelift-bforest-0.44.0 \ cranelift-codegen-0.44.0 \ cranelift-codegen-meta-0.44.0 \ cranelift-codegen-shared-0.44.0 \ cranelift-entity-0.44.0 \ cranelift-frontend-0.44.0 \ cranelift-wasm-0.44.0 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.1 \ crossbeam-epoch-0.7.2 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ cssparser-0.25.9 \ cssparser-macros-0.3.6 \ cstr-0.1.3 \ cstr-macros-0.1.6 \ cubeb-0.5.5 \ cubeb-backend-0.5.5 \ cubeb-core-0.5.5 \ cubeb-sys-0.5.5 \ darling-0.10.1 \ darling_core-0.10.1 \ darling_macro-0.10.1 \ dbus-0.6.4 \ deflate-0.7.19 \ derive_more-0.13.0 \ devd-rs-0.3.0 \ digest-0.8.0 \ dirs-1.0.5 \ dns-parser-0.8.0 \ dogear-0.4.0 \ dtoa-0.4.2 \ dtoa-short-0.3.1 \ dwrote-0.9.0 \ either-1.1.0 \ encoding_c-0.9.5 \ encoding_c_mem-0.2.4 \ encoding_rs-0.8.20 \ env_logger-0.6.2 \ error-chain-0.11.0 \ euclid-0.20.0 \ failure-0.1.3 \ failure_derive-0.1.3 \ fake-simd-0.1.2 \ filetime_win-0.1.0 \ flate2-1.0.11 \ fnv-1.0.6 \ foreign-types-0.3.0 \ freetype-0.4.0 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.23 \ futures-cpupool-0.1.8 \ fxhash-0.2.1 \ generic-array-0.12.0 \ gl_generator-0.11.0 \ gleam-0.6.17 \ glob-0.3.0 \ goblin-0.0.24 \ guid_win-0.1.0 \ h2-0.1.12 \ headers-0.2.1 \ headers-core-0.1.1 \ headers-derive-0.1.1 \ http-0.1.17 \ httparse-1.3.3 \ humantime-1.1.1 \ hyper-0.12.19 \ ident_case-1.0.0 \ idna-0.2.0 \ image-0.22.1 \ indexmap-1.1.0 \ inflate-0.4.5 \ iovec-0.1.2 \ itertools-0.8.0 \ itoa-0.4.1 \ kernel32-sys-0.2.2 \ khronos_api-3.1.0 \ lazy_static-1.2.0 \ lazycell-1.2.1 \ libc-0.2.60 \ libdbus-sys-0.1.5 \ libloading-0.5.0 \ libudev-0.2.0 \ libudev-sys-0.1.3 \ libz-sys-1.0.25 \ line-wrap-0.1.1 \ linked-hash-map-0.5.1 \ lmdb-rkv-0.12.3 \ lmdb-rkv-sys-0.9.5 \ lock_api-0.3.1 \ log-0.4.6 \ lzw-0.10.0 \ mach-0.3.2 \ malloc_size_of_derive-0.1.0 \ matches-0.1.6 \ memchr-2.2.0 \ memmap-0.7.0 \ memoffset-0.5.1 \ mime-0.3.13 \ mime_guess-2.0.1 \ miniz_oxide-0.3.2 \ mio-0.6.19 \ mio-extras-2.0.5 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ moz_cbor-0.1.1 \ mozdevice-0.1.0 \ mozprofile-0.6.0 \ mozrunner-0.10.0 \ mozversion-0.2.1 \ mp4parse-0.11.2 \ mp4parse_capi-0.11.2 \ mp4parse_fallible-0.0.1 \ msdos_time-0.1.6 \ murmurhash3-0.0.5 \ net2-0.2.33 \ new_debug_unreachable-1.0.1 \ nodrop-0.1.12 \ nom-4.1.1 \ num-derive-0.3.0 \ num-integer-0.1.39 \ num-iter-0.1.37 \ num-rational-0.2.1 \ num-traits-0.2.6 \ num_cpus-1.7.0 \ object-0.14.0 \ opaque-debug-0.2.1 \ ordered-float-1.0.1 \ owning_ref-0.4.0 \ packed_simd-0.3.3 \ parking_lot-0.9.0 \ parking_lot_core-0.6.2 \ peeking_take_while-0.1.2 \ percent-encoding-2.1.0 \ phf-0.7.24 \ phf_codegen-0.7.24 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pkg-config-0.3.9 \ plain-0.2.3 \ plane-split-0.15.0 \ plist-0.5.1 \ png-0.15.0 \ podio-0.1.5 \ precomputed-hash-0.1.1 \ proc-macro2-0.4.27 \ proc-macro2-1.0.5 \ procedural-masquerade-0.1.1 \ pulse-0.2.0 \ quick-error-1.2.1 \ quote-0.6.11 \ quote-1.0.2 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rayon-1.2.0 \ rayon-core-1.6.0 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ redox_users-0.3.1 \ regex-1.1.9 \ regex-syntax-0.6.12 \ remove_dir_all-0.5.2 \ ringbuf-0.1.4 \ rkv-0.10.2 \ ron-0.1.7 \ runloop-0.1.0 \ rust-argon2-0.5.1 \ rust-ini-0.10.3 \ rust_cascade-0.3.4 \ rustc-demangle-0.1.8 \ rustc-hash-1.0.1 \ rustc_version-0.2.3 \ ryu-0.2.4 \ safemem-0.3.0 \ same-file-1.0.2 \ scoped-tls-0.1.0 \ scoped-tls-1.0.0 \ scopeguard-1.0.0 \ scroll-0.9.2 \ scroll_derive-0.9.5 \ selectors-0.21.0 \ semver-0.6.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.88 \ serde_bytes-0.11.2 \ serde_derive-1.0.88 \ serde_json-1.0.26 \ serde_repr-0.1.4 \ serde_urlencoded-0.6.1 \ serde_yaml-0.8.9 \ servo_arc-0.1.1 \ sha-1-0.8.1 \ sha2-0.8.0 \ shift_or_euc-0.1.0 \ shift_or_euc_c-0.1.0 \ shlex-0.1.1 \ siphasher-0.2.1 \ slab-0.3.0 \ slab-0.4.1 \ smallbitvec-2.3.0 \ smallvec-0.6.10 \ socket2-0.3.10 \ stable_deref_trait-1.0.0 \ storage-0.1.0 \ string-0.1.1 \ strsim-0.7.0 \ svg_fmt-0.4.0 \ syn-0.15.30 \ syn-1.0.5 \ synstructure-0.10.1 \ synstructure-0.12.1 \ target-lexicon-0.8.1 \ tempfile-3.0.5 \ term_size-0.3.0 \ termcolor-1.0.5 \ termion-1.5.1 \ textwrap-0.9.0 \ thin-slice-0.1.1 \ thin-vec-0.1.0 \ thread_local-0.3.6 \ thread_profiler-0.1.1 \ threadbound-0.1.0 \ time-0.1.40 \ tokio-0.1.11 \ tokio-codec-0.1.0 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.7 \ tokio-fs-0.1.3 \ tokio-io-0.1.7 \ tokio-named-pipes-0.1.0 \ tokio-reactor-0.1.3 \ tokio-tcp-0.1.1 \ tokio-threadpool-0.1.14 \ tokio-timer-0.2.11 \ tokio-udp-0.1.1 \ tokio-uds-0.2.5 \ toml-0.4.5 \ try-lock-0.2.2 \ typenum-1.10.0 \ uluru-0.3.0 \ unicase-2.4.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.5 \ unicode-segmentation-1.2.1 \ unicode-width-0.1.4 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ unreachable-1.0.0 \ url-2.1.0 \ urlencoding-1.0.0 \ utf8-ranges-1.0.4 \ uuid-0.7.4 \ vcpkg-0.2.2 \ vec_map-0.8.0 \ version_check-0.1.5 \ void-1.0.2 \ walkdir-2.1.4 \ want-0.0.6 \ warp-0.1.19 \ wasmparser-0.39.1 \ webdriver-0.40.2 \ webrender-0.60.0 \ webrender_api-0.60.0 \ webrender_build-0.0.1 \ webrtc-sdp-0.3.1 \ weedle-0.8.0 \ winapi-0.2.8 \ winapi-0.3.6 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wincolor-1.0.2 \ winreg-0.5.1 \ wr_malloc_size_of-0.0.1 \ ws-0.9.0 \ ws2_32-sys-0.2.1 \ xml-rs-0.8.0 \ yaml-rust-0.4.2 \ zip-0.4.2 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/geckodriver .include diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index 60f2d18de8c9..dfaf1855f06c 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -1,99 +1,99 @@ # Created by: Sergey A. Osokin PORTNAME= jwt-cli PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= osa@FreeBSD.org COMMENT= Super fast CLI tool to decode and encode JWTs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cargo USE_GITHUB= yes GH_ACCOUNT= mike-engel CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.12.3 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ bumpalo-3.6.0 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ crossbeam-utils-0.8.1 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ getrandom-0.1.16 \ hermit-abi-0.1.18 \ itoa-0.4.7 \ js-sys-0.3.47 \ jsonwebtoken-7.2.0 \ lazy_static-1.4.0 \ libc-0.2.86 \ log-0.4.14 \ memchr-2.3.4 \ num-0.2.1 \ num-bigint-0.2.6 \ num-complex-0.2.4 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.2.4 \ num-traits-0.2.14 \ once_cell-1.5.2 \ parse_duration-2.1.0 \ pem-0.8.2 \ proc-macro2-1.0.24 \ quote-1.0.9 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.3 \ regex-syntax-0.6.22 \ ring-0.16.20 \ rust-argon2-0.8.3 \ ryu-1.0.5 \ serde-1.0.123 \ serde_derive-1.0.123 \ serde_json-1.0.62 \ simple_asn1-0.4.1 \ spin-0.5.2 \ strsim-0.8.0 \ syn-1.0.60 \ term-0.6.1 \ term-painter-0.3.0 \ textwrap-0.11.0 \ thread_local-1.1.3 \ time-0.1.44 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ vec_map-0.8.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.70 \ wasm-bindgen-backend-0.2.70 \ wasm-bindgen-macro-0.2.70 \ wasm-bindgen-macro-support-0.2.70 \ wasm-bindgen-shared-0.2.70 \ web-sys-0.3.47 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/jwt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jwt .include diff --git a/www/lychee/Makefile b/www/lychee/Makefile index 04aef11111fb..9434d633d02a 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,321 +1,321 @@ PORTNAME= lychee #DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org COMMENT= Link checker LICENSE= APACHE20 MIT LICENSE_COMB= dual USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= lycheeverse PLIST_FILES= bin/lychee GH_TUPLE= softprops:hubcaps:a9e6616ecc7b8eef0ea0eaf6055d9610c8961500:hubcaps CARGO_INSTALL_PATH= lychee-bin CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ anyhow-1.0.40 \ arrayvec-0.5.2 \ ascii_utils-0.9.3 \ assert_cmd-1.0.3 \ async-channel-1.6.1 \ async-compression-0.3.7 \ async-executor-1.4.0 \ async-global-executor-2.0.2 \ async-io-1.3.1 \ async-lock-2.3.0 \ async-mutex-1.4.0 \ async-native-tls-0.3.3 \ async-process-1.0.2 \ async-smtp-0.4.0 \ async-std-1.9.0 \ async-std-resolver-0.20.1 \ async-task-4.0.3 \ async-trait-0.1.48 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.12.3 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ blocking-1.0.2 \ bstr-0.2.15 \ bufstream-0.1.4 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ bytes-1.0.1 \ cache-padded-1.1.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ check-if-email-exists-0.8.21 \ chrono-0.4.19 \ clap-2.33.3 \ concurrent-queue-1.2.2 \ config-0.10.1 \ console-0.14.1 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.8.3 \ ctor-0.1.20 \ data-encoding-2.3.2 \ deadpool-0.7.0 \ diff-0.1.12 \ difference-2.0.0 \ digest-0.9.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ doc-comment-0.3.3 \ either-1.6.1 \ encode_unicode-0.3.6 \ encoding_rs-0.8.28 \ enum-as-inner-0.3.3 \ event-listener-2.5.1 \ fast-socks5-0.4.2 \ fast_chemail-0.9.6 \ fastrand-1.4.0 \ flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ futf-0.1.4 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-lite-1.11.3 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-timer-3.0.2 \ futures-util-0.3.14 \ generic-array-0.14.4 \ getopts-0.2.21 \ getrandom-0.1.16 \ getrandom-0.2.2 \ glob-0.3.0 \ gloo-timers-0.2.1 \ h2-0.3.2 \ hashbrown-0.9.1 \ headers-0.3.4 \ headers-core-0.2.0 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hostname-0.1.5 \ hostname-0.3.1 \ html5ever-0.25.1 \ http-0.2.4 \ http-body-0.4.1 \ http-types-2.10.0 \ httparse-1.3.6 \ httpdate-0.3.2 \ hyper-0.14.5 \ hyper-tls-0.5.0 \ hyperx-1.3.0 \ idna-0.2.2 \ indexmap-1.6.2 \ indicatif-0.15.0 \ infer-0.2.3 \ instant-0.1.9 \ ipconfig-0.2.2 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.50 \ jsonwebtoken-7.2.0 \ kv-log-macro-1.0.7 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lexical-core-0.7.5 \ libc-0.2.93 \ linked-hash-map-0.5.4 \ linkify-0.6.0 \ lock_api-0.4.3 \ log-0.4.14 \ lru-cache-0.1.2 \ mac-0.1.1 \ mailchecker-4.0.6 \ markup5ever-0.10.0 \ markup5ever_rcdom-0.1.0 \ match_cfg-0.1.0 \ matches-0.1.8 \ memchr-2.3.4 \ mime-0.3.16 \ miniz_oxide-0.4.4 \ mio-0.7.11 \ miow-0.3.7 \ native-tls-0.2.7 \ nb-connect-1.1.0 \ new_debug_unreachable-1.0.4 \ nom-5.1.2 \ normalize-line-endings-0.3.0 \ ntapi-0.3.6 \ num-bigint-0.2.6 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ number_prefix-0.3.0 \ once_cell-1.7.2 \ opaque-debug-0.3.0 \ openssl-0.10.33 \ openssl-probe-0.1.2 \ openssl-sys-0.9.61 \ output_vt100-0.1.2 \ pad-0.1.6 \ parking-2.0.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ pem-0.8.3 \ percent-encoding-2.1.0 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ pin-project-1.0.6 \ pin-project-internal-1.0.6 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ polling-2.0.3 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ pretty_assertions-0.7.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.26 \ pulldown-cmark-0.8.0 \ quick-error-1.2.3 \ quote-1.0.9 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_pcg-0.2.1 \ redox_syscall-0.2.6 \ redox_users-0.4.0 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ reqwest-0.11.3 \ resolv-conf-0.7.0 \ ring-0.16.20 \ ryu-1.0.5 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-2.2.0 \ security-framework-sys-2.2.0 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_qs-0.7.2 \ serde_urlencoded-0.7.0 \ sha-1-0.9.4 \ shellexpand-2.1.0 \ signal-hook-0.3.8 \ signal-hook-registry-1.3.0 \ simple_asn1-0.4.1 \ siphasher-0.3.5 \ slab-0.4.2 \ smallvec-1.6.1 \ smawk-0.3.1 \ socket2-0.3.19 \ socket2-0.4.0 \ spin-0.5.2 \ static_assertions-1.1.0 \ string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.69 \ tempfile-3.2.0 \ tendril-0.4.2 \ terminal_size-0.1.16 \ textwrap-0.11.0 \ textwrap-0.13.4 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ time-0.1.43 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokio-1.5.0 \ tokio-macros-1.1.0 \ tokio-native-tls-0.3.0 \ tokio-socks-0.5.1 \ tokio-util-0.6.6 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ treeline-0.1.0 \ trust-dns-proto-0.20.1 \ trust-dns-resolver-0.20.1 \ try-lock-0.2.3 \ typed-builder-0.9.0 \ typenum-1.13.0 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-2.2.1 \ utf-8-0.7.5 \ uuid-0.8.2 \ value-bag-1.0.0-alpha.6 \ vcpkg-0.2.11 \ vec-arena-1.1.0 \ vec_map-0.8.2 \ version_check-0.9.3 \ wait-timeout-0.2.0 \ waker-fn-1.1.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ wepoll-sys-3.0.1 \ widestring-0.4.3 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ winreg-0.7.0 \ winutil-0.1.1 \ wiremock-0.5.2 \ xml5ever-0.16.1 CARGO_USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lychee .include diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index b261af3d5f69..3f0d3448cb47 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,364 +1,365 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org COMMENT= Ad-hoc HTTP server for file sharing LICENSE= APACHE20 BSD3CLAUSE CC0-1.0 ISCL MIT MPL20 UNLICENSE LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= svenstaro GH_TUPLE= svenstaro:mime_guess:ac76840e14bc6f2f7cbbb347052ec7e4de7e3043:mime_guess CARGO_CRATES= actix-codec-0.3.0 \ actix-connect-2.0.0 \ actix-files-0.5.0 \ actix-http-2.2.0 \ actix-macros-0.1.3 \ actix-multipart-0.3.0 \ actix-router-0.2.7 \ actix-rt-1.1.1 \ actix-server-1.0.4 \ actix-service-1.0.6 \ actix-testing-1.0.1 \ actix-threadpool-0.3.3 \ actix-tls-2.0.0 \ actix-utils-2.0.0 \ actix-web-3.3.2 \ actix-web-codegen-0.4.0 \ actix-web-httpauth-0.5.1 \ adler-1.0.2 \ adler32-1.2.0 \ ahash-0.3.8 \ aho-corasick-0.7.15 \ alphanumeric-sort-1.4.1 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ assert_cmd-1.0.3 \ assert_fs-1.0.1 \ async-trait-0.1.50 \ atty-0.2.14 \ autocfg-1.0.1 \ awc-2.0.3 \ base-x-0.2.8 \ base64-0.13.0 \ beef-0.4.4 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ brotli-sys-0.3.2 \ brotli2-0.3.2 \ bstr-0.2.15 \ buf-min-0.4.0 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ bytes-0.5.6 \ bytes-1.0.1 \ bytesize-1.0.1 \ bytestring-1.0.0 \ bzip2-0.3.3 \ bzip2-sys-0.1.10+1.0.8 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-humanize-0.1.2 \ clap-2.33.3 \ codemap-0.1.3 \ const_fn-0.4.7 \ convert_case-0.4.0 \ cookie-0.14.4 \ copyless-0.1.5 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ crossbeam-utils-0.8.3 \ ctor-0.1.20 \ derive_more-0.99.13 \ diff-0.1.12 \ difference-2.0.0 \ digest-0.9.0 \ discard-1.0.4 \ doc-comment-0.3.3 \ either-1.6.1 \ encoding_rs-0.8.28 \ enum-as-inner-0.3.3 \ filetime-0.2.14 \ flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ fxhash-0.2.1 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ globset-0.4.6 \ globwalk-0.8.1 \ grass-0.10.4 \ h2-0.2.7 \ h2-0.3.2 \ hashbrown-0.8.2 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hex-0.4.3 \ hostname-0.3.1 \ html5ever-0.25.1 \ http-0.2.4 \ http-body-0.4.1 \ httparse-1.4.0 \ httpdate-0.3.2 \ hyper-0.14.5 \ hyper-rustls-0.22.1 \ idna-0.2.3 \ ignore-0.4.17 \ indexmap-1.6.2 \ instant-0.1.9 \ iovec-0.1.4 \ ipconfig-0.2.2 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.50 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lasso-0.3.1 \ lazy_static-1.4.0 \ libc-0.2.93 \ libflate-1.1.0 \ libflate_lz77-1.1.0 \ linked-hash-map-0.5.4 \ lock_api-0.4.3 \ log-0.4.14 \ lru-cache-0.1.2 \ mac-0.1.1 \ markup5ever-0.10.0 \ markup5ever_rcdom-0.1.0 \ match_cfg-0.1.0 \ matches-0.1.8 \ maud-0.22.2 \ maud_htmlescape-0.17.0 \ maud_macros-0.22.2 \ memchr-2.3.4 \ mime-0.3.16 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ mio-0.7.11 \ mio-uds-0.6.8 \ miow-0.2.2 \ miow-0.3.7 \ nanoid-0.4.0 \ net2-0.2.37 \ new_debug_unreachable-1.0.4 \ nom-4.2.3 \ normalize-line-endings-0.3.0 \ ntapi-0.3.6 \ num-bigint-0.3.2 \ num-integer-0.1.44 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ opaque-debug-0.3.0 \ output_vt100-0.1.2 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ peekmore-0.5.6 \ percent-encoding-2.1.0 \ pest-2.1.3 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_macros-0.8.0 \ phf_shared-0.8.0 \ pin-project-0.4.28 \ pin-project-1.0.7 \ pin-project-internal-0.4.28 \ pin-project-internal-1.0.7 \ pin-project-lite-0.1.12 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ port_check-0.1.5 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ pretty_assertions-0.7.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.26 \ qrcodegen-1.6.0 \ quick-error-1.2.3 \ quote-1.0.9 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_pcg-0.2.1 \ redox_syscall-0.2.6 \ regex-1.4.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.23 \ remove_dir_all-0.5.3 \ reqwest-0.11.3 \ resolv-conf-0.7.0 \ ring-0.16.20 \ rle-decode-fast-1.0.1 \ rstest-0.7.0 \ rustc_version-0.2.3 \ rustc_version-0.3.3 \ rustls-0.19.1 \ ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ sct-0.6.1 \ select-0.5.0 \ semver-0.9.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_urlencoded-0.7.0 \ sha-1-0.9.4 \ sha1-0.6.0 \ sha2-0.9.3 \ signal-hook-registry-1.3.0 \ simplelog-0.10.0 \ siphasher-0.3.5 \ slab-0.4.2 \ smallvec-1.6.1 \ socket2-0.3.19 \ socket2-0.4.0 \ spin-0.5.2 \ standback-0.2.17 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ stdweb-internal-macros-0.2.9 \ stdweb-internal-runtime-0.1.5 \ string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ strum-0.20.0 \ strum_macros-0.20.1 \ syn-1.0.69 \ tar-0.4.33 \ tempfile-3.2.0 \ tendril-0.4.2 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ thread_local-1.1.3 \ threadpool-1.8.1 \ time-0.1.43 \ time-0.2.26 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokio-0.2.25 \ tokio-1.5.0 \ tokio-rustls-0.22.0 \ tokio-util-0.3.1 \ tokio-util-0.6.6 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ tracing-futures-0.2.5 \ treeline-0.1.0 \ trust-dns-proto-0.19.7 \ trust-dns-resolver-0.19.7 \ try-lock-0.2.3 \ twoway-0.2.1 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ unchecked-index-0.2.2 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-2.2.1 \ utf-8-0.7.6 \ v_escape-0.15.0 \ v_escape_derive-0.8.4 \ v_htmlescape-0.12.0 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.3 \ wait-timeout-0.2.0 \ walkdir-2.3.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ web-sys-0.3.50 \ webpki-0.21.4 \ webpki-roots-0.21.1 \ widestring-0.4.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ xattr-0.2.2 \ xml5ever-0.16.1 \ yansi-0.5.0 \ zip-0.5.12 CARGO_USE_GITHUB= yes # maud_macros uses feature(proc_macro) MAKE_ENV= RUSTC_BOOTSTRAP=1 PLIST_FILES= bin/miniserve PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/miniserve post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 89ecdbca02ec..f869db76beb9 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,215 +1,215 @@ PORTNAME= monolith DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= CLI tool for saving complete web pages as a single HTML file LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= Y2Z CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ assert_cmd-1.0.3 \ async-compression-0.3.7 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ bstr-0.2.15 \ bumpalo-3.6.1 \ byteorder-1.4.2 \ bytes-1.0.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ cloudabi-0.0.3 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ cssparser-0.28.1 \ cssparser-macros-0.6.0 \ difference-2.0.0 \ digest-0.9.0 \ doc-comment-0.3.3 \ dtoa-0.4.7 \ dtoa-short-0.3.3 \ encoding_rs-0.8.28 \ flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fuchsia-cprng-0.1.1 \ futf-0.1.4 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-io-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ h2-0.3.1 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ html5ever-0.24.1 \ http-0.2.3 \ http-body-0.4.0 \ httparse-1.3.5 \ httpdate-0.3.2 \ hyper-0.14.4 \ hyper-tls-0.5.0 \ idna-0.2.2 \ indexmap-1.6.2 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.48 \ lazy_static-1.4.0 \ libc-0.2.88 \ log-0.4.14 \ mac-0.1.1 \ markup5ever-0.9.0 \ matches-0.1.8 \ memchr-2.3.4 \ mime-0.3.16 \ miniz_oxide-0.4.4 \ mio-0.7.9 \ miow-0.3.6 \ native-tls-0.2.7 \ new_debug_unreachable-1.0.4 \ ntapi-0.3.6 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.7.2 \ opaque-debug-0.3.0 \ openssl-0.10.32 \ openssl-probe-0.1.2 \ openssl-sys-0.9.60 \ percent-encoding-2.1.0 \ phf-0.7.24 \ phf-0.8.0 \ phf_codegen-0.7.24 \ phf_generator-0.7.24 \ phf_generator-0.8.0 \ phf_macros-0.8.0 \ phf_shared-0.7.24 \ phf_shared-0.8.0 \ pin-project-1.0.5 \ pin-project-internal-1.0.5 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ predicates-1.0.7 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.24 \ quote-1.0.9 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_pcg-0.2.1 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.2.5 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ reqwest-0.11.1 \ ryu-1.0.5 \ schannel-0.1.19 \ security-framework-2.1.2 \ security-framework-sys-2.1.1 \ serde-1.0.124 \ serde_derive-1.0.124 \ serde_json-1.0.64 \ serde_urlencoded-0.7.0 \ sha2-0.9.3 \ siphasher-0.2.3 \ siphasher-0.3.3 \ slab-0.4.2 \ smallvec-1.6.1 \ socket2-0.3.19 \ string_cache-0.7.5 \ string_cache_codegen-0.4.4 \ string_cache_shared-0.3.0 \ strsim-0.8.0 \ syn-1.0.62 \ tempfile-3.2.0 \ tendril-0.4.2 \ textwrap-0.11.0 \ thread_local-1.1.3 \ time-0.1.44 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tokio-1.2.0 \ tokio-native-tls-0.3.0 \ tokio-util-0.6.3 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ treeline-0.1.0 \ try-lock-0.2.3 \ typenum-1.12.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.1 \ utf-8-0.7.5 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.71 \ wasm-bindgen-backend-0.2.71 \ wasm-bindgen-futures-0.4.21 \ wasm-bindgen-macro-0.2.71 \ wasm-bindgen-macro-support-0.2.71 \ wasm-bindgen-shared-0.2.71 \ web-sys-0.3.48 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 29de76c279d7..f9ed2849e2e9 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,146 +1,146 @@ # Created by: arved PORTNAME= newsboat PORTVERSION= 2.22.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mt-bugs@markoturk.info COMMENT= RSS feed reader for the text console LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor LIB_DEPENDS= libstfl.so:devel/stfl \ libcurl.so:ftp/curl \ libjson-c.so:devel/json-c USES= cargo compiler:c++11-lang gettext gmake gnome iconv:translit \ ncurses pkgconfig python:env shebangfix sqlite ssl tar:xz USE_GNOME= libxml2 SHEBANG_FILES= contrib/bookmark-evernote.sh contrib/feedgrabber.rb \ contrib/getpocket.com/send-to-pocket.sh contrib/heise.rb \ contrib/slashdot.rb doc/examples/example-exec-script.py \ contrib/image-preview/nbparser contrib/exportOPMLWithTags.py MAKE_ARGS= CARGO=${CARGO_CARGO_BIN} prefix=${PREFIX} MAKE_ENV= ${CARGO_ENV} CARGO_BUILD= no CARGO_INSTALL= no CARGO_TARGET_DIR= ${WRKSRC}/target CARGO_CRATES= addr2line-0.13.0 \ adler-0.2.3 \ aho-corasick-0.7.13 \ arrayvec-0.5.1 \ autocfg-1.0.1 \ backtrace-0.3.50 \ bit-set-0.5.2 \ bit-vec-0.6.2 \ bitflags-1.2.1 \ bitvec-0.19.4 \ block-0.1.6 \ byteorder-1.3.4 \ cc-1.0.60 \ cfg-if-0.1.10 \ chrono-0.4.19 \ clap-2.33.3 \ codespan-reporting-0.9.5 \ curl-sys-0.4.39+curl-7.74.0 \ cxx-0.5.10 \ cxx-build-0.5.10 \ cxxbridge-flags-0.5.10 \ cxxbridge-macro-0.5.10 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ funty-1.0.1 \ getrandom-0.1.15 \ gettext-rs-0.5.0 \ gettext-sys-0.19.9 \ gimli-0.22.0 \ idna-0.2.0 \ lazy_static-1.4.0 \ lexical-core-0.7.4 \ libc-0.2.81 \ libz-sys-1.1.2 \ link-cplusplus-1.0.4 \ locale_config-0.3.0 \ malloc_buf-0.0.6 \ matches-0.1.8 \ memchr-2.3.3 \ miniz_oxide-0.4.2 \ natord-1.0.9 \ nom-6.0.1 \ num-integer-0.1.43 \ num-traits-0.2.12 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ object-0.20.0 \ once_cell-1.5.2 \ openssl-sys-0.9.58 \ percent-encoding-2.1.0 \ pkg-config-0.3.18 \ ppv-lite86-0.2.9 \ proc-macro2-1.0.24 \ proptest-0.10.1 \ quick-error-1.2.3 \ quote-1.0.7 \ radium-0.5.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_xorshift-0.2.0 \ redox_syscall-0.1.57 \ regex-1.3.9 \ regex-syntax-0.6.18 \ remove_dir_all-0.5.3 \ rustc-demangle-0.1.16 \ rusty-fork-0.3.0 \ ryu-1.0.5 \ scratch-1.0.0 \ section_testing-0.0.4 \ static_assertions-1.1.0 \ syn-1.0.48 \ tap-1.0.0 \ tempfile-3.1.0 \ termcolor-1.1.0 \ textwrap-0.11.0 \ thread_local-1.0.1 \ time-0.1.44 \ tinyvec-0.3.4 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.13 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.0 \ vcpkg-0.2.10 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ 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 \ wyz-0.2.0 \ xdg-2.2.0 OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,fail "ncursesw",true,; s,fail "libcrypto",true,' \ -e 's,fail "libssl",true,' \ ${WRKSRC}/config.sh @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -l${NCURSES_IMPL}|;s|-Werror||' \ ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*boat .include diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 11b6b8a3f722..56d3c903baf0 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,133 +1,133 @@ PORTNAME= adblock DISTVERSION= 0.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= vendion@gmail.com COMMENT= Brave's adblock library in Python LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT # Although the port builds fine on some 32-bit architectures (e.g. i386) it # doesn't support creating 32-bit Python wheels for FreeBSD. Thus save build # time and skip the port at a early stage. # SEE devel/py-maturin/Makefile NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= the creation of 32-bit Python wheels is not supported for FreeBSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.8.3:devel/py-maturin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=20.2.3:devel/py-pip@${PY_FLAVOR} \ public_suffix_list>0:dns/public_suffix_list USES= cargo python:3.6+ USE_GITHUB= yes GH_ACCOUNT= ArniDagur GH_PROJECT= python-adblock USE_PYTHON= autoplist concurrent cython distutils CARGO_CRATES= adblock-0.3.10 \ addr-0.11.8 \ adler-0.2.3 \ aho-corasick-0.7.15 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ byteorder-1.3.4 \ cfg-if-1.0.0 \ crc32fast-1.2.1 \ ctor-0.1.16 \ either-1.6.1 \ flate2-1.0.19 \ form_urlencoded-1.0.0 \ ghost-0.1.2 \ idna-0.2.0 \ indoc-1.0.3 \ instant-0.1.9 \ inventory-0.1.10 \ inventory-impl-0.1.10 \ itertools-0.9.0 \ lazy_static-1.4.0 \ libc-0.2.81 \ lock_api-0.4.2 \ matches-0.1.8 \ memchr-2.3.4 \ miniz_oxide-0.4.3 \ num-traits-0.2.14 \ once_cell-1.5.2 \ parking_lot-0.11.1 \ parking_lot_core-0.8.1 \ paste-1.0.4 \ percent-encoding-2.1.0 \ proc-macro2-1.0.24 \ psl-2.0.7 \ psl-types-2.0.2 \ pyo3-0.13.1 \ pyo3-macros-0.13.1 \ pyo3-macros-backend-0.13.1 \ quote-1.0.7 \ redox_syscall-0.1.57 \ regex-1.4.2 \ regex-syntax-0.6.21 \ rmp-0.8.9 \ rmp-serde-0.13.7 \ scopeguard-1.1.0 \ seahash-3.0.7 \ serde-1.0.118 \ serde_derive-1.0.118 \ smallvec-1.5.1 \ syn-1.0.54 \ thread_local-1.0.1 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ twoway-0.2.1 \ unchecked-index-0.2.2 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-xid-0.2.1 \ unindent-0.1.7 \ url-2.2.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_BUILD= no CARGO_INSTALL= no CARGO_TARGET_DIR= ${WRKSRC}/target # This is to prevent Mk/Uses/python.mk do-configure target from firing. do-configure: do-build: @(cd ${BUILD_WRKSRC} ; \ PSL_PATH=""/usr/local/share/public_suffix_list/public_suffix_list.dat ${SETENV} \ ${MAKE_ENV} maturin build --release ${WITH_DEBUG:D:U--strip}) # Due to upstream not supplying a setup.py file or other way to install # using pip command for now... do-install: @(cd ${INSTALL_WRKSRC} ; \ ${INSTALL_DATA} "target/release/libadblock.so" \ "${STAGEDIR}/${PREFIX}/lib" ; \ ${SETENV} ${MAKE_ENV} pip install --isolated --root=${STAGEDIR} \ --ignore-installed --no-deps target/wheels/*.whl) post-install: (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PREFIX} \ -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/adblock/adblock*.so # Regenerate .PLIST.pymodtemp to get all installed files from # ${STAGEDIR} because the file that is generated in the first place # contains only the EGG files as a whole. # SEE devel/py-maturin/Makefile @${FIND} ${STAGEDIR} \ -type f -o -type l | \ ${SORT} | \ ${SED} -e 's|${STAGEDIR}||' \ > ${WRKDIR}/.PLIST.pymodtmp .include diff --git a/www/rearx/Makefile b/www/rearx/Makefile index ebf3b3ddbcb2..652f8de3c095 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -1,180 +1,180 @@ PORTNAME= rearx DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= TUI client for the Searx meta-search engine, written in Rust LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= garak92 CARGO_CRATES= \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ bstr-0.2.15 \ bumpalo-3.6.1 \ byteorder-1.4.3 \ bytes-1.0.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ crossbeam-utils-0.8.3 \ csv-1.1.6 \ csv-core-0.1.10 \ dirs-1.0.5 \ dtoa-0.4.7 \ encode_unicode-0.3.6 \ encoding_rs-0.8.28 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ futures-channel-0.3.13 \ futures-core-0.3.13 \ futures-sink-0.3.13 \ futures-task-0.3.13 \ futures-util-0.3.13 \ gag-0.1.10 \ getrandom-0.1.16 \ getrandom-0.2.2 \ h2-0.3.1 \ hashbrown-0.9.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ http-0.2.3 \ http-body-0.4.0 \ httparse-1.3.5 \ httpdate-0.3.2 \ hyper-0.14.4 \ hyper-tls-0.5.0 \ idna-0.2.2 \ indexmap-1.6.2 \ instant-0.1.9 \ ipnet-2.3.0 \ itoa-0.4.7 \ js-sys-0.3.48 \ lazy_static-1.4.0 \ libc-0.2.88 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.3.4 \ mime-0.3.16 \ mio-0.7.9 \ miow-0.3.6 \ native-tls-0.2.7 \ ntapi-0.3.6 \ num_cpus-1.13.0 \ numtoa-0.1.0 \ once_cell-1.7.2 \ openssl-0.10.32 \ openssl-probe-0.1.2 \ openssl-sys-0.9.60 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ percent-encoding-2.1.0 \ pin-project-1.0.5 \ pin-project-internal-1.0.5 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ prettytable-rs-0.8.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ quote-1.0.9 \ rand-0.8.3 \ rand_chacha-0.3.0 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.5 \ redox_termios-0.1.2 \ redox_users-0.3.5 \ regex-automata-0.1.9 \ remove_dir_all-0.5.3 \ reqwest-0.11.2 \ rust-argon2-0.8.3 \ ryu-1.0.5 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-2.1.2 \ security-framework-sys-2.1.1 \ serde-1.0.124 \ serde_derive-1.0.124 \ serde_json-1.0.64 \ serde_urlencoded-0.7.0 \ serde_yaml-0.8.17 \ signal-hook-registry-1.3.0 \ slab-0.4.2 \ smallvec-1.6.1 \ socket2-0.3.19 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.63 \ tempfile-3.2.0 \ term-0.5.2 \ termion-1.5.6 \ textwrap-0.11.0 \ tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ tokio-1.3.0 \ tokio-macros-1.1.0 \ tokio-native-tls-0.3.0 \ tokio-util-0.6.4 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-core-0.1.17 \ try-lock-0.2.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ url-2.2.1 \ vcpkg-0.2.11 \ version_check-0.9.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.71 \ wasm-bindgen-backend-0.2.71 \ wasm-bindgen-futures-0.4.21 \ wasm-bindgen-macro-0.2.71 \ wasm-bindgen-macro-support-0.2.71 \ wasm-bindgen-shared-0.2.71 \ web-sys-0.3.48 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ yaml-rust-0.4.5 SUB_LIST= ETCDIR=${ETCDIR} SUB_FILES= pkg-message post-patch: ${REINPLACE_CMD} -e 's|/etc/rearx/rearx.yaml|${PREFIX}/etc/rearx/rearx.yaml|' ${WRKSRC}/src/request.rs post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rearx ${INSTALL_DATA} ${WRKSRC}/rearx.yaml ${STAGEDIR}${PREFIX}/etc/rearx/rearx.yaml.sample .include diff --git a/www/websocat/Makefile b/www/websocat/Makefile index 9a52320d845d..4f648b53f392 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -1,188 +1,189 @@ # Created by: Sergey A. Osokin PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= osa@FreeBSD.org COMMENT= WebSockets tools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= vi CARGO_FEATURES= ssl seqpacket --no-default-features CARGO_CRATES= anymap-0.12.1 \ arc-swap-0.4.3 \ atty-0.2.14 \ autocfg-0.1.7 \ base64-0.9.3 \ base64-0.10.1 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byteorder-1.3.2 \ bytes-0.4.12 \ c2-chacha-0.2.3 \ cc-1.0.41 \ cfg-if-0.1.9 \ clap-2.33.0 \ cloudabi-0.0.3 \ core-foundation-0.6.4 \ core-foundation-sys-0.6.2 \ crossbeam-deque-0.7.2 \ crossbeam-epoch-0.8.0 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.6 \ crossbeam-utils-0.7.0 \ derivative-1.0.3 \ digest-0.8.1 \ env_logger-0.6.2 \ fake-simd-0.1.2 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.29 \ generic-array-0.12.3 \ getrandom-0.1.13 \ heck-0.3.1 \ hermit-abi-0.1.18 \ hex-0.4.2 \ http-0.1.19 \ http-bytes-0.1.0 \ httparse-1.3.4 \ hyper-0.10.16 \ idna-0.1.5 \ iovec-0.1.4 \ itoa-0.4.4 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.65 \ lock_api-0.1.5 \ log-0.3.9 \ log-0.4.8 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memoffset-0.5.3 \ mime-0.2.6 \ mio-0.6.19 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ native-tls-0.2.3 \ net2-0.2.33 \ num_cpus-1.11.0 \ opaque-debug-0.2.3 \ openssl-0.10.25 \ openssl-probe-0.1.2 \ openssl-src-111.13.0+1.1.1i \ openssl-sys-0.9.52 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot_core-0.4.0 \ percent-encoding-1.0.1 \ pkg-config-0.3.17 \ ppv-lite86-0.2.6 \ proc-macro2-0.4.30 \ quote-0.6.13 \ rand-0.6.5 \ rand-0.7.2 \ rand_chacha-0.1.1 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ readwrite-0.1.1 \ redox_syscall-0.1.56 \ remove_dir_all-0.5.2 \ rustc_version-0.2.3 \ safemem-0.3.3 \ schannel-0.1.16 \ scopeguard-0.3.3 \ scopeguard-1.0.0 \ security-framework-0.3.3 \ security-framework-sys-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ sha-1-0.8.2 \ signal-hook-0.1.11 \ signal-hook-registry-1.1.1 \ slab-0.4.2 \ slab_typesafe-0.1.3 \ smallvec-0.6.13 \ smart-default-0.3.0 \ socket2-0.3.11 \ stable_deref_trait-1.1.1 \ structopt-0.2.16 \ structopt-derive-0.2.16 \ syn-0.15.44 \ tempfile-3.1.0 \ textwrap-0.11.0 \ time-0.1.42 \ tk-listen-0.2.1 \ tokio-0.1.22 \ tokio-codec-0.1.1 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.8 \ tokio-file-unix-0.5.1 \ tokio-fs-0.1.6 \ tokio-io-0.1.12 \ tokio-named-pipes-0.1.0 \ tokio-process-0.2.4 \ tokio-reactor-0.1.9 \ tokio-signal-0.2.7 \ tokio-stdin-stdout-0.1.5 \ tokio-sync-0.1.7 \ tokio-tcp-0.1.3 \ tokio-threadpool-0.1.16 \ tokio-timer-0.2.11 \ tokio-tls-0.2.1 \ tokio-udp-0.1.5 \ tokio-uds-0.2.5 \ traitobject-0.1.0 \ typeable-0.1.2 \ typenum-1.12.0 \ unicase-1.4.2 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.9 \ unicode-segmentation-1.5.0 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ url-1.7.2 \ vcpkg-0.2.7 \ version_check-0.1.5 \ wasi-0.7.0 \ websocket-0.26.2 \ websocket-base-0.26.2 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 PLIST_FILES= bin/websocat post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/websocat .include diff --git a/www/zola/Makefile b/www/zola/Makefile index 11625bbf568a..1e3198d12872 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,364 +1,364 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org COMMENT= Fast static site generator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libonig.so:devel/oniguruma \ libsass.so:textproc/libsass USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= getzola GH_TUPLE= frondeus:test-case:65b6fb60c69054950a149b64a0a9f042c0e4fd59:testcase CARGO_CRATES= adler-0.2.3 \ adler32-1.2.0 \ ahash-0.3.8 \ aho-corasick-0.7.15 \ ammonia-3.1.0 \ ansi_term-0.11.0 \ arrayvec-0.5.2 \ assert-json-diff-1.1.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bincode-1.3.1 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ bstr-0.2.14 \ bumpalo-3.4.0 \ byte-tools-0.3.1 \ bytecount-0.3.2 \ bytecount-0.6.2 \ bytemuck-1.4.1 \ byteorder-1.4.2 \ bytes-0.4.12 \ bytes-1.0.0 \ cc-1.0.66 \ cedarwood-0.4.4 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-tz-0.5.3 \ clap-2.33.3 \ color_quant-1.1.0 \ colored-1.9.3 \ const_fn-0.4.5 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.0 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.1 \ crossbeam-utils-0.8.1 \ csv-1.1.5 \ csv-core-0.1.10 \ ctrlc-3.1.7 \ deflate-0.8.6 \ deunicode-0.4.3 \ difference-2.0.0 \ digest-0.8.1 \ digest-0.9.0 \ doc-comment-0.3.3 \ dtoa-0.4.7 \ either-1.6.1 \ elasticlunr-rs-2.3.9 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ encoding-index-simpchinese-1.20141219.5 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ encoding_rs-0.8.26 \ extend-0.1.2 \ fake-simd-0.1.2 \ filetime-0.2.13 \ flate2-1.0.19 \ fnv-1.0.7 \ form_urlencoded-1.0.0 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ futures-channel-0.3.9 \ futures-core-0.3.9 \ futures-io-0.3.9 \ futures-macro-0.3.9 \ futures-sink-0.3.9 \ futures-task-0.3.9 \ futures-util-0.3.9 \ generic-array-0.12.3 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.1 \ gh-emoji-1.0.3 \ gif-0.11.1 \ glob-0.3.0 \ globset-0.4.6 \ globwalk-0.8.1 \ h2-0.3.0 \ hashbrown-0.8.2 \ heck-0.3.2 \ hermit-abi-0.1.17 \ html5ever-0.25.1 \ http-0.2.3 \ http-body-0.4.0 \ httparse-1.3.4 \ httpdate-0.3.2 \ humansize-1.1.0 \ hyper-0.14.2 \ hyper-rustls-0.22.1 \ idna-0.2.0 \ ignore-0.4.17 \ image-0.23.12 \ indexmap-1.5.2 \ inotify-0.7.1 \ inotify-sys-0.1.4 \ iovec-0.1.4 \ ipnet-2.3.0 \ itoa-0.4.7 \ jieba-rs-0.5.1 \ jpeg-decoder-0.1.20 \ js-sys-0.3.46 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ levenshtein_automata-0.1.1 \ lexical-core-0.7.4 \ libc-0.2.82 \ lindera-0.3.5 \ lindera-core-0.3.3 \ lindera-dictionary-0.3.3 \ lindera-fst-0.1.1 \ lindera-ipadic-0.3.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ log-0.4.11 \ mac-0.1.1 \ maplit-1.0.2 \ markup5ever-0.10.0 \ markup5ever_rcdom-0.1.0 \ matches-0.1.8 \ memchr-2.3.4 \ memoffset-0.6.1 \ mime-0.3.16 \ minify-html-0.4.1 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ mio-0.7.7 \ mio-extras-2.0.6 \ miow-0.2.2 \ miow-0.3.6 \ mockito-0.28.0 \ net2-0.2.37 \ new_debug_unreachable-1.0.4 \ nix-0.18.0 \ nom-5.1.2 \ nom-bibtex-0.3.0 \ nom-tracable-0.5.2 \ nom-tracable-macros-0.5.2 \ nom_locate-1.0.0 \ nom_locate-2.1.0 \ notify-4.0.15 \ ntapi-0.3.6 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ once_cell-1.5.2 \ onig-6.1.1 \ onig_sys-69.6.0 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ open-1.4.0 \ parse-zoneinfo-0.3.0 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ pin-project-0.4.27 \ pin-project-1.0.3 \ pin-project-internal-0.4.27 \ pin-project-internal-1.0.3 \ pin-project-lite-0.2.2 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ plist-1.0.1 \ png-0.16.8 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ pulldown-cmark-0.8.0 \ quick-error-1.2.3 \ quote-1.0.8 \ rand-0.7.3 \ rand-0.8.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.0 \ rand_core-0.5.1 \ rand_core-0.6.1 \ rand_hc-0.2.0 \ rand_hc-0.3.0 \ rand_pcg-0.2.1 \ rayon-1.5.0 \ rayon-core-1.9.0 \ redox_syscall-0.1.57 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.4.2 \ regex-syntax-0.6.22 \ relative-path-1.3.2 \ remove_dir_all-0.5.3 \ reqwest-0.11.0 \ ring-0.16.19 \ roxmltree-0.13.1 \ rust-stemmers-1.2.0 \ rustls-0.19.0 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ sass-rs-0.2.2 \ sass-sys-0.4.21 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ sct-0.6.0 \ serde-1.0.118 \ serde_derive-1.0.118 \ serde_json-1.0.61 \ serde_urlencoded-0.6.1 \ serde_urlencoded-0.7.0 \ serde_yaml-0.8.15 \ sha-1-0.8.2 \ sha2-0.9.2 \ siphasher-0.3.3 \ slab-0.4.2 \ slotmap-0.4.0 \ slug-0.1.4 \ smallvec-1.6.1 \ socket2-0.3.19 \ spin-0.5.2 \ static_assertions-1.1.0 \ string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ strsim-0.8.0 \ strum-0.18.0 \ strum_macros-0.18.0 \ svg_metadata-0.4.2 \ syn-1.0.58 \ syntect-4.5.0 \ tempfile-3.1.0 \ tendril-0.4.2 \ tera-1.6.1 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thread_local-1.1.0 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ tokio-1.0.1 \ tokio-rustls-0.22.0 \ tokio-stream-0.1.1 \ tokio-util-0.6.0 \ toml-0.5.8 \ tower-service-0.3.0 \ tracing-0.1.22 \ tracing-core-0.1.17 \ tracing-futures-0.2.4 \ try-lock-0.2.3 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ unic-char-property-0.9.0 \ unic-char-range-0.9.0 \ unic-common-0.9.0 \ unic-segment-0.9.0 \ unic-ucd-segment-0.9.0 \ unic-ucd-version-0.9.0 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ untrusted-0.7.1 \ url-2.2.0 \ utf-8-0.7.5 \ utf8-ranges-1.0.4 \ vec_map-0.8.2 \ version_check-0.9.2 \ walkdir-2.3.1 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.1+wasi-snapshot-preview1 \ wasm-bindgen-0.2.69 \ wasm-bindgen-backend-0.2.69 \ wasm-bindgen-futures-0.4.19 \ wasm-bindgen-macro-0.2.69 \ wasm-bindgen-macro-support-0.2.69 \ wasm-bindgen-shared-0.2.69 \ web-sys-0.3.46 \ webpki-0.21.4 \ webpki-roots-0.21.0 \ weezl-0.1.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws-0.9.1 \ ws2_32-sys-0.2.1 \ xml-rs-0.8.3 \ xml5ever-0.16.1 \ xmlparser-0.13.3 \ yaml-rust-0.4.5 CARGO_USE_GITHUB= yes MAKE_ENV= CARGO_PROFILE_RELEASE_LTO=off PLIST_FILES= bin/zola \ etc/bash_completion.d/zola.bash \ share/fish/completions/zola.fish \ share/zsh/site-functions/_zola PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zola @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/zola.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completions/zola.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/completions/_zola \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-DOCS-on: @cd ${WRKSRC}/docs && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 655acd00d95b..584d35b902f9 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -1,57 +1,57 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= x11 MAINTAINER= rigoletto@FreeBSD.org COMMENT= Merge concurrent outputs for a status bar LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= sector-f CARGO_CRATES= ansi_term-0.10.2 \ atty-0.2.6 \ bitflags-1.0.1 \ clap-2.29.2 \ libc-0.2.49 \ num_cpus-1.8.0 \ quote-0.3.15 \ redox_syscall-0.1.37 \ redox_termios-0.1.1 \ serde-1.0.27 \ serde_derive-1.0.27 \ serde_derive_internals-0.19.0 \ strsim-0.6.0 \ syn-0.11.11 \ synom-0.11.3 \ termion-1.5.1 \ textwrap-0.9.0 \ threadpool-1.7.1 \ toml-0.4.5 \ unicode-width-0.1.4 \ unicode-xid-0.0.4 \ vec_map-0.8.0 \ winapi-0.3.3 \ winapi-i686-pc-windows-gnu-0.3.2 \ winapi-x86_64-pc-windows-gnu-0.3.2 OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * PLIST_FILES= bin/admiral post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/admiral post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} admiral.d ${STAGEDIR}${EXAMPLESDIR}/admiral.d) .include diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index cd9275604ee4..89e5fd0b0d37 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,272 +1,272 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= mikael@FreeBSD.org COMMENT= GPU-accelerated terminal emulator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 TEST_DEPENDS= dejavu>0:x11-fonts/dejavu USES= cargo localbase:ldflags python:3.6+,build ssl:build USE_GITHUB= yes CARGO_CRATES= ab_glyph_rasterizer-0.1.4 \ adler32-1.2.0 \ andrew-0.3.1 \ android_glue-0.2.3 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.12.3 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ block-0.1.6 \ byteorder-1.4.2 \ calloop-0.6.5 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cgl-0.3.2 \ clap-2.33.3 \ clipboard-win-3.1.1 \ cmake-0.1.45 \ cocoa-0.23.0 \ cocoa-0.24.0 \ cocoa-foundation-0.1.0 \ constant_time_eq-0.1.5 \ copypasta-0.7.1 \ core-foundation-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.7.0 \ core-foundation-sys-0.8.2 \ core-graphics-0.19.2 \ core-graphics-0.22.2 \ core-graphics-types-0.1.1 \ core-text-19.1.0 \ core-video-sys-0.1.4 \ crc32fast-1.2.1 \ crossbeam-utils-0.8.1 \ crossfont-0.2.0 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ derivative-2.2.0 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ dispatch-0.2.0 \ dlib-0.4.2 \ downcast-rs-1.2.0 \ dtoa-0.4.7 \ dwrote-0.11.0 \ embed-resource-1.5.1 \ expat-sys-2.1.6 \ filetime-0.2.14 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.1 \ foreign-types-shared-0.1.1 \ foreign-types-shared-0.3.0 \ freetype-rs-0.26.0 \ freetype-sys-0.13.1 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ getrandom-0.1.16 \ gl_generator-0.14.0 \ glutin-0.26.0 \ glutin_egl_sys-0.1.5 \ glutin_emscripten_sys-0.1.1 \ glutin_gles2_sys-0.1.5 \ glutin_glx_sys-0.1.7 \ glutin_wgl_sys-0.1.5 \ hermit-abi-0.1.18 \ ident_case-1.0.1 \ inotify-0.7.1 \ inotify-sys-0.1.5 \ instant-0.1.9 \ iovec-0.1.4 \ itoa-0.4.7 \ jni-sys-0.3.0 \ kernel32-sys-0.2.2 \ khronos_api-3.1.0 \ lazy-bytes-cast-5.0.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.86 \ libloading-0.6.7 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ malloc_buf-0.0.6 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ memmap2-0.1.0 \ miniz_oxide-0.3.7 \ mio-0.6.23 \ mio-anonymous-pipes-0.1.0 \ mio-extras-2.0.6 \ miow-0.2.2 \ miow-0.3.6 \ ndk-0.2.1 \ ndk-glue-0.2.1 \ ndk-macro-0.2.0 \ ndk-sys-0.2.1 \ net2-0.2.37 \ nix-0.18.0 \ nom-6.1.0 \ notify-4.0.15 \ num_enum-0.4.3 \ num_enum_derive-0.4.3 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ once_cell-1.5.2 \ osmesa-sys-0.1.2 \ owned_ttf_parser-0.6.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ png-0.16.8 \ proc-macro-crate-0.1.5 \ proc-macro2-1.0.24 \ quote-1.0.9 \ raw-window-handle-0.3.3 \ redox_syscall-0.1.57 \ redox_syscall-0.2.4 \ redox_users-0.3.5 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ rust-argon2-0.8.3 \ rusttype-0.9.2 \ ryu-1.0.5 \ same-file-1.0.6 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ serde-1.0.123 \ serde_derive-1.0.123 \ serde_json-1.0.62 \ serde_yaml-0.8.17 \ servo-fontconfig-0.5.1 \ servo-fontconfig-sys-5.1.0 \ shared_library-0.1.9 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ slab-0.4.2 \ smallvec-1.6.1 \ smithay-client-toolkit-0.12.2 \ smithay-clipboard-0.6.3 \ socket2-0.3.19 \ spsc-buffer-0.1.1 \ strsim-0.8.0 \ strsim-0.9.3 \ syn-1.0.60 \ textwrap-0.11.0 \ thiserror-1.0.23 \ thiserror-impl-1.0.23 \ time-0.1.44 \ toml-0.5.8 \ ttf-parser-0.6.2 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ urlocator-0.1.4 \ utf8parse-0.2.0 \ vec_map-0.8.2 \ version_check-0.9.2 \ vswhom-0.1.0 \ vswhom-sys-0.1.0 \ vte-0.10.0 \ vte_generate_state_changes-0.1.1 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wayland-client-0.28.3 \ wayland-commons-0.28.3 \ wayland-cursor-0.28.3 \ wayland-egl-0.28.3 \ wayland-protocols-0.28.3 \ wayland-scanner-0.28.3 \ wayland-sys-0.28.3 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winit-0.24.0 \ winreg-0.8.0 \ wio-0.2.2 \ ws2_32-sys-0.2.1 \ x11-clipboard-0.5.1 \ x11-dl-2.18.5 \ xcb-0.9.0 \ xcursor-0.3.3 \ xdg-2.2.0 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 CARGO_USE_GITHUB= yes CARGO_INSTALL_PATH= alacritty CARGO_FEATURES+= --no-default-features CARGO_CARGOTOML= ${WRKSRC}/${PORTNAME}/Cargo.toml # For xcb crate BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_FILES= bin/alacritty \ etc/bash_completion.d/alacritty.bash \ share/fish/completions/alacritty.fish \ share/man/man1/alacritty.1.gz \ share/pixmaps/Alacritty.svg \ share/zsh/site-functions/_alacritty \ ${DESKTOPDIR}/Alacritty.desktop PORTEXAMPLES= alacritty.yml OPTIONS_DEFINE= EXAMPLES BACKEND_DESC= Display backend OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= WAYLAND X11 OPTIONS_DEFAULT= WAYLAND X11 WAYLAND_VARS= CARGO_FEATURES+=wayland X11_USES= xorg X11_USE= XORG=xcb X11_VARS= CARGO_FEATURES+=x11 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/alacritty ${INSTALL_DATA} ${WRKSRC}/extra/linux/Alacritty.desktop \ ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/extra/logo/alacritty-term.svg \ ${STAGEDIR}${PREFIX}/share/pixmaps/Alacritty.svg ${INSTALL_MAN} ${WRKSRC}/extra/alacritty.man \ ${STAGEDIR}${PREFIX}/share/man/man1/alacritty.1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/extra/completions/alacritty.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/extra/completions/alacritty.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/extra/completions/_alacritty \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index b498693847eb..8a9dbc72fbd5 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,95 +1,96 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= On-screen keyboard for Wayland LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_11= requires getrandom() BROKEN_FreeBSD_12_powerpc64= fails to compile: rs.e2mg9us3-cgu.14:(.text.imservice_handle_commit_state+0x228): undefined reference to 'eekboard_context_service_show_keyboard' BROKEN_FreeBSD_13_powerpc64= fails to link: ld: error: undefined symbol: eekboard_context_service_get_overlay BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols LIB_DEPENDS= libfeedback-0.0.so:accessibility/feedbackd \ libwayland-client.so:graphics/wayland \ libcroco-0.6.so:textproc/libcroco \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= cargo compiler:c11 gettext-tools gnome meson pkgconfig USE_GITLAB= yes USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 gtk30 GL_SITE= https://source.puri.sm GL_ACCOUNT= Librem5 GL_COMMIT= 8aefae9634778402a4fea776ad40f20296f63e34 MAKE_ENV= ${CARGO_ENV} MESON_ARGS= -Dstrict=false PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}-entry \ bin/${PORTNAME}-test-layout \ share/applications/sm.puri.Squeekboard.desktop CARGO_CRATES= atk-0.7.0 \ atk-sys-0.9.1 \ bitflags-1.2.1 \ cairo-rs-0.7.1 \ cairo-sys-rs-0.9.2 \ cc-1.0.67 \ clap-2.33.3 \ dtoa-0.4.8 \ fragile-0.3.0 \ gdk-0.11.0 \ gdk-pixbuf-0.7.0 \ gdk-pixbuf-sys-0.9.1 \ gdk-sys-0.9.1 \ gio-0.7.0 \ gio-sys-0.9.1 \ glib-0.8.2 \ glib-sys-0.9.1 \ gobject-sys-0.9.1 \ gtk-0.7.0 \ gtk-sys-0.9.2 \ lazy_static-1.4.0 \ libc-0.2.93 \ linked-hash-map-0.5.4 \ maplit-1.0.2 \ memmap-0.7.0 \ pango-0.7.0 \ pango-sys-0.9.1 \ pkg-config-0.3.19 \ proc-macro2-1.0.26 \ quote-1.0.9 \ regex-1.3.9 \ regex-syntax-0.6.23 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_yaml-0.8.17 \ syn-1.0.69 \ textwrap-0.11.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xkbcommon-0.4.0 \ yaml-rust-0.4.5 CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no TARGET_ORDER_OVERRIDE= 750:cargo-configure CARGO_CARGOTOML= ${BUILD_WRKSRC}/Cargo.toml post-patch: # Add --verbose after each cargo subcommand @${REINPLACE_CMD} -e '/^cargo/s/"$$@"/--verbose &/' \ ${WRKSRC}/cargo.sh post-configure: # Provide preprocessed Cargo.toml for USES=cargo @${DO_MAKE_BUILD} -C ${BUILD_WRKSRC} Cargo.toml .include diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 1d0808cfc83a..c6f59851f006 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,515 +1,516 @@ PORTNAME= wezterm DISTVERSION= 20210502-154244-3f7122cb +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= GPU-accelerated terminal emulator and multiplexer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libfontconfig.so:x11-fonts/fontconfig \ libxkbcommon-x11.so:x11/libxkbcommon \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-icccm.so:x11/xcb-util-wm USES= cargo python:3.4+,build ssl xorg USE_GITHUB= yes USE_XORG= x11 xcb GH_ACCOUNT= wez GH_TUPLE= harfbuzz:harfbuzz:2.7.2:harfbuzz/deps/harfbuzz/harfbuzz \ glennrp:libpng:v1.6.36-805-g8439534da:libpng/deps/freetype/libpng \ madler:zlib:v1.2.11:zlib/deps/freetype/zlib \ freetype:freetype:VER-2-10-2-80-g6a2b3e400:freetype/deps/freetype/freetype2 \ yeslogic:allsorts:3947164a201ab5e15d5f23204faaaaaad52531aa:allsorts \ libssh2:libssh2:libssh2-1.9.0-93-g5627b82:libssh2/../ssh2-rs-c65067040c97a0cf7f96c69d6fc87764a32c34ae/libssh2-sys/libssh2 \ wez:ssh2-rs:c65067040c97a0cf7f96c69d6fc87764a32c34ae:libsshsys \ wez:xkbcommon-rs:01a0a0cd5663405e6e4abb1ad3add9add1496f58:xkbcommon PLIST_FILES= bin/strip-ansi-escapes \ bin/${PORTNAME} \ bin/${PORTNAME}-gui \ bin/${PORTNAME}-mux-server \ etc/profile.d/${PORTNAME}.sh \ share/applications/org.wezfurlong.wezterm.desktop \ share/icons/hicolor/128x128/apps/org.wezfurlong.wezterm.png \ share/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg \ share/metainfo/org.wezfurlong.wezterm.appdata.xml \ ${NULL} CARGO_CRATES= ab_glyph_rasterizer-0.1.4 \ addr2line-0.14.1 \ adler-1.0.2 \ adler32-1.2.0 \ ahash-0.4.7 \ aho-corasick-0.7.18 \ alloc-no-stdlib-2.0.1 \ alloc-stdlib-0.2.1 \ andrew-0.3.1 \ ansi_term-0.11.0 \ anyhow-1.0.40 \ approx-0.3.2 \ arrayvec-0.5.2 \ async-channel-1.6.1 \ async-executor-1.4.1 \ async-fs-1.5.0 \ async-global-executor-2.0.2 \ async-io-1.4.1 \ async-lock-2.4.0 \ async-mutex-1.4.0 \ async-net-1.6.0 \ async-process-1.1.0 \ async-std-1.9.0 \ async-task-4.0.3 \ async-trait-0.1.50 \ atomic-waker-1.0.0 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.58 \ base64-0.13.0 \ battery-0.7.8 \ benchmarking-0.4.10 \ bitflags-1.2.1 \ bitreader-0.3.3 \ bitvec-0.19.5 \ block-0.1.6 \ block-buffer-0.7.3 \ block-buffer-0.9.0 \ block-padding-0.1.5 \ blocking-1.0.2 \ brotli-decompressor-2.3.1 \ bstr-0.1.4 \ bstr-0.2.16 \ bumpalo-3.6.1 \ byte-tools-0.3.1 \ bytemuck-1.5.1 \ byteorder-1.4.3 \ cache-padded-1.1.1 \ calloop-0.6.5 \ cassowary-0.3.0 \ cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cgl-0.3.2 \ chrono-0.4.19 \ clap-2.33.3 \ clipboard-0.5.0 \ clipboard-win-2.2.0 \ cloudabi-0.0.3 \ cocoa-0.20.2 \ color_quant-1.1.0 \ colored-1.9.3 \ concurrent-queue-1.2.2 \ const-sha1-0.2.0 \ core-foundation-0.7.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.7.0 \ core-foundation-sys-0.8.2 \ core-graphics-0.19.2 \ core-graphics-0.22.2 \ core-graphics-types-0.1.1 \ core-text-19.2.0 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ crossbeam-0.8.0 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.4 \ crossbeam-queue-0.3.1 \ crossbeam-utils-0.8.4 \ ctor-0.1.20 \ deflate-0.8.6 \ derivative-2.2.0 \ diff-0.1.12 \ difference-2.0.0 \ digest-0.8.1 \ digest-0.9.0 \ dirs-2.0.2 \ dirs-next-2.0.0 \ dirs-sys-0.3.6 \ dirs-sys-next-0.1.2 \ dlib-0.4.2 \ dlib-0.5.0 \ doc-comment-0.3.3 \ downcast-rs-1.2.0 \ dwrote-0.11.0 \ either-1.6.1 \ embed-resource-1.6.2 \ encoding_rs-0.8.28 \ enum-display-derive-0.1.1 \ enumflags2-0.6.4 \ enumflags2_derive-0.6.4 \ env_logger-0.7.1 \ euclid-0.22.3 \ event-listener-2.5.1 \ evmap-6.0.1 \ fake-simd-0.1.2 \ fastrand-1.4.1 \ filenamegen-0.2.4 \ filetime-0.2.14 \ flate2-1.0.20 \ flume-0.10.5 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ funty-1.1.0 \ futures-0.3.14 \ futures-channel-0.3.14 \ futures-core-0.3.14 \ futures-executor-0.3.14 \ futures-io-0.3.14 \ futures-lite-1.11.3 \ futures-macro-0.3.14 \ futures-sink-0.3.14 \ futures-task-0.3.14 \ futures-util-0.3.14 \ generic-array-0.12.4 \ generic-array-0.14.4 \ getopts-0.2.21 \ getrandom-0.1.16 \ getrandom-0.2.2 \ gif-0.11.2 \ gimli-0.23.0 \ gl_generator-0.14.0 \ glium-0.28.0 \ gloo-timers-0.2.1 \ glyph-names-0.1.0 \ guillotiere-0.6.0 \ hashbrown-0.5.0 \ hashbrown-0.9.1 \ hdrhistogram-7.2.0 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hostname-0.3.1 \ http_req-0.7.2 \ humantime-1.3.0 \ idna-0.2.3 \ image-0.23.14 \ inotify-0.7.1 \ inotify-sys-0.1.5 \ instant-0.1.9 \ ioctl-rs-0.1.6 \ iovec-0.1.4 \ itertools-0.8.2 \ itoa-0.4.7 \ jobserver-0.1.22 \ jpeg-decoder-0.1.22 \ js-sys-0.3.50 \ k9-0.11.0 \ kernel32-sys-0.2.2 \ khronos_api-3.1.0 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ leb128-0.2.4 \ lexical-core-0.7.6 \ libc-0.2.94 \ libloading-0.6.7 \ libloading-0.7.0 \ libz-sys-1.1.3 \ line_drawing-0.8.0 \ lock_api-0.3.4 \ lock_api-0.4.4 \ log-0.4.14 \ lru-0.6.5 \ lua-src-543.0.0 \ luajit-src-210.1.3+restyfe08842 \ mach-0.3.2 \ malloc_buf-0.0.6 \ maplit-1.0.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.4.0 \ memmap-0.7.0 \ memmap2-0.1.0 \ memmap2-0.2.2 \ memmem-0.1.1 \ memoffset-0.5.6 \ memoffset-0.6.3 \ metrics-0.14.2 \ metrics-macros-0.2.0 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ mio-extras-2.0.6 \ miow-0.2.2 \ mlua-0.5.4 \ nanorand-0.5.2 \ nb-connect-1.2.0 \ net2-0.2.37 \ nix-0.17.0 \ nix-0.18.0 \ nix-0.19.1 \ nix-0.20.0 \ nom-5.1.2 \ nom-6.1.2 \ nonzero_ext-0.1.5 \ notify-4.0.16 \ ntapi-0.3.6 \ num-0.3.1 \ num-bigint-0.3.2 \ num-complex-0.3.1 \ num-derive-0.3.3 \ num-integer-0.1.44 \ num-iter-0.1.42 \ num-rational-0.3.2 \ num-traits-0.1.43 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ object-0.23.0 \ once_cell-1.7.2 \ opaque-debug-0.2.3 \ opaque-debug-0.3.0 \ open-1.7.0 \ openssl-0.10.34 \ openssl-src-111.15.0+1.1.1k \ openssl-sys-0.9.62 \ ordered-float-2.1.1 \ output_vt100-0.1.2 \ owned_ttf_parser-0.6.0 \ palette-0.5.0 \ palette_derive-0.5.0 \ parking-2.0.0 \ parking_lot-0.9.0 \ parking_lot-0.11.1 \ parking_lot_core-0.6.2 \ parking_lot_core-0.8.3 \ pem-0.8.3 \ percent-encoding-2.1.0 \ pest-2.1.3 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ pin-project-1.0.7 \ pin-project-internal-1.0.7 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ png-0.16.8 \ polling-2.0.3 \ ppv-lite86-0.2.10 \ pretty_assertions-0.6.1 \ pretty_env_logger-0.4.0 \ proc-macro-crate-0.1.5 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.26 \ pulldown-cmark-0.8.0 \ pure-rust-locales-0.5.6 \ quick-error-1.2.3 \ quote-1.0.9 \ radium-0.5.3 \ rand-0.4.6 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_pcg-0.2.1 \ ratelimit_meter-5.0.0 \ rayon-1.5.0 \ rayon-core-1.9.0 \ rcgen-0.8.11 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_syscall-0.2.7 \ redox_users-0.4.0 \ regex-1.5.2 \ regex-automata-0.1.9 \ regex-syntax-0.6.24 \ remove_dir_all-0.5.3 \ rental-0.5.5 \ rental-impl-0.5.5 \ resize-0.5.5 \ rgb-0.8.27 \ ring-0.16.20 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ rustc_version-0.2.3 \ rustls-0.19.1 \ rusttype-0.9.2 \ ryu-1.0.5 \ same-file-1.0.6 \ scoped-tls-1.0.0 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ sct-0.6.1 \ semver-0.9.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ semver-parser-0.10.2 \ serde-1.0.125 \ serde_derive-1.0.125 \ serde_json-1.0.64 \ serde_repr-0.1.6 \ serial-0.4.0 \ serial-core-0.4.0 \ serial-unix-0.4.0 \ serial-windows-0.4.0 \ sha-1-0.8.2 \ sha2-0.9.3 \ shared_library-0.1.9 \ shell-words-1.0.0 \ signal-hook-0.1.17 \ signal-hook-0.3.8 \ signal-hook-registry-1.3.0 \ siphasher-0.3.5 \ slab-0.4.3 \ smallvec-0.6.14 \ smallvec-1.6.1 \ smawk-0.3.1 \ smithay-client-toolkit-0.12.3 \ smol-1.2.5 \ socket2-0.4.0 \ spin-0.5.2 \ spinning_top-0.2.3 \ squote-0.1.2 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.8.0 \ strsim-0.10.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ svg_fmt-0.4.1 \ syn-1.0.71 \ sysinfo-0.16.5 \ takeable-option-0.5.0 \ tap-1.0.1 \ tempdir-0.3.7 \ term_size-0.3.2 \ termcolor-1.1.2 \ terminfo-0.7.3 \ termios-0.2.2 \ termios-0.3.3 \ textwrap-0.11.0 \ textwrap-0.13.4 \ thiserror-1.0.24 \ thiserror-impl-1.0.24 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ ttf-parser-0.6.2 \ typenum-1.13.0 \ ucd-trie-0.1.3 \ uds_windows-0.1.6 \ unicase-2.6.0 \ unicode-bidi-0.3.5 \ unicode-general-category-0.1.0 \ unicode-general-category-0.3.0 \ unicode-joining-type-0.3.1 \ unicode-normalization-0.1.17 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ untrusted-0.7.1 \ uom-0.30.0 \ url-2.2.1 \ utf8parse-0.2.0 \ value-bag-1.0.0-alpha.6 \ varbincode-0.1.0 \ vcpkg-0.2.12 \ vec_map-0.8.2 \ version_check-0.9.3 \ void-1.0.2 \ vswhom-0.1.0 \ vswhom-sys-0.1.0 \ waker-fn-1.1.0 \ walkdir-2.3.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.73 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-shared-0.2.73 \ wayland-client-0.28.5 \ wayland-commons-0.28.5 \ wayland-cursor-0.28.5 \ wayland-egl-0.28.5 \ wayland-protocols-0.28.5 \ wayland-scanner-0.28.5 \ wayland-sys-0.28.5 \ web-sys-0.3.50 \ webpki-0.21.4 \ webpki-roots-0.21.1 \ weezl-0.1.5 \ wepoll-sys-3.0.1 \ which-4.1.0 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.4.0 \ windows-0.5.0 \ windows_gen-0.4.0 \ windows_gen-0.5.0 \ windows_gen_macros-0.4.0 \ windows_gen_macros-0.5.0 \ windows_macros-0.4.0 \ windows_macros-0.5.0 \ winreg-0.6.2 \ winreg-0.8.0 \ wio-0.2.2 \ ws2_32-sys-0.2.1 \ wyz-0.2.0 \ x11-2.18.2 \ x11-clipboard-0.3.3 \ xcb-0.8.2 \ xcb-0.9.0 \ xcb-util-0.3.0 \ xcursor-0.3.3 \ xdg-2.2.0 \ xi-unicode-0.3.0 \ xml-rs-0.8.3 \ yasna-0.4.0 \ zbus-1.9.1 \ zbus_macros-1.9.1 \ zstd-0.6.1+zstd.1.4.9 \ zstd-safe-3.0.1+zstd.1.4.9 \ zstd-sys-1.4.20+zstd.1.4.9 \ zvariant-2.6.0 \ zvariant_derive-2.6.0 CARGO_USE_GITHUB= yes # XXX https://github.com/rust-lang/cargo/issues/4101 CARGO_INSTALL_PATH= ${PLIST_FILES:Mbin/*:T} post-patch: # Extract (snapshot) version from the port instead of .tag file @${ECHO_CMD} '${DISTVERSIONFULL}' >${WRKSRC}/.tag # lang/python3 cannot be used as a dependency @${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \ ${WRKSRC}/cargo-crates/xcb-*/build.rs post-install: # Install assets similar to ci/deploy.sh .for f in ${PORTNAME}.desktop ${PORTNAME}.appdata.xml \ icon/terminal.png icon/${PORTNAME}-icon.svg shell-integration/${PORTNAME}.sh ${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H} ${INSTALL_DATA} ${WRKSRC}/assets/${f:R}.${f:E} \ ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}} .endfor .include diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index ebcbce568d3c..f8fba1f5a6cb 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,131 +1,131 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= ea57e7daf4d8.patch:-p1 # https://github.com/svenstaro/wmfocus/pull/72 MAINTAINER= jbeich@FreeBSD.org COMMENT= Visually focus windows by label LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon USES= cargo gnome python:3.4+,build xorg USE_GITHUB= yes USE_GNOME= cairo USE_XORG= x11 xcb GH_ACCOUNT= svenstaro GH_TUPLE= JayceFayne:swayipc-rs:f6b045f6dff3b8135c74c996cb95a39c874e4939:swayipc CARGO_FEATURES= i3 PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.34 \ atty-0.2.14 \ bitflags-1.2.1 \ cairo-rs-0.9.1 \ cairo-sys-rs-0.10.0 \ cc-1.0.65 \ cfg-if-0.1.10 \ clap-2.33.3 \ cmake-0.1.45 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ core-graphics-0.22.1 \ core-graphics-types-0.1.1 \ core-text-19.1.0 \ css-color-parser-0.1.2 \ either-1.6.1 \ env_logger-0.7.1 \ expat-sys-2.1.6 \ font-loader-0.11.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ freetype-sys-0.13.1 \ futures-channel-0.3.8 \ futures-core-0.3.8 \ futures-executor-0.3.8 \ futures-macro-0.3.8 \ futures-task-0.3.8 \ futures-util-0.3.8 \ glib-0.10.3 \ glib-macros-0.10.1 \ glib-sys-0.10.1 \ gobject-sys-0.10.0 \ heck-0.3.1 \ hermit-abi-0.1.17 \ humantime-1.3.0 \ itertools-0.9.0 \ itoa-0.4.6 \ lazy_static-0.1.16 \ lazy_static-1.4.0 \ libc-0.2.80 \ log-0.4.11 \ memchr-2.3.4 \ once_cell-1.5.2 \ pin-project-1.0.2 \ pin-project-internal-1.0.2 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ pretty_env_logger-0.4.0 \ proc-macro-crate-0.1.5 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.6 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quote-1.0.7 \ regex-1.4.1 \ regex-syntax-0.6.20 \ ryu-1.0.5 \ serde-1.0.117 \ serde_derive-1.0.117 \ serde_json-1.0.59 \ servo-fontconfig-0.5.1 \ servo-fontconfig-sys-5.1.0 \ slab-0.4.2 \ strsim-0.8.0 \ structopt-0.3.20 \ structopt-derive-0.4.13 \ strum-0.18.0 \ strum_macros-0.18.0 \ syn-1.0.51 \ system-deps-1.3.2 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.22 \ thiserror-impl-1.0.22 \ thread_local-1.0.1 \ toml-0.5.7 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version-compare-0.0.10 \ version_check-0.9.2 \ 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 \ x11-2.18.2 \ xcb-0.9.0 \ xcb-util-0.3.0 \ xkbcommon-0.4.0 CARGO_USE_GITHUB= yes CARGO_GIT_SUBDIR= swayipc:swayipc:blocking post-patch: # lang/python3 cannot be used as a dependency @${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \ ${WRKSRC}/cargo-crates/xcb-*/build.rs .include