diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile index 4e9f0c71ef51..c8eb8892281a 100644 --- a/cad/horizon-eda/Makefile +++ b/cad/horizon-eda/Makefile @@ -1,49 +1,49 @@ PORTNAME= horizon-eda DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 0d801d4807cbed405998688b361bf0543207f1b1.patch:-p1 # fixes opencascade-7.6.0 compatibility, see https://github.com/horizon-eda/horizon/issues/623 MAINTAINER= yuri@FreeBSD.org COMMENT= EDA package for printed circuit board design LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \ cppzmq>0:net/cppzmq \ glm>0:math/glm LIB_DEPENDS= libcurl.so:ftp/curl \ libepoxy.so:graphics/libepoxy \ libgit2.so:devel/libgit2 \ libharfbuzz.so:print/harfbuzz \ libpng16.so:graphics/png \ libpodofo.so:graphics/podofo \ libTKSTEP.so:cad/opencascade \ libuuid.so:misc/e2fsprogs-libuuid \ libzip.so:archivers/libzip \ libzmq.so:net/libzmq4 USES= gmake gnome localbase pkgconfig python:build sqlite # compiler:c++17-lang USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2 USE_GITHUB= yes GH_PROJECT= horizon MAKE_ARGS= DEBUGFLAGS= OPTIMIZE= BINARY_ALIAS= python3=${PYTHON_CMD} LLVM_VER= 12 # workaround for bug#253551 BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER} CPP= clang-cpp${LLVM_VER} CC= clang${LLVM_VER} CXX= clang++${LLVM_VER} post-install: # https://github.com/horizon-eda/horizon/issues/558 cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-eda .include diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index 2aaa164b1ec9..c86d9193e3c9 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -1,36 +1,36 @@ # Created by: Markus Brueffer PORTNAME= basket DISTVERSIONPREFIX= v DISTVERSION= 2.49a-46 DISTVERSIONSUFFIX= -g60e38c6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde MAINTAINER= ports@FreeBSD.org COMMENT= Desktop organization tool LICENSE= GPLv2 LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgit2.so:devel/libgit2 USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ kde:5 pkgconfig qt:5 shared-mime-info tar:bzip2 xorg USE_KDE= ecm archive auth codecs completion config configwidgets \ coreaddons crash dbusaddons doctools filemetadata globalaccel \ guiaddons i18n iconthemes jobwidgets kcmutils kio \ notifications parts service sonnet textwidgets widgetsaddons \ windowsystem xmlgui USE_QT= concurrent core dbus gui network phonon4 testlib widgets xml \ buildtools_build qmake_build USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= basket-notepads PLIST_SUB= QT5_VERSION=${QT5_VERSION} .include diff --git a/devel/R-cran-gert/Makefile b/devel/R-cran-gert/Makefile index 326f933b68ed..eb395895c307 100644 --- a/devel/R-cran-gert/Makefile +++ b/devel/R-cran-gert/Makefile @@ -1,29 +1,30 @@ PORTNAME= gert DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= jpbeconne@free.fr COMMENT= Simple Git Client for R LICENSE= MIT CRAN_DEPENDS= R-cran-askpass>0:security/R-cran-askpass \ R-cran-credentials>=1.2.1:security/R-cran-credentials \ R-cran-openssl>=1.4.1:security/R-cran-openssl \ R-cran-rstudioapi>=0.11:devel/R-cran-rstudioapi \ R-cran-sys>0:devel/R-cran-sys \ R-cran-zip>=2.1.0:archivers/R-cran-zip BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cran:auto-plist #Bogus stage-qa as this is $ARCH dependent NO_ARCH_IGNORE= gert.so post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/gert/libs/gert.so .include diff --git a/devel/R-cran-git2r/Makefile b/devel/R-cran-git2r/Makefile index 027773e15711..838eac032305 100644 --- a/devel/R-cran-git2r/Makefile +++ b/devel/R-cran-git2r/Makefile @@ -1,15 +1,16 @@ PORTNAME= git2r DISTVERSION= 0.27.1 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= jpbeconne@free.fr COMMENT= Provides Access to Git Repositories LICENSE= GPLv2 LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cran:auto-plist,compiles pkgconfig .include diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 0aed92d251a2..fc9506a172e7 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,169 +1,170 @@ PORTNAME= cargo-c DISTVERSION= 0.9.5 +PORTREVISION= 1 DISTVERSIONSUFFIX= +cargo-0.57 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.18 \ ansi_term-0.11.0 \ anyhow-1.0.44 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.3.2 \ bitmaps-2.1.0 \ bstr-0.2.17 \ bytesize-1.1.0 \ cargo-0.57.0 \ cargo-platform-0.1.2 \ cargo-util-0.1.1 \ cbindgen-0.20.0 \ cc-1.0.71 \ cfg-if-1.0.0 \ clap-2.33.3 \ commoncrypto-0.2.0 \ commoncrypto-sys-0.2.0 \ core-foundation-0.9.2 \ core-foundation-sys-0.8.3 \ crates-io-0.33.0 \ crc32fast-1.2.1 \ crossbeam-utils-0.8.5 \ crypto-hash-0.3.4 \ curl-0.4.39 \ curl-sys-0.4.49+curl-7.79.1 \ either-1.6.1 \ env_logger-0.9.0 \ filetime-0.2.15 \ flate2-1.0.22 \ 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.3 \ git2-0.13.23 \ git2-curl-0.14.1 \ glob-0.3.0 \ globset-0.4.8 \ hashbrown-0.11.2 \ heck-0.3.3 \ hermit-abi-0.1.19 \ hex-0.3.2 \ hex-0.4.3 \ home-0.5.3 \ humantime-2.1.0 \ idna-0.2.3 \ ignore-0.4.18 \ im-rc-15.0.0 \ indexmap-1.7.0 \ itertools-0.10.1 \ itoa-0.4.8 \ jobserver-0.1.24 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.104 \ libgit2-sys-0.12.24+1.3.0 \ libnghttp2-sys-0.1.7+1.45.0 \ libssh2-sys-0.2.23 \ libz-sys-1.1.3 \ log-0.4.14 \ matches-0.1.9 \ memchr-2.4.1 \ miniz_oxide-0.4.4 \ miow-0.3.7 \ num_cpus-1.13.0 \ once_cell-1.8.0 \ opener-0.5.0 \ openssl-0.10.36 \ openssl-probe-0.1.4 \ openssl-src-111.16.0+1.1.1l \ openssl-sys-0.9.67 \ percent-encoding-2.1.0 \ pkg-config-0.3.20 \ ppv-lite86-0.2.14 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.30 \ quote-1.0.10 \ rand-0.8.4 \ rand_chacha-0.3.1 \ rand_core-0.5.1 \ rand_core-0.6.3 \ rand_hc-0.3.1 \ rand_xoshiro-0.4.0 \ redox_syscall-0.2.10 \ regex-1.5.4 \ regex-automata-0.1.10 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ rustc-workspace-hack-1.0.0 \ rustfix-0.6.0 \ ryu-1.0.5 \ same-file-1.0.6 \ schannel-0.1.19 \ semver-1.0.4 \ serde-1.0.130 \ serde_derive-1.0.130 \ serde_ignored-0.1.2 \ serde_json-1.0.68 \ shell-escape-0.1.5 \ sized-chunks-0.6.5 \ socket2-0.4.2 \ strip-ansi-escapes-0.1.1 \ strsim-0.8.0 \ structopt-0.3.25 \ structopt-derive-0.4.18 \ syn-1.0.80 \ tar-0.4.37 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thread_local-1.1.3 \ tinyvec-1.5.0 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ typenum-1.14.0 \ unicode-bidi-0.3.7 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.9 \ unicode-xid-0.2.2 \ url-2.2.2 \ utf8parse-0.2.0 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ vte-0.10.1 \ vte_generate_state_changes-0.1.1 \ 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 982cb449658e..855387c31dc0 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,230 +1,230 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 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.18 \ ansi_term-0.11.0 \ anyhow-1.0.43 \ anymap-0.12.1 \ assert_cmd-2.0.0 \ 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.55.0 \ cargo-platform-0.1.1 \ cargo-util-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.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.5 \ crossbeam-utils-0.8.5 \ crypto-hash-0.3.4 \ curl-0.4.35 \ curl-sys-0.4.41+curl-7.75.0 \ dialoguer-0.8.0 \ difflib-0.4.0 \ digest-0.8.1 \ dirs-3.0.2 \ dirs-sys-0.3.6 \ 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.9.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.21 \ git2-curl-0.14.1 \ glob-0.3.0 \ globset-0.4.8 \ heck-0.3.3 \ 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.18 \ im-rc-15.0.0 \ indicatif-0.16.2 \ indoc-1.0.3 \ 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.22+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.4.0 \ memoffset-0.6.4 \ 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.4.0 \ once_cell-1.7.2 \ opaque-debug-0.2.3 \ opener-0.4.1 \ openssl-0.10.36 \ openssl-probe-0.1.2 \ openssl-sys-0.9.66 \ 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-2.0.2 \ 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.1 \ rayon-core-1.9.1 \ redox_syscall-0.2.5 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-automata-0.1.9 \ regex-syntax-0.6.25 \ 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 \ sanitize-filename-0.3.0 \ schannel-0.1.19 \ scopeguard-1.1.0 \ semver-1.0.4 \ 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.22 \ structopt-derive-0.4.15 \ syn-1.0.67 \ tar-0.4.35 \ tempfile-3.2.0 \ termcolor-1.1.2 \ terminal_size-0.1.16 \ textwrap-0.11.0 \ thiserror-1.0.26 \ thiserror-impl-1.0.26 \ 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 \ unindent-0.1.7 \ url-2.2.2 \ 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/gbump/Makefile b/devel/gbump/Makefile index c0729e4492e7..fb8fa0b16a30 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,68 +1,68 @@ PORTNAME= gbump PORTVERSION= 1.0.1 -PORTREVISION= 16 +PORTREVISION= 17 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/geany-plugin-git-changebar/Makefile b/devel/geany-plugin-git-changebar/Makefile index 8cee2434d236..9ca21f7cb0cf 100644 --- a/devel/geany-plugin-git-changebar/Makefile +++ b/devel/geany-plugin-git-changebar/Makefile @@ -1,13 +1,14 @@ PORTNAME= geany-plugin-git-changebar PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= libgit2.so:devel/libgit2 OPTIONS_DEFINE= DOCS .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include diff --git a/devel/geany-plugin-workbench/Makefile b/devel/geany-plugin-workbench/Makefile index 30bdd9dfe921..6a31a5c9b952 100644 --- a/devel/geany-plugin-workbench/Makefile +++ b/devel/geany-plugin-workbench/Makefile @@ -1,11 +1,12 @@ PORTNAME= geany-plugin-workbench PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= libgit2.so:devel/libgit2 .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index f2cc5c783972..0fc4767a5950 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,89 +1,90 @@ PORTNAME= git-absorb DISTVERSION= 0.6.6 +PORTREVISION= 1 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.11.0 \ anyhow-1.0.33 \ 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 \ chrono-0.4.19 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ crossbeam-channel-0.4.4 \ crossbeam-utils-0.7.2 \ dirs-2.0.2 \ dirs-sys-0.3.5 \ getrandom-0.1.15 \ git2-0.13.11 \ hermit-abi-0.1.17 \ idna-0.2.0 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ libc-0.2.79 \ libgit2-sys-0.12.13+1.0.1 \ libz-sys-1.1.2 \ log-0.4.11 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ num-integer-0.1.43 \ num-traits-0.2.12 \ percent-encoding-2.1.0 \ pkg-config-0.3.18 \ ppv-lite86-0.2.9 \ 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 \ rust-argon2-0.8.2 \ slog-2.5.2 \ slog-async-2.5.0 \ slog-term-2.6.0 \ strsim-0.8.0 \ take_mut-0.2.2 \ tempfile-3.1.0 \ term-0.6.1 \ 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 \ url-2.1.1 \ vcpkg-0.2.10 \ vec_map-0.8.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-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 7eb04b0345dc..15753ff69385 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,154 +1,155 @@ PORTNAME= delta DISTVERSION= 0.9.2 +PORTREVISION= 1 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 cpe CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= dandavison CARGO_CRATES= adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_colours-1.0.4 \ 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.3.2 \ box_drawing-0.1.2 \ bstr-0.2.15 \ 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.15.0 \ crc32fast-1.2.1 \ ctrlc-3.2.1 \ dirs-3.0.2 \ dirs-next-2.0.0 \ dirs-sys-0.3.6 \ 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 \ getrandom-0.2.3 \ git2-0.13.23 \ globset-0.4.8 \ grep-cli-0.1.6 \ hashbrown-0.8.2 \ heck-0.3.2 \ hermit-abi-0.1.17 \ idna-0.2.0 \ indexmap-1.5.2 \ itertools-0.10.1 \ itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.103 \ libgit2-sys-0.12.24+1.3.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 \ memoffset-0.6.4 \ miniz_oxide-0.4.3 \ nix-0.23.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ once_cell-1.8.0 \ onig-6.1.1 \ onig_sys-69.6.0 \ pathdiff-0.2.1 \ 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_syscall-0.2.10 \ redox_users-0.3.5 \ redox_users-0.4.0 \ regex-1.4.6 \ regex-automata-0.1.10 \ regex-syntax-0.6.22 \ 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 \ smol_str-0.1.18 \ strsim-0.8.0 \ structopt-0.3.25 \ structopt-derive-0.4.18 \ syn-1.0.57 \ syntect-4.6.0 \ termcolor-1.1.2 \ terminal_size-0.1.15 \ textwrap-0.11.0 \ tinyvec-1.1.0 \ tinyvec_macros-0.1.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.16 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.9 \ 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.10.1 \ 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 \ 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.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/gitg/Makefile b/devel/gitg/Makefile index 83fd6b733c54..0262ba7985c4 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -1,56 +1,56 @@ # Created by: kipz PORTNAME= gitg PORTVERSION= 3.32.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= kwm@FreeBSD.org COMMENT= GTK-based git repository viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libenchant.so:textproc/enchant \ libgee-0.8.so:devel/libgee \ libgit2.so:devel/libgit2 \ libgit2-glib-1.0.so:devel/libgit2-glib \ libpeas-1.0.so:devel/libpeas \ libgtkspell3-3.so:textproc/gtkspell3 \ libdazzle-1.0.so:x11-toolkits/libdazzle \ libsecret-1.so:security/libsecret RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas CONFLICTS= gitg0 PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ meson pathfix pkgconfig python:3.4+,build tar:xz USE_GNOME= cairo gtk30 gtksourceview3 intltool introspection USE_LDCONFIG= yes GLIB_SCHEMAS= org.gnome.gitg.gschema.xml BINARY_ALIAS= python3=${PYTHON_VERSION} OPTIONS_DEFINE= PYTHON OPTIONS_SUB= yes PYTHON_USES= python:3.2+ PYTHON_MESON_TRUE= python PYTHON_USE= GNOME=pygobject3 post-patch: @${REINPLACE_CMD} -e 's|0.27.0|0.28.0|g' \ ${WRKSRC}/meson.build post-install-PYTHON-on: (cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) .include diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index a30272ae4917..b75af45124bd 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,197 +1,197 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.16.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal UI for git LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_i386= error: conflicting types for 'get_proc_total', see https://github.com/FillZpp/sys-info-rs/issues/80 BROKEN_powerpc= error: conflicting types for 'get_proc_total', see https://github.com/FillZpp/sys-info-rs/issues/80 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 CARGO_CRATES= addr2line-0.15.2 \ adler-1.0.2 \ ahash-0.6.3 \ aho-corasick-0.7.18 \ ansi_term-0.12.1 \ anyhow-1.0.42 \ arrayvec-0.4.12 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.60 \ base64-0.13.0 \ bincode-1.3.3 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ bugreport-0.4.0 \ bytemuck-1.7.0 \ bytesize-1.0.1 \ cassowary-0.3.0 \ cc-1.0.68 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ cpp_demangle-0.3.3 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.5 \ crossbeam-utils-0.8.5 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ ctor-0.1.20 \ debugid-0.7.2 \ diff-0.1.12 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ easy-cast-0.4.4 \ either-1.6.1 \ fancy-regex-0.3.5 \ flate2-1.0.20 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ getrandom-0.2.3 \ gimli-0.24.0 \ git-version-0.3.4 \ git-version-macro-0.3.4 \ git2-0.13.20 \ hashbrown-0.11.2 \ hermit-abi-0.1.19 \ idna-0.2.3 \ indexmap-1.7.0 \ inferno-0.10.6 \ instant-0.1.9 \ itertools-0.10.1 \ itoa-0.4.7 \ jobserver-0.1.22 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.98 \ libgit2-sys-0.12.21+1.1.0 \ libssh2-sys-0.2.21 \ libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ lock_api-0.4.4 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.4.0 \ memmap-0.7.0 \ memoffset-0.6.4 \ miniz_oxide-0.4.4 \ mio-0.7.13 \ miow-0.3.7 \ nix-0.20.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.25.3 \ once_cell-1.8.0 \ openssl-probe-0.1.4 \ openssl-src-111.15.0+1.1.1k \ openssl-sys-0.9.65 \ output_vt100-0.1.2 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ plist-1.1.0 \ pprof-0.4.3 \ ppv-lite86-0.2.10 \ pretty_assertions-0.7.2 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.27 \ quick-xml-0.20.0 \ quote-1.0.9 \ rand-0.8.4 \ rand_chacha-0.3.1 \ rand_core-0.6.3 \ rand_hc-0.3.1 \ rayon-core-1.9.1 \ redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ rgb-0.8.27 \ ron-0.6.4 \ rustc-demangle-0.1.20 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ scopeguard-1.1.0 \ serde-1.0.126 \ serde_derive-1.0.126 \ serde_json-1.0.64 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ shell-escape-0.1.5 \ signal-hook-0.1.17 \ signal-hook-registry-1.4.0 \ simplelog-0.10.0 \ smallvec-1.6.1 \ smawk-0.3.1 \ stable_deref_trait-1.2.0 \ str_stack-0.1.0 \ symbolic-common-8.3.0 \ symbolic-demangle-8.3.0 \ syn-1.0.73 \ syntect-4.5.0 \ sys-info-0.9.0 \ tempfile-3.2.0 \ textwrap-0.11.0 \ textwrap-0.14.2 \ thiserror-1.0.26 \ thiserror-impl-1.0.26 \ time-0.1.43 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tui-0.15.0 \ unicode-bidi-0.3.5 \ unicode-linebreak-0.1.1 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-truncate-0.2.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-2.2.2 \ uuid-0.8.2 \ vcpkg-0.2.15 \ version_check-0.9.3 \ walkdir-2.3.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 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 RUSTFLAGS+= --cap-lints=warn 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/gnome-builder/Makefile b/devel/gnome-builder/Makefile index c6ddb6de1f90..443d73b1fa83 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -1,89 +1,90 @@ PORTNAME= gnome-builder PORTVERSION= 41.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= IDE for writing software for GNOME LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcmark.so:textproc/cmark \ libdazzle-1.0.so:x11-toolkits/libdazzle \ libdevhelp-3.so:devel/devhelp \ libenchant-2.so:textproc/enchant2 \ libfontconfig.so:x11-fonts/fontconfig \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgit2.so:devel/libgit2 \ libgladeui-2.so:devel/glade \ libgspell-1.so:textproc/gspell \ libjson-glib-1.0.so:devel/json-glib \ libjsonrpc-glib-1.0.so:devel/jsonrpc-glib \ libpcre.so:devel/pcre \ libpeas-1.0.so:devel/libpeas \ libportal.so:deskutils/libportal \ libsoup-2.4.so:devel/libsoup \ libtemplate_glib-1.0.so:devel/template-glib \ libvala-0.48.so:lang/vala \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 PORTSCOUT= limitw:1,even PORTDOCS= * CONFLICTS_BUILD= gnome-builder-3.16.* USES= compiler:c++11-lang desktop-file-utils gettext gnome \ localbase:lfdlags meson pkgconfig python:3.6+,build shebangfix \ tar:xz USE_GNOME= cairo gtksourceview4 introspection libxml2 vte3 SHEBANG_FILES= ${WRKSRC}/src/plugins/gradle/gradle_plugin.py \ ${WRKSRC}/src/plugins/maven/maven_plugin.py USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} MESON_ARGS= -Dplugin_color_picker=false \ -Dplugin_flatpak=false \ -Dplugin_jhbuild=false \ -Dplugin_qemu=false \ -Dplugin_sysprof=false \ -Dplugin_update_manager=false PLIST_SUB= BUILDER_VERSION=${PORTVERSION:R} GLIB_SCHEMAS= org.gnome.builder.build.gschema.xml \ org.gnome.builder.clang.gschema.xml \ org.gnome.builder.code-insight.gschema.xml \ org.gnome.builder.editor.gschema.xml \ org.gnome.builder.editor.language.gschema.xml \ org.gnome.builder.extension-type.gschema.xml \ org.gnome.builder.gnome-code-assistance.gschema.xml \ org.gnome.builder.gschema.xml \ org.gnome.builder.plugin.gschema.xml \ org.gnome.builder.plugins.copyright.gschema.xml \ org.gnome.builder.plugins.eslint.gschema.xml \ org.gnome.builder.plugins.stylelint.gschema.xml \ org.gnome.builder.project-tree.gschema.xml \ org.gnome.builder.project.gschema.xml \ org.gnome.builder.rust-analyzer.gschema.xml \ org.gnome.builder.terminal.gschema.xml \ org.gnome.builder.workbench.gschema.xml OPTIONS_SUB= YES OPTIONS_DEFINE= CLANG DOCS OPTIONS_DEFAULT= CLANG # track the latest llvm/clang version, the config script picks the newest available LLVM_VER= ${LLVM_DEFAULT} CLANG_DESC= Build the clang plugin CLANG_MESON_TRUE= plugin_clang CLANG_BUILD_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} CLANG_RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} # 11.1 and older has issues with vala generated code. post-patch: ${REINPLACE_CMD} -e '/-Werror=return-type/d' \ ${WRKSRC}/meson.build .include diff --git a/devel/grv/Makefile b/devel/grv/Makefile index ae405d9d4b1b..1a46071af7ab 100644 --- a/devel/grv/Makefile +++ b/devel/grv/Makefile @@ -1,52 +1,52 @@ PORTNAME= grv DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= dmgk@FreeBSD.org COMMENT= Terminal interface for viewing git repositories LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 USES= go ncurses pkgconfig readline USE_GITHUB= yes GH_ACCOUNT= rgburke GH_SUBDIR= src/github.com/rgburke/grv GH_TUPLE= bradfitz:slice:2b758aa:slice/vendor/github.com/bradfitz/slice \ camlistore:go4:94abd69:reflectutil/vendor/go4.org \ davecgh:go-spew:d8f796a:spew/vendor/github.com/davecgh/go-spew \ gobwas:glob:e7a84e9:glob/vendor/github.com/gobwas/glob \ golang:crypto:a1f597e:crypto/vendor/golang.org/x/crypto \ golang:sys:fead790:sys/vendor/golang.org/x/sys \ mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \ pmezard:go-difflib:5d4384e:difflib/vendor/github.com/pmezard/go-difflib \ rgburke:goncurses:74f667a:goncurses/vendor/github.com/rgburke/goncurses \ rjeczalik:notify:629144b:notify/vendor/github.com/rjeczalik/notify \ Sirupsen:logrus:v1.4.0:logrus/vendor/github.com/Sirupsen/logrus \ stretchr:objx:c61a9df:objx/vendor/github.com/stretchr/objx \ stretchr:testify:34c6fa2:testify/vendor/github.com/stretchr/testify \ tchap:go-patricia:v2.3.0:patricia/vendor/github.com/tchap/go-patricia \ libgit2:git2go:ecaeb7a:git2go/vendor/gopkg.in/libgit2/git2go.v27 # Keep this in sync with devel/libgit2 version GO_TARGET= ./cmd/grv GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" PLIST_FILES= bin/grv OPTIONS_DEFINE= DOCS PORTDOCS= * do-test: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDLAGS} ${GO_TARGET} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index 646abb2d2656..1795a084bcf4 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,107 +1,107 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.1.0 -PORTREVISION= 5 +PORTREVISION= 6 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.20 \ 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.21+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/kf5-ktexteditor/Makefile b/devel/kf5-ktexteditor/Makefile index 17b888b79f89..4c308325e296 100644 --- a/devel/kf5-ktexteditor/Makefile +++ b/devel/kf5-ktexteditor/Makefile @@ -1,21 +1,22 @@ PORTNAME= ktexteditor DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 advanced embeddable text editor LIB_DEPENDS= libgit2.so:devel/libgit2 \ libeditorconfig.so:editors/editorconfig-core-c USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig qt:5 tar:xz USE_KDE= archive auth codecs completion config configwidgets \ coreaddons guiaddons i18n iconthemes itemviews \ jobwidgets kio parts service sonnet syntaxhighlighting \ textwidgets widgetsaddons windowsystem xmlgui \ ecm_build USE_QT= concurrent core dbus declarative gui network printsupport \ script widgets xml xmlpatterns \ buildtools_build qmake_build .include diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile index b0aef6d6c56d..3d3aab9702ab 100644 --- a/devel/libegit2/Makefile +++ b/devel/libegit2/Makefile @@ -1,47 +1,47 @@ PORTNAME= libegit2 DISTVERSION= g20200515 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= yasu@FreeBSD.org COMMENT= Emacs bindings for libgit2 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cmake:noninja emacs pkgconfig USE_GITHUB= yes GH_ACCOUNT= magit GH_TAGNAME= 0ef8b13 USE_LDCONFIG= yes CMAKE_ON= USE_SYSTEM_LIBGIT2 PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} \ 's,%%LIBEGIT2_INSTALL_DIR%%,${PREFIX}/${EMACS_VERSION_SITE_LISPDIR},' \ ${WRKSRC}/libgit.el post-build: (cd ${WRKSRC} \ && ${EMACS_CMD} -Q -batch -L . -f batch-byte-compile libgit.el) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${INSTALL_PROGRAM} ${WRKSRC}/../.build/libegit2.so \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${INSTALL_DATA} ${WRKSRC}/libgit.el ${WRKSRC}/libgit.elc \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/libgit2-glib/Makefile b/devel/libgit2-glib/Makefile index 8463fb429a03..1aa2120d5831 100644 --- a/devel/libgit2-glib/Makefile +++ b/devel/libgit2-glib/Makefile @@ -1,40 +1,40 @@ # Created by: Gustau Perez # Also update devel/libgit2, devel/rubygem-rugged, devel/py-pygit2 PORTNAME= libgit2-glib PORTVERSION= 0.99.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Glib wrapper library around the libgit2 git access library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libgit2.so:devel/libgit2 USES= compiler:c11 gnome localbase \ meson pkgconfig python:3.4+,build tar:xz USE_GNOME= glib20 introspection USE_LDCONFIG= yes MESON_ARGS= -Dpython=false BINARY_ALIAS= python3=${PYTHON_VERSION} # XXX: meson_vapi_link.py does not respect STAGEDIR for some reason and silently # fails when building as user and touches the external fs when building as root. # Neutralize it. We replicate what it does in post-install. post-patch: @${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/meson_vapi_link.py post-install: ${RLN} ${STAGEDIR}${PREFIX}/share/vala/vapi/libgit2-glib-1.0.deps \ ${STAGEDIR}${PREFIX}/share/vala/vapi/ggit-1.0.deps ${RLN} ${STAGEDIR}${PREFIX}/share/vala/vapi/libgit2-glib-1.0.vapi \ ${STAGEDIR}${PREFIX}/share/vala/vapi/ggit-1.0.vapi .include diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index 3082f98e628f..e4b1cf089c74 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,314 +1,315 @@ PORTNAME= sentry-cli DISTVERSION= 1.71.0 +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.16.0 \ adler-1.0.2 \ advapi32-sys-0.2.0 \ ahash-0.4.7 \ aho-corasick-0.7.18 \ anyhow-1.0.44 \ anylog-0.6.1 \ app_dirs-1.2.1 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ arrayvec-0.7.1 \ assert-json-diff-2.0.1 \ assert_cmd-1.0.8 \ atty-0.2.14 \ autocfg-1.0.1 \ backoff-0.3.0 \ backtrace-0.3.61 \ base64-0.10.1 \ base64-0.13.0 \ bitflags-1.3.2 \ blake2b_simd-0.5.11 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ brotli-sys-0.3.2 \ brotli2-0.3.2 \ brownstone-1.0.1 \ bstr-0.2.17 \ byte-tools-0.3.1 \ byteorder-1.4.3 \ bzip2-0.4.3 \ bzip2-sys-0.1.11+1.0.8 \ cc-1.0.70 \ cfg-if-1.0.0 \ chardet-0.2.4 \ chrono-0.4.19 \ clap-2.33.3 \ colored-2.0.0 \ console-0.14.1 \ constant_time_eq-0.1.5 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.1 \ crossbeam-epoch-0.9.5 \ crossbeam-utils-0.8.5 \ csv-1.1.6 \ csv-core-0.1.10 \ curl-0.4.38 \ curl-sys-0.4.48+curl-7.79.1 \ debugid-0.7.2 \ difference-2.0.0 \ difflib-0.4.0 \ digest-0.8.1 \ dirs-1.0.5 \ dirs-3.0.2 \ dirs-sys-0.3.6 \ dlv-list-0.2.3 \ dmsort-1.0.1 \ doc-comment-0.3.3 \ dotenv-0.15.0 \ dtoa-0.4.8 \ 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 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ fallible-iterator-0.2.0 \ flate2-1.0.22 \ float-cmp-0.9.0 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ generic-array-0.12.4 \ getrandom-0.1.16 \ getrandom-0.2.3 \ gimli-0.25.0 \ git2-0.13.22 \ glob-0.3.0 \ globset-0.4.8 \ goblin-0.4.3 \ hashbrown-0.9.1 \ hashbrown-0.11.2 \ heck-0.3.3 \ hermit-abi-0.1.19 \ httparse-1.5.1 \ httpdate-1.0.1 \ id-arena-2.2.1 \ idna-0.1.5 \ idna-0.2.3 \ if_chain-0.1.3 \ if_chain-1.0.2 \ ignore-0.4.18 \ indent_write-2.2.0 \ indexmap-1.7.0 \ indicatif-0.14.0 \ insta-1.8.0 \ instant-0.1.11 \ itertools-0.10.1 \ itoa-0.4.8 \ java-properties-1.4.0 \ jobserver-0.1.24 \ joinery-2.1.0 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ leb128-0.2.4 \ libc-0.2.103 \ libgit2-sys-0.12.23+1.2.0 \ libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ lock_api-0.4.5 \ log-0.4.14 \ mac-process-info-0.2.0 \ maplit-1.0.2 \ matches-0.1.9 \ memchr-2.4.1 \ memmap-0.7.0 \ memoffset-0.6.4 \ might-be-minified-0.3.0 \ minimal-lexical-0.1.3 \ miniz_oxide-0.4.4 \ mockito-0.30.0 \ new_debug_unreachable-1.0.4 \ nom-7.0.0 \ nom-supreme-0.6.0 \ 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.26.2 \ ole32-sys-0.2.0 \ once_cell-1.8.0 \ opaque-debug-0.2.3 \ open-1.7.1 \ openssl-probe-0.1.4 \ openssl-sys-0.9.67 \ ordered-multimap-0.3.1 \ osascript-0.3.0 \ parking_lot-0.11.2 \ parking_lot_core-0.8.5 \ pathdiff-0.2.1 \ pdb-0.7.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 \ pin-project-lite-0.2.7 \ pkg-config-0.3.20 \ plain-0.2.3 \ plist-1.2.1 \ ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ predicates-2.0.2 \ predicates-core-1.0.2 \ predicates-tree-1.0.3 \ prettytable-rs-0.8.0 \ proc-macro2-0.4.30 \ proc-macro2-1.0.29 \ proguard-4.1.1 \ quote-0.6.13 \ quote-1.0.9 \ r2d2-0.8.9 \ rand-0.8.4 \ rand_chacha-0.3.1 \ rand_core-0.6.3 \ rand_hc-0.3.1 \ rayon-1.5.1 \ rayon-core-1.9.1 \ redox_syscall-0.1.57 \ redox_syscall-0.2.10 \ redox_users-0.3.5 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-automata-0.1.10 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ runas-0.2.1 \ rust-argon2-0.8.3 \ rust-ini-0.17.0 \ rustc-demangle-0.1.21 \ 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.5 \ semver-0.9.0 \ semver-1.0.4 \ semver-parser-0.7.0 \ sentry-0.23.0 \ sentry-core-0.23.0 \ sentry-types-0.23.0 \ serde-1.0.130 \ serde_derive-1.0.130 \ serde_json-1.0.68 \ serde_urlencoded-0.7.0 \ serde_yaml-0.8.21 \ sha-1-0.8.2 \ sha1-0.6.0 \ shell32-sys-0.1.2 \ signal-hook-0.3.10 \ signal-hook-registry-1.4.0 \ similar-1.3.0 \ siphasher-0.3.7 \ smallvec-1.7.0 \ socket2-0.4.2 \ sourcemap-5.0.0 \ stable_deref_trait-1.2.0 \ string_cache-0.8.1 \ strsim-0.8.0 \ symbolic-8.3.1 \ symbolic-common-8.3.1 \ symbolic-debuginfo-8.3.1 \ syn-0.15.44 \ syn-1.0.77 \ synstructure-0.12.5 \ tempfile-3.2.0 \ term-0.5.2 \ term_size-0.3.2 \ terminal_size-0.1.17 \ textwrap-0.11.0 \ thiserror-1.0.29 \ thiserror-impl-1.0.29 \ thread_local-1.1.3 \ time-0.1.43 \ tinyvec-1.5.0 \ tinyvec_macros-0.1.0 \ tokio-1.13.0 \ treeline-0.1.0 \ typenum-1.14.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.6 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.9 \ unicode-xid-0.1.0 \ unicode-xid-0.2.2 \ unix-daemonize-0.1.2 \ url-1.7.2 \ url-2.2.2 \ username-0.2.0 \ uuid-0.8.2 \ vcpkg-0.2.15 \ version_check-0.9.3 \ wait-timeout-0.2.0 \ walkdir-2.3.2 \ walrus-0.19.0 \ walrus-macro-0.19.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasmparser-0.77.0 \ which-3.1.1 \ which-4.2.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 \ xdg-2.2.0 \ xml-rs-0.8.4 \ yaml-rust-0.4.5 \ zip-0.5.13 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/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index cee0ea8a3df2..9ae7a9582091 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -1,46 +1,47 @@ PORTNAME= elementary-code DISTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= miguel@gocobachi.dev COMMENT= Code editor designed for elementary OS LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ pkcheck:sysutils/polkit LIB_DEPENDS= libatk-1.0.so:accessibility/atk \ libeditorconfig.so:editors/editorconfig-core-c \ libfontconfig.so:x11-fonts/fontconfig \ libgee-0.8.so:devel/libgee \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgranite.so:x11-toolkits/granite \ libgtkspell3-3.so:textproc/gtkspell3 \ libhandy-1.so:x11-toolkits/libhandy \ libpeas-1.0.so:devel/libpeas \ libpeas-gtk-1.0.so:devel/libpeas \ libsoup-2.4.so:devel/libsoup \ libvala-0.48.so:lang/vala \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libzeitgeist-2.0.so:sysutils/zeitgeist USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ ninja pkgconfig python:3.6+,build xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= code USE_GNOME= cairo glib20 gtk30 gtksourceview4 pango vte3 GLIB_SCHEMAS= io.elementary.code.gschema.xml \ io.elementary.code.plugins.spell.gschema.xml \ io.elementary.code.plugins.terminal.gschema.xml USE_LDCONFIG= yes USE_XORG= x11 BINARY_ALIAS= python3=${PYTHON_CMD} do-test: cd ${WRKSRC}/${MESON_BUILD_DIR} && ninja test .include diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 5b5bfff4ce4f..8f9ef1ad4465 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -1,43 +1,44 @@ # Created by: Adam Weinberger PORTNAME= gedit-plugins PORTVERSION= 40.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit 3 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gedit>=0:editors/gedit \ valac:lang/vala \ itstool:textproc/itstool \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgucharmap_2_90.so:deskutils/gucharmap RUN_DEPENDS= gedit>=0:editors/gedit \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase meson pkgconfig \ python:3.4+ shebangfix tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intlhack introspection \ vte3 USE_CSTD= c11 USE_LDCONFIG= yes INSTALL_TARGET= install-strip SHEBANG_FILES= plugins/synctex/synctex/evince_dbus.py BINARY_ALIAS= python3=${PYTHON_CMD} GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \ org.gnome.gedit.plugins.wordcompletion.gschema.xml \ org.gnome.gedit.plugins.terminal.gschema.xml \ org.gnome.gedit.plugins.translate.gschema.xml .include diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile index fe57127ba5ca..53ed3807f249 100644 --- a/editors/jucipp/Makefile +++ b/editors/jucipp/Makefile @@ -1,40 +1,41 @@ # Created by: Mohammad S. Babaei PORTNAME= jucipp DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= info@babaei.net COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libaspell.so:textproc/aspell \ libboost_filesystem.so:devel/boost-libs \ libgit2.so:devel/libgit2 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ uctags:devel/universal-ctags USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig USE_GITLAB= yes GL_ACCOUNT= cppit GL_COMMIT= b3b5182258b25835e7c5f683623ab774d8e34c75 GL_TUPLE= cppit:libclangmm:0df7169ddc918d80a95e50f04813be82fff7ce24:libclangmm/lib/libclangmm \ eidheim:tiny-process-library:15e4f77f8254e4b093f6be128db50fe4b6bee120:tinyprocesslibrary/lib/tiny-process-library USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 CMAKE_ARGS= -DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/include \ -DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib PLIST_FILES= bin/juci \ share/applications/juci.desktop \ share/icons/hicolor/scalable/apps/juci.svg OPTIONS_DEFINE= TEST TEST_CMAKE_BOOL= BUILD_TESTING BUILD_FUZZING .include diff --git a/editors/kate/Makefile b/editors/kate/Makefile index df06fa73ff13..074423951975 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -1,26 +1,27 @@ PORTNAME= kate DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cmake compiler:c++11-lang desktop-file-utils gettext \ pkgconfig kde:5 qt:5 tar:xz USE_KDE= activities attica auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons \ guiaddons i18n iconthemes init itemmodels itemviews \ jobwidgets kio newstuff package parts plasma-framework \ service solid sonnet syntaxhighlighting texteditor textwidgets \ threadweaver wallet widgetsaddons windowsystem xmlgui \ doctools_build ecm_build USE_QT= concurrent core dbus gui network script sql widgets xml \ buildtools_build qmake_build testlib_build OPTIONS_DEFINE= DOCS .include diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile index 9bcc86dc5e5c..bbec58caed58 100644 --- a/editors/pluma-plugins/Makefile +++ b/editors/pluma-plugins/Makefile @@ -1,42 +1,43 @@ # Created by: Adam Weinberger PORTNAME= pluma-plugins PORTVERSION= 1.26.0 +PORTREVISION= 1 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for Pluma LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pluma>=0:editors/pluma \ itstool:textproc/itstool \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgucharmap_2_90.so:deskutils/gucharmap RUN_DEPENDS= pluma>=0:editors/pluma \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase gmake pkgconfig \ python:3.8+ shebangfix tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intlhack introspection \ intltool vte3 USE_CSTD= c11 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.pluma.plugins.sourcecodebrowser.gschema.xml \ org.mate.pluma.plugins.terminal.gschema.xml \ org.mate.pluma.plugins.wordcompletion.gschema.xml .include diff --git a/misc/broot/Makefile b/misc/broot/Makefile index dd0358546b83..d246f2cf5c28 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,255 +1,256 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 +PORTREVISION= 1 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.4.7 \ ahash-0.7.4 \ aho-corasick-0.7.18 \ ansi_colours-1.0.4 \ ansi_term-0.11.0 \ anyhow-1.0.42 \ argh-0.1.5 \ argh_derive-0.1.5 \ argh_shared-0.1.5 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bet-1.0.0 \ bincode-1.3.3 \ bitflags-1.2.1 \ bstr-0.2.16 \ bytemuck-1.7.2 \ byteorder-1.4.3 \ cc-1.0.69 \ cfg-if-1.0.0 \ char_reader-0.1.0 \ chrono-0.4.19 \ clap-2.33.3 \ cli-log-0.1.0 \ cli-log-2.0.0 \ clipboard-win-4.2.1 \ color_quant-1.1.0 \ crc32fast-1.2.1 \ crossbeam-0.8.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.1 \ crossbeam-epoch-0.9.5 \ crossbeam-queue-0.3.2 \ crossbeam-utils-0.8.5 \ crossterm-0.19.0 \ crossterm-0.21.0 \ crossterm_winapi-0.7.0 \ crossterm_winapi-0.8.0 \ csv-1.1.6 \ csv-core-0.1.10 \ csv2svg-0.1.5 \ custom_error-1.9.2 \ deflate-0.8.6 \ deser-hjson-1.0.2 \ directories-3.0.2 \ directories-next-2.0.0 \ dirs-sys-0.3.6 \ dirs-sys-next-0.1.2 \ either-1.6.1 \ error-code-2.3.0 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ file-size-1.0.3 \ flate2-1.0.20 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ getrandom-0.2.3 \ gif-0.11.2 \ git2-0.13.20 \ glassbench-0.3.0 \ glob-0.3.0 \ hashbrown-0.9.1 \ hashbrown-0.11.2 \ hashlink-0.6.0 \ heck-0.3.3 \ hermit-abi-0.1.19 \ id-arena-2.2.1 \ idna-0.2.3 \ image-0.23.14 \ indexmap-1.7.0 \ instant-0.1.10 \ is_executable-1.0.1 \ itoa-0.4.7 \ jobserver-0.1.22 \ jpeg-decoder-0.1.22 \ lazy-regex-2.2.2 \ lazy-regex-proc_macros-2.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ lfs-core-0.4.2 \ libc-0.2.98 \ libgit2-sys-0.12.21+1.1.0 \ libsqlite3-sys-0.20.1 \ libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ lock_api-0.4.4 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.4.0 \ memmap-0.7.0 \ memoffset-0.6.4 \ minimad-0.7.1 \ minimad-0.9.0 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ mio-0.7.13 \ miow-0.3.7 \ 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.8.0 \ onig-6.2.0 \ onig_sys-69.7.0 \ open-1.7.1 \ open-2.0.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ pathdiff-0.2.0 \ percent-encoding-2.1.0 \ phf-0.9.0 \ phf_generator-0.9.0 \ phf_macros-0.9.0 \ phf_shared-0.9.0 \ pkg-config-0.3.19 \ plist-1.2.0 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.28 \ proc-status-0.1.1 \ quick-xml-0.22.0 \ quote-1.0.9 \ rand-0.8.4 \ rand_chacha-0.3.1 \ rand_core-0.6.3 \ rand_hc-0.3.1 \ rayon-1.5.1 \ rayon-core-1.9.1 \ redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-automata-0.1.10 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ rusqlite-0.24.2 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ secular-1.0.1 \ serde-1.0.127 \ serde_derive-1.0.127 \ serde_json-1.0.66 \ signal-hook-0.1.17 \ signal-hook-0.3.9 \ signal-hook-mio-0.2.1 \ signal-hook-registry-1.4.0 \ siphasher-0.3.6 \ smallvec-1.6.1 \ splitty-0.1.0 \ str-buf-1.0.5 \ strict-0.1.4 \ strsim-0.8.0 \ svg-0.8.2 \ syn-1.0.74 \ syntect-4.6.0 \ tempfile-3.2.0 \ termimad-0.10.3 \ termimad-0.17.0 \ terminal-clipboard-0.3.0 \ termux-clipboard-0.1.0 \ textwrap-0.11.0 \ thiserror-1.0.26 \ thiserror-impl-1.0.26 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.3.1 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ umask-1.0.0 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-2.2.2 \ users-0.11.0 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ walkdir-2.3.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ weezl-0.1.5 \ 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.3 \ xcb-0.10.1 \ xml-rs-0.8.4 \ 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 documentation.md features.md OPTIONS_DEFINE= CLIPBOARD DOCS OPTIONS_DEFAULT= CLIPBOARD CLIPBOARD_DESC= Enable terminal X11 clipboard support 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/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 8f7b0c522b8a..35ca5bb92ffa 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,474 +1,474 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.15.2 -PORTREVISION= 1 +PORTREVISION= 2 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 GH_PROJECT= rustsec GH_TAGNAME= ${PORTNAME}/v${DISTVERSION} CARGO_CRATES= abscissa_core-0.5.2 \ abscissa_derive-0.5.0 \ addr2line-0.14.1 \ addr2line-0.16.0 \ adler-1.0.2 \ aho-corasick-0.7.15 \ aho-corasick-0.7.18 \ ansi_term-0.11.0 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ ascii-0.9.3 \ askama_derive-0.10.5 \ askama_escape-0.10.1 \ askama_shared-0.11.1 \ askama-0.10.5 \ atom_syndication-0.10.0 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.56 \ backtrace-0.3.57 \ backtrace-0.3.61 \ base64-0.13.0 \ bincode-1.3.3 \ bitflags-1.2.1 \ bitflags-1.3.2 \ bitvec-0.19.5 \ blake2b_simd-0.5.11 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bumpalo-3.6.1 \ bumpalo-3.7.1 \ byte-tools-0.3.1 \ byteorder-1.4.2 \ byteorder-1.4.3 \ bytes-0.5.6 \ bytes-1.0.1 \ bytes-1.1.0 \ canonical-path-2.0.2 \ cargo_metadata-0.11.4 \ cargo-edit-0.7.0 \ cargo-lock-6.0.1 \ cc-1.0.67 \ cc-1.0.70 \ 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 \ combine-4.6.1 \ comrak-0.12.1 \ constant_time_eq-0.1.5 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ crates-index-0.16.5 \ crates-index-0.17.0 \ crc32fast-1.2.1 \ crossbeam-utils-0.8.3 \ cvss-1.0.1 \ darling_core-0.10.2 \ darling_core-0.12.4 \ darling_macro-0.10.2 \ darling_macro-0.12.4 \ darling-0.10.2 \ darling-0.12.4 \ derive_builder_core-0.10.2 \ derive_builder_macro-0.10.2 \ derive_builder-0.10.2 \ digest-0.8.1 \ diligent-date-parser-0.1.2 \ dirs-3.0.1 \ dirs-3.0.2 \ dirs-sys-0.3.5 \ dirs-sys-0.3.6 \ either-1.6.1 \ encoding_rs-0.8.28 \ entities-1.0.1 \ env_proxy-0.4.1 \ error-chain-0.12.4 \ failure_derive-0.1.8 \ failure-0.1.8 \ fake-simd-0.1.2 \ fixedbitset-0.2.0 \ fixedbitset-0.4.0 \ flate2-1.0.22 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.0 \ form_urlencoded-1.0.1 \ fs-err-2.5.0 \ fs-err-2.6.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ funty-1.1.0 \ futures-channel-0.3.13 \ futures-channel-0.3.14 \ futures-channel-0.3.17 \ futures-core-0.3.13 \ futures-core-0.3.14 \ futures-core-0.3.17 \ futures-io-0.3.13 \ futures-io-0.3.14 \ futures-io-0.3.17 \ futures-sink-0.3.13 \ futures-sink-0.3.14 \ futures-sink-0.3.17 \ futures-task-0.3.13 \ futures-task-0.3.14 \ futures-task-0.3.17 \ futures-util-0.3.13 \ futures-util-0.3.14 \ futures-util-0.3.17 \ generational-arena-0.2.8 \ generic-array-0.12.4 \ getrandom-0.1.16 \ getrandom-0.2.2 \ getrandom-0.2.3 \ gimli-0.23.0 \ gimli-0.25.0 \ git2-0.13.18 \ git2-0.13.22 \ glob-0.3.0 \ gumdrop_derive-0.7.0 \ gumdrop_derive-0.8.0 \ gumdrop-0.7.0 \ gumdrop-0.8.0 \ h2-0.2.7 \ hashbrown-0.11.2 \ hashbrown-0.9.1 \ heck-0.3.2 \ heck-0.3.3 \ hermit-abi-0.1.18 \ hermit-abi-0.1.19 \ hex-0.4.3 \ home-0.5.3 \ http-0.2.3 \ http-0.2.4 \ http-0.2.5 \ http-body-0.3.1 \ httparse-1.3.5 \ httparse-1.4.0 \ httparse-1.5.1 \ httpdate-0.3.2 \ humansize-1.1.1 \ 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.0 \ idna-0.2.2 \ idna-0.2.3 \ indexmap-1.6.1 \ indexmap-1.6.2 \ indexmap-1.7.0 \ iovec-0.1.4 \ ipnet-2.3.0 \ ipnet-2.3.1 \ itoa-0.4.7 \ itoa-0.4.8 \ jobserver-0.1.21 \ jobserver-0.1.22 \ jobserver-0.1.24 \ js-sys-0.3.48 \ js-sys-0.3.50 \ js-sys-0.3.55 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ lexical-core-0.7.6 \ libc-0.2.102 \ libc-0.2.88 \ libc-0.2.93 \ libgit2-sys-0.12.19+1.1.0 \ libgit2-sys-0.12.23+1.2.0 \ libssh2-sys-0.2.21 \ libz-sys-1.1.2 \ libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ log-0.4.14 \ maplit-1.0.2 \ matchers-0.0.1 \ matches-0.1.8 \ matches-0.1.9 \ maybe-uninit-2.0.0 \ memchr-2.3.4 \ memchr-2.4.1 \ mime_guess-2.0.3 \ mime-0.3.16 \ miniz_oxide-0.4.4 \ mio-0.6.23 \ miow-0.2.2 \ native-tls-0.2.7 \ native-tls-0.2.8 \ net2-0.2.37 \ never-0.1.0 \ nom-6.1.2 \ num_cpus-1.13.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ object-0.23.0 \ object-0.26.2 \ once_cell-1.7.2 \ once_cell-1.8.0 \ onig_sys-69.7.0 \ onig-6.2.0 \ opaque-debug-0.2.3 \ openssl-0.10.32 \ openssl-0.10.33 \ openssl-0.10.36 \ openssl-probe-0.1.2 \ openssl-probe-0.1.4 \ openssl-src-111.14.0+1.1.1j \ openssl-src-111.15.0+1.1.1k \ openssl-src-111.16.0+1.1.1l \ openssl-sys-0.9.60 \ openssl-sys-0.9.61 \ openssl-sys-0.9.67 \ owning_ref-0.4.1 \ percent-encoding-2.1.0 \ pest_derive-2.1.0 \ pest_generator-2.1.3 \ pest_meta-2.1.3 \ pest-2.1.3 \ petgraph-0.5.1 \ petgraph-0.6.0 \ pin-project-1.0.5 \ pin-project-1.0.7 \ pin-project-1.0.8 \ pin-project-internal-1.0.5 \ pin-project-internal-1.0.7 \ pin-project-internal-1.0.8 \ pin-project-lite-0.1.12 \ pin-project-lite-0.2.6 \ pin-project-lite-0.2.7 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ platforms-1.1.0 \ plist-1.2.1 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ proc-macro2-1.0.26 \ proc-macro2-1.0.29 \ quick-xml-0.22.0 \ quote-1.0.8 \ quote-1.0.9 \ radium-0.5.3 \ rand_chacha-0.3.0 \ rand_chacha-0.3.1 \ rand_core-0.6.2 \ rand_core-0.6.3 \ rand_hc-0.3.0 \ rand_hc-0.3.1 \ rand-0.8.3 \ rand-0.8.4 \ redox_syscall-0.1.57 \ redox_syscall-0.2.10 \ redox_syscall-0.2.5 \ redox_syscall-0.2.6 \ redox_users-0.3.5 \ redox_users-0.4.0 \ regex-1.4.3 \ regex-1.4.6 \ regex-1.5.4 \ regex-automata-0.1.10 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ regex-syntax-0.6.23 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ reqwest-0.10.10 \ rust-argon2-0.8.3 \ rust-embed-5.9.0 \ rust-embed-impl-5.9.0 \ rust-embed-utils-5.1.0 \ rustc-demangle-0.1.18 \ rustc-demangle-0.1.21 \ rustsec-0.23.3 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ schannel-0.1.19 \ secrecy-0.6.0 \ security-framework-2.1.1 \ security-framework-2.2.0 \ security-framework-2.4.2 \ security-framework-sys-2.1.1 \ security-framework-sys-2.2.0 \ security-framework-sys-2.4.2 \ semver-0.10.0 \ semver-0.11.0 \ semver-0.9.0 \ semver-1.0.4 \ semver-parser-0.10.2 \ semver-parser-0.7.0 \ serde_derive-1.0.123 \ serde_derive-1.0.124 \ serde_derive-1.0.125 \ serde_derive-1.0.130 \ serde_json-1.0.64 \ serde_json-1.0.68 \ serde_urlencoded-0.7.0 \ serde-1.0.123 \ serde-1.0.124 \ serde-1.0.125 \ serde-1.0.130 \ sha-1-0.8.2 \ shell-words-1.0.0 \ signal-hook-0.1.17 \ signal-hook-registry-1.3.0 \ signal-hook-registry-1.4.0 \ slab-0.4.2 \ slab-0.4.3 \ slab-0.4.4 \ smallvec-0.6.14 \ smartstring-0.2.6 \ smartstring-0.2.9 \ smol_str-0.1.17 \ socket2-0.3.19 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.10.0 \ strsim-0.8.0 \ strsim-0.9.3 \ structopt-0.3.21 \ structopt-0.3.23 \ structopt-derive-0.4.14 \ structopt-derive-0.4.16 \ subprocess-0.2.6 \ subprocess-0.2.8 \ syn-1.0.60 \ syn-1.0.62 \ syn-1.0.70 \ syn-1.0.77 \ synstructure-0.12.4 \ synstructure-0.12.5 \ syntect-4.6.0 \ tap-1.0.1 \ tempfile-3.2.0 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thiserror-1.0.24 \ thiserror-1.0.25 \ thiserror-impl-1.0.24 \ thiserror-impl-1.0.25 \ thread_local-1.1.3 \ time-0.1.43 \ tinyvec_macros-0.1.0 \ tinyvec-1.1.1 \ tinyvec-1.2.0 \ tinyvec-1.4.0 \ tokio-0.2.25 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ toml_edit-0.2.0 \ toml_edit-0.2.1 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.25 \ tracing-0.1.28 \ tracing-attributes-0.1.15 \ tracing-attributes-0.1.16 \ tracing-core-0.1.17 \ tracing-core-0.1.20 \ tracing-futures-0.2.5 \ tracing-log-0.1.2 \ tracing-subscriber-0.1.6 \ try-lock-0.2.3 \ twoway-0.2.2 \ typed-arena-1.7.0 \ typenum-1.14.0 \ ucd-trie-0.1.3 \ unchecked-index-0.2.2 \ unicase-2.6.0 \ unicode_categories-0.1.1 \ unicode-bidi-0.3.4 \ unicode-bidi-0.3.5 \ unicode-bidi-0.3.6 \ unicode-normalization-0.1.16 \ unicode-normalization-0.1.17 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.7.1 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.8 \ unicode-width-0.1.9 \ unicode-xid-0.2.1 \ unicode-xid-0.2.2 \ unreachable-1.0.0 \ url-2.2.1 \ url-2.2.2 \ vcpkg-0.2.11 \ vcpkg-0.2.12 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.2 \ version_check-0.9.3 \ void-1.0.2 \ wait-timeout-0.2.0 \ walkdir-2.3.2 \ want-0.3.0 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.71 \ wasm-bindgen-0.2.73 \ wasm-bindgen-0.2.78 \ wasm-bindgen-backend-0.2.71 \ wasm-bindgen-backend-0.2.73 \ wasm-bindgen-backend-0.2.78 \ wasm-bindgen-futures-0.4.21 \ wasm-bindgen-futures-0.4.23 \ wasm-bindgen-futures-0.4.28 \ wasm-bindgen-macro-0.2.71 \ wasm-bindgen-macro-0.2.73 \ wasm-bindgen-macro-0.2.78 \ wasm-bindgen-macro-support-0.2.71 \ wasm-bindgen-macro-support-0.2.73 \ wasm-bindgen-macro-support-0.2.78 \ wasm-bindgen-shared-0.2.71 \ wasm-bindgen-shared-0.2.73 \ wasm-bindgen-shared-0.2.78 \ web-sys-0.3.48 \ web-sys-0.3.50 \ web-sys-0.3.55 \ 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 \ xdg-2.2.0 \ xml-rs-0.8.4 \ yaml-rust-0.4.5 \ zeroize-1.3.0 NO_TEST= yes PLIST_FILES= bin/cargo-audit WRKSRC_SUBDIR= cargo-audit post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo-audit .include diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 90860a5c1fc1..83a58d959a2b 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,267 +1,267 @@ PORTNAME= starship DISTVERSION= 0.58.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 BROKEN_powerpc= 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.18 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ async-io-1.6.0 \ attohttpc-0.17.0 \ 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.12 \ byteorder-1.4.3 \ bytes-1.1.0 \ cache-padded-1.1.1 \ cc-1.0.70 \ 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.1 \ crossbeam-deque-0.8.1 \ crossbeam-epoch-0.9.5 \ crossbeam-utils-0.8.5 \ derivative-2.2.0 \ difference-2.0.0 \ digest-0.8.1 \ directories-next-2.0.0 \ dirs-1.0.5 \ dirs-sys-next-0.1.2 \ dlv-list-0.2.3 \ downcast-0.10.0 \ dtoa-0.4.8 \ either-1.6.1 \ enumflags2-0.6.4 \ enumflags2_derive-0.6.4 \ fake-simd-0.1.2 \ fastrand-1.5.0 \ 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 \ fragile-1.0.0 \ futures-0.3.17 \ futures-channel-0.3.17 \ futures-core-0.3.17 \ futures-executor-0.3.17 \ futures-io-0.3.17 \ futures-lite-1.12.0 \ futures-macro-0.3.17 \ futures-sink-0.3.17 \ futures-task-0.3.17 \ futures-util-0.3.17 \ generic-array-0.12.4 \ gethostname-0.2.1 \ getrandom-0.1.16 \ getrandom-0.2.3 \ git2-0.13.22 \ hashbrown-0.9.1 \ hashbrown-0.11.2 \ hermit-abi-0.1.19 \ http-0.2.4 \ idna-0.2.3 \ indexmap-1.7.0 \ instant-0.1.10 \ itertools-0.10.1 \ itoa-0.4.8 \ jobserver-0.1.24 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.102 \ libgit2-sys-0.12.23+1.2.0 \ libz-sys-1.1.3 \ 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.9 \ memchr-2.4.1 \ memoffset-0.6.4 \ minimal-lexical-0.1.3 \ mockall-0.10.2 \ mockall_derive-0.10.2 \ native-tls-0.2.8 \ nb-connect-1.2.0 \ nix-0.17.0 \ nix-0.19.1 \ nix-0.21.0 \ nix-0.22.1 \ nom-7.0.0 \ normalize-line-endings-0.3.0 \ notify-rust-4.5.3 \ 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.8.0 \ opaque-debug-0.2.3 \ open-2.0.1 \ openssl-0.10.36 \ openssl-probe-0.1.4 \ openssl-src-111.16.0+1.1.1l \ openssl-sys-0.9.66 \ ordered-multimap-0.3.1 \ os_info-3.0.7 \ parking-2.0.0 \ path-slash-0.1.4 \ pathdiff-0.2.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 \ pin-project-lite-0.2.7 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ polling-2.1.0 \ ppv-lite86-0.2.10 \ predicates-1.0.8 \ predicates-core-1.0.2 \ predicates-tree-1.0.3 \ proc-macro-crate-0.1.5 \ proc-macro-crate-1.1.0 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.29 \ process_control-3.1.0 \ quick-xml-0.22.0 \ quote-0.3.15 \ quote-1.0.9 \ rand-0.8.4 \ rand_chacha-0.3.1 \ rand_core-0.6.3 \ rand_hc-0.3.1 \ rayon-1.5.1 \ rayon-core-1.9.1 \ redox_syscall-0.1.57 \ redox_syscall-0.2.10 \ redox_users-0.3.5 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ rust-argon2-0.8.3 \ rust-ini-0.17.0 \ ryu-1.0.5 \ schannel-0.1.19 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ security-framework-2.3.1 \ security-framework-sys-2.4.2 \ semver-1.0.4 \ serde-1.0.130 \ serde_derive-1.0.130 \ serde_json-1.0.68 \ serde_repr-0.1.7 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ shadow-rs-0.7.1 \ shell-words-1.0.0 \ slab-0.4.4 \ socket2-0.4.2 \ starship_module_config_derive-0.2.1 \ static_assertions-1.1.0 \ strsim-0.8.0 \ strsim-0.10.0 \ strum-0.8.0 \ strum_macros-0.8.0 \ syn-0.11.11 \ syn-1.0.76 \ synom-0.11.3 \ sys-info-0.9.0 \ tempfile-3.2.0 \ term_size-0.3.2 \ textwrap-0.11.0 \ thiserror-1.0.29 \ thiserror-impl-1.0.29 \ time-0.1.44 \ tinyvec-1.4.0 \ tinyvec_macros-0.1.0 \ toml-0.5.8 \ treeline-0.1.0 \ typenum-1.14.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.6 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.9 \ unicode-xid-0.0.4 \ unicode-xid-0.2.2 \ uom-0.30.0 \ url-2.2.2 \ urlencoding-2.1.0 \ utf8-width-0.1.5 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ versions-3.0.3 \ void-1.0.2 \ waker-fn-1.1.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ wepoll-ffi-0.1.2 \ which-4.2.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.9.1 \ zbus_macros-1.9.1 \ zvariant-2.8.0 \ zvariant_derive-2.8.0 CARGO_FEATURES= notify-rust 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/exa/Makefile b/sysutils/exa/Makefile index e78158035982..74669ffa3106 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,78 +1,78 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 5 +PORTREVISION= 6 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/onefetch/Makefile b/sysutils/onefetch/Makefile index 223890fd29ad..0e48476bd7c9 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,222 +1,222 @@ PORTNAME= onefetch DISTVERSIONPREFIX= v DISTVERSION= 2.10.2 -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.15.2 \ adler-1.0.2 \ adler32-1.2.0 \ aho-corasick-0.7.18 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ arrayvec-0.4.12 \ askalono-0.4.3 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.60 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ bstr-0.2.16 \ byte-tools-0.3.1 \ byte-unit-4.0.12 \ bytecount-0.6.2 \ bytemuck-1.7.0 \ byteorder-1.4.3 \ cc-1.0.68 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-humanize-0.2.1 \ chrono-tz-0.5.3 \ clap-2.33.3 \ color_quant-1.1.0 \ colored-2.0.0 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ crossbeam-epoch-0.9.5 \ crossbeam-utils-0.8.5 \ dashmap-4.0.2 \ deflate-0.8.6 \ deunicode-0.4.3 \ digest-0.8.1 \ dirs-3.0.2 \ dirs-sys-0.3.6 \ dtoa-0.4.8 \ either-1.6.1 \ encoding_rs-0.8.28 \ encoding_rs_io-0.1.7 \ env_logger-0.8.4 \ error-chain-0.12.4 \ failure-0.1.8 \ failure_derive-0.1.8 \ fake-simd-0.1.2 \ flate2-1.0.20 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ generic-array-0.12.4 \ getrandom-0.2.3 \ gif-0.11.2 \ gimli-0.24.0 \ git2-0.13.20 \ glob-0.3.0 \ globset-0.4.8 \ globwalk-0.8.1 \ grep-matcher-0.1.5 \ grep-searcher-0.1.8 \ heck-0.3.3 \ hermit-abi-0.1.19 \ humansize-1.1.1 \ humantime-2.1.0 \ idna-0.2.3 \ ignore-0.4.18 \ image-0.23.14 \ instant-0.1.9 \ itertools-0.9.0 \ itoa-0.4.7 \ jobserver-0.1.22 \ jpeg-decoder-0.1.22 \ json-0.12.4 \ lazy_static-1.4.0 \ libc-0.2.97 \ libgit2-sys-0.12.21+1.1.0 \ libz-sys-1.1.3 \ linked-hash-map-0.5.4 \ lock_api-0.4.4 \ log-0.4.14 \ maplit-1.0.2 \ matches-0.1.8 \ memchr-2.4.0 \ memmap2-0.3.0 \ memoffset-0.6.4 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ 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.25.3 \ once_cell-1.8.0 \ opaque-debug-0.2.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ parse-zoneinfo-0.3.0 \ paste-1.0.5 \ 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.27 \ quote-1.0.9 \ rand-0.8.4 \ rand_chacha-0.3.1 \ rand_core-0.6.3 \ rand_hc-0.3.1 \ rayon-1.5.1 \ rayon-core-1.9.1 \ redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-syntax-0.6.25 \ rmp-0.8.10 \ rmp-serde-0.14.4 \ rustc-demangle-0.1.20 \ ryu-1.0.5 \ same-file-1.0.6 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ serde-1.0.126 \ serde_derive-1.0.126 \ serde_json-1.0.64 \ serde_yaml-0.8.17 \ sha-1-0.8.2 \ slug-0.1.4 \ smallvec-1.6.1 \ strsim-0.8.0 \ strum-0.21.0 \ strum_macros-0.21.1 \ syn-1.0.73 \ synstructure-0.12.4 \ tera-1.12.0 \ term_size-0.3.2 \ termcolor-1.1.2 \ textwrap-0.11.0 \ thread_local-1.1.3 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ tokei-12.1.2 \ toml-0.5.8 \ typenum-1.13.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.5 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-2.2.2 \ utf8-width-0.1.5 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ walkdir-2.3.2 \ wasi-0.10.2+wasi-snapshot-preview1 \ weezl-0.1.5 \ 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/textproc/askgit/Makefile b/textproc/askgit/Makefile index bcdc83ccc75b..3aecbda874a2 100644 --- a/textproc/askgit/Makefile +++ b/textproc/askgit/Makefile @@ -1,93 +1,94 @@ PORTNAME= askgit DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Query git repositories with SQL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 BUILD_DEPENDS= sqlite3>=3.0.0:databases/sqlite3 USES= go:modules pkgconfig USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}dev GH_TUPLE= BurntSushi:toml:v0.4.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ DATA-DOG:go-sqlmock:v1.5.0:data_dog_go_sqlmock/vendor/github.com/DATA-DOG/go-sqlmock \ Microsoft:go-winio:v0.5.0:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ ProtonMail:go-crypto:52430bf6b52c:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ asaskevich:govalidator:f21760c49a8d:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ augmentable-dev:vtab:5c7659b723dd:augmentable_dev_vtab/vendor/github.com/augmentable-dev/vtab \ clbanning:mxj:v2.5.5:clbanning_mxj_v2/vendor/github.com/clbanning/mxj/v2 \ dnaeon:go-vcr:v2.0.1:dnaeon_go_vcr_v2/vendor/github.com/dnaeon/go-vcr \ emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-enry:go-enry:v2.7.1:go_enry_go_enry_v2/vendor/github.com/go-enry/go-enry/v2 \ go-enry:go-oniguruma:v1.2.1:go_enry_go_oniguruma/vendor/github.com/go-enry/go-oniguruma \ go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-openapi:errors:v0.20.0:go_openapi_errors/vendor/github.com/go-openapi/errors \ go-openapi:strfmt:v0.20.1:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \ go-stack:stack:v1.8.1:go_stack_stack/vendor/github.com/go-stack/stack \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:32db794688a5:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.5.0:golang_mod/vendor/golang.org/x/mod \ golang:net:60bc85c4be6d:golang_net/vendor/golang.org/x/net \ golang:oauth2:2bc19b11175f:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:41cdb8703e55:golang_sys/vendor/golang.org/x/sys \ golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \ golang:time:1f47c861a9ac:golang_time/vendor/golang.org/x/time \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ jedib0t:go-pretty:v4.3.0:jedib0t_go_pretty/vendor/github.com/jedib0t/go-pretty \ kevinburke:ssh_config:v1.1.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ lib:pq:v1.10.2:lib_pq/vendor/github.com/lib/pq \ libgit2:git2go:v31.4.14:libgit2_git2go_v31/vendor/github.com/libgit2/git2go/v31 \ mattn:go-pointer:v0.0.1:mattn_go_pointer/vendor/github.com/mattn/go-pointer \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-sqlite3:v1.14.8:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mongodb:mongo-go-driver:v1.7.1:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \ oklog:ulid:v1.3.1:oklog_ulid/vendor/github.com/oklog/ulid \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ riyaz-ali:sqlite:b3ba44e2587a:riyaz_ali_sqlite/vendor/go.riyazali.net/sqlite \ sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ shurcooL:githubv4:83ba7b4c9228:shurcool_githubv4/vendor/github.com/shurcooL/githubv4 \ shurcooL:graphql:18c5c3165e3a:shurcool_graphql/vendor/github.com/shurcooL/graphql \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.6.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.17.0:uber_go_zap/vendor/go.uber.org/zap \ xanzy:ssh-agent:v0.3.1:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent GO_BUILDFLAGS= -tags sqlite_vtable,sqlite_json1,system_libgit2 GO_TESTFLAGS= ${GO_BUILDFLAGS} CGO_CFLAGS+= -DUSE_LIBSQLITE3 CGO_LDFLAGS+= -Wl,--unresolved-symbols=ignore-in-object-files PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS 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 df3351ed33bd..f66d9a520b11 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,179 +1,179 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.18.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org COMMENT= Clone of cat with syntax highlighting LICENSE= APACHE20 LIB_DEPENDS= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma USES= cargo cpe CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= sharkdp PLIST_FILES= bin/bat \ share/zsh/site-functions/_bat \ man/man1/bat.1.gz CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.18 \ ansi_colours-1.0.4 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ assert_cmd-1.0.5 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bincode-1.3.3 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ bstr-0.2.16 \ bugreport-0.4.1 \ byteorder-1.4.3 \ cc-1.0.67 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ clircle-0.3.0 \ console-0.14.1 \ 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.8 \ 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.1 \ getrandom-0.2.2 \ git-version-0.3.4 \ git-version-macro-0.3.4 \ git2-0.13.20 \ glob-0.3.0 \ globset-0.4.8 \ grep-cli-0.1.6 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ idna-0.2.3 \ indexmap-1.6.2 \ instant-0.1.9 \ itoa-0.4.7 \ jobserver-0.1.22 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ libc-0.2.95 \ libgit2-sys-0.12.21+1.1.0 \ libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ lock_api-0.4.4 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.4.0 \ memoffset-0.6.4 \ miniz_oxide-0.4.4 \ nix-0.21.0 \ normalize-line-endings-0.3.0 \ num-integer-0.1.44 \ num-traits-0.2.14 \ onig-6.1.1 \ onig_sys-69.6.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ path_abs-0.5.1 \ 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.8 \ predicates-core-1.0.2 \ predicates-tree-1.0.2 \ proc-macro-hack-0.5.19 \ 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.8 \ redox_users-0.4.0 \ regex-1.5.4 \ regex-automata-0.1.9 \ regex-syntax-0.6.25 \ 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.126 \ serde_derive-1.0.126 \ serde_json-1.0.64 \ serde_yaml-0.8.17 \ serial_test-0.5.1 \ serial_test_derive-0.5.1 \ shell-escape-0.1.5 \ shell-words-1.0.0 \ smallvec-1.6.1 \ std_prelude-0.2.12 \ strsim-0.8.0 \ syn-1.0.72 \ syntect-4.5.0 \ tempfile-3.2.0 \ term_size-0.3.2 \ termcolor-1.1.2 \ terminal_size-0.1.16 \ textwrap-0.11.0 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ treeline-0.1.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-2.2.2 \ vcpkg-0.2.12 \ 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 \ 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/www/stagit/Makefile b/www/stagit/Makefile index 4b25a847dee7..79da5cdb27b6 100644 --- a/www/stagit/Makefile +++ b/www/stagit/Makefile @@ -1,37 +1,38 @@ PORTNAME= stagit PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://codemadness.org/releases/stagit/ MAINTAINER= nc@FreeBSD.org COMMENT= Static Git page generator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 USE_CSTD= c99 MAKE_ARGS= COMPATOBJ="" \ LIBGIT_INC="-I${LOCALBASE}/include" \ LIBGIT_LIB="-L${LOCALBASE}/lib -lgit2" OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} example_create.sh example_post-receive.sh \ favicon.png logo.png style.css ${STAGEDIR}${EXAMPLESDIR} .include