diff --git a/astro/sunwait/Makefile b/astro/sunwait/Makefile index 2669134dd647..4bed5617b6e3 100644 --- a/astro/sunwait/Makefile +++ b/astro/sunwait/Makefile @@ -1,19 +1,19 @@ PORTNAME= sunwait PORTVERSION= 20041208 CATEGORIES= astro MASTER_SITES= http://www.risacher.org/sunwait/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Calculate sunrise and sunset WWW= http://www.risacher.org/sunwait/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 5313f3e9ca37..9e8a5f11f592 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -1,85 +1,85 @@ PORTNAME= memcached PORTVERSION= 1.6.14 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= High-performance distributed memory object cache system WWW= https://memcached.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libevent.so:devel/libevent USES= autoreconf cpe shebangfix SHEBANG_FILES= scripts/memcached-tool USE_RC_SUBR= memcached SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} USE_CSTD= c99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-coverage \ --program-prefix= \ --with-libevent=${LOCALBASE} # Dtrace option disabled until it is fixed upstream OPTIONS_DEFINE= DOCS SASL OPTIONS_DEFAULT= SASL OPTIONS_DEFINE_amd64= DTRACE OPTIONS_DEFAULT_amd64= DTRACE OPTIONS_DEFINE_powerpc64= DTRACE OPTIONS_DEFAULT_powerpc64= DTRACE OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_DEFINE_powerpc64le= DTRACE OPTIONS_DEFAULT_powerpc64le= DTRACE .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif DTRACE_DESC= Enable dtrace probes SASL_DESC= Enable SASL Authentication DOCS_BUILD_DEPENDS= xml2rfc:textproc/xml2rfc DOCS_CONFIGURE_ENABLE= docs DTRACE_CONFIGURE_ENABLE= dtrace SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ENABLE= sasl SASL_CFLAGS= -I${LOCALBASE}/include SASL_CPPFLAGS+= ${CFLAGS} SASL_LDFLAGS= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .include .if ${OPSYS} == FreeBSD CONFIGURE_ARGS+= --enable-tls USES+= ssl .endif .if ${ARCH} == amd64 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --enable-64bit .endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/memcached-tool ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in protocol-binary-range.txt protocol-binary.txt protocol.txt \ readme.txt threads.txt ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} .endfor regression-test: test test: build ${MAKE} -C ${WRKSRC} test .include diff --git a/databases/redisdesktopmanager/Makefile b/databases/redisdesktopmanager/Makefile index fc7b80d136ae..1319f40fe671 100644 --- a/databases/redisdesktopmanager/Makefile +++ b/databases/redisdesktopmanager/Makefile @@ -1,57 +1,57 @@ PORTNAME= redisdesktopmanager PORTVERSION= 2022.2 CATEGORIES= databases -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Redis DB management tool WWW= https://redisdesktop.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libbrotlicommon.so:archivers/brotli \ liblz4.so:archivers/liblz4 \ libpython${PYTHON_VER}${PYTHON_ABIVER}.so:lang/python${PYTHON_SUFFIX} \ libsnappy.so:archivers/snappy \ libssh2.so:security/libssh2 USES= compiler:c++0x dos2unix gettext-runtime gl kde:5 \ python:build qmake qt:5 USE_GL= gl USE_GITHUB= yes DOS2UNIX_FILES= 3rdparty/3rdparty.pri BUILD_WRKSRC= ${WRKSRC}/src CONFIGURE_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/bin/linux/release PLIST_FILES= bin/resp \ share/pixmaps/resp.png DESKTOP_ENTRIES= "GUI for Redis" \ "GUI for Redis" \ "resp" \ "resp" \ "Development;" \ "" GH_TUPLE= uglide:RedisDesktopManager:${PORTVERSION}:DEFAULT/RedisDesktopManager-${PORTVERSION} \ benlau:asyncfuture:5ca0304:asyncfuture/3rdparty/qredisclient/3rdparty/asyncfuture \ uglide:qredisclient:9e1e29e:qredisclient/3rdparty/qredisclient \ sijk:qt-unix-signals:d6a1d12:qtunixsignals/3rdparty/qt-unix-signals \ uglide:qsshclient:6fa7fb7:qsshclient/3rdparty/qredisclient/3rdparty/qsshclient \ uglide:pyotherside:c1a8cc0:pyotherside/3rdparty/pyotherside \ redis:hiredis:6850306:hiredis/3rdparty/qredisclient/3rdparty/hiredis \ simdjson:simdjson:3bd8b0b:simdjson/3rdparty/simdjson USE_QT= charts concurrent core declarative gui network \ quickcontrols svg widgets buildtools:build qmake:build QMAKE_ARGS+= SYSTEM_BROTLI=1 SYSTEM_LZ4=1 SYSTEM_SNAPPY=1 \ SYSTEM_ZSTD=1 VERSION=${PORTVERSION} BINARY_ALIAS= python3-config=${PYTHON_CMD}-config \ python3=${PYTHON_CMD} CXXFLAGS_powerpc64= -mpower8-vector do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/share/pixmaps cd ${INSTALL_WRKSRC} ; \ ${STRIP_CMD} resp ; \ ${INSTALL_PROGRAM} resp ${STAGEDIR}${PREFIX}/bin/resp ${INSTALL_DATA} ${BUILD_WRKSRC}/resources/images/resp.png ${STAGEDIR}${PREFIX}/share/pixmaps/resp.png .include diff --git a/deskutils/birdtray/Makefile b/deskutils/birdtray/Makefile index 4023d8ed3f63..c33bc2162276 100644 --- a/deskutils/birdtray/Makefile +++ b/deskutils/birdtray/Makefile @@ -1,25 +1,25 @@ PORTNAME= birdtray PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v CATEGORIES= deskutils mail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= System tray new mail notification for Thunderbird WWW= https://github.com/gyunaev/birdtray LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c++11-lib gettext kde:5 localbase qt:5 tar:xz \ xorg USE_XORG= x11 USE_KDE= i18n USE_QT= core gui network svg widgets x11extras buildtools:build \ linguisttools:build qmake:build USE_GITHUB= yes GH_ACCOUNT= gyunaev post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/utils.cpp .include diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile index 33eef30ef055..3619e1018760 100644 --- a/deskutils/syncthingtray/Makefile +++ b/deskutils/syncthingtray/Makefile @@ -1,78 +1,78 @@ PORTNAME= syncthingtray PORTVERSION= 1.1.8 PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= deskutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Qt 5-based Syncthing tray application WWW= https://github.com/Martchus/syncthingtray LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/syncthingtray/LICENSE BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules \ doxygen:devel/doxygen LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs USES= cmake:insource compiler:c++11-lang iconv kde:5 qt:5 USE_GITHUB= nodefault GH_TUPLE= Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/../syncthingtray \ Martchus:cpp-utilities:v5.10.5:cpputilities/../c++utilities \ Martchus:qtutilities:v6.4.2:qtutilities/../qtutilities \ Martchus:subdirs:f3b12f9:subdirs/../subdirs USE_KDE= plasma-framework USE_QT= concurrent core dbus declarative gui location network \ printsupport qdbus quickcontrols2 svg webchannel \ widgets x11extras buildtools:build doc:build linguist:build \ qmake:build testlib:build CMAKE_OFF= USE_STANDARD_FILESYSTEM SYSTEMD_SUPPORT CONFIGURE_WRKSRC= ${WRKDIR} BUILD_WRKSRC= ${WRKDIR} INSTALL_WRKSRC= ${WRKDIR} CMAKE_SOURCE_PATH= ${WRKDIR}/subdirs/syncthingtray .include .if ${ARCH} == amd64 || ${ARCH} == i386 USE_QT+= webengine .else CMAKE_ARGS+= -DWEBVIEW_PROVIDER=webkit USE_QT+= webkit .endif post-install: ${RM} -r \ ${STAGEDIR}${PREFIX}/include/c++utilities \ ${STAGEDIR}${PREFIX}/include/qtutilities \ ${STAGEDIR}${PREFIX}/lib/libc++utilities.a \ ${STAGEDIR}${PREFIX}/lib/libqtutilities.a \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/c++utilities.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/qtutilities.pc \ ${STAGEDIR}${PREFIX}/share/c++utilities \ ${STAGEDIR}${PREFIX}/share/qtutilities \ ${STAGEDIR}${PREFIX}/share/syncthingconnector/cmake \ ${STAGEDIR}${PREFIX}/share/syncthingfileitemaction/cmake \ ${STAGEDIR}${PREFIX}/share/syncthingmodel/cmake \ ${STAGEDIR}${PREFIX}/share/syncthingplasmoid/cmake \ ${STAGEDIR}${PREFIX}/share/syncthingwidgets/cmake \ ${STAGEDIR}${PREFIX}/include/syncthingconnector \ ${STAGEDIR}${PREFIX}/include/syncthingmodel \ ${STAGEDIR}${PREFIX}/include/syncthingwidgets \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/syncthingconnector.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/syncthingfileitemaction.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/syncthingmodel.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/syncthingplasmoid.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/syncthingwidgets.pc \ ${STAGEDIR}${PREFIX}/lib/libsyncthingconnector.a \ ${STAGEDIR}${PREFIX}/lib/libsyncthingmodel.a \ ${STAGEDIR}${PREFIX}/lib/libsyncthingwidgets.a \ ${STAGEDIR}${QT_PLUGINDIR} \ ${STAGEDIR}${QT_LIBDIR} .include diff --git a/deskutils/tasksh/Makefile b/deskutils/tasksh/Makefile index 7aa37326c923..03ae23e2841a 100644 --- a/deskutils/tasksh/Makefile +++ b/deskutils/tasksh/Makefile @@ -1,15 +1,15 @@ PORTNAME= tasksh PORTVERSION= 1.2.0 PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Shell command that wraps Taskwarrior commands WWW= https://tasktools.org/projects/tasksh.html USES= cmake compiler:c++11-lang readline OPTIONS_DEFINE= DOCS .include diff --git a/deskutils/timewarrior/Makefile b/deskutils/timewarrior/Makefile index fa8db5dee187..305a60d5b738 100644 --- a/deskutils/timewarrior/Makefile +++ b/deskutils/timewarrior/Makefile @@ -1,24 +1,24 @@ PORTNAME= timewarrior PORTVERSION= 1.4.3 DISTVERSIONPREFIX= v CATEGORIES= deskutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Track time from the command line WWW= https://timewarrior.net/ LICENSE= MIT BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor USES= cmake:insource compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= GothenburgBitFactory GH_TUPLE= GothenburgBitFactory:libshared:c1760be:libshared/src/libshared CMAKE_ARGS+= -DTIMEW_DOCDIR=${DOCSDIR} post-install: @${RM} -r ${STAGEDIR}${PREFIX}/man/man1/CMakeFiles ${STAGEDIR}${PREFIX}/man/man7/CMakeFiles .include diff --git a/devel/athens/Makefile b/devel/athens/Makefile index a554494268ff..32c357a7290b 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,141 +1,141 @@ PORTNAME= athens PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v PORTREVISION= 13 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Proxy server for the Go Modules download API WWW= https://github.com/gomods/athens LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes BUILD_DATE= 2021-05-20-00:00:00-UTC GH_TUPLE= gomods:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \ Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-storage-blob-go:v0.10.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ DataDog:datadog-go:281ae9f2d895:datadog_datadog_go/vendor/github.com/DataDog/datadog-go \ DataDog:dd-trace-go:v1.10.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \ DataDog:opencensus-go-exporter-datadog:e6c7f767dc57:datadog_opencensus_go_exporter_datadog/vendor/github.com/DataDog/opencensus-go-exporter-datadog \ agext:levenshtein:v1.2.1:agext_levenshtein/vendor/github.com/agext/levenshtein \ ajg:form:523a5da1a92f:ajg_form/vendor/github.com/ajg/form \ apache:thrift:v0.12.0:apache_thrift/vendor/github.com/apache/thrift \ apparentlymart:go-textseg:v1.0.0:apparentlymart_go_textseg/vendor/github.com/apparentlymart/go-textseg \ aws:aws-sdk-go:v1.32.7:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:3a771d992973:beorn7_perks/vendor/github.com/beorn7/perks \ bsm:redislock:v0.4.2:bsm_redislock/vendor/github.com/bsm/redislock \ census-ecosystem:opencensus-go-exporter-jaeger:v0.1.0:census_ecosystem_opencensus_go_exporter_jaeger/vendor/contrib.go.opencensus.io/exporter/jaeger \ census-ecosystem:opencensus-go-exporter-prometheus:v0.1.0:census_ecosystem_opencensus_go_exporter_prometheus/vendor/contrib.go.opencensus.io/exporter/prometheus \ census-ecosystem:opencensus-go-exporter-stackdriver:v0.6.0:census_ecosystem_opencensus_go_exporter_stackdriver/vendor/contrib.go.opencensus.io/exporter/stackdriver \ census-instrumentation:opencensus-go:v0.22.3:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ codegangsta:negroni:v1.0.0:codegangsta_negroni/vendor/github.com/codegangsta/negroni \ coreos:go-systemd:39ca1b05acc7:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ coreos:pkg:3ac0863d7acf:coreos_pkg/vendor/github.com/coreos/pkg \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dominikh:go-tools:v0.0.1-2020.1.3:dominikh_go_tools/vendor/honnef.co/go/tools \ etcd-io:etcd:784daa04988c:etcd_io_etcd/vendor/go.etcd.io/etcd \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ go-ini:ini:v1.42.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-playground:assert:v1.2.1:go_playground_assert/vendor/gopkg.in/go-playground/assert.v1 \ go-playground:locales:v0.12.1:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.16.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v9.20.2:go_playground_validator/vendor/gopkg.in/go-playground/validator.v9 \ go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-stack:stack:v1.8.0:go_stack_stack/vendor/github.com/go-stack/stack \ go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobuffalo:envy:v1.6.7:gobuffalo_envy/vendor/github.com/gobuffalo/envy \ gobuffalo:httptest:v1.0.4:gobuffalo_httptest/vendor/github.com/gobuffalo/httptest \ gogo:protobuf:v1.2.0:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:e9b2fee46413:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:6cc2880d07d6:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ golang:lint:910be7a94367:golang_lint/vendor/golang.org/x/lint \ golang:mod:v0.2.0:golang_mod/vendor/golang.org/x/mod \ golang:net:5a598a2470a0:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.3.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:43a5402ce75a:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ golang:tools:023911ca70b2:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.1:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:0452cf42e150:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:google-api-go-client:v0.15.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:bigquery/v1.4.0:googleapis_google_cloud_go_bigquery \ googleapis:google-cloud-go:storage/v1.5.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:v0.52.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ gorilla:mux:v1.6.2:gorilla_mux/vendor/github.com/gorilla/mux \ grpc:grpc-go:v1.26.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:hcl2:640445e16309:hashicorp_hcl2/vendor/github.com/hashicorp/hcl2 \ jmespath:go-jmespath:v0.3.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ kelseyhightower:envconfig:v1.3.0:kelseyhightower_envconfig/vendor/github.com/kelseyhightower/envconfig \ konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/github.com/kylelemons/godebug \ lib:pq:v1.7.0:lib_pq/vendor/github.com/lib/pq \ markbates:hmax:v1.0.0:markbates_hmax/vendor/github.com/markbates/hmax \ mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:6dee0af9227d:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ mattn:go-isatty:v0.0.4:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ minio:minio-go:v6.0.43:minio_minio_go_v6/vendor/github.com/minio/minio-go/v6 \ minio:sha256-simd:v0.1.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-wordwrap:ad45545899c7:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mongodb:mongo-go-driver:v1.0.0:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \ philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:3c4408c8b829:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.2.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:bf6a532e95b1:prometheus_procfs/vendor/github.com/prometheus/procfs \ redis:go-redis:v7.2.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ technosophos:moniker:a5dbd03a2245:technosophos_moniker/vendor/github.com/technosophos/moniker \ tidwall:pretty:65a9db5fad51:tidwall_pretty/vendor/github.com/tidwall/pretty \ tinylib:msgp:v1.0.2:tinylib_msgp/vendor/github.com/tinylib/msgp \ uber-go:atomic:v1.3.2:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.9.1:uber_go_zap/vendor/go.uber.org/zap \ unrolled:secure:0d6b5bb13069:unrolled_secure/vendor/github.com/unrolled/secure \ xdg:scram:7eeb5667e42c:xdg_scram/vendor/github.com/xdg/scram \ xdg:stringprep:v1.0.0:xdg_stringprep/vendor/github.com/xdg/stringprep \ zclconf:go-cty:b18a157db9e2:zclconf_go_cty/vendor/github.com/zclconf/go-cty post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/bigquery @${RLN} ${WRKSRC_googleapis_google_cloud_go_bigquery}/bigquery ${WRKSRC}/vendor/cloud.google.com/go/bigquery @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage @${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage GO_TARGET= ./cmd/proxy GO_BUILDFLAGS= -ldflags " \ -X github.com/gomods/${PORTNAME}/pkg/build.version=${PORTVERSION} \ -X github.com/gomods/${PORTNAME}/pkg/build.buildDate=${BUILD_DATE}" PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/proxy ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/bloaty/Makefile b/devel/bloaty/Makefile index 59323051734b..ceed5a603e4b 100644 --- a/devel/bloaty/Makefile +++ b/devel/bloaty/Makefile @@ -1,28 +1,28 @@ PORTNAME= bloaty PORTVERSION= 1.1 DISTVERSIONPREFIX= v PORTREVISION= 8 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Size profiler for binaries WWW= https://github.com/google/bloaty LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libre2.so:devel/re2 \ libcapstone.so:devel/capstone4 \ libprotobuf.so:devel/protobuf USES= cmake compiler:c++11-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= google GH_TUPLE= abseil:abseil-cpp:bea85b5:abseil/third_party/abseil-cpp \ nico:demumble:01098ea:demumble/third_party/demumble CMAKE_OFF= BLOATY_ENABLE_CMAKETARGETS BLOATY_ENABLE_BUILDID PLIST_FILES= bin/bloaty .include diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile index cee53b1f57f9..327f919ac201 100644 --- a/devel/creduce/Makefile +++ b/devel/creduce/Makefile @@ -1,41 +1,41 @@ PORTNAME= creduce DISTVERSION= 2.11.0.20220927 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Produces small test cases WWW= https://github.com/csmith-project/creduce LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build: needs some specific LLVM version BROKEN_FreeBSD_12_powerpc64= fails to configure: cannot compile and link test program with selected LLVM BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libzstd.so:archivers/zstd RUN_DEPENDS= topformflat:devel/delta \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ p5-Sys-CPU>=0:devel/p5-Sys-CPU \ p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey USES= cmake gnome compiler:c++14-lang llvm:build,lib,run perl5 USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= csmith-project GH_TAGNAME= 8d56bee USE_GNOME= libxml2 # See clang_delta/CMakeLists.txt for more details LDFLAGS+= -lLLVM-${LLVM_VERSION} -L${LLVM_PREFIX}/lib CMAKE_OFF= ENABLE_TRANS_ASSERT CMAKE_ARGS= -DLLVM_DIR=${LLVM_PREFIX}/lib/cmake/llvm \ -DClang_DIR=${LLVM_PREFIX}/lib/cmake/clang .include diff --git a/devel/ctypes.sh/Makefile b/devel/ctypes.sh/Makefile index 017d58a4a381..a9cf1118e42a 100644 --- a/devel/ctypes.sh/Makefile +++ b/devel/ctypes.sh/Makefile @@ -1,28 +1,28 @@ PORTNAME= ctypes.sh PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/taviso/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ctypes-sh-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Foreign function interface for bash WWW= https://github.com/taviso/ctypes.sh LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libffi.so:devel/libffi RUN_DEPENDS= bash:shells/bash USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= bin/ctypes.sh lib/ctypes.so pre-patch: ${RM} ${WRKSRC}/include/config.h .include diff --git a/devel/cvise/Makefile b/devel/cvise/Makefile index a2db70faad52..9e59e58723c0 100644 --- a/devel/cvise/Makefile +++ b/devel/cvise/Makefile @@ -1,57 +1,57 @@ PORTNAME= cvise PORTVERSION= 2.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= C-Vise is a super-parallel Python port of the C-Reduce WWW= https://github.com/marxin/cvise LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pebble>0:devel/py-pebble@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pebble>0:devel/py-pebble@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} # gcc:lang/gcc # gcc required for tests to pass. framework errors: # Error: lang/gcc should not be depended upon. Instead, use USE_GCC. # but doesn't support gcc as a test only depends # once this is installed, all tests pass for me: # 260 passed, 1 skipped in 64.82 seconds USES= cmake compiler llvm:min=15,build,run python:3.6+ shebangfix CMAKE_ARGS+= -DLLVM_DIR:PATH=${LLVM_PREFIX}/lib/cmake/llvm CMAKE_ARGS+= -DClang_DIR:PATH=${LLVM_PREFIX}/lib/cmake/clang SHEBANG_FILES= cvise-delta.py cvise.py USE_GITHUB= yes GH_ACCOUNT= marxin PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= ff4e51e093a53615362f77c956d90f0f728c12e5.patch:-p1 PATCHFILES+= 80476310943053aa97969d6410743bddb2d1c770.patch:-p1 PATCHFILES+= c560ef24eae3946573317d20759938209fb882fa.patch:-p1 PATCHFILES+= 222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch:-p1 .include .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 150 CPP= clang-cpp${LLVM_VERSION} CC= clang${LLVM_VERSION} CXX= clang++${LLVM_VERSION} .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py do-test: cd ${BUILD_WRKSRC} && pytest .include diff --git a/devel/gammaray/Makefile b/devel/gammaray/Makefile index cc7695af792b..49ca1cdc72ca 100644 --- a/devel/gammaray/Makefile +++ b/devel/gammaray/Makefile @@ -1,47 +1,47 @@ PORTNAME= gammaray PORTVERSION= 2.11.3 PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Debugging tool for Qt-application WWW= https://www.kdab.com/development-resources/qt-tools/gammaray/ LICENSE= GPLv2 BSD2CLAUSE LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE.GPL.txt LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.BSD2.txt LIB_DEPENDS= libdwarf.so:devel/libdwarf \ libelf.so:devel/libelf USES= cmake kde:5 pkgconfig qt:5 USE_QT= 3d concurrent core declarative designer gui help linguisttools \ location network printsupport script scripttools svg uiplugin \ webchannel widgets xml buildtools:build qdoc:build qmake:build USE_KDE= coreaddons syntaxhighlighting USE_GITHUB= yes GH_ACCOUNT= KDAB GH_PROJECT= GammaRay CMAKE_OFF= STACK_DETAILS_AUTO_DETECT CMAKE_ON= STACK_DETAILS_DWARF .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB= WEBENGINE="" USE_QT+= webengine .else PLIST_SUB= WEBENGINE="@comment " .endif PLIST_SUB+= ARCH=${ARCH:S/amd64/x86_64/:S/i386/i686/:C/armv./arm/} \ PORTMAJMIN=${PORTVERSION:C/(.*)\..*/\1/} \ PORTVERSION=${PORTVERSION} \ QTVER=${QT5_VERSION:C/\./_/:C/\..*//} .include diff --git a/devel/genie/Makefile b/devel/genie/Makefile index e8d4e1bb105e..c1892b563e97 100644 --- a/devel/genie/Makefile +++ b/devel/genie/Makefile @@ -1,25 +1,25 @@ PORTNAME= genie PORTVERSION= g2020082801 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= GENie Project generator tool WWW= https://github.com/bkaradzic/GENie USES= gmake USE_GITHUB= yes GH_ACCOUNT= bkaradzic GH_PROJECT= GENie GH_TAGNAME= a503d6e MAKE_ARGS= -C build/gmake.freebsd config=release CC=${CC} CXX=${CXX} MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/bsd/genie ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/git-codereview/Makefile b/devel/git-codereview/Makefile index 29f1f315cf60..f8ae6cdb0631 100644 --- a/devel/git-codereview/Makefile +++ b/devel/git-codereview/Makefile @@ -1,25 +1,25 @@ PORTNAME= git-codereview PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v PORTREVISION= 12 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Command-line tool for working with Gerrit WWW= https://godoc.org/golang.org/x/review/git-codereview LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= review GO_PKGNAME= golang.org/x/review GO_TARGET= ./git-codereview PLIST_FILES= bin/git-codereview .include diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index d5a06c7d1f55..ec87f2bf4185 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,73 +1,73 @@ PORTNAME= gitlab-runner DISTVERSION= 15.10.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm DISTFILES= prebuilt-x86_64.tar.xz:dockerx64 \ prebuilt-arm.tar.xz:dockerarm -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Official GitLab Runner written in Go WWW= https://gitlab.com/gitlab-org/gitlab-runner LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-bindata:devel/go-bindata RUN_DEPENDS= bash:shells/bash \ ca_root_nss>=0:security/ca_root_nss \ git:devel/git USES= go:modules GO_MODULE= gitlab.com/gitlab-org/gitlab-runner _BUILD_DATE= $$(date -u +%Y-%m-%dT%H:%M:%S%z) GO_BUILDFLAGS= -ldflags=" \ -X gitlab.com/gitlab-org/gitlab-runner/commands.ROOTCONFIGDIR=${ETCDIR} \ -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \ -X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${GL_COMMIT:C/^(........).*/\1/} \ -X gitlab.com/gitlab-org/gitlab-runner/common.BUILT=${_BUILD_DATE} \ -X gitlab.com/gitlab-org/gitlab-runner/common.BRANCH=${GITBRANCH} \ -s -w" USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find tags here: # https://gitlab.com/gitlab-org/gitlab-runner/tags GL_COMMIT= 456e34824406b57e26b4dec29e9038edc2ac0396 GITBRANCH= 15-10-stable # for go dependencies # Gitlab hosts there dependencies on their own platform and not on go-proxy # so we download the required go.mod file from gitlab # lines are taken from go.mk # --------------------------- MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-runner/-/raw/v${DISTVERSION}/ DISTFILES+= go.mod EXTRACT_ONLY+= ${DISTFILES:N*.mod\:*:N*.mod:C/:.*//:Nprebuilt*:} # --------------------------- PLIST_FILES= bin/gitlab-runner USE_RC_SUBR= gitlab_runner USERS= gitlab-runner GROUPS= gitlab-runner post-patch: @${MKDIR} ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-x86_64.tar.xz ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-arm.tar.xz ${WRKSRC}/out/docker/ pre-build: @cd ${WRKSRC} && go-bindata \ -pkg docker \ -nocompress \ -nomemcopy \ -nometadata \ -prefix out/docker/ \ -o executors/docker/bindata.go \ out/docker/prebuilt-x86_64.tar.xz \ out/docker/prebuilt-arm.tar.xz .include diff --git a/devel/go-bindata/Makefile b/devel/go-bindata/Makefile index dcda8ecda226..be4b8e3ca982 100644 --- a/devel/go-bindata/Makefile +++ b/devel/go-bindata/Makefile @@ -1,35 +1,35 @@ PORTNAME= go-bindata PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v PORTREVISION= 12 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Generates Go code from any file WWW= https://github.com/go-bindata/go-bindata LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= golang:lint:fdd1cda4f05f:golang_lint/vendor/golang.org/x/lint \ golang:tools:a911d9008d1f:golang_tools/vendor/golang.org/x/tools \ kisielk:errcheck:v1.2.0:kisielk_errcheck/vendor/github.com/kisielk/errcheck GO_TARGET= ./go-bindata PLIST_FILES= bin/go-bindata PORTDOCS= CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/devel/gocheese/Makefile b/devel/gocheese/Makefile index 9d9ff8bfb9e6..08d47a3db45e 100644 --- a/devel/gocheese/Makefile +++ b/devel/gocheese/Makefile @@ -1,31 +1,31 @@ PORTNAME= gocheese DISTVERSION= 3.7.0 PORTREVISION= 5 CATEGORIES= devel python MASTER_SITES= http://www.gocheese.cypherpunks.ru/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python private package repository and caching proxy WWW= http://www.gocheese.cypherpunks.ru/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= go tar:zst GO_PKGNAME= go.cypherpunks.ru/gocheese/v3 GO_TARGET= go.cypherpunks.ru/gocheese/v3:${PORTNAME} INFO= ${PORTNAME} PLIST_FILES= ${DOCSDIR}/README \ bin/${PORTNAME} \ bin/pyshop2packages.sh do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/pyshop2packages.sh ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info ${STAGEDIR}${PREFIX}/${INFO_PATH} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/jiri/Makefile b/devel/jiri/Makefile index 9aceb4bc815b..731596fc2705 100644 --- a/devel/jiri/Makefile +++ b/devel/jiri/Makefile @@ -1,34 +1,34 @@ PORTNAME= jiri PORTVERSION= g${TIMESTAMP:S/-/./g:C/T.*//g} PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= LOCAL/swills DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= jiri -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for multi-repo development WWW= https://fuchsia.googlesource.com/jiri LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core RUN_DEPENDS= git:devel/git USES= go:modules ninja:build GITHASH= 1eee1043d12d1baabae7f2466cc0b1646395e32c TIMESTAMP= 2020-08-28T00:00:00.000000 PLIST_FILES= bin/jiri USE_GITHUB= nodefault GH_TUPLE= golang:net:a7b16738d86b:golang_net/vendor/golang.org/x/net \ golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync GO_TARGET= ./cmd/jiri GO_BUILDFLAGS= -ldflags="\ -s -w \ -X fuchsia.googlesource.com/jiri/version.GitCommit=${GITHASH} \ -X fuchsia.googlesource.com/jiri/version.BuildTime=${TIMESTAMP}" .include diff --git a/devel/lab/Makefile b/devel/lab/Makefile index 6d17e0ca6cfa..8adc757a9b71 100644 --- a/devel/lab/Makefile +++ b/devel/lab/Makefile @@ -1,22 +1,22 @@ PORTNAME= lab PORTVERSION= ${MODVERSION:S/-/./g:R} PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Lab makes it simple to work with repositories on GitLab WWW= https://zaquestion.github.io/lab LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules MODVERSION= 0.25.2-0.20230225220034-98c3f01c08e1 GO_MODULE= github.com/zaquestion/lab@v${MODVERSION} GO_BUILDFLAGS= -ldflags="-X main.version=${PORTVERSION}" PLIST_FILES= bin/lab .include diff --git a/devel/libbpfjit/Makefile b/devel/libbpfjit/Makefile index 853602a86616..9797422b5800 100644 --- a/devel/libbpfjit/Makefile +++ b/devel/libbpfjit/Makefile @@ -1,28 +1,28 @@ PORTNAME= libbpfjit PORTVERSION= g2020082801 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Just-in-Time compilation of bpf WWW= https://github.com/rmind/bpfjit LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENCE USES= gmake USE_GITHUB= yes GH_TUPLE= rmind:bpfjit:38b515b:DEFAULT \ zherczeg:sljit:849950a:sljit WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKEFILE= GNUmakefile CFLAGS+= -I${WRKSRC_sljit}/sljit_src -fPIC PLIST_FILES= lib/libbpfjit.a include/bpfjit.h do-install: ${INSTALL_DATA} ${WRKSRC}/libbpfjit.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/bpfjit.h ${STAGEDIR}${PREFIX}/include .include diff --git a/devel/libcdb/Makefile b/devel/libcdb/Makefile index 83d9919886ed..244d7506fbd8 100644 --- a/devel/libcdb/Makefile +++ b/devel/libcdb/Makefile @@ -1,20 +1,20 @@ PORTNAME= libcdb PORTVERSION= g2020082801 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Constant database library WWW= https://github.com/rmind/libcdb USES= compiler:c11 gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_TAGNAME= a187cec WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ INCDIR=${LOCALBASE}/include \ LIBDIR=${LOCALBASE}/lib .include diff --git a/devel/libgnt/Makefile b/devel/libgnt/Makefile index ad12e066326a..04f44cf36e17 100644 --- a/devel/libgnt/Makefile +++ b/devel/libgnt/Makefile @@ -1,23 +1,23 @@ PORTNAME= libgnt PORTVERSION= 2.14.3 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/pidgin/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Toolkit based on glib and ncurses for text-mode user interfaces WWW= https://keep.imfreedom.org/libgnt/libgnt/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc LIB_DEPENDS= libffi.so:devel/libffi USES= gettext-runtime gnome iconv:wchar_t meson pkgconfig tar:xz USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes MESON_ARGS= -Dpython2=false .include diff --git a/devel/libindicator/Makefile b/devel/libindicator/Makefile index 02dddfa8f536..ba3ff6d33260 100644 --- a/devel/libindicator/Makefile +++ b/devel/libindicator/Makefile @@ -1,18 +1,18 @@ PORTNAME= libindicator PORTVERSION= 12.10.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Symbols and convience functions for desktop indicators WWW= https://launchpad.net/libindicator USES= compiler:c++11-lang gmake gnome libtool pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include diff --git a/devel/libjitterentropy/Makefile b/devel/libjitterentropy/Makefile index ca05db7caa85..fbe7df8f20b0 100644 --- a/devel/libjitterentropy/Makefile +++ b/devel/libjitterentropy/Makefile @@ -1,22 +1,22 @@ PORTNAME= libjitterentropy PORTVERSION= 3.3.1 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Hardware RNG based on CPU timing jitter WWW= https://www.chronox.de/jent.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.bsd USES= gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= smuellerDD GH_PROJECT= jitterentropy-library PLIST_SUB= PORTVERSION=${PORTVERSION} PORTVERSION_MAJOR=${PORTVERSION:C/\..*//} .include diff --git a/devel/liblpm/Makefile b/devel/liblpm/Makefile index 9e6d5c7e9ee6..a5076795c855 100644 --- a/devel/liblpm/Makefile +++ b/devel/liblpm/Makefile @@ -1,30 +1,30 @@ PORTNAME= liblpm PORTVERSION= g2020082801 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Longest Prefix Match library WWW= https://github.com/rmind/liblpm LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE USES= compiler:c11 gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_TAGNAME= 4119bb7 WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ INCDIR=${LOCALBASE}/include \ LIBDIR=${LOCALBASE}/lib \ MANDIR=${LOCALBASE}/man PLIST_FILES= include/lpm.h \ lib/liblpm.a \ lib/liblpm.so \ lib/liblpm.so.1 \ lib/liblpm.so.1.0.0 .include diff --git a/devel/libqsbr/Makefile b/devel/libqsbr/Makefile index 1e8448763467..205d04fe1d1e 100644 --- a/devel/libqsbr/Makefile +++ b/devel/libqsbr/Makefile @@ -1,26 +1,26 @@ PORTNAME= libqsbr PORTVERSION= g2020082801 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= QSBR and EBR library WWW= https://github.com/rmind/libqsbr LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE BROKEN_i386= static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter") BROKEN_powerpc= static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter") USES= compiler:c11 gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_TAGNAME= e73407c WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ INCDIR=${LOCALBASE}/include \ LIBDIR=${LOCALBASE}/lib \ MANDIR=${LOCALBASE}/man .include diff --git a/devel/libthmap/Makefile b/devel/libthmap/Makefile index a22b04788984..c4346596d2d2 100644 --- a/devel/libthmap/Makefile +++ b/devel/libthmap/Makefile @@ -1,25 +1,25 @@ PORTNAME= libthmap PORTVERSION= g2020082801 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Concurrent trie-hash map library WWW= https://github.com/rmind/thmap LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE USES= compiler:c11 gmake libtool:build USE_GITHUB= yes GH_ACCOUNT= rmind GH_PROJECT= thmap GH_TAGNAME= 8149b27 WRKSRC_SUBDIR= src USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ INCDIR=${LOCALBASE}/include \ LIBDIR=${LOCALBASE}/lib \ MANDIR=${LOCALBASE}/man .include diff --git a/devel/libzim/Makefile b/devel/libzim/Makefile index 20dfb4b449d4..9913f94d9c86 100644 --- a/devel/libzim/Makefile +++ b/devel/libzim/Makefile @@ -1,26 +1,26 @@ PORTNAME= libzim DISTVERSION= 6.3.2 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://download.openzim.org/release/libzim/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Reference implementation of the ZIM specification WWW= https://www.openzim.org/wiki/OpenZIM LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= googletest>0:devel/googletest LIB_DEPENDS= libicui18n.so:devel/icu \ libxapian.so:databases/xapian-core \ libzstd.so:archivers/zstd USES= compiler:c++11-lang meson pkgconfig python:3.6+ tar:xz USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config PLIST_SUB= DISTVERSION=${DISTVERSION} DISTMAJ=${DISTVERSION:C/\..*//} .include diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index e057cabada71..ae093c80c268 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,115 +1,115 @@ PORTNAME= ncurses DISTVERSION= 6.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME}/ \ https://invisible-mirror.net/archives/ncurses/ DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Library for terminal-independent, full-screen output WWW= https://invisible-island.net/ncurses/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction USES= cpe pkgconfig shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share \ --with-terminfo-dirs="${PREFIX}/share/terminfo:${LOCALBASE}/share/site-terminfo" \ --disable-home-terminfo \ --disable-overwrite \ --disable-root-environ \ --disable-lib-suffixes \ --disable-db-install \ --enable-bsdpad \ --enable-colorfgbg \ --enable-getcap \ --enable-pc-files \ --enable-rpath \ --enable-termcap \ --enable-widec \ --includedir=${PREFIX}/include/ncurses \ --program-prefix= \ --without-hashed-db \ --with-manpage-format=gzip \ --with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig \ --with-pkg-config=yes \ --with-shared \ --with-termlib \ --without-manpage-renames OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES PROFILE TRACE OPTIONS_DEFAULT= DOCS EXAMPLES MANPAGES TRACE_DESC= Add trace() function to all models of ncurses CONFIGURE_ENV= gnat_exists="no" cf_cv_ld_searchpath="${LOCALBASE}/lib /usr/lib /lib" USE_LDCONFIG= yes CPE_VENDOR= gnu SHEBANG_FILES= test/tracemunch PLIST_SUB+= ABI_VER=6 \ REL_VER=${DISTVERSION} PORTDOCS= * PORTEXAMPLES= * DOCS= ANNOUNCE doc/hackguide.doc doc/html/announce.html \ doc/html/hackguide.html doc/html/index.html \ doc/html/ncurses-intro.html doc/ncurses-intro.doc INSTALL NEWS \ README TO-DO EXAMPLES= blue.c bs.6 bs.c cardfile.c cardfile.dat ditto.c dots.c \ filter.c firework.c firstlast.c gdc.6 gdc.c hanoi.c hashtest.c \ knight.c lrtest.c Makefile ncurses.c newdemo.c railroad.c \ rain.c README tclock.c test.priv.h testaddch.c testcurs.c \ testscanw.c view.c worm.c xmas.c EXAMPLES_CPP= cursesapp.cc cursesapp.h cursesf.cc cursesf.h cursesm.cc \ cursesm.h cursesmain.cc cursesp.cc cursesp.h cursesw.cc \ cursesw.h cursslk.cc cursslk.h demo.cc etip.h internal.h \ Makefile NEWS PROBLEMS README-first TRACE_CONFIGURE_ON= --with-trace PROFILE_CONFIGURE_WITH= profile MANPAGES_CONFIGURE_WITH= manpages OPTIONS_SUB= yes .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debug PLIST_SUB+= DEBUG="" .else PLIST_SUB+= DEBUG="@comment " .endif .include .if ${PORT_OPTIONS:MMANPAGES} PLIST_SUB+= MANPAGES="" .else PLIST_SUB+= MANPAGES="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/misc/ncurses-config.in post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/libncurses.so ${ECHO} "INPUT(libncurses.so.${PORTVERSION:R} AS_NEEDED(-ltinfo))" > ${STAGEDIR}${PREFIX}/lib/libncurses.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.${DISTVERSION} # backwards compatibility, remove 2021-07-02 ${RLN} ${STAGEDIR}${PREFIX}/lib/libncurses.so ${STAGEDIR}${PREFIX}/lib/libncursesw.so ${RLN} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ncurses.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ncursesw.pc post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/devel/please/Makefile b/devel/please/Makefile index 904ce97454eb..0ab32ba893f4 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,119 +1,119 @@ PORTNAME= please DISTVERSIONPREFIX= v DISTVERSION= 15.17.0 PORTREVISION= 13 CATEGORIES= devel PKGNAMESUFFIX= .build -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= High-performance extensible build system for reproducible builds WWW= https://please.build/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ ca_root_nss>0:security/ca_root_nss \ git:devel/git \ protoc:devel/protobuf USES= go:modules USE_GITHUB= yes GH_ACCOUNT= thought-machine GH_TUPLE= StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ Workiva:go-datastructures:v1.0.50:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \ alecthomas:gometalinter:v2.0.11:alecthomas_gometalinter/vendor/github.com/alecthomas/gometalinter \ alecthomas:kingpin:95d230a53780:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v3-unstable \ alecthomas:units:1786d5ef83d4:alecthomas_units/vendor/github.com/alecthomas/units \ bazelbuild:buildtools:4bcdbd1064fc:bazelbuild_buildtools/vendor/github.com/bazelbuild/buildtools \ bazelbuild:remote-apis-sdks:81a3a82fc300:bazelbuild_remote_apis_sdks/vendor/github.com/bazelbuild/remote-apis-sdks \ bazelbuild:remote-apis:1aeb39973178:bazelbuild_remote_apis/vendor/github.com/bazelbuild/remote-apis \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ client9:misspell:v0.3.4:client9_misspell/vendor/github.com/client9/misspell \ coreos:go-semver:v0.2.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ djherbis:atime:v1.0.0:djherbis_atime/vendor/github.com/djherbis/atime \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.2.0:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ golang:glog:23def4e6c14b:golang_glog/vendor/github.com/golang/glog \ golang:lint:738671d3881b:golang_lint_1/vendor/golang.org/x/lint \ golang:lint:c67002cb31c3:golang_lint/vendor/github.com/golang/lint \ golang:net:62affa334b73:golang_net/vendor/golang.org/x/net \ golang:oauth2:5d25da1a8d43:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:6e8e738ad208:golang_sync/vendor/golang.org/x/sync \ golang:sys:d4d67f95c62d:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ golang:tools:b303f430e36d:golang_tools/vendor/golang.org/x/tools \ google:go-genproto:0bd0a958aa1d:google_go_genproto/vendor/google.golang.org/genproto \ google:shlex:c34317bd91bf:google_shlex/vendor/github.com/google/shlex \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ googleapis:google-cloud-go:v0.65.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gordonklaus:ineffassign:1003c8bd00dc:gordonklaus_ineffassign/vendor/github.com/gordonklaus/ineffassign \ grpc-ecosystem:go-grpc-middleware:v1.0.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc:grpc-go:v1.31.1:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.6.7:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ juju:ansiterm:720a0952cc2a:juju_ansiterm/vendor/github.com/juju/ansiterm \ karrick:godirwalk:v1.7.8:karrick_godirwalk/vendor/github.com/karrick/godirwalk \ klauspost:compress:v1.10.11:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.3.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ lukechampine:blake3:v1.1.4:lukechampine_blake3/vendor/lukechampine.com/blake3 \ lunixbochs:vtclean:2d01aacdc34a:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ manifoldco:promptui:v0.3.2:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.4:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mostynb:go-grpc-compression:v1.1.2:mostynb_go_grpc_compression/vendor/github.com/mostynb/go-grpc-compression \ nicksnyder:go-i18n:v1.10.1:nicksnyder_go_i18n/vendor/github.com/nicksnyder/go-i18n \ op:go-logging:b2cb9fa56473:op_go_logging/vendor/gopkg.in/op/go-logging.v1 \ pborman:uuid:v1.2.1:pborman_uuid/vendor/github.com/pborman/uuid \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ peterebden:ar:a0ae3a11a518:peterebden_ar/vendor/github.com/peterebden/ar \ peterebden:gcfg:v1.3.0:peterebden_gcfg/vendor/github.com/peterebden/gcfg \ peterebden:go-cli-init:v3.0.0:peterebden_go_cli_init_v3/vendor/github.com/peterebden/go-cli-init/v3 \ peterebden:go-sri:v1.0.0:peterebden_go_sri/vendor/github.com/peterebden/go-sri \ peterebden:tools:b2a0db951d2a:peterebden_tools/vendor/github.com/peterebden/tools \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:xattr:v0.4.0:pkg_xattr/vendor/github.com/pkg/xattr \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ shirou:gopsutil:v2.18.12:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ sourcegraph:go-diff:v0.5.1:sourcegraph_go_diff/vendor/github.com/sourcegraph/go-diff \ sourcegraph:go-lsp:0c7d621186c1:sourcegraph_go_lsp/vendor/github.com/sourcegraph/go-lsp \ sourcegraph:jsonrpc2:35a74f039c6a:sourcegraph_jsonrpc2/vendor/github.com/sourcegraph/jsonrpc2 \ sqs:pbtypes:d3ebe8f20ae4:sqs_pbtypes/vendor/sourcegraph.com/sqs/pbtypes \ streamrail:concurrent-map:8bf1e9bacbf6:streamrail_concurrent_map/vendor/github.com/streamrail/concurrent-map \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ texttheater:golang-levenshtein:d188e65d659e:texttheater_golang_levenshtein/vendor/github.com/texttheater/golang-levenshtein \ thought-machine:go-flags:v1.5.0:thought_machine_go_flags/vendor/github.com/thought-machine/go-flags \ tsenart:deadcode:210d2dc333e9:tsenart_deadcode/vendor/github.com/tsenart/deadcode \ ulikunitz:xz:v0.5.6:ulikunitz_xz/vendor/github.com/ulikunitz/xz GO_TARGET= src/please.go:please \ tools/build_langserver/langserver_main.go:build_langserver \ tools/jarcat/main.go:jarcat \ tools/please_go_filter/please_go_filter.go:please_go_filter \ tools/please_go_install/please_go_install.go:please_go_install \ tools/please_go_test/plz_go_test_main.go:please_go_test \ tools/please_pex/pex_main.go:please_pex \ tools/release_signer/main.go:release_signer post-extract: ${CP} ${WRKSRC}/tools/please_go_test/plz_go_test.go ${WRKSRC}/tools/please_go_test/plz_go_test_main.go post-build: cd ${WRKSRC} ; ${SETENV} ${CC} ${CFLAGS} -o please_sandbox tools/sandbox/main.c post-install: ${INSTALL_PROGRAM} ${WRKSRC}/please_sandbox ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/py-aioice/Makefile b/devel/py-aioice/Makefile index 1beffbd18629..f6edba3ab405 100644 --- a/devel/py-aioice/Makefile +++ b/devel/py-aioice/Makefile @@ -1,22 +1,22 @@ PORTNAME= aioice PORTVERSION= 0.7.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Interactive Connectivity Establishment (RFC 5245) in Python WWW= https://github.com/jlaine/aioice LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile index 90953cc7fefd..5d819c49c0da 100644 --- a/devel/py-aiortc/Makefile +++ b/devel/py-aiortc/Makefile @@ -1,31 +1,31 @@ PORTNAME= aiortc PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= devel multimedia python www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= WebRTC and ORTC in Python WWW= https://github.com/jlaine/aiortc/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libopus.so:audio/opus \ libvpx.so:multimedia/libvpx BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioice>=0.7.5:devel/py-aioice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}av>=9.0.0:multimedia/py-av@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}crc32c>=2.1:devel/py-crc32c@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.2:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyee>=9.0.0:devel/py-pyee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylibsrtp>=0.5.6:devel/py-pylibsrtp@${PY_FLAVOR} USES= localbase python:3.5+ USE_PYTHON= autoplist concurrent distutils .include diff --git a/devel/py-aspy.yaml/Makefile b/devel/py-aspy.yaml/Makefile index a6c8a5517195..317cb0ad13bd 100644 --- a/devel/py-aspy.yaml/Makefile +++ b/devel/py-aspy.yaml/Makefile @@ -1,19 +1,19 @@ PORTNAME= aspy.yaml PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Extensions to pyyaml WWW= https://github.com/asottile/aspy.yaml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-babi_grammars/Makefile b/devel/py-babi_grammars/Makefile index 0a0a2a0b93a0..a4b01b7021af 100644 --- a/devel/py-babi_grammars/Makefile +++ b/devel/py-babi_grammars/Makefile @@ -1,16 +1,16 @@ PORTNAME= babi_grammars PORTVERSION= 0.0.31 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Grammars for the babi text editor WWW= https://github.com/asottile/babi-grammars USES= python:3.7+ USE_PYTHON= autoplist distutils flavors NO_ARCH= yes .include diff --git a/devel/py-cfgv/Makefile b/devel/py-cfgv/Makefile index 1e9709cec3a4..a0319d047269 100644 --- a/devel/py-cfgv/Makefile +++ b/devel/py-cfgv/Makefile @@ -1,19 +1,19 @@ PORTNAME= cfgv PORTVERSION= 3.2.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Validate configuration and produce human readable error messages WWW= https://github.com/asottile/cfgv LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-coverage_enable_subprocess/Makefile b/devel/py-coverage_enable_subprocess/Makefile index 8330580cdde3..bf371d96ae7e 100644 --- a/devel/py-coverage_enable_subprocess/Makefile +++ b/devel/py-coverage_enable_subprocess/Makefile @@ -1,18 +1,18 @@ PORTNAME= coverage_enable_subprocess PORTVERSION= 1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Enable python coverage for subprocesses WWW= https://github.com/bukzor/python-coverage-enable-subprocess RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-crc32c/Makefile b/devel/py-crc32c/Makefile index 041e34a53c7e..44110c5ac529 100644 --- a/devel/py-crc32c/Makefile +++ b/devel/py-crc32c/Makefile @@ -1,13 +1,13 @@ PORTNAME= crc32c PORTVERSION= 2.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python package exposing the intel sse4.2 crc32c instruction USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-epdb/Makefile b/devel/py-epdb/Makefile index 6f538709808a..611aa89469be 100644 --- a/devel/py-epdb/Makefile +++ b/devel/py-epdb/Makefile @@ -1,17 +1,17 @@ PORTNAME= epdb PORTVERSION= 0.15.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Enhanced Python Debugger WWW= https://github.com/sassoftware/epdb USES= python:3.6+ USE_GITHUB= yes USE_PYTHON= autoplist distutils GH_ACCOUNT= sassoftware .include diff --git a/devel/py-fs2/Makefile b/devel/py-fs2/Makefile index cc25b03a2822..a6481e5279ed 100644 --- a/devel/py-fs2/Makefile +++ b/devel/py-fs2/Makefile @@ -1,25 +1,25 @@ PORTNAME= fs PORTVERSION= 2.4.11 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python Filesystem abstraction layer, version 2.x WWW= https://www.pyfilesystem.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTSCOUT= limit:^2\. .include diff --git a/devel/py-identify/Makefile b/devel/py-identify/Makefile index 1e618c2af070..2d1416b775a7 100644 --- a/devel/py-identify/Makefile +++ b/devel/py-identify/Makefile @@ -1,19 +1,19 @@ PORTNAME= identify PORTVERSION= 1.4.30 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= File identification library for Python WWW= https://github.com/pre-commit/identify LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index d17f088592a6..7b933a6c5d2a 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -1,38 +1,38 @@ PORTNAME= importlib-metadata DISTVERSION= 6.0.0 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= importlib_metadata-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Read metadata from Python packages WWW= https://github.com/python/importlib_metadata LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zipp>=0.5:devel/py-zipp@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist pytest NO_ARCH= yes .include .if ${PYTHON_REL} < 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.4:devel/py-typing-extensions@${PY_FLAVOR} .endif pre-configure: # importlib-metadata introduces circular dependency when built with USE_PYTHON=pep517, see bug#269363 @( \ ${ECHO} "from setuptools import setup" && \ ${ECHO} "setup()" \ ) > ${WRKSRC}/setup.py .include diff --git a/devel/py-importlib-resources/Makefile b/devel/py-importlib-resources/Makefile index b4205a5b40e3..b2b579276f99 100644 --- a/devel/py-importlib-resources/Makefile +++ b/devel/py-importlib-resources/Makefile @@ -1,29 +1,29 @@ PORTNAME= importlib-resources PORTVERSION= 5.4.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= importlib_resources-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Read resources from Python packages WWW= https://github.com/python/importlib_resources LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include .if ${PYTHON_REL} < 31000 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zipp>=3.1.0:devel/py-zipp@${PY_FLAVOR} .endif .include diff --git a/devel/py-jira/Makefile b/devel/py-jira/Makefile index a601be818fa0..3d33826423fa 100644 --- a/devel/py-jira/Makefile +++ b/devel/py-jira/Makefile @@ -1,45 +1,45 @@ PORTNAME= jira PORTVERSION= 2.0.0 PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Library to ease use of the JIRA 5 REST APIs WWW= https://bitbucket.org/bspeakmon/jira-python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6.5,1:textproc/py-sphinx@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.3:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tlslite>=0.4.4:security/py-tlslite@${PY_FLAVOR} TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${RUN_DEPENDS} USES= python:3.5+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= MAGIC PARALLEL SHELL TESTS OPTIONS_DEFAULT= MAGIC PARALLEL SHELL MAGIC_DESC= Enable Content-Type Auto-detection PARALLEL_DESC= Enable asynchronous requests SHELL_DESC= Enable interactive shell TESTS_DESC= Install test suite dependencies MAGIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filemagic>=1.6:devel/py-filemagic@${PY_FLAVOR} PARALLEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grequests>0:www/py-grequests@${PY_FLAVOR} SHELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.13:devel/ipython@${PY_FLAVOR} TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${RUN_DEPENDS} .include diff --git a/devel/py-jitterentropy/Makefile b/devel/py-jitterentropy/Makefile index 5ad01df96808..5b8a70b596a4 100644 --- a/devel/py-jitterentropy/Makefile +++ b/devel/py-jitterentropy/Makefile @@ -1,16 +1,16 @@ PORTNAME= jitterentropy PORTVERSION= 0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Use libjitterentropy to get random bytes WWW= https://github.com/swills/py-jitterentropy LIB_DEPENDS= libjitterentropy.so:devel/libjitterentropy USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-jupyter_console/Makefile b/devel/py-jupyter_console/Makefile index 4e2e13ff1ab4..c099df6793f5 100644 --- a/devel/py-jupyter_console/Makefile +++ b/devel/py-jupyter_console/Makefile @@ -1,27 +1,27 @@ PORTNAME= jupyter_console PORTVERSION= 6.2.0 PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= IPython-like terminal frontend for Jupyter kernels in any language WWW= https://jupyter-console.readthedocs.io/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-client>=0:devel/py-jupyter-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel>=5.0.0:devel/py-ipykernel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2.0.0<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= distutils autoplist USE_LOCALE= en_US.UTF-8 NO_ARCH= yes .include diff --git a/devel/py-mac-vendor-lookup/Makefile b/devel/py-mac-vendor-lookup/Makefile index d00879bb4932..92b7fcc3cde9 100644 --- a/devel/py-mac-vendor-lookup/Makefile +++ b/devel/py-mac-vendor-lookup/Makefile @@ -1,22 +1,22 @@ PORTNAME= mac-vendor-lookup PORTVERSION= 0.1.11 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Find the vendor for a given MAC address WWW= https://github.com/bauerj/mac_vendor_lookup RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3.5:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} USES= dos2unix python:3.7+ DOS2UNIX_FILES= ${WRKSRC}/setup.py USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= bauerj GH_PROJECT= mac_vendor_lookup .include diff --git a/devel/py-nodeenv/Makefile b/devel/py-nodeenv/Makefile index 7e90e4df8ab3..9c8ec6d0bfba 100644 --- a/devel/py-nodeenv/Makefile +++ b/devel/py-nodeenv/Makefile @@ -1,19 +1,19 @@ PORTNAME= nodeenv PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Node.js virtual environment builder WWW= https://ekalinin.github.io/nodeenv/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-onigurumacffi/Makefile b/devel/py-onigurumacffi/Makefile index 49fbb9994981..ec9a0e6f285b 100644 --- a/devel/py-onigurumacffi/Makefile +++ b/devel/py-onigurumacffi/Makefile @@ -1,18 +1,18 @@ PORTNAME= onigurumacffi PORTVERSION= 0.0.21 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python cffi bindings for the oniguruma regex engine WWW= https://github.com/asottile/onigurumacffi LIB_DEPENDS= libonig.so:devel/oniguruma BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} USES= localbase python:3.7+ USE_PYTHON= autoplist distutils flavors .include diff --git a/devel/py-pipdeptree/Makefile b/devel/py-pipdeptree/Makefile index f11f97f0470b..4b5cd6cb98cb 100644 --- a/devel/py-pipdeptree/Makefile +++ b/devel/py-pipdeptree/Makefile @@ -1,19 +1,19 @@ PORTNAME= pipdeptree PORTVERSION= 0.13.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Command line utility to show dependency tree of packages WWW= https://github.com/naiquevin/pipdeptree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=6.0.0:devel/py-pip@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils .include diff --git a/devel/py-pre-commit/Makefile b/devel/py-pre-commit/Makefile index 31e2800e7163..5eeb3f54a39d 100644 --- a/devel/py-pre-commit/Makefile +++ b/devel/py-pre-commit/Makefile @@ -1,32 +1,32 @@ PORTNAME= pre-commit PORTVERSION= 1.21.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pre_commit-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Framework for managing and maintaining multi-language pre-commit hooks WWW= https://pre-commit.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aspy.yaml>=0:devel/py-aspy.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cfgv>=2.0.0:devel/py-cfgv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}identify>=1.0.0:devel/py-identify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nodeenv>0.11.1:devel/py-nodeenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.2:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python:3.6+ shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= pre_commit/resources/hook-tmpl .include diff --git a/devel/py-proselint/Makefile b/devel/py-proselint/Makefile index 6c78ae748bd2..6c40b6a8ff68 100644 --- a/devel/py-proselint/Makefile +++ b/devel/py-proselint/Makefile @@ -1,22 +1,22 @@ PORTNAME= proselint PORTVERSION= 0.10.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Linter for prose WWW= https://github.com/amperser/proselint LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-pylibsrtp/Makefile b/devel/py-pylibsrtp/Makefile index ff4a1117d81e..cba5c9a58beb 100644 --- a/devel/py-pylibsrtp/Makefile +++ b/devel/py-pylibsrtp/Makefile @@ -1,21 +1,21 @@ PORTNAME= pylibsrtp PORTVERSION= 0.6.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python wrapper around libsrtp WWW= https://github.com/jlaine/pylibsrtp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsrtp2.so:net/libsrtp2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} USES= localbase python:3.5+ USE_PYTHON= autoplist concurrent distutils .include diff --git a/devel/py-pytest-env/Makefile b/devel/py-pytest-env/Makefile index 8ef0291bd822..b2137cfccba4 100644 --- a/devel/py-pytest-env/Makefile +++ b/devel/py-pytest-env/Makefile @@ -1,18 +1,18 @@ PORTNAME= pytest-env PORTVERSION= 0.6.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Py.test plugin that allows you to add environment variables WWW= https://github.com/MobileDynasty/pytest-env RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-pytest-fixture-config/Makefile b/devel/py-pytest-fixture-config/Makefile index 857293d1384c..147c5e96919f 100644 --- a/devel/py-pytest-fixture-config/Makefile +++ b/devel/py-pytest-fixture-config/Makefile @@ -1,25 +1,25 @@ PORTNAME= pytest-fixture-config PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Fixture configuration utils for py.test WWW= https://github.com/manahl/pytest-plugins/tree/master/pytest-fixture-config LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs) .include diff --git a/devel/py-pytest-freezegun/Makefile b/devel/py-pytest-freezegun/Makefile index 20ea25ac21f9..327448f50f33 100644 --- a/devel/py-pytest-freezegun/Makefile +++ b/devel/py-pytest-freezegun/Makefile @@ -1,22 +1,22 @@ PORTNAME= pytest-freezegun PORTVERSION= 0.4.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Wrap tests with fixtures in freeze_time WWW= https://github.com/ktosiek/pytest-freezegun LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0.3:devel/py-freezegun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ zip USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-pytest-randomly/Makefile b/devel/py-pytest-randomly/Makefile index ce7c97a3ae40..e9a937c36684 100644 --- a/devel/py-pytest-randomly/Makefile +++ b/devel/py-pytest-randomly/Makefile @@ -1,22 +1,22 @@ PORTNAME= pytest-randomly PORTVERSION= 3.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Pytest plugin to randomly order tests and control random.seed WWW= https://github.com/pytest-dev/pytest-randomly LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-pytest-rerunfailures/Makefile b/devel/py-pytest-rerunfailures/Makefile index 278cbbc15c42..8777b836a004 100644 --- a/devel/py-pytest-rerunfailures/Makefile +++ b/devel/py-pytest-rerunfailures/Makefile @@ -1,21 +1,21 @@ PORTNAME= pytest-rerunfailures PORTVERSION= 10.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Re-run tests to eliminate flaky failures WWW= https://github.com/pytest-dev/pytest-rerunfailures LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/devel/py-pytest-shutil/Makefile b/devel/py-pytest-shutil/Makefile index f57223d87761..fef2ab8450a3 100644 --- a/devel/py-pytest-shutil/Makefile +++ b/devel/py-pytest-shutil/Makefile @@ -1,30 +1,30 @@ PORTNAME= pytest-shutil PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Collection of unix shell and environment tools for py.test WWW= https://github.com/manahl/pytest-plugins/tree/master/pytest-shutil LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}execnet>=0:sysutils/py-execnet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}path.py>=0:devel/py-path.py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs) .include diff --git a/devel/py-pytest-virtualenv/Makefile b/devel/py-pytest-virtualenv/Makefile index 4294ead77a73..edf8309d1d45 100644 --- a/devel/py-pytest-virtualenv/Makefile +++ b/devel/py-pytest-virtualenv/Makefile @@ -1,27 +1,27 @@ PORTNAME= pytest-virtualenv PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Virtualenv fixture for py.test WWW= https://github.com/manahl/pytest-plugins/tree/master/pytest-virtualenv LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-fixture-config>0:devel/py-pytest-fixture-config@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-shutil>0:devel/py-pytest-shutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs) .include diff --git a/devel/py-python-easyconfig/Makefile b/devel/py-python-easyconfig/Makefile index 543d366953b1..36d8d8dbc5c2 100644 --- a/devel/py-python-easyconfig/Makefile +++ b/devel/py-python-easyconfig/Makefile @@ -1,20 +1,20 @@ PORTNAME= python-easyconfig PORTVERSION= 0.1.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Python-EasyConfig-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Library for loading configurations easily in Python WWW= https://github.com/RussellLuo/easyconfig LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-pyupgrade/Makefile b/devel/py-pyupgrade/Makefile index e31adc4928f2..0006b3d6856a 100644 --- a/devel/py-pyupgrade/Makefile +++ b/devel/py-pyupgrade/Makefile @@ -1,19 +1,19 @@ PORTNAME= pyupgrade PORTVERSION= 1.27.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Tool to automatically upgrade Python syntax for newer versions WWW= https://github.com/asottile/pyupgrade LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile index eaaddc212437..aba02af7a356 100644 --- a/devel/py-qtconsole/Makefile +++ b/devel/py-qtconsole/Makefile @@ -1,33 +1,33 @@ PORTNAME= qtconsole DISTVERSION= 5.4.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Qt-based console for Jupyter with support for rich media output WWW= https://qtconsole.readthedocs.io/en/stable/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-client>=4.1:devel/py-jupyter-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-core>0:devel/py-jupyter-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=17.1:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython_genutils>0:devel/py-ipython_genutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}QtPy>=2.0.1:devel/py-QtPy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} USES= pyqt:5 python:3.7+ USE_PYQT= sip pyqt5 USE_PYTHON= autoplist distutils pytest NO_ARCH= yes .include diff --git a/devel/py-resource/Makefile b/devel/py-resource/Makefile index bfc3ee142af6..518408bce0ab 100644 --- a/devel/py-resource/Makefile +++ b/devel/py-resource/Makefile @@ -1,22 +1,22 @@ PORTNAME= resource PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Resource-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Library concentrated on the Resource layer of RESTful APIs WWW= https://github.com/RussellLuo/resource LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonform>=0.0.2:devel/py-jsonform@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonsir>=0.0.2:devel/py-jsonsir@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-easyconfig>=0.1.0:devel/py-python-easyconfig@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-tokenize-rt/Makefile b/devel/py-tokenize-rt/Makefile index 8fee95810c7c..390ceabc14c8 100644 --- a/devel/py-tokenize-rt/Makefile +++ b/devel/py-tokenize-rt/Makefile @@ -1,18 +1,18 @@ PORTNAME= tokenize-rt PORTVERSION= 4.0.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= tokenize_rt-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Wrapper around the stdlib `tokenize` which roundtrips WWW= https://github.com/asottile/tokenize-rt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/devel/py-zipp/Makefile b/devel/py-zipp/Makefile index 8543a07d60da..1dea00b45822 100644 --- a/devel/py-zipp/Makefile +++ b/devel/py-zipp/Makefile @@ -1,22 +1,22 @@ PORTNAME= zipp PORTVERSION= 3.4.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Backport of pathlib-compatible object wrapper for zip files WWW= https://github.com/jaraco/zipp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/pystring/Makefile b/devel/pystring/Makefile index 6ea76ee0e236..dc00cba9b25c 100644 --- a/devel/pystring/Makefile +++ b/devel/pystring/Makefile @@ -1,23 +1,23 @@ PORTNAME= pystring PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Collection of C++ functions which match python's string class WWW= https://github.com/imageworks/pystring USES= libtool:build USE_GITHUB= yes GH_ACCOUNT= imageworks MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LIBDIR="${STAGEDIR}${PREFIX}/lib" USE_LDCONFIG= yes post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/pystring ${INSTALL_DATA} ${WRKSRC}/pystring.h ${STAGEDIR}${PREFIX}/include/pystring ${INSTALL_DATA} ${WRKSRC}/unittest.h ${STAGEDIR}${PREFIX}/include/pystring .include diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile index d801245dd013..539a9da45504 100644 --- a/devel/radare2/Makefile +++ b/devel/radare2/Makefile @@ -1,48 +1,48 @@ PORTNAME= radare2 DISTVERSION= 5.1.1 PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Tools to disasm, debug, analyze, and manipulate binary files WWW= https://www.radare.org LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpcspe sparc64 NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture LIB_DEPENDS= libcapstone.so:devel/capstone4 USES= cpe gmake localbase pathfix pkgconfig USE_GITHUB= yes CPE_VENDOR= radare CONFIGURE_ARGS= --with-syscapstone CFLAGS+= -I${PREFIX}/include/capstone GH_ACCOUNT= radare PATHFIX_MAKEFILEIN= Makefile GNU_CONFIGURE= yes MAKE_ENV+= HOST_CC=${CC} PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-Makefile # libr/flag/d/Makefile generates an r2 script from all files in # current directory, including .bak file left by ${REINPLACE_CMD} # called by pathfix. post-patch: ${CP} ${WRKSRC}/libr/debug/p/native/linux/reg/linux-ppc.h \ ${WRKSRC}/libr/debug/p/native/reg/kfbsd-ppc.h ${CP} ${WRKSRC}/libr/debug/p/native/linux/reg/linux-ppc64.h \ ${WRKSRC}/libr/debug/p/native/reg/kfbsd-ppc64.h ${CP} ${WRKSRC}/libr/debug/p/native/linux/reg/linux-riscv64.h \ ${WRKSRC}/libr/debug/p/native/reg/kfbsd-riscv64.h ${RM} ${WRKSRC}/libr/flag/d/Makefile.bak .include diff --git a/devel/rubygem-annoy/Makefile b/devel/rubygem-annoy/Makefile index 8261f28ed08c..f089655ad0c2 100644 --- a/devel/rubygem-annoy/Makefile +++ b/devel/rubygem-annoy/Makefile @@ -1,18 +1,18 @@ PORTNAME= annoy PORTVERSION= 0.5.6 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Present the user with a simple question before a destructive action WWW= https://rubygems.org/gems/annoy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-highline>=1.5.0:devel/rubygem-highline NO_ARCH= yes USES= gem .include diff --git a/devel/sd-mux-ctrl/Makefile b/devel/sd-mux-ctrl/Makefile index 3f6ab7be33d8..b77b8f376995 100644 --- a/devel/sd-mux-ctrl/Makefile +++ b/devel/sd-mux-ctrl/Makefile @@ -1,30 +1,30 @@ PORTNAME= sd-mux-ctrl DISTVERSION= g20200217 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2?/ PATCH_SITES= https://github.com/emaste/sd-mux/commit/ PATCHFILES= 83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch:-p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Control utility for Tizen SD card multiplexer WWW= https://git.tizen.org/cgit/tools/testlab/sd-mux/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libpopt.so:devel/popt USES= cmake pkgconfig tar:bz2 WRKSRC= ${WRKDIR}/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94 PLIST_FILES= bin/sd-mux-ctrl \ man/man1/sd-mux-ctrl.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/sd-mux-ctrl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/dns/denominator/Makefile b/dns/denominator/Makefile index 53c5258df222..f83ffec3dc93 100644 --- a/dns/denominator/Makefile +++ b/dns/denominator/Makefile @@ -1,24 +1,24 @@ PORTNAME= denominator PORTVERSION= 4.7.1 CATEGORIES= dns java MASTER_SITES= https://bintray.com/artifact/download/netflixoss/maven/com/netflix/${PORTNAME}/${PORTNAME}-cli/${PORTVERSION}/ DISTNAME= ${PORTNAME}-cli-${PORTVERSION}-fat.jar EXTRACT_SUFX= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Portably control DNS clouds WWW= https://github.com/Netflix/denominator USE_JAVA= yes NO_BUILD= yes STRIP= # none PLIST_FILES= bin/${PORTNAME} do-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 8ad1d9a7d697..ec74ec947711 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,36 +1,36 @@ PORTNAME= nedit PORTVERSION= 5.7 CATEGORIES= editors MASTER_SITES= LOCAL/swills DISTFILES= nedit-${PORTVERSION}-src.tar.gz \ nedit.app-defaults EXTRACT_ONLY= nedit-${PORTVERSION}-src.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= X11/Motif GUI text editor for programs and plain text files WWW= http://www.nedit.org/ LICENSE= GPLv1 USES= motif perl5 xorg USE_PERL5= build ALL_TARGET= freebsd PLIST_FILES= bin/nclient \ bin/nedit \ lib/X11/app-defaults/NEdit.ad \ man/man1/nclient.1.gz \ man/man1/nedit.1.gz post-extract: ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad post-build: cd ${WRKSRC} && make docs post-install:: .for file in nedit nclient @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} .endfor .include diff --git a/editors/py-babi/Makefile b/editors/py-babi/Makefile index a4b20906b0d5..192d7ec2bcff 100644 --- a/editors/py-babi/Makefile +++ b/editors/py-babi/Makefile @@ -1,28 +1,28 @@ PORTNAME= babi PORTVERSION= 0.0.24 CATEGORIES= editors python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Text Editor written in Python WWW= https://github.com/asottile/babi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babi_grammars>=0:devel/py-babi_grammars@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babi_grammars>=0:devel/py-babi_grammars@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils flavors NO_ARCH= yes .include diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile index 2f02949892dc..b14989eb2e24 100644 --- a/games/2048-qt/Makefile +++ b/games/2048-qt/Makefile @@ -1,30 +1,30 @@ PORTNAME= 2048-qt PORTVERSION= 0.1.6 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= 2048 game implemented in QT WWW= https://github.com/xiaoyong/2048-Qt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt USES= compiler:c++11-lang gmake pkgconfig qmake qt:5 USE_QT= core declarative gui network widgets buildtools:build quickcontrols PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/2048-qt ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/res/icons/256x256/apps/2048-qt.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/res/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} .include diff --git a/games/2048/Makefile b/games/2048/Makefile index 2f7302f6e337..7e4243d8f57d 100644 --- a/games/2048/Makefile +++ b/games/2048/Makefile @@ -1,30 +1,30 @@ PORTNAME= 2048 PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v CATEGORIES= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Command line version of 2048 WWW= https://github.com/Tiehuis/2048-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= Tiehuis GH_PROJECT= 2048-cli USES= ncurses gmake ALL_TARGET= curses PLIST_FILES= bin/2048 man/man1/2048.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/2048 ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/2048.1 ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/games/cdogs-sdl/Makefile b/games/cdogs-sdl/Makefile index 34fb38285280..e16ea51c2875 100644 --- a/games/cdogs-sdl/Makefile +++ b/games/cdogs-sdl/Makefile @@ -1,34 +1,34 @@ PORTNAME= cdogs-sdl PORTVERSION= 1.4.0 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Classic overhead run-and-gun game WWW= https://github.com/cxong/cdogs-sdl BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3,1:devel/py-protobuf@${PY_FLAVOR} \ protoc:devel/protobuf LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= cmake compiler:c++11-lang desktop-file-utils gl gnome localbase:ldflags pkgconfig \ python:3.6+ sdl USE_SDL= image2 mixer2 sdl2 USE_GNOME= cairo gdkpixbuf2 gtk30 USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= cxong CMAKE_ARGS= -DCDOGS_DATA_DIR=${DATADIR}/ BINARY_ALIAS= python3=${PYTHON_VERSION} # Fix with clang11 CFLAGS+= -fcommon post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdogs-sdl ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdogs-sdl-editor .include diff --git a/games/dunelegacy/Makefile b/games/dunelegacy/Makefile index 8e7a40e5d4e3..d568d17d984c 100644 --- a/games/dunelegacy/Makefile +++ b/games/dunelegacy/Makefile @@ -1,20 +1,20 @@ PORTNAME= dunelegacy PORTVERSION= 0.96.4 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Open source clone of Dune II WWW= http://dunelegacy.sourceforge.net/website/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lib pkgconfig sdl tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl2 mixer2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include diff --git a/graphics/acidwarp-sdl/Makefile b/graphics/acidwarp-sdl/Makefile index 964bf485baa3..e093aa8f022e 100644 --- a/graphics/acidwarp-sdl/Makefile +++ b/graphics/acidwarp-sdl/Makefile @@ -1,35 +1,35 @@ PORTNAME= acidwarp-sdl PORTVERSION= g2020062101 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Eye candy program which displays various patterns WWW= https://github.com/dreamlayers/acidwarp USES= cmake magick:7,build sdl USE_SDL= sdl2 USE_GITHUB= yes GH_ACCOUNT= dreamlayers GH_PROJECT= acidwarp GH_TAGNAME= 698c4e1 # Fix build on recent current (clang11) CFLAGS+= -fcommon PORTSCOUT= skipv:svgalib-port,original,old-sdl-port PLIST_FILES= bin/acidwarp \ share/applications/acidwarp.desktop \ share/pixmaps/acidwarp.png post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/acidwarp.desktop do-install: ${STRIP_CMD} ${WRKSRC}/bin/acidwarp ${INSTALL_PROGRAM} ${WRKSRC}/bin/acidwarp ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/acidwarp.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/acidwarp.png ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile index 5c008a6c929c..2b613f1af13a 100644 --- a/graphics/acidwarp/Makefile +++ b/graphics/acidwarp/Makefile @@ -1,37 +1,37 @@ PORTNAME= acidwarp PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= SVGAlib demo which displays trippy mathematical images in cycling colors WWW= http://www.noah.org/acidwarp/index.html LIB_DEPENDS= libvga.so:graphics/svgalib ONLY_FOR_ARCHS= i386 ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/acidwarp PORTDOCS= README TODO Thanks OPTIONS_DEFINE= SETUID DOCS OPTIONS_DEFAULT= SETUID SETUID_DESC= Install with setuid bit set .include .if ${PORT_OPTIONS:MSETUID} BINMODE= 4555 .endif post-extract: ${RM} ${WRKSRC}/acidwarp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/acidwarp ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/irc/bip/Makefile b/irc/bip/Makefile index c787f4464d23..b0e043371fb8 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -1,46 +1,46 @@ PORTNAME= bip DISTVERSION= 0.9.0-rc4 CATEGORIES= irc MASTER_SITES= https://projects.duckcorp.org/attachments/download/97/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Simple IRC proxy with SSL support WWW= https://bip.milkypond.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} CFLAGS+= -Wno-sign-compare -Wno-error -I${OPENSSLINC} USES= cpe gmake ssl CPE_VENDOR= duckcorp INSTALL_TARGET= SUBDIR=src install-exec TEST_TARGET= check PATCH_STRIP= -p1 SUB_FILES= pkg-message PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO EXAMPLEFILES= bip.conf bip.vim OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${INSTALL_MAN} ${WRKSRC}/bip.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/bipmkpw.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/bip.conf.5 ${STAGEDIR}${PREFIX}/man/man5 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${EXAMPLEFILES} ${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR} .endfor .include diff --git a/java/visualvm/Makefile b/java/visualvm/Makefile index c57a9486e0ab..528b6a1542c2 100644 --- a/java/visualvm/Makefile +++ b/java/visualvm/Makefile @@ -1,41 +1,41 @@ PORTNAME= visualvm DISTVERSION= 2.1.5 CATEGORIES= java devel MASTER_SITES= https://github.com/oracle/visualvm/releases/download/${PORTVERSION}/ DISTNAME= visualvm_${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= GUI tool combining CLI JDK tools and profiling capabilities WWW= https://visualvm.github.io/ LICENSE= VISUALVM LICENSE_NAME= VISUALVM with ClassPath Exception LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= desktop-file-utils zip:infozip NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 8+ WRKSRC= ${WRKDIR}/visualvm_${PORTVERSION:S/.//g} SUB_FILES= visualvm.desktop post-extract: @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.dll' -or -name '*.exe' \) -delete post-patch: @${REINPLACE_CMD} 's|%%JAVA_HOME%%|${JAVA_HOME}|' ${WRKSRC}/bin/visualvm do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/visualvm ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/share/visualvm .for i in platform visualvm @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${PREFIX}/share/visualvm/) .endfor .for i in visualvm.conf visualvm.clusters visualvm.icns visualvm.import ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${PREFIX}/etc/${i}.sample .endfor @${UNZIP_CMD} -q -j -d ${STAGEDIR}${DATADIR} ${WRKSRC}/visualvm/modules/org-graalvm-visualvm-application.jar org/graalvm/visualvm/application/resources/visualvm.png ${INSTALL_DATA} ${WRKDIR}/*.desktop ${STAGEDIR}${PREFIX}/share/applications/ .include diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index bc9c15437889..d395ec32bda6 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,91 +1,91 @@ PORTNAME= spidermonkey DISTVERSION= 78.15.0 PORTREVISION= 11 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} DISTNAME= firefox-${DISTVERSION}esr.source -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Standalone JavaScript based from Mozilla 78-esr WWW= https://spidermonkey.dev/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ autoconf2.13:devel/autoconf2.13 \ 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_ARGS= --enable-application=js \ --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} .elif ${ARCH} == powerpc EXTRA_PATCHES= ${FILESDIR}/extra-patch-config_makefiles_rust.mk .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 @${FIND} ${WRKSRC}/build/pymake ${WRKSRC}/python/mozbuild -name *.py -exec \ ${REINPLACE_CMD} "s|'rU'|'r'|g" {} \; 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/math/bsdnt/Makefile b/math/bsdnt/Makefile index 122a77a7960d..d609cbd27511 100644 --- a/math/bsdnt/Makefile +++ b/math/bsdnt/Makefile @@ -1,25 +1,25 @@ PORTNAME= bsdnt PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Bignum Library WWW= https://github.com/wbhart/bsdnt LICENSE= BSD3CLAUSE BUILD_DEPENDS= bash:shells/bash USES= gmake shebangfix SHEBANG_FILES= configure USE_GITHUB= yes GH_ACCOUNT= wbhart GH_TAGNAME= de98bde USE_LDCONFIG= yes do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./configure --prefix=${STAGEDIR}${PREFIX} CC=cc CXX=c++ AS=cc .include diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 754381e3c616..6923a28b752c 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,49 +1,49 @@ PORTNAME= exercism DISTVERSIONPREFIX= v DISTVERSION= 3.0.13 PORTREVISION= 13 CATEGORIES= misc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= CLI client for exercism.io WWW= https://exercism.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= exercism:cli:v${PORTVERSION}:DEFAULT \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.2:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-yaml:yaml:25c4ec802a7d:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:net:f5079bd7f6f7:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:3bd178b88a81:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:392dba7d905e:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:go-update:8152e7eb6ccf:inconshreveable_go_update/vendor/github.com/inconshreveable/go-update \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ magiconair:properties:v1.7.3:magiconair_properties/vendor/github.com/magiconair/properties \ mitchellh:mapstructure:d0303fe80992:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-buffruneio:v0.2.0:pelletier_go_buffruneio/vendor/github.com/pelletier/go-buffruneio \ pelletier:go-toml:v1.0.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ spf13:afero:9be650865eab:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.1.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:b26b538f6930:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:0efa5202c046:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.0:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:15738813a09d:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.1.4:stretchr_testify/vendor/github.com/stretchr/testify GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= ./exercism GO_BUILDFLAGS= -ldflags="\ ${STRIP} -w \ -X github.com/exercism/cli/cmd.BuildOS=freebsd \ -X github.com/exercism/cli/cmd.BuildARCH=${ARCH}" PLIST_FILES= bin/exercism .include diff --git a/misc/py-powerline-status/Makefile b/misc/py-powerline-status/Makefile index f8877c7dda3a..f1fd0c3ed2b6 100644 --- a/misc/py-powerline-status/Makefile +++ b/misc/py-powerline-status/Makefile @@ -1,52 +1,52 @@ PORTNAME= powerline-status PORTVERSION= 2.8.2 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Statusline plugin for vim, zsh, bash, and more WWW= https://github.com/powerline/powerline LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/source/license-and-credits.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} USES= python:3.6+ shebangfix OPTIONS_DEFINE= DOCS USE_PYTHON= autoplist distutils DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} SHEBANG_FILES= powerline/bindings/awesome/powerline-awesome.py \ powerline/bindings/bar/powerline-bar.py \ powerline/bindings/i3/powerline-i3.py \ powerline/bindings/lemonbar/powerline-lemonbar.py USE_GITHUB= yes GH_ACCOUNT= powerline GH_PROJECT= powerline PORTDOCS= * SPHINX_BUILD_CMD= sphinx-build-${PYTHON_VER} post-patch: @${REINPLACE_CMD} -e 's/%%SPHINXBUILD%%/${SPHINX_BUILD_CMD}/g' ${WRKSRC}/docs/Makefile do-build-DOCS-on: @make -C ${WRKSRC}/docs man html do-install-DOCS-on: .for file in powerline.1 powerline-daemon.1 powerline-lint.1 powerline-config.1 ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo' post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline .include diff --git a/multimedia/jmref/Makefile b/multimedia/jmref/Makefile index 3f57f43ab1b2..afcb8ec4dd39 100644 --- a/multimedia/jmref/Makefile +++ b/multimedia/jmref/Makefile @@ -1,40 +1,40 @@ PORTNAME= jmref PORTVERSION= 19.0 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://iphome.hhi.de/suehring/tml/download/ DISTNAME= jm${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= JM Reference Software WWW= https://iphome.hhi.de/suehring/tml LICENSE= ISO_IEC ITU LICENSE_COMB= multi LICENSE_NAME_ISO_IEC= ISO/IEC Source Code License LICENSE_NAME_ITU= ISO/IEC Source Code License LICENSE_FILE_ISO_IEC= ${WRKSRC}/COPYRIGHT_ISO_IEC.txt LICENSE_FILE_ITU= ${WRKSRC}/COPYRIGHT_ISO_IEC.txt LICENSE_PERMS_ISO_IEC= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_ITU= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= dos2unix gmake zip MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/JM PLIST_FILES= bin/ldecod bin/lencod \ bin/rtp_loss bin/rtpdump do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ldecod.exe \ ${STAGEDIR}${PREFIX}/bin/ldecod ${INSTALL_PROGRAM} ${WRKSRC}/bin/lencod.exe \ ${STAGEDIR}${PREFIX}/bin/lencod ${INSTALL_PROGRAM} ${WRKSRC}/bin/rtp_loss.exe \ ${STAGEDIR}${PREFIX}/bin/rtp_loss ${INSTALL_PROGRAM} ${WRKSRC}/bin/rtpdump.exe \ ${STAGEDIR}${PREFIX}/bin/rtpdump .include diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile index f87b974baf45..879495421e1f 100644 --- a/multimedia/mjpg-streamer/Makefile +++ b/multimedia/mjpg-streamer/Makefile @@ -1,35 +1,35 @@ PORTNAME= mjpg-streamer PORTVERSION= g2021081601 PORTEPOCH= 1 CATEGORIES= multimedia net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= HTTP video streaming daemon WWW= https://github.com/jacksonliam/mjpg-streamer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat USES= cmake jpeg localbase USE_GITHUB= yes GH_ACCOUNT= jacksonliam GH_TAGNAME= 310b29f4a94c46652b20c4b7b6e5cf24e532af39 WRKSRC_SUBDIR= mjpg-streamer-experimental USE_RC_SUBR= mjpg_streamer SUB_FILES+= pkg-message PORTSCOUT= skipv:1.0.0 post-build: cd ${WRKSRC}/plugins/input_testpicture && \ ${SETENV} ${MAKE_ENV} make post-install: ${INSTALL_LIB} ${WRKSRC}/plugins/input_testpicture/input_testpicture.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .include diff --git a/multimedia/obs-qtwebkit/Makefile b/multimedia/obs-qtwebkit/Makefile index d4869d354b43..d3138aa41c4e 100644 --- a/multimedia/obs-qtwebkit/Makefile +++ b/multimedia/obs-qtwebkit/Makefile @@ -1,36 +1,36 @@ PORTNAME= obs-qtwebkit PORTVERSION= g2018090201 PORTREVISION= 4 CATEGORIES= multimedia -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Browser source plugin for obs-studio WWW= https://github.com/swills/obs-qtwebkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libobs.so:multimedia/obs-studio \ libinotify.so:devel/libinotify USES= compiler:c++11-lang gmake pkgconfig qt:5 USE_QT= core gui network webkit widgets USE_GITHUB= yes GH_ACCOUNT= swills GH_TAGNAME= c01aa76 MAKEFILE= GNUmakefile MAKE_ARGS= OBS_INCLUDE=${LOCALBASE}/include OBS_LIB=${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/GNUmakefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/obs-plugins/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/obs/obs-plugins/qtwebkit-browser/data/locale ${INSTALL_PROGRAM} ${WRKSRC}/build/qtwebkit-browser.so ${STAGEDIR}${PREFIX}/lib/obs-plugins/ ${INSTALL_PROGRAM} ${WRKSRC}/build/renderer ${STAGEDIR}${PREFIX}/lib/obs-plugins/ cd ${WRKSRC}/build/qtwebkit-browser/data/locale ; ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/share/obs/obs-plugins/qtwebkit-browser/data/locale .include diff --git a/multimedia/py-PySceneDetect/Makefile b/multimedia/py-PySceneDetect/Makefile index 6a1efcdb1e13..45d8c21574ea 100644 --- a/multimedia/py-PySceneDetect/Makefile +++ b/multimedia/py-PySceneDetect/Makefile @@ -1,26 +1,26 @@ PORTNAME= PySceneDetect PORTVERSION= 0.5.4 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= OpenCV-based video scene detection program and Python library WWW= https://pyscenedetect.readthedocs.io/en/latest/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ opencv>=0:graphics/opencv \ mkvmerge:multimedia/mkvtoolnix USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= Breakthrough USE_PYTHON= autoplist distutils .include diff --git a/multimedia/py-av/Makefile b/multimedia/py-av/Makefile index 800bd4abf335..33a5a5e78a08 100644 --- a/multimedia/py-av/Makefile +++ b/multimedia/py-av/Makefile @@ -1,19 +1,19 @@ PORTNAME= av PORTVERSION= 9.0.1 CATEGORIES= multimedia python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Pythonic binding for FFmpeg WWW= https://docs.mikeboers.com/pyav/develop/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libavutil.so:multimedia/ffmpeg USES= python:3.5+ pkgconfig USE_PYTHON= autoplist concurrent cython distutils .include diff --git a/multimedia/xporthdmv/Makefile b/multimedia/xporthdmv/Makefile index 73621f11bd29..ecd95504dd8a 100644 --- a/multimedia/xporthdmv/Makefile +++ b/multimedia/xporthdmv/Makefile @@ -1,21 +1,21 @@ PORTNAME= xporthdmv PORTVERSION= 1.01 CATEGORIES= multimedia MASTER_SITES= http://www.w6rz.net/ DISTNAME= xport -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= The xport Transport Stream Demuxer WWW= https://www.w6rz.net/ USES= zip NO_WRKSUBDIR= yes PLIST_FILES= bin/xporthdmv do-build: ${CC} ${CFLAGS} ${WRKSRC}/xport.c -o ${WRKSRC}/xporthdmv do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${STAGEDIR}${PREFIX}/bin .include diff --git a/net-im/chatterino2/Makefile b/net-im/chatterino2/Makefile index 59448fccba6a..a3ca68392823 100644 --- a/net-im/chatterino2/Makefile +++ b/net-im/chatterino2/Makefile @@ -1,43 +1,43 @@ PORTNAME= chatterino2 PORTVERSION= 2.3.4 PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= net-im -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Twitch chat client WWW= https://chatterino.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rapidjson>0:devel/rapidjson \ websocketpp>=0:devel/websocketpp LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libqt5keychain.so:security/qtkeychain@qt5 USES= compiler:c++17-lang gl pkgconfig qmake qt:5 ssl USE_QT= concurrent core gui multimedia network svg widgets \ buildtools:build qmake:build USE_GL= gl PLIST_FILES= bin/chatterino \ share/appdata/com.chatterino.chatterino.appdata.xml \ share/applications/com.chatterino.chatterino.desktop \ share/icons/hicolor/256x256/apps/chatterino.png USE_GITHUB= yes GH_ACCOUNT= chatterino GH_TUPLE= Chatterino:libcommuni:c613600e:communi/lib/libcommuni \ pajlada:serialize:7d37cbf:serialize/lib/serialize \ pajlada:settings:7cf8431d:settings/lib/settings \ pajlada:signals:baf5bb0:signals/lib/signals QMAKE_ENV= GIT_COMMIT=${COMMIT_ID} \ GIT_RELEASE=${DISTVERSIONPREFIX}${PORTVERSION} QMAKE_ARGS= INCLUDEPATH+=${LOCALBASE}/include/qt5keychain \ LIBS+=-lqt5keychain \ WEBSOCKETPP_SYSTEM=1 \ RAPIDJSON_SYSTEM=1 .include diff --git a/net-im/matterbridge/Makefile b/net-im/matterbridge/Makefile index 52302058110f..8a44596bea4e 100644 --- a/net-im/matterbridge/Makefile +++ b/net-im/matterbridge/Makefile @@ -1,40 +1,40 @@ PORTNAME= matterbridge PORTVERSION= 1.22.3 DISTVERSIONPREFIX= v PORTREVISION= 13 CATEGORIES= net-im -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Chat network bridge WWW= https://github.com/42wim/matterbridge LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= 42wim GH_TUPLE= golang:sys:v0.6.0:sys USE_RC_SUBR= matterbridge MATTERBRIDGE_USER?= mattermost MATTERBRIDGE_GROUP?= mattermost USERS= ${MATTERBRIDGE_USER} GROUPS= ${MATTERBRIDGE_GROUP} SUB_LIST= \ MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} PLIST_SUB= \ MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-install: ${INSTALL_DATA} ${WRKSRC}/matterbridge.toml.sample ${STAGEDIR}${PREFIX}/etc/matterbridge.toml.sample .include diff --git a/net-im/purple-discord/Makefile b/net-im/purple-discord/Makefile index ebd4b408903b..86d047a1c828 100644 --- a/net-im/purple-discord/Makefile +++ b/net-im/purple-discord/Makefile @@ -1,24 +1,24 @@ PORTNAME= purple-discord PORTVERSION= g20210729 CATEGORIES= net-im -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Discord plugin for libpurple WWW= https://github.com/EionRobb/purple-discord LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple USES= dos2unix gettext gmake gnome magick:6,build pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_TAGNAME= 6c5a778 DOS2UNIX_FILES= Makefile .include diff --git a/net-im/purple-facebook/Makefile b/net-im/purple-facebook/Makefile index a6fe0403363d..886ff018e556 100644 --- a/net-im/purple-facebook/Makefile +++ b/net-im/purple-facebook/Makefile @@ -1,24 +1,24 @@ PORTNAME= purple-facebook PORTVERSION= 0.9.6 CATEGORIES= net-im MASTER_SITES= https://github.com/dequis/purple-facebook/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Facebook plugin for libpurple WWW= https://github.com/dequis/purple-facebook LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpurple.so:net-im/libpurple \ libjson-glib-1.0.so:devel/json-glib USES= autoreconf gnome libtool pkgconfig PLIST_FILES= lib/purple-2/libfacebook.so GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes .include diff --git a/net-im/purple-mattermost/Makefile b/net-im/purple-mattermost/Makefile index 7c56a54d8ab3..e98e63541c17 100644 --- a/net-im/purple-mattermost/Makefile +++ b/net-im/purple-mattermost/Makefile @@ -1,29 +1,29 @@ PORTNAME= purple-mattermost PORTVERSION= 2.0 DISTVERSIONPREFIX= v CATEGORIES= net-im -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Mattermost plugin for libpurple WWW= https://github.com/EionRobb/purple-mattermost LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= discount>=0:textproc/discount LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple USES= gettext gmake gnome localbase pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= EionRobb PLIST_FILES= lib/purple-2/libmattermost.so \ share/pixmaps/pidgin/protocols/16/mattermost.png \ share/pixmaps/pidgin/protocols/22/mattermost.png \ share/pixmaps/pidgin/protocols/48/mattermost.png .include diff --git a/net-im/purple-plugin-pack/Makefile b/net-im/purple-plugin-pack/Makefile index 7214f5b99316..3be1e2d37dcb 100644 --- a/net-im/purple-plugin-pack/Makefile +++ b/net-im/purple-plugin-pack/Makefile @@ -1,20 +1,20 @@ PORTNAME= purple-plugin-pack PORTVERSION= 2.8.0 CATEGORIES= net-im MASTER_SITES= https://dl.bintray.com/pidgin/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Collection of libpurple plugins WWW= https://keep.imfreedom.org/pidgin/purple-plugin-pack LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pidgin>0:net-im/pidgin RUN_DEPENDS= pidgin>0:net-im/pidgin LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple USES= gettext meson pkgconfig tar:xz .include diff --git a/net-im/talkatu/Makefile b/net-im/talkatu/Makefile index 424bd638a8d0..591587667706 100644 --- a/net-im/talkatu/Makefile +++ b/net-im/talkatu/Makefile @@ -1,34 +1,34 @@ PORTNAME= talkatu PORTVERSION= g2019031701 PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/pidgin/talkatu/get/ DISTNAME= 1b7433db5cd5 DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Collection of Gtk+ widgets that are useful for chat applications WWW= https://bitbucket.org/pidgin/talkatu/overview LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libgladeui-2.so:devel/glade \ libgspell-1.so:textproc/gspell \ libgumbo.so:devel/gumbo \ libcmark.so:textproc/cmark USES= gettext-runtime gnome meson pkgconfig USE_LDCONFIG= yes MESON_ARGS= -Dtests=false WRKSRC= ${WRKDIR}/pidgin-talkatu-${DISTNAME} USE_GNOME= glib20 gtk30 OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc DOCS_MESON_OFF= -Ddoc=false .include diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 10224577ee29..86df5283218a 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,72 +1,72 @@ PORTNAME= google-cloud-sdk PORTVERSION= 331.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Google Cloud SDK for Google Cloud Platform WWW= https://developers.google.com/cloud/sdk/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python:3.7+ WRKSRC= ${WRKDIR}/google-cloud-sdk NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/bq \ bin/docker-credential-gcloud \ bin/gcloud \ bin/git-credential-gcloud.sh \ bin/gsutil OPTIONS_DEFINE= BASH ZSH OPTIONS_DEFAULT= BASH ZSH BASH_PLIST_FILES= share/bash-completion/completions/gcloud ZSH_PLIST_FILES= share/zsh/site-functions/_gcloud post-extract: @${RM} -r \ ${WRKSRC}/bin/anthoscli \ ${WRKSRC}/bin/kuberun \ ${WRKSRC}/install.bat \ ${WRKSRC}/platform/gsutil/third_party/crcmod/docs/source/make.bat \ ${WRKSRC}/platform/gsutil/third_party/rsa/doc/make.bat \ ${WRKSRC}/rpm \ ${WRKSRC}/deb \ ${WRKSRC}/lib/third_party/grpc/_cython/cygrpc.so post-patch: @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' ${WRKSRC}/bin/bq ${WRKSRC}/bin/gsutil ${WRKSRC}/bin/docker-credential-gcloud ${WRKSRC}/bin/java_dev_appserver.sh ${WRKSRC}/bin/git-credential-gcloud.sh ${WRKSRC}/bin/gcloud @${RM} ${WRKSRC}/bin/*.bak ${WRKSRC}/bin/*.orig do-install: ${RM} -r ${WRKSRC}/help ${WRKSRC}/.install/.download ( cd ${WRKSRC} ; ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/google-cloud-sdk ) .for x in bq docker-credential-gcloud gcloud git-credential-gcloud.sh gsutil ${CHMOD} +x ${STAGEDIR}${PREFIX}/google-cloud-sdk/bin/${x} ${RLN} ${STAGEDIR}${PREFIX}/google-cloud-sdk/bin/${x} \ ${STAGEDIR}${PREFIX}/bin/${x} .endfor post-install: @(cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s google-cloud-sdk -type f -o -type l >> ${TMPPLIST}) post-install-BASH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions ${RLN} ${STAGEDIR}${PREFIX}/google-cloud-sdk/completion.bash.inc \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/gcloud post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${RLN} ${STAGEDIR}${PREFIX}/google-cloud-sdk/completion.zsh.inc \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_gcloud .include diff --git a/net/goreplay/Makefile b/net/goreplay/Makefile index 326605597d43..487cf047a4f7 100644 --- a/net/goreplay/Makefile +++ b/net/goreplay/Makefile @@ -1,20 +1,20 @@ PORTNAME= goreplay DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 PORTREVISION= 5 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for capturing and replaying live HTTP traffic WWW= https://goreplay.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/buger/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/nng/Makefile b/net/nng/Makefile index beb6707c889f..6faf04f66c19 100644 --- a/net/nng/Makefile +++ b/net/nng/Makefile @@ -1,23 +1,23 @@ PORTNAME= nng DISTVERSIONPREFIX= v DISTVERSION= 1.5.2 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Lightweight, broker-less messaging WWW= https://nanomsg.github.io/nng/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= nanomsg CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON USE_LDCONFIG= yes PLIST_SUB= PORTMAJ=${PORTVERSION:C/\..*//} \ PORTVERSION=${PORTVERSION} .include diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile index f14e5f771bf6..45f06bfdd1a7 100644 --- a/net/py-ec2-cli-tools/Makefile +++ b/net/py-ec2-cli-tools/Makefile @@ -1,21 +1,21 @@ PORTNAME= ec2-cli-tools PORTVERSION= 1.5 PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances WWW= https://github.com/FlipPath/ec2-cli-tools LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:devel/py-boto@${PY_FLAVOR} \ bash:shells/bash USE_PYTHON= distutils autoplist USES= python:3.6+ shebangfix SHEBANG_FILES= bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh .include diff --git a/net/py-magic-wormhole/Makefile b/net/py-magic-wormhole/Makefile index 44fdbbfcc7b2..df539795a1f7 100644 --- a/net/py-magic-wormhole/Makefile +++ b/net/py-magic-wormhole/Makefile @@ -1,31 +1,31 @@ PORTNAME= magic-wormhole PORTVERSION= 0.12.0 CATEGORIES= net MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Get things from one computer to another, safely WWW= https://github.com/warner/magic-wormhole RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.3.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}humanize>=0:devel/py-humanize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spake2>=0.8:security/py-spake2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.13.0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=17.5.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txtorcon>=18.0.2:security/py-txtorcon@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index da48b13967e0..c3bb4847a942 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,58 +1,58 @@ PORTNAME= syncthing PORTVERSION= 1.22.0 PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONPREFIX}${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Encrypted file sync tool WWW= https://syncthing.net/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE USES= cpe go:1.19,modules USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv syncthing-relaypoolsrv BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv .for x in ${BINS} PLIST_FILES+= bin/${x} .endfor PORTDOCS= * USERS= syncthing GROUPS= syncthing # Anonymize MAKE_ENV+= BUILD_USER=ports BUILD_HOST=freebsd OPTIONS_DEFINE= DOCS NO_WRKSUBDIR= yes do-build: @( cd ${WRKSRC}/${PORTNAME} ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build stdiscosrv; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build strelaysrv; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build strelaypoolsrv; \ ) do-install: .for x in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${x} \ ${STAGEDIR}${PREFIX}/bin/ .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in AUTHORS LICENSE README.md ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/ports-mgmt/py-FreeBSD-ports/Makefile b/ports-mgmt/py-FreeBSD-ports/Makefile index 55ca06b5add7..409cb2b5ad0e 100644 --- a/ports-mgmt/py-FreeBSD-ports/Makefile +++ b/ports-mgmt/py-FreeBSD-ports/Makefile @@ -1,17 +1,17 @@ PORTNAME= FreeBSD-ports PORTVERSION= 0.0.9 CATEGORIES= ports-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Parse FreeBSD Ports INDEX, provide search API WWW= https://github.com/swills/py-FreeBSD-ports/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils .include diff --git a/security/please/Makefile b/security/please/Makefile index 615870bb6bd0..69ebd79d3e30 100644 --- a/security/please/Makefile +++ b/security/please/Makefile @@ -1,22 +1,22 @@ PORTNAME= please PORTVERSION= 2.8 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Execute a command as root WWW= https://github.com/MagikBSD/please LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_GITHUB= yes GH_ACCOUNT= MagikBSD PLIST_FILES= "@(,,4555) bin/please" "@sample etc/pam.d/please.sample" \ man/man1/please.1.gz post-install: ${CP} ${WRKSRC}/pam.d/please.BSD \ ${STAGEDIR}${PREFIX}/etc/pam.d/please.sample .include diff --git a/security/py-hkdf/Makefile b/security/py-hkdf/Makefile index ec06c2629aa1..26467a260c86 100644 --- a/security/py-hkdf/Makefile +++ b/security/py-hkdf/Makefile @@ -1,16 +1,16 @@ PORTNAME= hkdf PORTVERSION= 0.0.3 CATEGORIES= security MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= HMAC-based Extract-and-Expand Key Derivation Function (HKDF) WWW= https://github.com/casebeer/python-hkdf USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/py-spake2/Makefile b/security/py-spake2/Makefile index d3db1a157dcd..128f6b417c80 100644 --- a/security/py-spake2/Makefile +++ b/security/py-spake2/Makefile @@ -1,16 +1,16 @@ PORTNAME= spake2 PORTVERSION= 0.8 CATEGORIES= security MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= SPAKE2 password-authenticated key exchange (pure python) WWW= https://github.com/warner/python-spake2 USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile index 29e2e73a9208..9bb295ef1525 100644 --- a/security/sslsplit/Makefile +++ b/security/sslsplit/Makefile @@ -1,26 +1,26 @@ PORTNAME= sslsplit PORTVERSION= 0.5.5 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Transparent and scalable SSL/TLS interception WWW= https://www.roe.ch/SSLsplit LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet USES= gmake pkgconfig tar:bzip2 uidfix ssl MAKEFILE= GNUmakefile MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=${PREFIX}/man INSTALLUID=${UID} INSTALLGID=${GID} PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz man/man5/sslsplit.conf.5.gz \ "@sample %%ETCDIR%%/sslsplit.conf.sample" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit .include diff --git a/security/vault/Makefile b/security/vault/Makefile index 5dec66dc57a2..d6bb5a69478f 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,407 +1,407 @@ PORTNAME= vault PORTVERSION= 1.8.7 DISTVERSIONPREFIX= v PORTREVISION= 12 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org # co-maintainer: brd COMMENT= Tool for securely accessing secrets WWW= https://vaultproject.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_TUPLE= hashicorp:${PORTNAME}:${VAULTTAG}:DEFAULT \ swills:vaultui:${VAULTUITAG}:vaultui \ Azure:azure-pipeline-go:v0.2.3:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-sdk-for-go:v51.1.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ Azure:azure-storage-blob-go:v0.13.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ Azure:go-ansiterm:d6e3b3328b78:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \ Azure:go-autorest:243526fc4739:azure_go_autorest_auth \ Azure:go-autorest:446f41b7d65b:azure_go_autorest_validation \ Azure:go-autorest:55c0c4ebc34d:azure_go_autorest_cli \ Azure:go-autorest:autorest/v0.11.17:azure_go_autorest_autorest \ Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \ Azure:go-autorest:def88ef859fb:azure_go_autorest_adal \ Azure:go-autorest:logger/v0.2.0:azure_go_autorest_logger \ Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \ Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ Azure:go-ntlmssp:66371956d46c:azure_go_ntlmssp/vendor/github.com/Azure/go-ntlmssp \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ DataDog:datadog-go:v3.2.0:datadog_datadog_go/vendor/github.com/DataDog/datadog-go \ Jeffail:gabs:v1.1.1:jeffail_gabs/vendor/github.com/Jeffail/gabs \ Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ Microsoft:go-winio:d1ffc52c7331:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.8.14:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ NYTimes:gziphandler:v1.1.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ Nvveen:Gotty:cd527374f1e5:nvveen_gotty/vendor/github.com/Nvveen/Gotty \ SAP:go-hdb:v0.14.1:sap_go_hdb/vendor/github.com/SAP/go-hdb \ Sectorbob:mlab-ns2:d3aa0c295a8a:sectorbob_mlab_ns2/vendor/github.com/Sectorbob/mlab-ns2 \ StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ aerospike:aerospike-client-go:v3.1.1:aerospike_aerospike_client_go/vendor/github.com/aerospike/aerospike-client-go \ aliyun:alibaba-cloud-sdk-go:9418d7b0cd0f:aliyun_alibaba_cloud_sdk_go/vendor/github.com/aliyun/alibaba-cloud-sdk-go \ aliyun:aliyun-oss-go-sdk:86c17b95fcd5:aliyun_aliyun_oss_go_sdk/vendor/github.com/aliyun/aliyun-oss-go-sdk \ apache:arrow:b2287a20f230:apache_arrow_arrow/vendor/github.com/apache/arrow \ apple:foundationdb:cd5c9d91fad2:apple_foundationdb_go/vendor/github.com/apple/foundationdb \ armon:go-metrics:v0.3.7:armon_go_metrics/vendor/github.com/armon/go-metrics \ armon:go-proxyproto:7e956b284f0a:armon_go_proxyproto/vendor/github.com/armon/go-proxyproto \ armon:go-radix:v1.0.0:armon_go_radix/vendor/github.com/armon/go-radix \ asaskevich:govalidator:f9ffefc3facf:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ aws:aws-sdk-go-v2:credentials/v1.1.5:aws_aws_sdk_go_v2_credentials \ aws:aws-sdk-go-v2:fdbaadbce5fd:aws_aws_sdk_go_v2_manager \ aws:aws-sdk-go-v2:v1.3.2:aws_aws_sdk_go_v2/vendor/github.com/aws/aws-sdk-go-v2 \ aws:aws-sdk-go-v2:v1.5.0:aws_aws_sdk_go_v2_s3 \ aws:aws-sdk-go:v1.37.19:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ aws:smithy-go:v1.3.1:aws_smithy_go/vendor/github.com/aws/smithy-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bgentry:speakeasy:v0.1.0:bgentry_speakeasy/vendor/github.com/bgentry/speakeasy \ bitly:go-hostpool:v0.1.0:bitly_go_hostpool/vendor/github.com/bitly/go-hostpool \ boombuler:barcode:6c824513bacc:boombuler_barcode/vendor/github.com/boombuler/barcode \ briankassouf:jose:d2569464773f:briankassouf_jose/vendor/github.com/briankassouf/jose \ cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ cenkalti:backoff:v3.0.0:cenkalti_backoff_v3/vendor/github.com/cenkalti/backoff/v3 \ census-instrumentation:opencensus-go:v0.22.3:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ centrify:cloud-golang-sdk:119110094d0f:centrify_cloud_golang_sdk/vendor/github.com/centrify/cloud-golang-sdk \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ chrismalek:oktasdk-go:3430665dfaa0:chrismalek_oktasdk_go/vendor/github.com/chrismalek/oktasdk-go \ circonus-labs:circonus-gometrics:v2.3.1:circonus_labs_circonus_gometrics/vendor/github.com/circonus-labs/circonus-gometrics \ circonus-labs:circonusllhist:v0.1.3:circonus_labs_circonusllhist/vendor/github.com/circonus-labs/circonusllhist \ client9:misspell:v0.3.4:client9_misspell/vendor/github.com/client9/misspell \ cloudfoundry-community:go-cfclient:f136f9222381:cloudfoundry_community_go_cfclient/vendor/github.com/cloudfoundry-community/go-cfclient \ cloudfoundry:gofileutils:4d0c80011a0f:cloudfoundry_gofileutils/vendor/code.cloudfoundry.org/gofileutils \ cockroachdb:cockroach-go:e0a95dfd547c:cockroachdb_cockroach_go/vendor/github.com/cockroachdb/cockroach-go \ containerd:containerd:v1.4.3:containerd_containerd/vendor/github.com/containerd/containerd \ containerd:continuity:efbc4488d8fe:containerd_continuity/vendor/github.com/containerd/continuity \ coreos:go-oidc:v2.2.1:coreos_go_oidc/vendor/github.com/coreos/go-oidc \ coreos:go-oidc:v3.0.0:coreos_go_oidc_v3/vendor/github.com/coreos/go-oidc/v3 \ coreos:go-semver:v0.2.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ coreos:go-systemd:d3cd4ed1dbcf:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ coreos:go-systemd:v22.0.0:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \ couchbase:gocb:v2.1.4:couchbase_gocb_v2/vendor/github.com/couchbase/gocb/v2 \ couchbase:gocbcore:v9.0.4:couchbase_gocbcore_v9/vendor/github.com/couchbase/gocbcore/v9 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ denisenkom:go-mssqldb:06a60b6afbbc:denisenkom_go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \ denverdino:aliyungo:d3308649c661:denverdino_aliyungo/vendor/github.com/denverdino/aliyungo \ digitalocean:godo:v1.7.5:digitalocean_godo/vendor/github.com/digitalocean/godo \ dimchansky:utfbom:v1.1.1:dimchansky_utfbom/vendor/github.com/dimchansky/utfbom \ docker:distribution:v2.7.1:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ dominikh:go-tools:v0.0.1-2020.1.3:dominikh_go_tools/vendor/honnef.co/go/tools \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ duosecurity:duo_api_golang:6c680f768e74:duosecurity_duo_api_golang/vendor/github.com/duosecurity/duo_api_golang \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ elazarl:go-bindata-assetfs:234c15e7648f:elazarl_go_bindata_assetfs/vendor/github.com/elazarl/go-bindata-assetfs \ etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ etcd-io:etcd:262c93980547:etcd_io_etcd/vendor/go.etcd.io/etcd \ fatih:color:v1.11.0:fatih_color/vendor/github.com/fatih/color \ fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \ form3tech-oss:jwt-go:v3.2.2:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \ gammazero:deque:2afb3858e9c7:gammazero_deque/vendor/github.com/gammazero/deque \ gammazero:workerpool:88d534f22b56:gammazero_workerpool/vendor/github.com/gammazero/workerpool \ ghodss:yaml:25d852aebe32:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-asn1-ber:asn1-ber:v1.5.1:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \ go-errors:errors:v1.0.1:go_errors_errors/vendor/github.com/go-errors/errors \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ini:ini:v1.42.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-ldap:ldap:v3.2.4:go_ldap_ldap_v3/vendor/github.com/go-ldap/ldap \ go-ldap:ldif:fd88d9b715b3:go_ldap_ldif/vendor/github.com/go-ldap/ldif \ go-mgo:mgo:9856a29383ce:go_mgo_mgo/vendor/gopkg.in/mgo.v2 \ go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-resty:resty:v1.12.0:go_resty_resty/vendor/gopkg.in/resty.v1 \ go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-stack:stack:v1.8.0:go_stack_stack/vendor/github.com/go-stack/stack \ go-test:deep:v1.0.7:go_test_deep/vendor/github.com/go-test/deep \ go-yaml:yaml:496545a6307b:go_yaml_yaml_2/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.1.0:go_yaml_yaml/vendor/github.com/go-yaml/yaml \ go-yaml:yaml:v2.3.0:go_yaml_yaml_1/vendor/gopkg.in/yaml.v2 \ gocql:gocql:80ab1e13e309:gocql_gocql/vendor/github.com/gocql/gocql \ gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang-sql:civil:cb61b32ac6fe:golang_sql_civil/vendor/github.com/golang-sql/civil \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \ golang:mod:v0.4.0:golang_mod/vendor/golang.org/x/mod \ golang:net:4163338589ed:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:e8d321eab015:golang_sys/vendor/golang.org/x/sys \ golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ golang:tools:2dba1e4ea05c:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:flatbuffers:v1.11.0:google_flatbuffers/vendor/github.com/google/flatbuffers \ google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:cb27e3aa2013:google_go_genproto/vendor/google.golang.org/genproto \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-metrics-stackdriver:v0.2.0:google_go_metrics_stackdriver/vendor/github.com/google/go-metrics-stackdriver \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:gnostic:v0.2.0:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ googleapis:google-api-go-client:v0.29.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:spanner/v1.5.1:googleapis_google_cloud_go_spanner \ googleapis:google-cloud-go:storage/v1.6.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:v0.56.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gophercloud:gophercloud:v0.1.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ gorhill:cronexpr:88b0669f7d75:gorhill_cronexpr/vendor/github.com/gorhill/cronexpr \ gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ grpc:grpc-go:v1.29.1:grpc_grpc_go/vendor/google.golang.org/grpc \ hailocab:go-hostpool:e80d13ce29ed:hailocab_go_hostpool/vendor/github.com/hailocab/go-hostpool \ hashicorp:cap:v0.1.0:hashicorp_cap/vendor/github.com/hashicorp/cap \ hashicorp:consul-template:v0.26.0:hashicorp_consul_template/vendor/github.com/hashicorp/consul-template \ hashicorp:consul:api/v1.4.0:hashicorp_consul_api/vendor/github.com/hashicorp/consul \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-bindata:bf7910af8997:hashicorp_go_bindata/vendor/github.com/hashicorp/go-bindata \ hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-discover:738cb3105cd0:hashicorp_go_discover/vendor/github.com/hashicorp/go-discover \ hashicorp:go-gcp-common:v0.7.0:hashicorp_go_gcp_common/vendor/github.com/hashicorp/go-gcp-common \ hashicorp:go-hclog:v0.16.1:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.3.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-kms-wrapping:entropy/v0.1.0:hashicorp_go_kms_wrapping_entropy \ hashicorp:go-kms-wrapping:v0.5.16:hashicorp_go_kms_wrapping/vendor/github.com/hashicorp/go-kms-wrapping \ hashicorp:go-memdb:v1.0.2:hashicorp_go_memdb/vendor/github.com/hashicorp/go-memdb \ hashicorp:go-msgpack:v1.1.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-plugin:v1.0.1:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ hashicorp:go-raftchunking:7e9e8525653a:hashicorp_go_raftchunking/vendor/github.com/hashicorp/go-raftchunking \ hashicorp:go-retryablehttp:v0.6.7:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-secure-stdlib:strutil/v0.1.1:hashicorp_go_secure_stdlib_strutil/vendor/github.com/hashicorp/go-secure-stdlib \ hashicorp:go-slug:v0.4.1:hashicorp_go_slug/vendor/github.com/hashicorp/go-slug \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-syslog:v1.0.0:hashicorp_go_syslog/vendor/github.com/hashicorp/go-syslog \ hashicorp:go-tfe:v0.12.0:hashicorp_go_tfe/vendor/github.com/hashicorp/go-tfe \ hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:go-version:v1.2.1:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.1-vault-3:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \ hashicorp:mdns:v1.0.1:hashicorp_mdns/vendor/github.com/hashicorp/mdns \ hashicorp:nomad:edc62acd919d:hashicorp_nomad_api/vendor/github.com/hashicorp/nomad \ hashicorp:raft-autopilot:v0.1.3:hashicorp_raft_autopilot/vendor/github.com/hashicorp/raft-autopilot \ hashicorp:raft-boltdb:a7e34179d62c:hashicorp_raft_boltdb_v2/vendor/github.com/hashicorp/raft-boltdb \ hashicorp:raft-snapshot:v1.0.3:hashicorp_raft_snapshot/vendor/github.com/hashicorp/raft-snapshot \ hashicorp:raft:v1.3.0:hashicorp_raft/vendor/github.com/hashicorp/raft \ hashicorp:serf:v0.9.5:hashicorp_serf/vendor/github.com/hashicorp/serf \ hashicorp:vault-plugin-auth-alicloud:v0.9.0:hashicorp_vault_plugin_auth_alicloud/vendor/github.com/hashicorp/vault-plugin-auth-alicloud \ hashicorp:vault-plugin-auth-azure:v0.8.0:hashicorp_vault_plugin_auth_azure/vendor/github.com/hashicorp/vault-plugin-auth-azure \ hashicorp:vault-plugin-auth-centrify:v0.9.0:hashicorp_vault_plugin_auth_centrify/vendor/github.com/hashicorp/vault-plugin-auth-centrify \ hashicorp:vault-plugin-auth-cf:v0.9.0:hashicorp_vault_plugin_auth_cf/vendor/github.com/hashicorp/vault-plugin-auth-cf \ hashicorp:vault-plugin-auth-gcp:v0.10.0:hashicorp_vault_plugin_auth_gcp/vendor/github.com/hashicorp/vault-plugin-auth-gcp \ hashicorp:vault-plugin-auth-jwt:v0.10.1:hashicorp_vault_plugin_auth_jwt/vendor/github.com/hashicorp/vault-plugin-auth-jwt \ hashicorp:vault-plugin-auth-kerberos:v0.4.0:hashicorp_vault_plugin_auth_kerberos/vendor/github.com/hashicorp/vault-plugin-auth-kerberos \ hashicorp:vault-plugin-auth-kubernetes:v0.10.1:hashicorp_vault_plugin_auth_kubernetes/vendor/github.com/hashicorp/vault-plugin-auth-kubernetes \ hashicorp:vault-plugin-auth-oci:v0.8.0:hashicorp_vault_plugin_auth_oci/vendor/github.com/hashicorp/vault-plugin-auth-oci \ hashicorp:vault-plugin-database-couchbase:v0.4.1:hashicorp_vault_plugin_database_couchbase/vendor/github.com/hashicorp/vault-plugin-database-couchbase \ hashicorp:vault-plugin-database-elasticsearch:v0.8.0:hashicorp_vault_plugin_database_elasticsearch/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch \ hashicorp:vault-plugin-database-mongodbatlas:v0.4.0:hashicorp_vault_plugin_database_mongodbatlas/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas \ hashicorp:vault-plugin-database-snowflake:v0.2.1:hashicorp_vault_plugin_database_snowflake/vendor/github.com/hashicorp/vault-plugin-database-snowflake \ hashicorp:vault-plugin-mock:v0.16.1:hashicorp_vault_plugin_mock/vendor/github.com/hashicorp/vault-plugin-mock \ hashicorp:vault-plugin-secrets-ad:v0.10.0:hashicorp_vault_plugin_secrets_ad/vendor/github.com/hashicorp/vault-plugin-secrets-ad \ hashicorp:vault-plugin-secrets-alicloud:v0.9.0:hashicorp_vault_plugin_secrets_alicloud/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud \ hashicorp:vault-plugin-secrets-azure:v0.10.0:hashicorp_vault_plugin_secrets_azure/vendor/github.com/hashicorp/vault-plugin-secrets-azure \ hashicorp:vault-plugin-secrets-gcp:v0.10.2:hashicorp_vault_plugin_secrets_gcp/vendor/github.com/hashicorp/vault-plugin-secrets-gcp \ hashicorp:vault-plugin-secrets-gcpkms:v0.9.0:hashicorp_vault_plugin_secrets_gcpkms/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms \ hashicorp:vault-plugin-secrets-kv:v0.9.0:hashicorp_vault_plugin_secrets_kv/vendor/github.com/hashicorp/vault-plugin-secrets-kv \ hashicorp:vault-plugin-secrets-mongodbatlas:v0.4.0:hashicorp_vault_plugin_secrets_mongodbatlas/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas \ hashicorp:vault-plugin-secrets-openldap:v0.5.1:hashicorp_vault_plugin_secrets_openldap/vendor/github.com/hashicorp/vault-plugin-secrets-openldap \ hashicorp:vault-plugin-secrets-terraform:v0.2.0:hashicorp_vault_plugin_secrets_terraform/vendor/github.com/hashicorp/vault-plugin-secrets-terraform \ hashicorp:vic:bbfe86ec9443:hashicorp_vic/vendor/github.com/hashicorp/vic \ hashicorp:yamux:2f1d1f20f75d:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ influxdata:influxdb:d24b7ba8c4c4:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ jackc:pgx:v3.3.0:jackc_pgx/vendor/github.com/jackc/pgx \ jcmturner:aescts:v1.0.1:jcmturner_aescts/vendor/github.com/jcmturner/aescts \ jcmturner:dnsutils:v1.0.1:jcmturner_dnsutils/vendor/github.com/jcmturner/dnsutils \ jcmturner:gofork:v1.0.0:jcmturner_gofork/vendor/github.com/jcmturner/gofork \ jcmturner:goidentity:v3.0.0:jcmturner_goidentity/vendor/gopkg.in/jcmturner/goidentity.v3 \ jcmturner:goidentity:v6.0.1:jcmturner_goidentity_v6/vendor/github.com/jcmturner/goidentity \ jcmturner:gokrb5:v8.0.0:jcmturner_gokrb5_v8/vendor/github.com/jcmturner/gokrb5 \ jcmturner:rpc:v2.0.2:jcmturner_rpc_v2/vendor/github.com/jcmturner/rpc \ jeffchao:backoff:9d7fd7aa17f2:jeffchao_backoff/vendor/github.com/jeffchao/backoff \ jefferai:isbadcipher:51d2077c035f:jefferai_isbadcipher/vendor/github.com/jefferai/isbadcipher \ jefferai:jsonx:v1.0.0:jefferai_jsonx/vendor/github.com/jefferai/jsonx \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ joyent:triton-go:6801d15b779f:joyent_triton_go/vendor/github.com/joyent/triton-go \ json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ kelseyhightower:envconfig:v1.4.0:kelseyhightower_envconfig/vendor/github.com/kelseyhightower/envconfig \ keybase:go-crypto:d65b6b94177f:keybase_go_crypto/vendor/github.com/keybase/go-crypto \ klauspost:compress:v1.9.5:klauspost_compress/vendor/github.com/klauspost/compress \ kr:pretty:v0.2.1:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ kubernetes-sigs:structured-merge-diff:v3.0.0:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v3 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.18.2:kubernetes_api/vendor/k8s.io/api \ kubernetes:apimachinery:v0.18.2:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v0.18.2:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:klog:v1.0.0:kubernetes_klog/vendor/k8s.io/klog \ kubernetes:utils:a9aa75ae1b89:kubernetes_utils/vendor/k8s.io/utils \ layeh:radius:890bc1058917:layeh_radius/vendor/layeh.com/radius \ lib:pq:v1.8.0:lib_pq/vendor/github.com/lib/pq \ linode:linodego:v0.7.1:linode_linodego/vendor/github.com/linode/linodego \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-shellwords:v1.0.12:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mholt:archiver:v3.1.1:mholt_archiver/vendor/github.com/mholt/archiver \ michaelklishin:rabbit-hole:93d9988f0cd5:michaelklishin_rabbit_hole/vendor/github.com/michaelklishin/rabbit-hole \ miekg:dns:v1.1.40:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:cli:v1.1.2:mitchellh_cli/vendor/github.com/mitchellh/cli \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.14.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:gox:v1.0.1:mitchellh_gox/vendor/github.com/mitchellh/gox \ mitchellh:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ mitchellh:iochan:v1.0.0:mitchellh_iochan/vendor/github.com/mitchellh/iochan \ mitchellh:mapstructure:v1.3.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:pointerstructure:v1.0.0:mitchellh_pointerstructure/vendor/github.com/mitchellh/pointerstructure \ mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ moby:moby:v17.12.0-ce-rc1:moby_moby/vendor/github.com/docker/docker \ moby:term:7f0af18e79f2:moby_term/vendor/github.com/moby/term \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ mongodb:go-client-mongodb-atlas:v0.1.2:mongodb_go_client_mongodb_atlas/vendor/github.com/mongodb/go-client-mongodb-atlas \ mongodb:go-client-mongodb-atlas:v0.7.1:mongodb_go_client_mongodb_atlas_1/vendor/go.mongodb.org/atlas \ mongodb:mongo-go-driver:v1.4.6:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \ morikuni:aec:v1.0.0:morikuni_aec/vendor/github.com/morikuni/aec \ mvdan:gofumpt:v0.1.1:mvdan_gofumpt/vendor/mvdan.cc/gofumpt \ mwielbut:pointy:v1.1.0:mwielbut_pointy/vendor/github.com/mwielbut/pointy \ natefinch:atomic:a62ce929ffcc:natefinch_atomic/vendor/github.com/natefinch/atomic \ ncw:swift:v1.0.47:ncw_swift/vendor/github.com/ncw/swift \ nicolai86:scaleway-sdk:798f60e20bb2:nicolai86_scaleway_sdk/vendor/github.com/nicolai86/scaleway-sdk \ nwaples:rardecode:v1.1.0:nwaples_rardecode/vendor/github.com/nwaples/rardecode \ oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ okta:okta-sdk-golang:v1.1.0:okta_okta_sdk_golang/vendor/github.com/okta/okta-sdk-golang \ okta:okta-sdk-golang:v2.0.0:okta_okta_sdk_golang_v2/vendor/github.com/okta/okta-sdk-golang/v2 \ open-telemetry:opentelemetry-go:v0.20.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ opencontainers:go-digest:v1.0.0-rc1:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opencontainers:runc:v1.0.0-rc9:opencontainers_runc/vendor/github.com/opencontainers/runc \ openlyinc:pointy:v1.1.2:openlyinc_pointy/vendor/github.com/openlyinc/pointy \ oracle:oci-go-sdk:v12.5.0:oracle_oci_go_sdk/vendor/github.com/oracle/oci-go-sdk \ ory-am:dockertest:v3.3.4:ory_am_dockertest/vendor/gopkg.in/ory-am/dockertest.v3 \ ory:dockertest:v3.3.5:ory_dockertest/vendor/github.com/ory/dockertest \ ory:dockertest:v3.6.2:ory_dockertest_v3/vendor/github.com/ory/dockertest/v3 \ packethost:packngo:b9cb5096f54c:packethost_packngo/vendor/github.com/packethost/packngo \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ petermattis:goid:b0b1615b78e5:petermattis_goid/vendor/github.com/petermattis/goid \ pierrec:lz4:v2.5.2:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:browser:0a3d74bf9ce4:pkg_browser/vendor/github.com/pkg/browser \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ posener:complete:v1.2.3:posener_complete/vendor/github.com/posener/complete \ pquerna:cachecontrol:ac21108117ac:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ pquerna:otp:468c2dd2b58d:pquerna_otp/vendor/github.com/pquerna/otp \ prometheus:client_golang:v1.7.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.11.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.1.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rboyer:safeio:v0.2.1:rboyer_safeio/vendor/github.com/rboyer/safeio \ renier:xmlrpc:ce4a1a486c03:renier_xmlrpc/vendor/github.com/renier/xmlrpc \ ryanuber:columnize:v2.1.0:ryanuber_columnize/vendor/github.com/ryanuber/columnize \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ samuel:go-zookeeper:2cc03de413da:samuel_go_zookeeper/vendor/github.com/samuel/go-zookeeper \ sasha-s:go-deadlock:v0.2.0:sasha_s_go_deadlock/vendor/github.com/sasha-s/go-deadlock \ sethvargo:go-limiter:v0.3.0:sethvargo_go_limiter/vendor/github.com/sethvargo/go-limiter \ shirou:gopsutil:v3.21.5:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ snowflakedb:gosnowflake:v1.6.1:snowflakedb_gosnowflake/vendor/github.com/snowflakedb/gosnowflake \ softlayer:softlayer-go:260589d94c7d:softlayer_softlayer_go/vendor/github.com/softlayer/softlayer-go \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ svanharmelen:jsonapi:0c0828c3f16d:svanharmelen_jsonapi/vendor/github.com/svanharmelen/jsonapi \ tencentcloud:tencentcloud-sdk-go:v1.0.162:tencentcloud_tencentcloud_sdk_go/vendor/github.com/tencentcloud/tencentcloud-sdk-go \ tidwall:pretty:v1.0.1:tidwall_pretty/vendor/github.com/tidwall/pretty \ tklauser:go-sysconf:v0.3.6:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.2.2:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ tv42:httpunix:b75d8614f926:tv42_httpunix/vendor/github.com/tv42/httpunix \ uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:goleak:v1.1.10:uber_go_goleak/vendor/go.uber.org/goleak \ uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.14.1:uber_go_zap/vendor/go.uber.org/zap \ ulikunitz:xz:v0.5.7:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ vmware:govmomi:v0.18.0:vmware_govmomi/vendor/github.com/vmware/govmomi \ xdg:scram:7eeb5667e42c:xdg_scram/vendor/github.com/xdg/scram \ xdg:stringprep:v1.0.0:xdg_stringprep/vendor/github.com/xdg/stringprep \ xi2:xz:48954b6210f8:xi2_xz/vendor/github.com/xi2/xz \ yuin:gopher-lua:ee81675732da:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/spanner @${RLN} ${WRKSRC_googleapis_google_cloud_go_spanner}/spanner ${WRKSRC}/vendor/cloud.google.com/go/spanner @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage @${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/auth @${RLN} ${WRKSRC_azure_go_autorest_auth}/autorest/azure/auth ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/auth @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/cli @${RLN} ${WRKSRC_azure_go_autorest_cli}/autorest/azure/cli ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/cli @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date @${RLN} ${WRKSRC_azure_go_autorest_date}/autorest/date ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/validation @${RLN} ${WRKSRC_azure_go_autorest_validation}/autorest/validation ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/validation @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RM} -r ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2/credentials @${RLN} ${WRKSRC_aws_aws_sdk_go_v2_credentials}/credentials ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2/credentials @${RM} -r ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager @${RLN} ${WRKSRC_aws_aws_sdk_go_v2_manager}/feature/s3/manager ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager @${RM} -r ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2/service/s3 @${RLN} ${WRKSRC_aws_aws_sdk_go_v2_s3}/service/s3 ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2/service/s3 @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/go-kms-wrapping/entropy @${RLN} ${WRKSRC_hashicorp_go_kms_wrapping_entropy}/entropy ${WRKSRC}/vendor/github.com/hashicorp/go-kms-wrapping/entropy @${MKDIR} ${WRKSRC}/vendor/github.com/hashicorp/vault/ @${RLN} ${WRKSRC}/api ${WRKSRC}/vendor/github.com/hashicorp/vault/api @${RLN} ${WRKSRC}/sdk ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} COMMIT_ID= aca76f63357041a43b49f3e8c11d67358496959f GO_BUILDFLAGS= -tags=ui \ -ldflags="\ -X github.com/hashicorp/vault/sdk/version.Version=${PORTVERSION} \ -X github.com/hashicorp/vault/sdk/version.VersionPrerelease= \ -X github.com/hashicorp/vault/sdk/version.VersionMetadata= \ -X github.com/hashicorp/vault/sdk/version.GitCommit='${COMMIT_ID}'" VAULTTAG= ${DISTVERSIONPREFIX}${PORTVERSION} VAULTUITAG= ${DISTVERSIONPREFIX}${PORTVERSION} USE_RC_SUBR= vault USERS= vault GROUPS= vault PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message PORTSCOUT= limit:^(v?)[0-9]+\.[0-9]+\.[0-9]+$ post-patch: @${CP} ${WRKDIR}/vaultui-${PORTVERSION}/http/bindata_assetfs.go ${WRKDIR}/vault-${PORTVERSION}/http/bindata_assetfs.go .include diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 882b96ea77f5..b4a1e3d1318f 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,251 +1,251 @@ PORTNAME= consul PORTVERSION= 1.12.4 PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Service discovery and configuration made easy WWW= https://www.consul.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp GITID= 945427657 # match upstream binary # BUILDID= jEUiMg_1RMhlbZeyNYjV/ijwJGvqKqRf1Lp83NMdl/IgvEGfTeWaZiOZl1A74t/280WzJjHc5prHay9fQQr \ # CGO_ENABLED= 0 # GO_BUILDFLAGS= -ldflags=" \ # -buildid=${BUILDID} -extldflags=-static CONSULUITAG= ${DISTVERSIONPREFIX}${PORTVERSION} GO_BUILDFLAGS= -ldflags=" \ -X github.com/hashicorp/consul/version.GitCommit=${GITID} \ " USE_RC_SUBR= consul PLIST_FILES= bin/consul ETCDIR= ${PREFIX}/etc/${PORTNAME}.d CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DBDIR?= /var/db/${PORTNAME} USERS= ${CONSUL_USER} GROUPS= ${CONSUL_GROUP} SUB_LIST= CONSUL_DBDIR=${CONSUL_DBDIR} \ GROUP=${CONSUL_GROUP} \ USER=${CONSUL_USER} GH_TUPLE= \ swills:consului:${CONSULUITAG}:consului \ Azure:azure-sdk-for-go:v44.0.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ Azure:go-autorest:8ac76a649a39:azure_go_autorest_cli \ Azure:go-autorest:9210cb7ab0b1:azure_go_autorest_auth \ Azure:go-autorest:autorest/v0.11.0:azure_go_autorest_autorest \ Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \ Azure:go-autorest:fe6b9117e507:azure_go_autorest_adal \ Azure:go-autorest:logger/v0.2.0:azure_go_autorest_logger \ Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \ Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ DataDog:datadog-go:v3.2.0:datadog_datadog_go/vendor/github.com/DataDog/datadog-go \ Microsoft:go-winio:v0.4.3:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ NYTimes:gziphandler:v1.0.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ StackExchange:wmi:v1.2.1:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ armon:circbuf:bbbad097214e:armon_circbuf/vendor/github.com/armon/circbuf \ armon:go-metrics:v0.3.10:armon_go_metrics/vendor/github.com/armon/go-metrics \ armon:go-radix:v1.0.0:armon_go_radix/vendor/github.com/armon/go-radix \ aws:aws-sdk-go:v1.42.34:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bgentry:speakeasy:v0.1.0:bgentry_speakeasy/vendor/github.com/bgentry/speakeasy \ boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ census-instrumentation:opencensus-go:v0.22.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ census-instrumentation:opencensus-proto:v0.2.1:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ circonus-labs:circonus-gometrics:v2.3.1:circonus_labs_circonus_gometrics/vendor/github.com/circonus-labs/circonus-gometrics \ circonus-labs:circonusllhist:v0.1.3:circonus_labs_circonusllhist/vendor/github.com/circonus-labs/circonusllhist \ cncf:udpa:5f7e5dd04533:cncf_udpa_go/vendor/github.com/cncf/udpa \ cncf:xds:fbca930ec8ed:cncf_xds_go/vendor/github.com/cncf/xds \ coredns:coredns:v1.1.2:coredns_coredns/vendor/github.com/coredns/coredns \ coreos:go-oidc:v2.1.0:coreos_go_oidc/vendor/github.com/coreos/go-oidc \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ denverdino:aliyungo:d3308649c661:denverdino_aliyungo/vendor/github.com/denverdino/aliyungo \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ digitalocean:godo:v1.10.0:digitalocean_godo/vendor/github.com/digitalocean/godo \ dimchansky:utfbom:v1.1.0:dimchansky_utfbom/vendor/github.com/dimchansky/utfbom \ docker:go-connections:v0.3.0:docker_go_connections/vendor/github.com/docker/go-connections \ elazarl:go-bindata-assetfs:e1a2a7ec64b0:elazarl_go_bindata_assetfs/vendor/github.com/elazarl/go-bindata-assetfs \ envoyproxy:go-control-plane:v0.9.9:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ envoyproxy:protoc-gen-validate:v0.1.0:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.5.1:fsnotify/vendor/github.com/fsnotify/fsnotify \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-resty:resty:v1.12.0:go_resty_resty/vendor/gopkg.in/resty.v1 \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.0:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ golang:lint:16217165b5de:golang_lint/vendor/golang.org/x/lint \ golang:net:491a49abca63:golang_net/vendor/golang.org/x/net \ golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:33da011f77ad:golang_sys/vendor/golang.org/x/sys \ golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ golang:tools:113979e3529a:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ google:go-cmp:v0.5.7:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:24fa4b261c55:google_go_genproto/vendor/google.golang.org/genproto \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gofuzz:v1.2.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:pprof:01bbb1931b22:google_pprof/vendor/github.com/google/pprof \ google:tcpproxy:dfa16c61dad2:google_tcpproxy/vendor/github.com/google/tcpproxy \ googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:gnostic:v0.2.0:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ googleapis:google-api-go-client:v0.9.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:v0.38.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gophercloud:gophercloud:v0.1.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ gotestyourself:gotest.tools:v3.0.3:gotestyourself_gotest_tools/vendor/gotest.tools/v3 \ grpc:grpc-go:v1.29.1:grpc_grpc_go_1/vendor/google.golang.org/grpc \ grpc-ecosystem:go-grpc-middleware:v1.0.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ hashicorp:consul:v1.13.1:hashicorp_consul_api/github.com/hashicorp/consul/api \ hashicorp:consul:sdk/v0.10.0:hashicorp_consul_sdk/github.com/hashicorp/consul/sdk \ hashicorp:consul-net-rpc:3602954411b4:hashicorp_consul_net_rpc/vendor/github.com/hashicorp/consul-net-rpc \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-bexpr:v0.1.2:hashicorp_go_bexpr/vendor/github.com/hashicorp/go-bexpr \ hashicorp:go-checkpoint:v0.5.0:hashicorp_go_checkpoint/vendor/github.com/hashicorp/go-checkpoint \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-connlimit:v0.3.0:hashicorp_go_connlimit/vendor/github.com/hashicorp/go-connlimit \ hashicorp:go-discover:20db45f7f0f9:hashicorp_go_discover/vendor/github.com/hashicorp/go-discover \ hashicorp:go-hclog:v0.14.1:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.3.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-memdb:v1.3.2:hashicorp_go_memdb/vendor/github.com/hashicorp/go-memdb \ hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-raftchunking:v0.6.2:hashicorp_go_raftchunking/vendor/github.com/hashicorp/go-raftchunking \ hashicorp:go-retryablehttp:v0.6.7:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-syslog:v1.0.0:hashicorp_go_syslog/vendor/github.com/hashicorp/go-syslog \ hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:go-version:v1.2.1:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:hil:a18a1cd20038:hashicorp_hil/vendor/github.com/hashicorp/hil \ hashicorp:mdns:v1.0.4:hashicorp_mdns/vendor/github.com/hashicorp/mdns \ hashicorp:memberlist:v0.3.1:hashicorp_memberlist/vendor/github.com/hashicorp/memberlist \ hashicorp:net-rpc-msgpackrpc:a14192a58a69:hashicorp_net_rpc_msgpackrpc/vendor/github.com/hashicorp/net-rpc-msgpackrpc \ hashicorp:raft-autopilot:v0.1.6:hashicorp_raft_autopilot/vendor/github.com/hashicorp/raft-autopilot \ hashicorp:raft-boltdb:v2.2.0:hashicorp_raft_boltdb_v2/vendor/github.com/hashicorp/raft-boltdb \ hashicorp:raft:v1.3.3:hashicorp_raft/vendor/github.com/hashicorp/raft \ hashicorp:serf:v0.9.7:hashicorp_serf/vendor/github.com/hashicorp/serf \ hashicorp:vault:e0cfd64bc267:hashicorp_vault_sdk/vendor/github.com/hashicorp/vault \ hashicorp:vault:f687267c8086:hashicorp_vault_api \ hashicorp:vic:bbfe86ec9443:hashicorp_vic/vendor/github.com/hashicorp/vic \ hashicorp:yamux:26ff87cf9493:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ imdario:mergo:v0.3.6:imdario_mergo/vendor/github.com/imdario/mergo \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ joyent:triton-go:6801d15b779f:joyent_triton_go/vendor/github.com/joyent/triton-go \ json-iterator:go:v1.1.9:json_iterator_go/vendor/github.com/json-iterator/go \ konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ kubernetes-sigs:structured-merge-diff:v3.0.0:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v3 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.18.2:kubernetes_api/vendor/k8s.io/api \ kubernetes:apimachinery:v0.18.2:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v0.18.2:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:klog:v1.0.0:kubernetes_klog/vendor/k8s.io/klog \ kubernetes:utils:a9aa75ae1b89:kubernetes_utils/vendor/k8s.io/utils \ linode:linodego:v0.7.1:linode_linodego/vendor/github.com/linode/linodego \ lufia:plan9stats:39d0f177ccd0:lufia_plan9stats/vendor/github.com/lufia/plan9stats \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.41:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:cli:v1.1.0:mitchellh_cli/vendor/github.com/mitchellh/cli \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.14.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:hashstructure:2bca23e0e452:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ mitchellh:hashstructure:v2.0.2:mitchellh_hashstructure_v2/vendor/github.com/mitchellh/hashstructure/v2 \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:pointerstructure:v1.2.1:mitchellh_pointerstructure/vendor/github.com/mitchellh/pointerstructure \ mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ nicolai86:scaleway-sdk:798f60e20bb2:nicolai86_scaleway_sdk/vendor/github.com/nicolai86/scaleway-sdk \ open-telemetry:opentelemetry-proto-go:v0.7.0:open_telemetry_opentelemetry_proto_go/vendor/go.opentelemetry.io/proto \ packethost:packngo:b9cb5096f54c:packethost_packngo/vendor/github.com/packethost/packngo \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ pierrec:lz4:v2.5.2:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ posener:complete:v1.2.3:posener_complete/vendor/github.com/posener/complete \ pquerna:cachecontrol:1555304b9b35:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ prometheus:client_golang:v1.4.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.9.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \ rboyer:safeio:v0.2.1:rboyer_safeio/vendor/github.com/rboyer/safeio \ renier:xmlrpc:ce4a1a486c03:renier_xmlrpc/vendor/github.com/renier/xmlrpc \ ryanuber:columnize:v2.1.0:ryanuber_columnize/vendor/github.com/ryanuber/columnize \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ sean-:seed:e2103e2c3529:sean__seed/vendor/github.com/sean-/seed \ shirou:gopsutil:v3.21.10:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ softlayer:softlayer-go:260589d94c7d:softlayer_softlayer_go/vendor/github.com/softlayer/softlayer-go \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ stretchr:objx:v0.1.1:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ tencentcloud:tencentcloud-sdk-go:v1.0.162:tencentcloud_tencentcloud_sdk_go/vendor/github.com/tencentcloud/tencentcloud-sdk-go \ tklauser:go-sysconf:v0.3.9:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.3.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ tv42:httpunix:b75d8614f926:tv42_httpunix/vendor/github.com/tv42/httpunix \ uber-go:goleak:v1.1.10:uber_go_goleak/vendor/go.uber.org/goleak \ vmware:govmomi:v0.18.0:vmware_govmomi/vendor/github.com/vmware/govmomi post-extract: ${MKDIR} ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME} ${LN} -s ${WRKSRC}/api ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}/api ${LN} -s ${WRKSRC}/sdk ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}/sdk @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/auth @${RLN} ${WRKSRC_azure_go_autorest_auth}/autorest/azure/auth ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/auth @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/cli @${RLN} ${WRKSRC_azure_go_autorest_cli}/autorest/azure/cli ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/azure/cli @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date @${RLN} ${WRKSRC_azure_go_autorest_date}/autorest/date ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/api @${RLN} ${WRKSRC_hashicorp_vault_api}/api ${WRKSRC}/vendor/github.com/hashicorp/vault/api post-patch: @${CP} ${WRKDIR}/consului-${PORTVERSION}/agent/uiserver/bindata_assetfs.go \ ${WRKDIR}/consul-${PORTVERSION}/agent/uiserver/bindata_assetfs.go .include diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 32f59ae61a29..293991c0dbb9 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,39 +1,39 @@ PORTNAME= direnv PORTVERSION= 2.27.0 DISTVERSIONPREFIX= v PORTREVISION= 13 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Environment variable manager for your shell WWW= https://direnv.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash USES= gmake go:modules USE_GITHUB= yes GH_SUBDIR= src/github.com/direnv/direnv MAKE_ENV= GOPATH=${WRKSRC} MAKEFILE= GNUmakefile GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ direnv:go-dotenv:4cce6d1a66f7:direnv_go_dotenv/vendor/github.com/direnv/go-dotenv \ golang:mod:v0.4.0:golang_mod/vendor/golang.org/x/mod \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty PLIST_FILES= bin/direnv \ man/man1/direnv-stdlib.1.gz \ man/man1/direnv.1.gz do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/direnv \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/direnv.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/direnv-stdlib.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index 040462990cd2..07521e1fa5bc 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -1,83 +1,83 @@ PORTNAME= envconsul PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v PORTREVISION= 13 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Populate values from Consul into a process environment WWW= https://github.com/hashicorp/envconsul LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= hashicorp:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT/src/github.com/hashicorp/${PORTNAME} \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ armon:go-metrics:ec5e00d3c878:armon_go_metrics/vendor/github.com/armon/go-metrics \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:4def268fd1a4:golang_crypto/vendor/golang.org/x/crypto \ golang:net:ca1201d0de80:golang_net/vendor/golang.org/x/net \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:time:9d24e82272b4:golang_time/vendor/golang.org/x/time \ hashicorp:consul-template:v0.25.1:hashicorp_consul_template/vendor/github.com/hashicorp/consul-template \ hashicorp:consul:api/v1.4.0:hashicorp_consul_api/vendor/github.com/hashicorp/consul_api \ hashicorp:consul:sdk/v0.4.0:hashicorp_consul_sdk/vendor/github.com/hashicorp/consul_sdk \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-gatedio:v0.5.0:hashicorp_go_gatedio/vendor/github.com/hashicorp/go-gatedio \ hashicorp:go-hclog:v0.12.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.1.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.5.4:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-syslog:v1.0.0:hashicorp_go_syslog/vendor/github.com/hashicorp/go-syslog \ hashicorp:golang-lru:v0.5.3:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \ hashicorp:serf:v0.8.3:hashicorp_serf/vendor/github.com/hashicorp/serf \ hashicorp:vault:0dc007d98cc8:hashicorp_vault_sdk/vendor/github.com/hashicorp/vault \ hashicorp:vault:746c0b111519:hashicorp_vault_api \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-shellwords:v1.0.5:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pierrec:lz4:v2.2.5:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 PLIST_FILES= bin/envconsul OPTIONS_DEFINE= DOCS PORTDOCS= README.md GHTAG= 9f66f6c5 GO_BUILDFLAGS= -ldflags='\ -s -w \ -X github.com/hashicorp/envconsul/version.Name=${PORTNAME} \ -X github.com/hashicorp/envconsul/version.GitCommit=${GHTAG}' post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/api @${RLN} ${WRKSRC_hashicorp_vault_api}/api ${WRKSRC}/vendor/github.com/hashicorp/vault/api @${MKDIR} ${WRKSRC}/vendor/github.com/hashicorp/consul @${RLN} ${WRKSRC_hashicorp_consul_api}/api ${WRKSRC}/vendor/github.com/hashicorp/consul/api @${RLN} ${WRKSRC_hashicorp_consul_sdk} ${WRKSRC}/vendor/github.com/hashicorp/consul/sdk post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${CP} ${WRKSRC}/src/github.com/hashicorp/envconsul/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index d9a952f74856..85330c977dca 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -1,25 +1,25 @@ PORTNAME= ipfs-go-fs-repo-migrations DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 PORTREVISION= 12 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Migrations for the filesystem repository of ipfs clients WWW= https://github.com/ipfs/fs-repo-migrations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00 ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= go:modules WRKSRC= ${WRKDIR}/fs-repo-migrations-${DISTVERSION} PLIST_FILES= bin/fs-repo-migrations GO_TARGET= :fs-repo-migrations .include diff --git a/sysutils/openseachest/Makefile b/sysutils/openseachest/Makefile index 2e4f8b1faa1c..8386ebb7fb95 100644 --- a/sysutils/openseachest/Makefile +++ b/sysutils/openseachest/Makefile @@ -1,46 +1,46 @@ PORTNAME= openseachest PORTVERSION= 21.06.21 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Utilities for managing storage devices WWW= https://github.com/Seagate/openSeaChest LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= dos2unix gmake ALL_TARGET= release DOS2UNIX_FILES= src/openseachest_util_options.c USE_GITHUB= yes GH_ACCOUNT= Seagate GH_PROJECT= openSeaChest GH_TUPLE= Seagate:opensea-common:dc89150:common/opensea-common \ Seagate:opensea-operations:cfd7678:operations/opensea-operations \ Seagate:opensea-transport:a2ea73c:transport/opensea-transport \ Seagate:wingetopt:1b5b5ad:wingetopt/wingetopt BUILD_WRKSRC= ${WRKSRC}/Make/gcc INSTALL_WRKSRC= ${WRKSRC}/Make/gcc CFLAGS+= -Wall -c -std=gnu99 MAKE_JOBS_UNSAFE= yes EXES= openSeaChest_Basics openSeaChest_Configure openSeaChest_Erase \ openSeaChest_Firmware openSeaChest_FormatUnit \ openSeaChest_GenericTests openSeaChest_Info openSeaChest_Logs \ openSeaChest_NVMe openSeaChest_PassthroughTest \ openSeaChest_PowerControl openSeaChest_Security \ openSeaChest_SMART openSeaChest_ZBD .for file in ${EXES} PLIST_FILES+= bin/${file} .endfor .include do-install: .for exefile in ${EXES} ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/openseachest_exes/${exefile} ${STAGEDIR}${PREFIX}/bin/ .endfor .include diff --git a/sysutils/p5-BSD-Process/Makefile b/sysutils/p5-BSD-Process/Makefile index 3f1be61cc854..7aa05476b7a4 100644 --- a/sysutils/p5-BSD-Process/Makefile +++ b/sysutils/p5-BSD-Process/Makefile @@ -1,25 +1,25 @@ PORTNAME= BSD-Process PORTVERSION= 0.07 PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DLAND PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Information about running processes on BSD platforms WWW= https://metacpan.org/release/BSD-Process BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= eg/* post-install: .for script in procinfo showprocattr topten @${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${STAGEDIR}${PREFIX}/bin .endfor .include diff --git a/sysutils/py-psutil121/Makefile b/sysutils/py-psutil121/Makefile index 823a03be6c1c..89ea83513c3f 100644 --- a/sysutils/py-psutil121/Makefile +++ b/sysutils/py-psutil121/Makefile @@ -1,22 +1,22 @@ PORTNAME= psutil PORTVERSION= 1.2.1 PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 121 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Process utilities module for Python WWW= https://pypi.org/project/psutil/ LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil PORTSCOUT= limit:^1\.2\. USES= python:3.6+ USE_PYTHON= distutils autoplist .include diff --git a/sysutils/serf/Makefile b/sysutils/serf/Makefile index 5cbd2cfb0197..a9e2dc0bed81 100644 --- a/sysutils/serf/Makefile +++ b/sysutils/serf/Makefile @@ -1,38 +1,38 @@ PORTNAME= serf PORTVERSION= 0.10.1 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= hashicorp- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Service discovery and configuration made easy WWW= https://serfdom.io/ LICENSE= MPL20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_TUPLE= golang:net:v0.8.0:net \ golang:sys:v0.6.0:sys GO_MODULE= github.com/hashicorp/serf GO_TARGET= ./cmd/${PORTNAME} USE_RC_SUBR= serf USERS= serf GROUPS= serf PLIST_FILES= bin/serf pre-patch: .for m in net sys ${RM} -r ${WRKSRC}/vendor/golang.org/x/$m ${LN} -s ${WRKDIR}/$m-* ${WRKSRC}/vendor/golang.org/x/$m .endfor ${RM} ${WRKSRC}/vendor/modules.txt .include diff --git a/sysutils/tarsnap-gui/Makefile b/sysutils/tarsnap-gui/Makefile index 95f782a5bb79..bbd93c18066f 100644 --- a/sysutils/tarsnap-gui/Makefile +++ b/sysutils/tarsnap-gui/Makefile @@ -1,23 +1,23 @@ PORTNAME= tarsnap-gui PORTVERSION= 1.0.2 PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Cross platform GUI for the Tarsnap command line client WWW= https://github.com/Tarsnap/tarsnap-gui/wiki USE_GITHUB= yes GH_ACCOUNT= Tarsnap USES= compiler:c++11-lib gl qmake qt:5 USE_QT= buildtools:build core gui network qmake:build sql sql-sqlite3 widgets USE_GL= gl PLIST_FILES= bin/tarsnap-gui do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tarsnap-gui ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/tmate-ssh-server/Makefile b/sysutils/tmate-ssh-server/Makefile index 98c85302abcd..177503b2ae74 100644 --- a/sysutils/tmate-ssh-server/Makefile +++ b/sysutils/tmate-ssh-server/Makefile @@ -1,28 +1,28 @@ PORTNAME= tmate-ssh-server PORTVERSION= g2020071601 PORTEPOCH= 1 PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Instant terminal sharing server WWW= https://tmate.io/ LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack-c \ libssh.so:security/libssh USES= autoreconf compiler:c11 ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= tmate-io GH_TAGNAME= 97d2024 GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate-ssh-server PORTSCOUT= skipv:2.3.0 .include diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index e139e619f035..1028030a4bb3 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -1,24 +1,24 @@ PORTNAME= tmate PORTVERSION= 2.4.0 PORTREVISION= 2 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Instant terminal sharing WWW= https://tmate.io/ LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack-c \ libssh.so:security/libssh USES= autoreconf compiler:c11 ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= tmate-io GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate man/man1/tmate.1.gz .include diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 2b5e723314d3..ca9da212aabd 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,96 +1,96 @@ PORTNAME= consul-template PORTVERSION= 0.29.4 PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Generic template rendering and notifications with Consul WWW= https://github.com/hashicorp/consul-template LICENSE= MPL20 USES= go:modules USE_GITHUB= yes GH_TUPLE= hashicorp:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT/src/github.com/hashicorp/consul-template \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ armon:go-metrics:v0.3.9:armon_go_metrics/vendor/github.com/armon/go-metrics \ armon:go-radix:v1.0.0:armon_go_radix/vendor/github.com/armon/go-radix \ cenkalti:backoff:v3.0.0:cenkalti_backoff/vendor/github.com/cenkalti/backoff/v3 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:05595931fe9d:golang_crypto/vendor/golang.org/x/crypto \ golang:net:e18ecbb05110:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.2:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ google:go-genproto:cb27e3aa2013:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ grpc:grpc-go:v1.41.0:grpc_grpc_go/vendor/google.golang.org/grpc \ huandu:xstrings:v1.2.0:huandu_xstrings/vendor/github.com/huandu/xstrings \ hashicorp:consul:v0.4.1:hashicorp_consul_sdk/vendor/github.com/hashicorp/consul/sdk \ hashicorp:consul:api/v1.4.0:hashicorp_consul_api/vendor/github.com/hashicorp/consul \ hashicorp:cronexpr:v1.1.1:hashicorp_cronexpr/vendor/github.com/hashicorp/cronexpr \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-gatedio:v0.5.0:hashicorp_go_gatedio/vendor/github.com/hashicorp/go-gatedio \ hashicorp:go-hclog:v1.0.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.3.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.6.7:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-plugin:v1.4.3:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ hashicorp:go-secure-stdlib:strutil/v0.1.1:hashicorp_go_secure_stdlib_strutil/vendor/github.com/hashicorp/go-secure-stdlib \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-syslog:v1.0.0:hashicorp_go_syslog/vendor/github.com/hashicorp/go-syslog \ hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \ hashicorp:nomad:2eba643965c4:hashicorp_nomad/vendor/github.com/hashicorp/nomad \ hashicorp:serf:v0.9.4:hashicorp_serf/vendor/github.com/hashicorp/serf \ hashicorp:vault:sdk/v0.3.0:hashicorp_vault_sdk/vendor/github.com/hashicorp/vault \ hashicorp:vault:api/v1.3.0:hashicorp_vault_api \ hashicorp:vault:api/auth/kubernetes/v0.1.0:hashicorp_vault_api_auth_kubernetes/vendor/github.com/hashicorp/vault/api/auth/kubernetes \ hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-shellwords:v1.0.10:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ mitchellh:mapstructure:v1.4.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ pierrec:lz4:v2.5.2:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ stretchr:testify:v1.7.1:stretchr_testify/vendor/github.com/stretchr/testify \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic USE_RC_SUBR= consul-template GO_BUILDFLAGS= -ldflags='\ -s -w -X github.com/hashicorp/consul-template/version.Name=${PORTNAME} \ -X github.com/hashicorp/consul-template/version.GitCommit=release' PLIST_FILES= bin/consul-template post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/api @${RLN} ${WRKSRC_hashicorp_vault_api}/api ${WRKSRC}/vendor/github.com/hashicorp/vault/api .include diff --git a/textproc/docbookrx/Makefile b/textproc/docbookrx/Makefile index 2f35db178ead..a4649aa460e2 100644 --- a/textproc/docbookrx/Makefile +++ b/textproc/docbookrx/Makefile @@ -1,74 +1,74 @@ PORTNAME= docbookrx DISTVERSION= 1.0.0.dev CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= DocBook to AsciiDoc converter WWW= https://github.com/asciidoctor/docbookrx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/rake:devel/rubygem-rake \ gem:devel/ruby-gems \ rubygem-bundler>=1.16:sysutils/rubygem-bundler \ rubygem-rspec>=1.2.2:devel/rubygem-rspec RUN_DEPENDS= rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri USES= ruby USE_GITHUB= yes OPTIONS_DEFINE= DOCS GH_ACCOUNT= allanjude GH_PROJECT= docbookrx GH_TAGNAME= 06cae39 GEM_ENV+= RB_USER_INSTALL=yes USE_LOCALE?= en_US.UTF-8 GEM_ENV+= LANG=${USE_LOCALE} LC_ALL=${USE_LOCALE} RUBYGEM_ARGS= -l --no-update-sources --ignore-dependencies \ --install-dir ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER} \ --bindir=${STAGEDIR}${PREFIX}/bin RUBYGEMBIN= ${LOCALBASE}/bin/gem GEMS_BASE_DIR= lib/ruby/gems/${RUBY_VER} GEMS_DIR= ${GEMS_BASE_DIR}/gems DOC_DIR= ${GEMS_BASE_DIR}/doc CACHE_DIR= ${GEMS_BASE_DIR}/cache EXT_DIR= ${GEMS_BASE_DIR}/extensions GEM_LIB_DIR?= ${GEMS_DIR}/${PORTNAME}-${DISTVERSION} .include .if ${PORT_OPTIONS:MDOCS} RUBYGEM_ARGS+= --document rdoc,ri .else RUBYGEM_ARGS+= --no-document .endif do-build: cd ${BUILD_WRKSRC} && ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} build --force ${PORTNAME}.gemspec do-install: cd ${INSTALL_WRKSRC} && ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install ${RUBYGEM_ARGS} ${PORTNAME}-${DISTVERSION}.gem -- ${CONFIGURE_ARGS} ${RM} -r ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/build_info ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f -name '*.so' -exec ${STRIP_CMD} {} + ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f \( -name mkmf.log -or -name gem_make.out \) -delete ${RM} -r ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/extensions \ ${STAGEDIR}${PREFIX}/${CACHE_DIR} 2> /dev/null || ${TRUE} ${RMDIR} ${STAGEDIR}${PREFIX}/${EXT_DIR} 2> /dev/null || ${TRUE} ${ECHO} bin/docbookrx >> ${TMPPLIST} ${ECHO} ${GEMS_BASE_DIR}/specifications/${PORTNAME}-${DISTVERSION}.gemspec >> ${TMPPLIST} .if ${PORT_OPTIONS:MDOCS} ${FIND} -ds ${STAGEDIR}${PREFIX}/${DOC_DIR} -type f -print | ${SED} -E -e \ 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} .endif ${FIND} -ds ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR} -type f -print | ${SED} -E -e \ 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} @if [ -d ${STAGEDIR}${PREFIX}/${EXT_DIR} ]; then \ ${FIND} -ds ${STAGEDIR}${PREFIX}/${EXT_DIR} -type f -print | ${SED} -E -e \ 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} ; \ fi .include diff --git a/textproc/fist/Makefile b/textproc/fist/Makefile index b7b8cae9da5a..ab6fa882a7f5 100644 --- a/textproc/fist/Makefile +++ b/textproc/fist/Makefile @@ -1,13 +1,13 @@ PORTNAME= fist PORTVERSION= 4.0 CATEGORIES= textproc MASTER_SITES= https://www.fourmilab.ch/fist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Emphatic message generator WWW= https://www.fourmilab.ch/fist/ GNU_CONFIGURE= yes PLIST_FILES= bin/fist man/man1/fist.1.gz .include diff --git a/textproc/jo/Makefile b/textproc/jo/Makefile index 7cf0bd77801d..ebaa6b0500e4 100644 --- a/textproc/jo/Makefile +++ b/textproc/jo/Makefile @@ -1,20 +1,20 @@ PORTNAME= jo PORTVERSION= 1.6 CATEGORIES= textproc MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Small utility to create JSON objects WWW= https://github.com/jpmens/jo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PLIST_FILES= bin/jo \ etc/bash_completion.d/jo.bash \ man/man1/jo.1.gz \ share/zsh/site-functions/_jo .include diff --git a/textproc/py-asciinema/Makefile b/textproc/py-asciinema/Makefile index f5548a2b8898..541b95fd9380 100644 --- a/textproc/py-asciinema/Makefile +++ b/textproc/py-asciinema/Makefile @@ -1,20 +1,20 @@ PORTNAME= asciinema PORTVERSION= 2.0.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for recording and sharing terminal sessions WWW= https://asciinema.org/ LICENSE= GPLv3+ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= python:3.3+ USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= cowrie # bin/asciinema .include diff --git a/textproc/py-sphinx-argparse/Makefile b/textproc/py-sphinx-argparse/Makefile index 56b935004a63..e77d60a9aaf6 100644 --- a/textproc/py-sphinx-argparse/Makefile +++ b/textproc/py-sphinx-argparse/Makefile @@ -1,20 +1,20 @@ PORTNAME= sphinx-argparse PORTVERSION= 0.2.5 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Sphinx extension that automatically documents argparse WWW= https://github.com/ribozz/sphinx-argparse LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/textproc/py-sphinx_press_theme/Makefile b/textproc/py-sphinx_press_theme/Makefile index 9ed8ca188843..a1dc7f106be2 100644 --- a/textproc/py-sphinx_press_theme/Makefile +++ b/textproc/py-sphinx_press_theme/Makefile @@ -1,17 +1,17 @@ PORTNAME= sphinx_press_theme PORTVERSION= 0.5.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Them for py-sphinx based on VuePress WWW= https://schettino72.github.io/sphinx_press_site/ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} NO_ARCH= yes USES= python:3.7+ USE_PYTHON= autoplist distutils .include diff --git a/textproc/spiff/Makefile b/textproc/spiff/Makefile index 6e12b4fa9534..e51aa7cd3c5f 100644 --- a/textproc/spiff/Makefile +++ b/textproc/spiff/Makefile @@ -1,31 +1,31 @@ PORTNAME= spiff PORTVERSION= 1.0.8 DISTVERSIONPREFIX= v PORTREVISION= 13 CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Declarative YAML templating system tuned for BOSH deployment manifests WWW= https://github.com/cloudfoundry-incubator/spiff USES= go USE_GITHUB= yes GH_ACCOUNT= cloudfoundry-incubator GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/spiff PORTDOCS= LICENSE README.md examples/cf-aws.yml \ examples/multi-az-cf-aws.yml examples/tutorial.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${STAGEDIR}${DOCSDIR} .include diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile index 345931b0969d..db0aaf4e9a31 100644 --- a/www/gitlab-pages/Makefile +++ b/www/gitlab-pages/Makefile @@ -1,33 +1,33 @@ PORTNAME= gitlab-pages PORTVERSION= 15.9.4 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= www MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/ DISTFILES+= go.mod -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Official GitLab Pages daemon WWW= https://gitlab.com/gitlab-org/gitlab-pages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= gitlab.com/gitlab-org/gitlab-pages USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitlab-pages/-/tags/ GL_COMMIT= 7dc97d597fb95280b4f44cffd19128673e95defb GO_BUILDFLAGS= -ldflags="-X 'main.VERSION=${PORTVERSION}' -X 'main.REVISION=${GL_COMMIT}'" PLIST_FILES= bin/gitlab-pages USE_RC_SUBR= gitlab_pages USERS= gitlab-pages GROUPS= gitlab-pages .include diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile index 7f5c89407612..8e17cf8ad30d 100644 --- a/www/mattermost-server/Makefile +++ b/www/mattermost-server/Makefile @@ -1,51 +1,51 @@ PORTNAME= mattermost-server PORTVERSION= 7.9.1 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Open source Slack-alternative in Golang and React WWW= https://mattermost.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mattermost-webapp>=${PORTVERSION}:www/mattermost-webapp USES= go:modules USE_GITHUB= yes GH_ACCOUNT= mattermost USE_RC_SUBR= mattermostd GO_MODULE= github.com/mattermost/mattermost-server GO_TARGET= ./cmd/mattermost ./scripts/config_generator GO_BUILDFLAGS= -ldflags="-X github.com/mattermost/mattermost-server/v6/model.BuildNumber=${PORTVERSION}" WWWDIR= ${PREFIX}/www/mattermost MATTERMOSTD_USER= mattermost MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} post-extract: @${RM} ${WRKSRC}/vendor/modules.txt post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mattermost ${STAGEDIR}${PREFIX}/bin/mattermostd ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mattermost ${SETENV} OUTPUT_CONFIG=${WRKSRC}/config/default.json ${WRKDIR}/bin/config_generator ${INSTALL_DATA} ${WRKSRC}/config/default.json ${STAGEDIR}${PREFIX}/etc/mattermost/config.json.sample ${RM} ${STAGEDIR}${PREFIX}/bin/config_generator ${MKDIR} ${STAGEDIR}${WWWDIR}/templates cd ${GO_WRKSRC} && ${COPYTREE_SHARE} 'fonts i18n' ${STAGEDIR}${WWWDIR} cd ${GO_WRKSRC}/templates && ${CP} *.html *.js ${STAGEDIR}${WWWDIR}/templates .include diff --git a/www/mattermost-webapp/Makefile b/www/mattermost-webapp/Makefile index dbb3ef1f2552..ed48f660be00 100644 --- a/www/mattermost-webapp/Makefile +++ b/www/mattermost-webapp/Makefile @@ -1,32 +1,32 @@ PORTNAME= mattermost-webapp PORTVERSION= 7.9.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://releases.mattermost.com/${PORTVERSION}/ DISTNAME= mattermost-${PORTVERSION}-linux-amd64 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Webapp of Mattermost server WWW= https://mattermost.org/ LICENSE= APACHE20 WWWDIR= ${PREFIX}/www/mattermost NO_ARCH= yes NO_BUILD= yes MATTERMOSTD_USER= mattermost MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} PLIST_SUB= MATTERMOSTD_USER=${MATTERMOSTD_USER} \ MATTERMOSTD_GROUP=${MATTERMOSTD_GROUP} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKDIR}/mattermost && ${COPYTREE_SHARE} client ${STAGEDIR}${WWWDIR} ${MKDIR} ${STAGEDIR}${WWWDIR}/client/plugins .include diff --git a/www/minio/Makefile b/www/minio/Makefile index 48016a89bcac..df7dc74af60c 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,40 +1,40 @@ PORTNAME= minio PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} PORTREVISION= 1 CATEGORIES= www DIST_SUBDIR= minio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Amazon S3 compatible object storage server WWW= https://minio.io/ LICENSE= APACHE20 USES= compiler cpe go:modules GH_TAGNAME= RELEASE.2023-03-22T06-36-24Z COMMIT_ID= 035791669eb43f90bc38cd68f3dc87f65d622993 GO_MODULE= github.com/minio/minio@v0.0.0-20230322063624-035791669eb4 GO_BUILDFLAGS= -ldflags=' \ -X github.com/minio/minio/cmd.Version=${GH_TAGNAME:C/RELEASE\.//:C|(..)-(..)-(..)Z|\1:\2:\3Z|} \ -X github.com/minio/minio/cmd.ReleaseTag=${GH_TAGNAME} \ -X github.com/minio/minio/cmd.CommitID=${COMMIT_ID} \ -X github.com/minio/minio/cmd.ShortCommitID=${COMMIT_ID:C|(............).*|\1|} \ -X github.com/minio/minio/cmd.GOPATH=${WRKSRC} ${STRIP} -w' PLIST_FILES= bin/${PORTNAME} USE_RC_SUBR= ${PORTNAME} MINIO_USER?= ${PORTNAME} MINIO_GROUP?= ${PORTNAME} MINIO_DBDIR?= /var/db/${PORTNAME} USERS= ${MINIO_USER} GROUPS= ${MINIO_GROUP} SUB_LIST= DBDIR=${MINIO_DBDIR} \ GROUP="${GROUPS}" \ USER="${USERS}" .include diff --git a/x11-fonts/powerline-fonts/Makefile b/x11-fonts/powerline-fonts/Makefile index b4571756069f..a03853764e55 100644 --- a/x11-fonts/powerline-fonts/Makefile +++ b/x11-fonts/powerline-fonts/Makefile @@ -1,66 +1,66 @@ PORTNAME= powerline-fonts PORTVERSION= 0.0.0.2020.08.28 CATEGORIES= x11-fonts -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Fixed width sans fonts for use with powerline WWW= https://github.com/powerline/fonts USES= fonts USE_GITHUB= yes GH_ACCOUNT= powerline GH_PROJECT= fonts GH_TAGNAME= e80e3eb NO_ARCH= yes NO_BUILD= yes TTF_FONTS= 3270 AnonymousPro Arimo Cousine DejaVuSansMono \ DroidSansMonoDotted DroidSansMonoSlashed GoMono Hack \ Inconsolata LiberationMono Meslo\ Dotted Meslo\ Slashed Monofur \ NotoMono NovaMono ProFont RobotoMono SpaceMono SymbolNeu Tinos \ UbuntuMono OTF_FONTS= DroidSansMono FiraMono Inconsolata Inconsolata-g InconsolataDz \ SourceCodePro PCF_FONTS= Terminus DOCDIRS= 3270 AnonymousPro Arimo Cousine DejaVuSansMono DroidSansMono \ DroidSansMonoDotted DroidSansMonoSlashed FiraMono GoMono Hack \ Inconsolata Inconsolata-g InconsolataDz InputMono \ LiberationMono Meslo\ Dotted Meslo\ Slashed NotoMono NovaMono \ ProFont RobotoMono SourceCodePro SpaceMono SymbolNeu Terminus \ Tinos UbuntuMono LICDIRS= AnonymousPro Arimo Cousine DejaVuSansMono DroidSansMono \ DroidSansMonoDotted DroidSansMonoSlashed FiraMono Hack \ Inconsolata Inconsolata-g InconsolataDz LiberationMono \ Meslo\ Dotted Meslo\ Slashed Monofur NovaMono RobotoMono \ SourceCodePro SpaceMono SymbolNeu Terminus Tinos SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for dir in ${DOCDIRS} ${CP} ${WRKSRC}/${dir}/README.rst ${STAGEDIR}${DOCSDIR}/README_${dir}.rst .endfor .for dir in ${LICDIRS} ${CP} ${WRKSRC}/${dir}/LICENSE.txt ${STAGEDIR}${DOCSDIR}/LICENSE_${dir}.txt .endfor ${CP} ${WRKSRC}/NotoMono/LICENSE_OFL.txt ${STAGEDIR}${DOCSDIR}/LICENSE_NotoMono_OFL.txt ${CP} ${WRKSRC}/ProFont/LICENSE ${STAGEDIR}${DOCSDIR}/LICENSE_ProFont.txt do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for font in ${OTF_FONTS} ${INSTALL_DATA} ${WRKSRC}/${font}/*.otf ${STAGEDIR}${FONTSDIR} .endfor .for font in ${TTF_FONTS} ${INSTALL_DATA} ${WRKSRC}/${font}/*.ttf ${STAGEDIR}${FONTSDIR} .endfor .for font in ${PCF_FONTS} ${INSTALL_DATA} ${WRKSRC}/${font}/PCF/*.pcf.gz ${STAGEDIR}${FONTSDIR} .endfor .include diff --git a/x11/py-pyscreenshot/Makefile b/x11/py-pyscreenshot/Makefile index ea1f4676a07b..4d0fdcee2769 100644 --- a/x11/py-pyscreenshot/Makefile +++ b/x11/py-pyscreenshot/Makefile @@ -1,24 +1,24 @@ PORTNAME= pyscreenshot PORTVERSION= 0.5.1 PORTREVISION= 2 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} #DISTNAME= PyVirtualDisplay-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python module for taking screenshots WWW= https://github.com/ponty/pyscreenshot LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ ${PY_PILLOW} USES= magick:6,run python:3.6+ NO_ARCH= yes USE_PYTHON= autoplist distutils .include diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile index a408e0f3c206..f075c017faf4 100644 --- a/x11/radare-cutter/Makefile +++ b/x11/radare-cutter/Makefile @@ -1,42 +1,42 @@ PORTNAME= radare-cutter PORTVERSION= 0.1.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= GUI for radare2 reverse engineering framework WWW= https://github.com/radareorg/cutter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libcapstone.so:devel/capstone4 \ libr_bin.so:devel/radare2 USES= cmake gl pkgconfig python:3.4+ qmake:outsource qt:5 LDFLAGS+= -lexecinfo USE_GITHUB= yes GH_ACCOUNT= radareorg GH_PROJECT= r2cutter GH_TUPLE= radareorg:cutter-translations:8e1d24b:translations/translations USE_QT= core declarative gui linguist location network printsupport svg \ webchannel widgets buildtools:build USE_GL= gl WRKSRC_SUBDIR= src CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 USE_QT+= webengine .endif post-patch: @${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro .include