Index: head/audio/lsp-plugins-lv2/Makefile =================================================================== --- head/audio/lsp-plugins-lv2/Makefile (revision 566597) +++ head/audio/lsp-plugins-lv2/Makefile (revision 566598) @@ -1,61 +1,58 @@ # $FreeBSD$ PORTNAME= lsp-plugins DISTVERSION= 1.1.29 CATEGORIES= audio PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of free LV2 plugins LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= assembly only for these architectures BROKEN_i386= error: inline assembly requires more registers than available BUILD_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \ lv2>0:audio/lv2 LIB_DEPENDS= libsndfile.so:audio/libsndfile USES= gmake gl gnome iconv:wchar_t pkgconfig xorg # compiler:c11 USE_GITHUB= yes GH_ACCOUNT= sadko4u USE_GNOME= cairo USE_XORG= x11 USE_GL= gl -USE_GITHUB= yes -GH_ACCOUNT= sadko4u - BINARY_ALIAS= g++=${CXX} c++=${CXX} MAKE_ARGS= BUILD_MODULES='lv2' ETC_PATH=${PREFIX}/etc VERSION=${DISTVERSION} # clang-8, 9, 10 crash: fatal error: error in backend: Cannot select: 0x805afb270: v4f32 = fp_extend 0x805afbc98 LLVM_VERSION= 11 CPP= clang-cpp${LLVM_VERSION} CC= clang${LLVM_VERSION} CXX= clang++${LLVM_VERSION} OPTIONS_DEFINE= JACK OPTIONS_DEFAULT= JACK OPTIONS_SUB= yes JACK_MAKE_ARGS= BUILD_MODULES+='jack' JACK_LIB_DEPENDS= libjack.so:audio/jack post-patch: # FreeBSD does not have exp10(3), use pow(3) instead @${GREP} -lR "exp10(" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|exp10(|pow(10.,|' @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||' post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/lsp-plugins.lv2/lsp-*.so post-install-JACK-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lsp-* ${STAGEDIR}${PREFIX}/lib/lsp-plugins/lsp-*.so .include Index: head/audio/pulseaudio-module-xrdp/Makefile =================================================================== --- head/audio/pulseaudio-module-xrdp/Makefile (revision 566597) +++ head/audio/pulseaudio-module-xrdp/Makefile (revision 566598) @@ -1,40 +1,40 @@ # $FreeBSD$ PORTNAME= pulseaudio-module-xrdp DISTVERSIONPREFIX= v DISTVERSION= 0.5 CATEGORIES= audio DIST_SUBDIR= xrdp PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ MAINTAINER= meta@FreeBSD.org COMMENT= PulseAudio module which enables xrdp to use audio redirection LICENSE= LGPL21 -LICNSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= autoreconf:build compiler:c11 libtool localbase pkgconfig USE_GITHUB= yes GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= pulseaudio-module-xrdp PLIST_FILES= `${PULSE_MODDIR}`/module-xrdp-sink.so \ `${PULSE_MODDIR}`/module-xrdp-source.so CONFIGURE_ARGS= PULSE_DIR=${WRKDIR}/pulseaudio-`${PULSE_VERSION}` PULSE_VERSION= pkg-config --modversion libpulse PULSE_MODDIR= pkg-config --variable=modlibexecdir libpulse PULSE_WRKSRC= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VWRKSRC pre-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap @${CP} -r "`${PULSE_WRKSRC}`" ${WRKDIR} .include Index: head/audio/strawberry/Makefile =================================================================== --- head/audio/strawberry/Makefile (revision 566597) +++ head/audio/strawberry/Makefile (revision 566598) @@ -1,95 +1,94 @@ # $FreeBSD$ PORTNAME= strawberry DISTVERSION= 0.8.5 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \ https://files.jkvinge.net/packages/strawberry/ MAINTAINER= menelkir@itroll.org COMMENT= Fork of clementine with many features LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs LIB_DEPENDS= libgnutls.so:security/gnutls \ libprotobuf.so:devel/protobuf \ libtag.so:audio/taglib TEST_DEPENDS= googletest>=0:devel/googletest USES= compiler:c++11-lang cmake desktop-file-utils gnome \ gettext-runtime gettext-tools iconv pkgconfig \ qt:5 sqlite pkgconfig tar:xz xorg USE_GNOME= glib20 USE_GSTREAMER1= yes USE_QT= buildtools_build concurrent core dbus gui network \ linguisttools qmake_build sql testlib_build widgets x11extras USE_XORG= ice sm x11 xcb xext INSTALLS_ICONS= yes CMAKE_ARGS= -DUSE_SYSTEM_TAGLIB=ON -DENABLE_UDISKS2=OFF \ -DENABLE_GSTREAMER:BOOL=true \ -DENABLE_TRANSLATIONS:BOOL=true TEST_TARGET= strawberry_test # NLS is not optional, as of 0.6.11, # src/core/utilities.cpp always includes iconv.h and calls iconv_*(). # GSTREAMER is not optional, as of 0.6.11, disabling it kills the build on # src/core/mainwindow.cpp:229:7: # error: member initializer 'transcode_dialog_' does not name a non-static data member or base class # transcode_dialog_([=]() { OPTIONS_DEFINE= AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \ SUBSONIC TIDAL VLC -APPLEDEV_IMPLIES= IPOD OPTIONS_DEFAULT= PULSEAUDIO MOODBAR OPTIONS_MULTI= SOUND OPTIONS_MULTI_SOUND= ALSA PULSEAUDIO AUDIOCD_DESC= Enable support for Audio CDs IPOD_DESC= Enable support for iPod Classic MOODBAR_DESC= Enable moodbar MTPDEV_DESC= Enable support for Media Transport Protocol MUSICBRAINZ_DESC= Enable tag fetching from MusicBrainz SUBSONIC_DESC= Enable support for Subsonic music streamer TIDAL_DESC= Enable support for TIDAL music service VLC_DESC= Multimedia support via (lib)vlc ALSA_CMAKE_BOOL= ENABLE_ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib AUDIOCD_CMAKE_BOOL= ENABLE_AUDIOCD AUDIOCD_LIB_DEPENDS= libcdio.so:sysutils/libcdio IPOD_CMAKE_BOOL= ENABLE_LIBGPOD IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ libimobiledevice-1.0.so:comms/libimobiledevice \ libplist-2.0.so:devel/libplist MTPDEV_CMAKE_BOOL= ENABLE_LIBMTP MTPDEV_LIB_DEPENDS= libmtp.so:multimedia/libmtp MOODBAR_CMAKE_BOOL= ENABLE_MOODBAR MOODBAR_LIB_DEPENDS= libfftw3.so:math/fftw3 MUSICBRAINZ_CMAKE_BOOL= ENABLE_CHROMAPRINT MUSICBRAINZ_LIB_DEPENDS= libchromaprint.so:audio/chromaprint PULSEAUDIO_CMAKE_BOOL= ENABLE_LIBPULSE PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio SUBSONIC_CMAKE_BOOL= ENABLE_SUBSONIC TIDAL_CMAKE_BOOL= ENABLE_TIDAL VLC_CMAKE_BOOL= ENABLE_VLC VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc .include Index: head/audio/welle.io/Makefile =================================================================== --- head/audio/welle.io/Makefile (revision 566597) +++ head/audio/welle.io/Makefile (revision 566598) @@ -1,54 +1,53 @@ # $FreeBSD$ PORTNAME= welle.io DISTVERSION= 2.2 CATEGORIES= audio hamradio MAINTAINER= nsonack@outlook.com COMMENT= SDR DAB/DAB+ Receiver LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libasound.so:audio/alsa-lib \ libfaad.so:audio/faad \ libmp3lame.so:audio/lame \ libmpg123.so:audio/mpg123 USES= cmake compiler:c++11-lang pkgconfig qt:5 USE_QT= charts core declarative gui multimedia network quickcontrols2 \ widgets buildtools_build qmake_build USE_GITHUB= yes GH_ACCOUNT= AlbrechtL GH_TAGNAME= c39d3420cc30281e03835b3182f34d8617eb7ebf OPTIONS_DEFINE= AIRSPY CLI FFTW RTLSDR SOAPY OPTIONS_DEFAULT= FFTW RTLSDR RTLSDR_DESC= RTL-SDR support AIRSPY_DESC= AirSpy support SOAPY_DESC= SoapySDR support FFTW_DESC= Use FFTW3 instead of KISSFFT CLI_DESC= Build the welle-cli tool -RTLSDR_DEPENDS= rtl-sdr:comms/rtl-sdr RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr RTLSDR_CMAKE_BOOL= RTLSDR FFTW_CMAKE_BOOL_OFF= KISS_FFT FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float FFTW_BUILD_DEPENDS= fftw3>=0:math/fftw3 CLI_CMAKE_BOOL= BUILD_WELLE_CLI CLI_PLIST_FILES= bin/welle-cli \ share/welle-io/html/index.html \ share/welle-io/html/index.js SOAPY_CMAKE_BOOL= SOAPYSDR SOAPY_LIB_DEPENDS= libSoapySDR.so:misc/soapysdr AIRSPY_CMAKE_BOOL= AIRSPY AIRSPY_LIB_DEPENDS= libairspy.so:comms/airspy .include Index: head/comms/uhd/Makefile =================================================================== --- head/comms/uhd/Makefile (revision 566597) +++ head/comms/uhd/Makefile (revision 566598) @@ -1,85 +1,84 @@ # $FreeBSD$ PORTNAME= uhd PORTVERSION= 4.0.0.0 PORTREVISION= 2 CATEGORIES= comms hamradio DIST_SUBDIR= ${PORTNAME} MAINTAINER= mr@FreeBSD.org COMMENT= Ettus Research UHD driver framework # See https://www.ettus.com/sdr-software/licenses/. Dual license # under GPLv3 and and "Alternate License" whose terms are not documented # on the web site (contact info@ettus.com). Mark as GPLv3 for now # until terms of the "Alternate License" are made clear. When that # is understood and if appropriate, we can add that license here. LICENSE= GPLv3 LIB_DEPENDS= ${PY_BOOST} \ libboost_system.so:devel/boost-libs BUILD_DEPENDS= orcc:devel/orc \ cheetah-analyze:devel/py-cheetah3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \ rst2html:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} USES= compiler:c++14-lang cmake ncurses pkgconfig \ dos2unix python:3.6+ shebangfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= EttusResearch GH_TAGNAME= 90ce6062b6b5df2eddeee723777be85108e4e7c7 CONFLICTS= usrp-[0-9]* BROKEN_FreeBSD_12_aarch64= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_12_armv6= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_13_aarch64= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_13_armv6= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_13_armv7= fails to configure: Could not find standard set_new_handler function -USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #CXXFLAGS_amd64= -msse2 -std=c++11 CXXFLAGS_i386= -msse2 LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} LDFLAGS_gcc= -latomic SHEBANG_GLOB= *.py *.py.in CMAKE_ARGS+= -DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes" # for excruciating debug use this -db #CMAKE_ARGS+= --debug-output --trace OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_DEFAULT= DOCS OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN:STRING="ON" DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN:STRING="OFF" -DENABLE_MANUAL:STRING="OFF" do-install: # install host component # hack the install prefix now @${REINPLACE_CMD} -e 's|"${LOCALBASE}"|"${STAGEDIR}${PREFIX}"|g' \ ${CONFIGURE_WRKSRC}/cmake_install.cmake cd ${CONFIGURE_WRKSRC} && ${MAKE_CMD} install #.for subdir in images # ${CP} -Rp ${WRKDIR}/uhd-ef1576780bc927b8611640091b15f3d051cb97ad/share/uhd/${subdir} ${STAGEDIR}${DATADIR} #.endfor post-install: ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/b2xx_fx3_utils ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/usrp_burn_mb_eeprom ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/usrp_burn_db_eeprom ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/query_gpsdo_sensors ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/octoclock_burn_eeprom ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/latency/responder ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/fx2_init_eeprom ${STRIP_CMD} ${STAGEDIR}${DATADIR}/utils/converter_benchmark .include Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 566597) +++ head/databases/Makefile (revision 566598) @@ -1,1039 +1,1039 @@ # $FreeBSD$ # COMMENT = Databases and related software SUBDIR += R-cran-DBI SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RPostgreSQL SUBDIR += R-cran-RSQLite SUBDIR += R-cran-RSQLite.extfuns SUBDIR += R-cran-cachem SUBDIR += R-cran-fastmap SUBDIR += R-cran-sqldf SUBDIR += WWWdb SUBDIR += adabase SUBDIR += adminer SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += apache-commons-dbutils SUBDIR += apq SUBDIR += apq-mysql SUBDIR += apq-odbc SUBDIR += apq-pgsql SUBDIR += arrow SUBDIR += ateam_mysql57_ldap_auth SUBDIR += ateam_mysql_ldap_auth SUBDIR += autobackupmysql SUBDIR += automysqlbackup SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra-cpp-driver SUBDIR += cassandra3 SUBDIR += cassandra4 SUBDIR += casstcl SUBDIR += cayley SUBDIR += cdb SUBDIR += cego SUBDIR += cegobridge SUBDIR += clickhouse SUBDIR += cockroach SUBDIR += couchdb2 SUBDIR += couchdb3 SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql SUBDIR += courier-authlib-sqlite SUBDIR += courier-authlib-userdb SUBDIR += courier-authlib-usergdbm SUBDIR += cppdb SUBDIR += credis SUBDIR += cutelyst-asql SUBDIR += dalmp SUBDIR += db SUBDIR += db18 SUBDIR += db5 SUBDIR += dbf SUBDIR += dbh SUBDIR += dbixx SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview SUBDIR += elixir-calecto SUBDIR += elixir-db_connection SUBDIR += elixir-ecto SUBDIR += elixir-geo SUBDIR += elixir-mariaex SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += erlang-couchbeam SUBDIR += erlang-epgsql SUBDIR += erlang-eredis SUBDIR += erlfdb SUBDIR += evolution-data-server SUBDIR += fastdb SUBDIR += firebird25-client SUBDIR += firebird25-server SUBDIR += fortytwo-bdb SUBDIR += foundationdb SUBDIR += foundationdb-devel SUBDIR += fpc-dblib SUBDIR += fpc-fpindexer SUBDIR += fpc-gdbm SUBDIR += fpc-ibase SUBDIR += fpc-mysql SUBDIR += fpc-odbc SUBDIR += fpc-oracle SUBDIR += fpc-postgres SUBDIR += fpc-pxlib SUBDIR += fpc-sqlite SUBDIR += freetds SUBDIR += freetds-devel SUBDIR += frontbase-jdbc SUBDIR += galera SUBDIR += galera26 SUBDIR += gdbm SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += gnats4 SUBDIR += gnatsweb4 SUBDIR += go-carbon SUBDIR += go-pgweb SUBDIR += gom SUBDIR += gqlplus SUBDIR += grass7 SUBDIR += hashtypes SUBDIR += hbase SUBDIR += hiredis SUBDIR += hsqldb SUBDIR += influxdb SUBDIR += innotop SUBDIR += iowow SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += isql-viewer SUBDIR += jasperreports SUBDIR += jdb SUBDIR += jdbc-oracle11g SUBDIR += jlog SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex SUBDIR += kdb SUBDIR += kexi SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb15 SUBDIR += ldb20 SUBDIR += ldb21 SUBDIR += ldb22 SUBDIR += leo_center SUBDIR += leofs SUBDIR += leveldb SUBDIR += libcouchbase SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle SUBDIR += libdrizzle-redux SUBDIR += libgda5 SUBDIR += libgda5-bdb SUBDIR += libgda5-jdbc SUBDIR += libgda5-ldap SUBDIR += libgda5-mdb SUBDIR += libgda5-mysql SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache SUBDIR += libmemcached SUBDIR += libmongo-client SUBDIR += libmswstr SUBDIR += libnvpair SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libpg_query SUBDIR += libpqtypes SUBDIR += libsdb SUBDIR += libzdb SUBDIR += linux-c7-sqlite3 SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk - SUBDIR += litestream SUBDIR += liquibase + SUBDIR += litestream SUBDIR += lmdb SUBDIR += lua-lsqlite3 SUBDIR += lua-resty-redis SUBDIR += lua-xapian SUBDIR += luadbi SUBDIR += luasql-firebird SUBDIR += luasql-mysql SUBDIR += luasql-odbc SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += mantis SUBDIR += mariadb-connector-c SUBDIR += mariadb-connector-odbc SUBDIR += mariadb103-client SUBDIR += mariadb103-server SUBDIR += mariadb104-client SUBDIR += mariadb104-server SUBDIR += mariadb105-client SUBDIR += mariadb105-server SUBDIR += mdbtools SUBDIR += mdbx SUBDIR += mdcached SUBDIR += memcached SUBDIR += mongodb-tools SUBDIR += mongodb36 SUBDIR += mongodb36-tools SUBDIR += mongodb40 SUBDIR += mongodb40-tools SUBDIR += mongodb42 SUBDIR += mongodb42-tools SUBDIR += mongodb44 SUBDIR += mroonga SUBDIR += mtop SUBDIR += mydumper SUBDIR += mysac SUBDIR += mysql-connector-c SUBDIR += mysql-connector-c++ SUBDIR += mysql-connector-java SUBDIR += mysql-connector-java51 SUBDIR += mysql-connector-odbc SUBDIR += mysql-q4m SUBDIR += mysql-udf SUBDIR += mysql2pgsql SUBDIR += mysql55-client SUBDIR += mysql55-server SUBDIR += mysql56-client SUBDIR += mysql56-server SUBDIR += mysql57-client SUBDIR += mysql57-server SUBDIR += mysql80-client SUBDIR += mysql80-server SUBDIR += mysqlbackup SUBDIR += mysqlbigram SUBDIR += mysqldump-secure SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqlsniffer SUBDIR += mysqltcl SUBDIR += mysqltuner SUBDIR += mysqlwsrep56-server SUBDIR += mysqlwsrep57-server SUBDIR += mytop SUBDIR += nagios-check_mongodb SUBDIR += nagios-check_postgres_replication SUBDIR += nagios-check_redis SUBDIR += namazu2 SUBDIR += neo4j SUBDIR += ocaml-dbm SUBDIR += ocaml-mysql SUBDIR += ocaml-sqlite3 SUBDIR += ods2sql SUBDIR += opendbviewer SUBDIR += opendbx SUBDIR += opentsdb SUBDIR += ora2pg SUBDIR += oracle8-client SUBDIR += p5-Amazon-SimpleDB SUBDIR += p5-Amon2-DBI SUBDIR += p5-AnyEvent-BDB SUBDIR += p5-AnyEvent-CouchDB SUBDIR += p5-AnyEvent-DBD-Pg SUBDIR += p5-AnyEvent-Memcached SUBDIR += p5-AnyEvent-Redis SUBDIR += p5-App-Sqitch SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BDB SUBDIR += p5-BSON SUBDIR += p5-BSON-XS SUBDIR += p5-BerkeleyDB SUBDIR += p5-Bucardo SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-CGI-Session-Driver-memcached SUBDIR += p5-CHI-Driver-Memcached SUBDIR += p5-CHI-Driver-Redis SUBDIR += p5-CHI-Driver-TokyoTyrant SUBDIR += p5-Cache-BDB SUBDIR += p5-Cache-Memcached SUBDIR += p5-Cache-Memcached-Fast SUBDIR += p5-Cache-Memcached-Managed SUBDIR += p5-Cache-Memcached-XS SUBDIR += p5-Cache-Memcached-libmemcached SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-AsForm SUBDIR += p5-Class-DBI-AutoLoader SUBDIR += p5-Class-DBI-BaseDSN SUBDIR += p5-Class-DBI-DATA-Schema SUBDIR += p5-Class-DBI-DDL SUBDIR += p5-Class-DBI-FromCGI SUBDIR += p5-Class-DBI-LazyInflate SUBDIR += p5-Class-DBI-Loader SUBDIR += p5-Class-DBI-Loader-Relationship SUBDIR += p5-Class-DBI-Oracle SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-Pg SUBDIR += p5-Class-DBI-Plugin SUBDIR += p5-Class-DBI-Plugin-AbstractCount SUBDIR += p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR += p5-Class-DBI-Plugin-Iterator SUBDIR += p5-Class-DBI-Plugin-Pager SUBDIR += p5-Class-DBI-Plugin-RetrieveAll SUBDIR += p5-Class-DBI-Plugin-Senna SUBDIR += p5-Class-DBI-Plugin-Type SUBDIR += p5-Class-DBI-Replication SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Class-DBI-SQLite SUBDIR += p5-Class-DBI-Sweet SUBDIR += p5-Class-DBI-ToSax SUBDIR += p5-Class-DBI-Untaint SUBDIR += p5-Class-DBI-mysql SUBDIR += p5-Class-Inflate SUBDIR += p5-CouchDB-View SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP SUBDIR += p5-DBD-MariaDB SUBDIR += p5-DBD-Mock SUBDIR += p5-DBD-Multi SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-SQLite2 SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-cego SUBDIR += p5-DBD-mysql SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker SUBDIR += p5-DBICx-Sugar SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBICx-TxnInsert SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-Admin-CreateTable SUBDIR += p5-DBIx-Admin-DSNManager SUBDIR += p5-DBIx-Admin-TableInfo SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class SUBDIR += p5-DBIx-Class-AsFdat SUBDIR += p5-DBIx-Class-AuditLog SUBDIR += p5-DBIx-Class-BitField SUBDIR += p5-DBIx-Class-Candy SUBDIR += p5-DBIx-Class-Cursor-Cached SUBDIR += p5-DBIx-Class-CustomPrefetch SUBDIR += p5-DBIx-Class-DateTime-Epoch SUBDIR += p5-DBIx-Class-DeploymentHandler SUBDIR += p5-DBIx-Class-DigestColumns SUBDIR += p5-DBIx-Class-DynamicDefault SUBDIR += p5-DBIx-Class-DynamicSubclass SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-Helpers SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-InflateColumn-Serializer SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Migration SUBDIR += p5-DBIx-Class-MooseColumns SUBDIR += p5-DBIx-Class-PassphraseColumn SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-QueryProfiler SUBDIR += p5-DBIx-Class-ResultSet-HashRef SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Config SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-Schema-PopulateMore SUBDIR += p5-DBIx-Class-Storage-TxnEndHook SUBDIR += p5-DBIx-Class-TimeStamp SUBDIR += p5-DBIx-Class-Tree SUBDIR += p5-DBIx-Class-Tree-NestedSet SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-VirtualColumns SUBDIR += p5-DBIx-Class-WebForm SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom SUBDIR += p5-DBIx-DBHResolver SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Dump SUBDIR += p5-DBIx-HA SUBDIR += p5-DBIx-Handler SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Introspector SUBDIR += p5-DBIx-Lite SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish SUBDIR += p5-DBIx-QueryLog SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SQLite-Simple SUBDIR += p5-DBIx-Safe SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Skinny SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Sunny SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-TransactionManager SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-VersionedDDL SUBDIR += p5-DBIx-Wrapper SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBM-Deep SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Dancer2-Plugin-DBIC SUBDIR += p5-Dancer2-Plugin-Database SUBDIR += p5-Dancer2-Session-DBIC SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-File-Locate SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GitDDL SUBDIR += p5-GitDDL-Migrator SUBDIR += p5-GraphViz-DBI SUBDIR += p5-HTML-FormHandler-Model-DBIC SUBDIR += p5-Ima-DBI SUBDIR += p5-Interchange6-Schema SUBDIR += p5-Iterator-DBI SUBDIR += p5-Jifty-DBI SUBDIR += p5-KyotoCabinet SUBDIR += p5-LMDB_File SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-MR-Tarantool SUBDIR += p5-Mango SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-Mojo-Pg SUBDIR += p5-MongoDB SUBDIR += p5-Mongoose SUBDIR += p5-MySQL-Diff SUBDIR += p5-Net-Async-CassandraCQL SUBDIR += p5-ORLite SUBDIR += p5-ORLite-Migrate SUBDIR += p5-Oryx SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg SUBDIR += p5-PostgreSQL-PLPerl-Call SUBDIR += p5-PostgreSQL-PLPerl-Trace SUBDIR += p5-Prophet SUBDIR += p5-Protocol-CassandraCQL SUBDIR += p5-RRD-Simple SUBDIR += p5-Redis SUBDIR += p5-Redis-Fast SUBDIR += p5-Redis-JobQueue SUBDIR += p5-Redis-RateLimit SUBDIR += p5-Redis-hiredis SUBDIR += p5-RedisDB SUBDIR += p5-RedisDB-Parser SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object SUBDIR += p5-Rose-DBx-Object-MoreHelpers SUBDIR += p5-Rose-DBx-Object-Renderer SUBDIR += p5-SQL-Abstract SUBDIR += p5-SQL-Abstract-Classic SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Abstract-More SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti SUBDIR += p5-SQL-Interp SUBDIR += p5-SQL-Maker SUBDIR += p5-SQL-NamedPlaceholder SUBDIR += p5-SQL-ReservedWords SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work SUBDIR += p5-Scope-Container-DBI SUBDIR += p5-Search-InvertedIndex SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian SUBDIR += p5-Search-Xapian12 SUBDIR += p5-Store-CouchDB SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Template-DBI SUBDIR += p5-Teng SUBDIR += p5-Test-Cukes SUBDIR += p5-Test-Database SUBDIR += p5-Test-DatabaseRow SUBDIR += p5-Test-Fixture-DBI SUBDIR += p5-Test-mysqld SUBDIR += p5-Test-postgresql SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Text-xSV SUBDIR += p5-Tie-DBI SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet SUBDIR += p5-Xapian SUBDIR += p5-mysql-genocide SUBDIR += p5-tokyotyrant SUBDIR += pear-DB SUBDIR += pear-DBA SUBDIR += pear-DBA_Relational SUBDIR += pear-DB_DataObject SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool SUBDIR += pear-DB_Sqlite_Tools SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DB_ldap2 SUBDIR += pear-DoctrineCommon SUBDIR += pear-DoctrineDBAL SUBDIR += pear-Horde_Db SUBDIR += pear-Horde_HashTable SUBDIR += pear-Horde_Imsp SUBDIR += pear-Horde_Memcache SUBDIR += pear-Horde_Mongo SUBDIR += pear-MDB SUBDIR += pear-MDB2 SUBDIR += pear-MDB2_Driver_mysqli SUBDIR += pear-MDB2_Driver_pgsql SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool SUBDIR += pear-Structures_DataGrid_DataSource_Array SUBDIR += pear-Structures_DataGrid_DataSource_CSV SUBDIR += pear-Structures_DataGrid_DataSource_DB SUBDIR += pear-Structures_DataGrid_DataSource_PDO SUBDIR += pear-XML_Query2XML SUBDIR += pecl-cassandra SUBDIR += pecl-couchbase SUBDIR += pecl-leveldb SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongodb SUBDIR += pecl-redis SUBDIR += pecl-rrd SUBDIR += percona-pam-for-mysql SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server SUBDIR += percona56-client SUBDIR += percona56-server SUBDIR += percona57-client SUBDIR += percona57-pam-for-mysql SUBDIR += percona57-server SUBDIR += pgFormatter SUBDIR += pg_activity SUBDIR += pg_citus SUBDIR += pg_dirtyread SUBDIR += pg_ed25519 SUBDIR += pg_partman SUBDIR += pg_qualstats SUBDIR += pg_reorg SUBDIR += pg_repack SUBDIR += pg_similarity SUBDIR += pg_stat_kcache SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgbadger SUBDIR += pgbarman SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgespresso SUBDIR += pgfouine SUBDIR += pgloader3 SUBDIR += pglogical SUBDIR += pgmetrics SUBDIR += pgmodeler SUBDIR += pgpool-II-35 SUBDIR += pgpool-II-36 SUBDIR += pgpool-II-37 SUBDIR += pgpool-II-40 SUBDIR += pgpool-II-41 SUBDIR += pgreplay SUBDIR += pgroonga SUBDIR += pgrouting SUBDIR += pgsanity SUBDIR += pgsphere SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pguri SUBDIR += php-tarantool SUBDIR += php-xapian SUBDIR += php73-dba SUBDIR += php73-interbase SUBDIR += php73-mysqli SUBDIR += php73-odbc SUBDIR += php73-pdo SUBDIR += php73-pdo_dblib SUBDIR += php73-pdo_firebird SUBDIR += php73-pdo_mysql SUBDIR += php73-pdo_odbc SUBDIR += php73-pdo_pgsql SUBDIR += php73-pdo_sqlite SUBDIR += php73-pgsql SUBDIR += php73-sqlite3 SUBDIR += php74-dba SUBDIR += php74-mysqli SUBDIR += php74-odbc SUBDIR += php74-pdo SUBDIR += php74-pdo_dblib SUBDIR += php74-pdo_firebird SUBDIR += php74-pdo_mysql SUBDIR += php74-pdo_odbc SUBDIR += php74-pdo_pgsql SUBDIR += php74-pdo_sqlite SUBDIR += php74-pgsql SUBDIR += php74-sqlite3 SUBDIR += php80-dba SUBDIR += php80-mysqli SUBDIR += php80-odbc SUBDIR += php80-pdo SUBDIR += php80-pdo_dblib SUBDIR += php80-pdo_firebird SUBDIR += php80-pdo_mysql SUBDIR += php80-pdo_odbc SUBDIR += php80-pdo_pgsql SUBDIR += php80-pdo_sqlite SUBDIR += php80-pgsql SUBDIR += php80-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phpmyadmin5 SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis24 SUBDIR += postgis25 SUBDIR += postgis30 SUBDIR += postgis31 SUBDIR += postgresql-cstore_fdw SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpqxx SUBDIR += postgresql-mysql_fdw SUBDIR += postgresql-odbc SUBDIR += postgresql-ogr_fdw SUBDIR += postgresql-orafce SUBDIR += postgresql-plproxy SUBDIR += postgresql-plv8js SUBDIR += postgresql-prefix SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql-rum SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-zhparser SUBDIR += postgresql10-client SUBDIR += postgresql10-contrib SUBDIR += postgresql10-docs SUBDIR += postgresql10-pgtcl SUBDIR += postgresql10-plperl SUBDIR += postgresql10-plpython SUBDIR += postgresql10-pltcl SUBDIR += postgresql10-server SUBDIR += postgresql11-client SUBDIR += postgresql11-contrib SUBDIR += postgresql11-docs SUBDIR += postgresql11-pgtcl SUBDIR += postgresql11-plperl SUBDIR += postgresql11-plpython SUBDIR += postgresql11-pltcl SUBDIR += postgresql11-server SUBDIR += postgresql12-client SUBDIR += postgresql12-contrib SUBDIR += postgresql12-docs SUBDIR += postgresql12-pgtcl SUBDIR += postgresql12-plperl SUBDIR += postgresql12-plpython SUBDIR += postgresql12-pltcl SUBDIR += postgresql12-server SUBDIR += postgresql13-client SUBDIR += postgresql13-contrib SUBDIR += postgresql13-docs SUBDIR += postgresql13-pgtcl SUBDIR += postgresql13-plperl SUBDIR += postgresql13-plpython SUBDIR += postgresql13-pltcl SUBDIR += postgresql13-server SUBDIR += postgresql95-client SUBDIR += postgresql95-contrib SUBDIR += postgresql95-docs SUBDIR += postgresql95-pgtcl SUBDIR += postgresql95-plperl SUBDIR += postgresql95-plpython SUBDIR += postgresql95-pltcl SUBDIR += postgresql95-server SUBDIR += postgresql96-client SUBDIR += postgresql96-contrib SUBDIR += postgresql96-docs SUBDIR += postgresql96-pgtcl SUBDIR += postgresql96-plperl SUBDIR += postgresql96-plpython SUBDIR += postgresql96-pltcl SUBDIR += postgresql96-server SUBDIR += powa-archivist SUBDIR += powa-web SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc SUBDIR += proftpd-mod_sql_postgres SUBDIR += proftpd-mod_sql_sqlite SUBDIR += proftpd-mod_sql_tds SUBDIR += prometheus-postgresql-adapter SUBDIR += pspg SUBDIR += puppetdb-terminus5 SUBDIR += puppetdb-terminus6 SUBDIR += puppetdb-terminus7 SUBDIR += puppetdb5 SUBDIR += puppetdb6 SUBDIR += puppetdb7 SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools SUBDIR += py-Elixir SUBDIR += py-PyGreSQL SUBDIR += py-Pyrseas SUBDIR += py-aesqlapius SUBDIR += py-agate-sql SUBDIR += py-aiomysql SUBDIR += py-aiopg SUBDIR += py-aioredis SUBDIR += py-aiosqlite SUBDIR += py-alembic SUBDIR += py-apsw SUBDIR += py-asyncpg SUBDIR += py-berkeleydb SUBDIR += py-bsddb3 SUBDIR += py-carbon SUBDIR += py-cassandra-driver SUBDIR += py-couchdb SUBDIR += py-dbf SUBDIR += py-dbutils SUBDIR += py-fakeredis SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-gdbm SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis SUBDIR += py-influxdb SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-litecli SUBDIR += py-lmdb SUBDIR += py-marshmallow-sqlalchemy SUBDIR += py-minidb SUBDIR += py-mongoengine SUBDIR += py-motor SUBDIR += py-mycli SUBDIR += py-mysql-connector-python SUBDIR += py-mysqlclient SUBDIR += py-partd SUBDIR += py-peewee SUBDIR += py-peewee_migrate SUBDIR += py-pg8000 SUBDIR += py-pg8000-112 SUBDIR += py-pgcli SUBDIR += py-pgdbconn SUBDIR += py-pglast SUBDIR += py-pglite SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb SUBDIR += py-pickleshare SUBDIR += py-pony SUBDIR += py-postgresql SUBDIR += py-psycogreen SUBDIR += py-psycopg2 SUBDIR += py-psycopg2cffi SUBDIR += py-pum SUBDIR += py-pycql SUBDIR += py-pylibmc SUBDIR += py-pymemcache SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pyodbc SUBDIR += py-pypuppetdb SUBDIR += py-python-arango SUBDIR += py-python-binary-memcached SUBDIR += py-python-memcached SUBDIR += py-python-sql SUBDIR += py-python-swiftclient SUBDIR += py-qt5-sql SUBDIR += py-queries SUBDIR += py-rb SUBDIR += py-redis SUBDIR += py-redis2 SUBDIR += py-rrdtool SUBDIR += py-sispy SUBDIR += py-south SUBDIR += py-sqlalchemy-json SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy-utils SUBDIR += py-sqlalchemy10 SUBDIR += py-sqlalchemy11 SUBDIR += py-sqlalchemy12 SUBDIR += py-sqlalchemy13 SUBDIR += py-sqlalchemy14 SUBDIR += py-sqlite3 SUBDIR += py-sqlobject SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-tableschema SUBDIR += py-tarantool SUBDIR += py-tiledb SUBDIR += py-txredisapi SUBDIR += py-unqlite SUBDIR += py-varstack SUBDIR += py-whisper SUBDIR += py-xapian SUBDIR += py-zodbpickle SUBDIR += pymongo SUBDIR += pypy-gdbm SUBDIR += pypy-sqlite3 SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qof SUBDIR += qt5-sql SUBDIR += qt5-sqldrivers-ibase SUBDIR += qt5-sqldrivers-mysql SUBDIR += qt5-sqldrivers-odbc SUBDIR += qt5-sqldrivers-pgsql SUBDIR += qt5-sqldrivers-sqlite2 SUBDIR += qt5-sqldrivers-sqlite3 SUBDIR += qt5-sqldrivers-tds SUBDIR += recutils SUBDIR += redis SUBDIR += redis-devel SUBDIR += redis4 SUBDIR += redis5 SUBDIR += redis_exporter SUBDIR += redisdesktopmanager SUBDIR += retcl SUBDIR += rocksdb SUBDIR += rocksdb-lite SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-qdbm SUBDIR += ruby-tokyocabinet SUBDIR += ruby-xapian SUBDIR += rubygem-active_model_serializers SUBDIR += rubygem-active_record_query_trace SUBDIR += rubygem-activemodel-serializers-xml SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel5 SUBDIR += rubygem-activemodel50 SUBDIR += rubygem-activemodel52 SUBDIR += rubygem-activemodel60 SUBDIR += rubygem-activemodel61 SUBDIR += rubygem-activerecord-explain-analyze SUBDIR += rubygem-activerecord-import SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-session_store SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-activerecord5 SUBDIR += rubygem-activerecord50 SUBDIR += rubygem-activerecord52 SUBDIR += rubygem-activerecord60 SUBDIR += rubygem-activerecord61 SUBDIR += rubygem-after_commit_queue SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers SUBDIR += rubygem-arel6 SUBDIR += rubygem-arel7 SUBDIR += rubygem-arel8 SUBDIR += rubygem-awesome_nested_set SUBDIR += rubygem-bdb1 SUBDIR += rubygem-bigrecord SUBDIR += rubygem-brpoplpush-redis_script SUBDIR += rubygem-couchrest SUBDIR += rubygem-dalli SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-dbd-mysql SUBDIR += rubygem-dbd-pg SUBDIR += rubygem-dbd-sqlite3 SUBDIR += rubygem-dbf SUBDIR += rubygem-dbi SUBDIR += rubygem-dbm SUBDIR += rubygem-dm-aggregates SUBDIR += rubygem-dm-chunked_query SUBDIR += rubygem-dm-constraints SUBDIR += rubygem-dm-core SUBDIR += rubygem-dm-do-adapter SUBDIR += rubygem-dm-migrations SUBDIR += rubygem-dm-mysql-adapter SUBDIR += rubygem-dm-observer SUBDIR += rubygem-dm-pager SUBDIR += rubygem-dm-paperclip SUBDIR += rubygem-dm-postgres-adapter SUBDIR += rubygem-dm-serializer SUBDIR += rubygem-dm-timestamps SUBDIR += rubygem-dm-transactions SUBDIR += rubygem-dm-types SUBDIR += rubygem-dm-validations SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 SUBDIR += rubygem-em-redis-unified SUBDIR += rubygem-familia SUBDIR += rubygem-flipper-active_record SUBDIR += rubygem-flipper-active_record017 SUBDIR += rubygem-gdbm SUBDIR += rubygem-gitlab-pg_query SUBDIR += rubygem-globalid SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-globalid-rails50 SUBDIR += rubygem-globalid-rails52 SUBDIR += rubygem-globalid-rails60 SUBDIR += rubygem-globalid-rails61 SUBDIR += rubygem-her SUBDIR += rubygem-hiredis SUBDIR += rubygem-influxdb SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-leo_manager_client SUBDIR += rubygem-marginalia SUBDIR += rubygem-mario-redis-lock SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-mysql204 SUBDIR += rubygem-openid-redis-store SUBDIR += rubygem-paranoia SUBDIR += rubygem-pg SUBDIR += rubygem-pg0 SUBDIR += rubygem-pg018 SUBDIR += rubygem-pg_array_parser SUBDIR += rubygem-pg_query SUBDIR += rubygem-pghero SUBDIR += rubygem-pghero-rails5 SUBDIR += rubygem-pghero-rails50 SUBDIR += rubygem-pl-puppetdb-ruby SUBDIR += rubygem-postgres_ext SUBDIR += rubygem-puppetdb_cli SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack SUBDIR += rubygem-redis-actionpack-rails5 SUBDIR += rubygem-redis-actionpack-rails50 SUBDIR += rubygem-redis-actionpack-rails52 SUBDIR += rubygem-redis-actionpack-rails60 SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-redis-namespace16 SUBDIR += rubygem-redis-namespace17 SUBDIR += rubygem-sdbm SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-state_machines-activemodel SUBDIR += rubygem-state_machines-activerecord SUBDIR += rubygem-tarantool SUBDIR += sequeler SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite SUBDIR += spatialite-tools SUBDIR += spatialite_gui SUBDIR += speedtables SUBDIR += sql-workbench SUBDIR += sqlcached SUBDIR += sqlcipher SUBDIR += sqlclient SUBDIR += sqldeveloper SUBDIR += sqlite-ext-miscfuncs SUBDIR += sqlite-ext-pcre SUBDIR += sqlite-ext-regexp SUBDIR += sqlite-ext-spellfix SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlitebrowser SUBDIR += sqliteconvert SUBDIR += sqlitemanager SUBDIR += sqliteodbc SUBDIR += sqlitestudio SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += squirrel-sql SUBDIR += tarantool SUBDIR += tarantool-c SUBDIR += tcl-Mysql SUBDIR += tcl-lmdb SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tile38 SUBDIR += tiledb SUBDIR += timescaledb SUBDIR += tinycdb SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += tsearch_extras SUBDIR += tuning-primer SUBDIR += twemproxy SUBDIR += unixODBC SUBDIR += usql SUBDIR += vfront SUBDIR += virtualpg SUBDIR += virtuoso SUBDIR += vsqlite SUBDIR += wfb2sql SUBDIR += xapian-bindings SUBDIR += xapian-bindings12 SUBDIR += xapian-core SUBDIR += xapian-core12 SUBDIR += xls2txt SUBDIR += xrootd SUBDIR += xtrabackup SUBDIR += xtrabackup8 SUBDIR += zabbix3-libzbxpgsql .include Index: head/databases/couchdb3/Makefile =================================================================== --- head/databases/couchdb3/Makefile (revision 566597) +++ head/databases/couchdb3/Makefile (revision 566598) @@ -1,117 +1,116 @@ # $FreeBSD$ PORTNAME= couchdb3 -PORTREVISION= 1 DISTVERSION= 3.1.1 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} MAINTAINER= dch@FreeBSD.org COMMENT= JSON document database with HTTP API and scalable multi-master sync LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11 LICENSE_COMB= multi BUILD_DEPENDS= rebar:devel/rebar \ erlang-runtime22>=22.0:lang/erlang-runtime22 LIB_DEPENDS= libicudata.so:devel/icu \ libmozjs-60.so:lang/spidermonkey60 RUN_DEPENDS= erlang-runtime22>=22.0:lang/erlang-runtime22 USES= compiler:c++14-lang cpe gmake libtool ncurses USE_RC_SUBR= ${PORTNAME} CONFLICTS= couchdb[24]* CPE_VENDOR= apache USERS= couchdb GROUPS= couchdb SUB_FILES= pkg-message SUB_LIST= APPDIR=${APPDIR} \ ERL_PATH=${LOCALBASE}/lib/erlang22/bin/erl \ PORTNAME=${PORTNAME} \ RELDIR=${RELDIR} \ WWWDIR=${WWWDIR} PLIST_SUB= VERSION=${DISTVERSION} HAS_CONFIGURE= yes CONFIGURE_ARGS= --skip-deps --user ${USERS} --rebar ${LOCALBASE}/bin/rebar \ --spidermonkey-version 60 ALL_TARGET= release MAKE_ENV= PATH=${LOCALBASE}/lib/erlang22/bin:${PATH} OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DBDIR?= /var/db/${PORTNAME} LOGDIR?= /var/log/${PORTNAME} LOGFILE?= ${LOGDIR}/couch.log APPDIR= ${LOCALBASE}/libexec/${PORTNAME} RELDIR= ${APPDIR}/releases/${DISTVERSION} .include .if ${OPSYS} == FreeBSD && ${ARCH} == i386 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_jiffy_c__src_double-conversion_strtod.cc .endif post-patch: @${REINPLACE_CMD} \ -e 's,%%APPDIR%%,${APPDIR},g' \ -e 's,%%DATADIR%%,${DATADIR},g' \ -e 's,%%DBDIR%%,${DBDIR},g' \ -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ -e 's,%%PORTNAME%%,${PORTNAME},g' \ -e 's,%%WWWDIR%%,${WWWDIR},g' \ -e 's,$$COUCHDB_USER,${USERS},g' \ -e 's,$$LOG_FILE,${LOGFILE},g' \ ${WRKSRC}/configure # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238514 .if ${OPSYS} == FreeBSD && (${OSVERSION} < 1200000 || ${ARCH} == i386) @${REINPLACE_CMD} \ -e 's,$$FLTO_FLAG ,,g' \ ${WRKSRC}/src/jiffy/rebar.config .endif pre-install: # relocate user-modifiable runtime configs to match hier(7) ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/rel/couchdb/etc/local.ini \ ${STAGEDIR}${ETCDIR}/local.ini.sample ${INSTALL_DATA} ${WRKSRC}/rel/couchdb/etc/vm.args \ ${STAGEDIR}${ETCDIR}/vm.args.sample ${INSTALL_MAN} ${WRKSRC}/share/docs/man/apachecouchdb.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 # prune build artefacts and surplus headers ${FIND} -E ${WRKSRC} -type f \ -regex '.*\.(a|buildinfo|c|cc|cmd|d|o|orig|h|cpp)' -print -delete # remove runtime dirs and files that were moved to match hier(7) ${RM} -rv ${WRKSRC}/rel/couchdb/var \ ${WRKSRC}/rel/couchdb/etc/*.d \ ${WRKSRC}/rel/couchdb/etc/local.ini \ ${WRKSRC}/rel/couchdb/etc/vm.args \ ${WRKSRC}/rel/couchdb/releases/*/vm.args \ ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couch*js @${CP} ${WRKSRC}/src/docs/images/favicon.ico ${WRKSRC}/share/www/ (cd ${WRKSRC}/rel/couchdb && ${COPYTREE_SHARE} . ${STAGEDIR}${APPDIR}) post-install: @${FIND} -E ${STAGEDIR} -type f \ \( -name couchjs -o -name *.so \) \ -exec ${STRIP_CMD} {} + @${MKDIR} \ ${STAGEDIR}${DBDIR} \ ${STAGEDIR}${LOGDIR} # fauxton UI is a required component (cd ${WRKSRC}/share/www && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) post-install-DOCS-on: (cd ${WRKSRC}/share/docs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/docs) .include Index: head/databases/redisdesktopmanager/Makefile =================================================================== --- head/databases/redisdesktopmanager/Makefile (revision 566597) +++ head/databases/redisdesktopmanager/Makefile (revision 566598) @@ -1,57 +1,56 @@ # $FreeBSD$ PORTNAME= redisdesktopmanager PORTVERSION= 2021.2 CATEGORIES= databases MAINTAINER= swills@FreeBSD.org COMMENT= Redis DB management tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libpython${PYTHON_VER}${PYTHON_ABIVER}.so:lang/python${PYTHON_SUFFIX} \ 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/rdm \ share/pixmaps/rdm.png -BINARY_ALIAS= python3-config=${PYTHON_CMD}-config DESKTOP_ENTRIES= "Redis Desktop Manager" \ "Redis Desktop Manager" \ "rdm" \ "rdm" \ "Development;" \ "" GH_TUPLE= uglide:RedisDesktopManager:${PORTVERSION}:DEFAULT/RedisDesktopManager-${PORTVERSION} \ benlau:asyncfuture:5ca0304:asyncfuture/3rdparty/qredisclient/3rdparty/asyncfuture \ uglide:qredisclient:103096d: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 USE_QT= charts concurrent core declarative gui network svg \ widgets buildtools_build qmake_build QMAKE_ARGS+= SYSTEM_LZ4=1 VERSION=${PORTVERSION} BINARY_ALIAS= python3-config=${PYTHON_CMD}-config python3=${PYTHON_CMD} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/share/pixmaps cd ${INSTALL_WRKSRC} ; \ ${STRIP_CMD} rdm ; \ ${INSTALL_PROGRAM} rdm ${STAGEDIR}${PREFIX}/bin/rdm ${INSTALL_DATA} ${BUILD_WRKSRC}/resources/images/rdm.png ${STAGEDIR}${PREFIX}/share/pixmaps/rdm.png .include Index: head/deskutils/nextcloudclient/Makefile =================================================================== --- head/deskutils/nextcloudclient/Makefile (revision 566597) +++ head/deskutils/nextcloudclient/Makefile (revision 566598) @@ -1,64 +1,63 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= nextcloudclient PORTVERSION= 3.1.2 DISTVERSIONPREFIX= v CATEGORIES= deskutils -CATEGORIES= deskutils MAINTAINER= mr@FreeBSD.org COMMENT= NextCloud Desktop Syncing Client LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:devel/libinotify \ libqt5keychain.so:security/qtkeychain USES= cmake:noninja compiler:c++11-lib gmake gnome iconv \ localbase:ldflags pkgconfig qt:5 sqlite ssl USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \ gui linguist_build location network printsupport qmake_build \ quickcontrols2 sql svg webchannel webengine websockets \ widgets xml CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DBUILD_UPDATER:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ -DWITH_STACK_PROTECTOR:BOOL=OFF \ -DNO_SHIBBOLETH=1 USE_LDCONFIG= yes INSTALLS_ICONS= yes DEBUG= yes USE_GITHUB= yes GH_ACCOUNT= nextcloud GH_PROJECT= desktop #OPTIONS_DEFINE= DEBUG DOCS OPTIONS_DEFINE= DEBUG # DOCS doesn't build currently #DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ # doxygen:devel/doxygen #DOCS_USE= tex=dvipsk:build,latex:build #DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON PLIST_SUB= VERSION=${PORTVERSION} .include .ifdef WITH_DEBUG CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Debug .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && !${SSL_DEFAULT:Mopenssl} BROKEN= nextcloudclient requires OpenSSL 1.1.0, add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf .endif post-patch: @${REINPLACE_CMD} -e \ 's|.lst |.lst.sample |' ${WRKSRC}/CMakeLists.txt pre-configure: @(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample) .include Index: head/deskutils/notification-daemon/Makefile =================================================================== --- head/deskutils/notification-daemon/Makefile (revision 566597) +++ head/deskutils/notification-daemon/Makefile (revision 566598) @@ -1,34 +1,34 @@ # Created by: Andreas Kohn # $FreeBSD$ PORTNAME= notification-daemon PORTVERSION= 3.20.0 -PORTERVISION= 1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg USE_GNOME= cairo gnomeprefix gtk30 INSTALLS_ICONS= yes USE_XORG= x11 GNU_CONFIGURE= yes PORTSCOUT= limitw:1,even SUB_FILES= org.freedesktop.Notifications.service post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services ${INSTALL_DATA} ${WRKDIR}/org.freedesktop.Notifications.service \ ${STAGEDIR}${PREFIX}/share/dbus-1/services .include Index: head/devel/cl-alexandria/Makefile =================================================================== --- head/devel/cl-alexandria/Makefile (revision 566597) +++ head/devel/cl-alexandria/Makefile (revision 566598) @@ -1,53 +1,51 @@ # $FreeBSD$ PORTNAME= alexandria DISTVERSION= 1.2 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of portable public domain utilities for Common Lisp LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENCE USE_ASDF= yes USE_GITLAB= yes GL_SITE= https://gitlab.common-lisp.net GL_COMMIT= f35e232ceb2ada8d10e7fdf27ccac07f781eea0e -NO_ARCH= yes - OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= sbcl:lang/sbcl \ texi2pdf:print/texinfo DOCS_USE= TEX=latex:build DOCS_INFO= doc/${PORTNAME} do-build: @${DO_NADA} do-build-DOCS-on: cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} doc do-install: @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-1 \ ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-2 \ ${STAGEDIR}${ASDF_REGISTRY} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-1/*.lisp ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-1 ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-2/*.lisp ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-2 ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.asd ${STAGEDIR}${ASDF_PATHNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-tests.asd ${STAGEDIR}${ASDF_PATHNAME} ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}.asd ${STAGEDIR}${ASDF_REGISTRY} ${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}-tests.asd ${STAGEDIR}${ASDF_REGISTRY} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.html ${WRKSRC}/doc/${PORTNAME}.pdf \ ${STAGEDIR}${DOCSDIR} .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/py-datatest/Makefile =================================================================== --- head/devel/py-datatest/Makefile (revision 566597) +++ head/devel/py-datatest/Makefile (revision 566598) @@ -1,29 +1,29 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= datatest PORTVERSION= 0.11.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Testing tools for data validation and analysis LICENSE= APACHE20 USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTION_DEFINE= OPTIONAL +OPTIONS_DEFINE= OPTIONAL OPTIONAL_DESC= Optional dependencies OPTIONAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbfread>=0:textproc/py-dbfread@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}squint>=0:databases/py-squint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} .include Index: head/devel/snorenotify/Makefile =================================================================== --- head/devel/snorenotify/Makefile (revision 566597) +++ head/devel/snorenotify/Makefile (revision 566598) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= snorenotify PORTVERSION= 0.7.0 PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= swills@FreeBSD.org COMMENT= Multi platform Qt notification framework DEPRECATED= Unmaintained upstream -EXPIRATION= 2021-02-18 +EXPIRATION_DATE= 2021-02-18 LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL-3 USES= cmake compiler:c++11-lang kde:5 qt:5 USE_KDE= ecm USE_QT= core dbus gui network widgets buildtools_build qmake_build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KDE .include Index: head/emulators/mgba/Makefile =================================================================== --- head/emulators/mgba/Makefile (revision 566597) +++ head/emulators/mgba/Makefile (revision 566598) @@ -1,76 +1,75 @@ # $FreeBSD$ PORTNAME= mgba -DISTVERSION= 0.8.3 DISTVERSION= 0.8.4 CATEGORIES= emulators MAINTAINER= greg@unrelenting.technology COMMENT= Game Boy Advance (GBA) emulator/debugger LICENSE= MPL20 BSD3CLAUSE LGPL21+ LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/third-party/inih/LICENSE.txt LICENSE_FILE_LGPL21+ = ${WRKSRC}/src/third-party/blip_buf/license.txt LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libpng.so:graphics/png USES= cmake compiler:c++11-lang gl gnome localbase:ldflags pkgconfig \ sdl sqlite:3 USE_GITHUB= yes GH_ACCOUNT= mgba-emu USE_GL= gl glu USE_LDCONFIG= yes USE_SDL= sdl2 CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR:STRING="${DOCSDIR}" \ -DUSE_MINIZIP:BOOL=OFF \ -DUSE_LIBZIP:BOOL=OFF \ -DUSE_ZLIB:BOOL=ON \ -DUSE_LZMA:BOOL=ON \ -DUSE_SQLITE3:BOOL=ON \ -DUSE_DISCORD_RPC:BOOL=OFF \ -DBUILD_GL:BOOL=ON \ -DBUILD_GLES2:BOOL=OFF LDFLAGS+= -Wl,--as-needed # glu OPTIONS_DEFINE= DEBUGGERS FFMPEG LIBRETRO MAGICK QT5 DOCS OPTIONS_DEFAULT= DEBUGGERS FFMPEG LIBRETRO MAGICK QT5 OPTIONS_SUB= yes DEBUGGERS_DESC= Debugging infrastructure (CLI debugger, GDB remote stub) FFMPEG_DESC= FFmpeg video recording support LIBRETRO_DESC= libretro core MAGICK_DESC= ImageMagick GIF recording support QT5_DESC= Qt 5 frontend DEBUGGERS_USES= libedit DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ libavresample.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg FFMPEG_CMAKE_BOOL= USE_FFMPEG LIBRETRO_CMAKE_BOOL= BUILD_LIBRETRO LIBRETRO_CMAKE_ON= -DLIBRETRO_LIBDIR:PATH="${PREFIX}/lib/libretro" LIBRETRO_CONFLICTS_INSTALL= libretro-mgba MAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \ libMagickCore-6.so:graphics/ImageMagick6 MAGICK_CMAKE_BOOL= USE_MAGICK QT5_USES= desktop-file-utils qt:5 QT5_USE= qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia QT5_CMAKE_BOOL= BUILD_QT QT5_VARS= installs_icons=yes .include Index: head/graphics/libyuv/Makefile =================================================================== --- head/graphics/libyuv/Makefile (revision 566597) +++ head/graphics/libyuv/Makefile (revision 566598) @@ -1,51 +1,51 @@ # Created by: Corey Smith # $FreeBSD$ # # To update the port: # The stable libyuv version follows the chromium browser: # https://chromereleases.googleblog.com/search/label/Desktop%20Update # search for "The stable channel has been updated to" XX.X.XXXX.XXX # -> https://github.com/chromium/chromium/blob/87.0.4280.88/DEPS # -> 'src/third_party/libyuv': '6afd9becdf58822b1da6770598d8597c583ccfad' # https://chromium.googlesource.com/libyuv/libyuv/+/6afd9becdf58822b1da6770598d8597c583ccfad/include/libyuv/version.h # -> #define LIBYUV_VERSION 1741 PORTNAME= libyuv DISTVERSION= 0.0.1767 CATEGORIES= graphics MASTER_SITES= LOCAL/mikael/libyuv/:libyuv \ LOCAL/tcberner/libyuv/:libyuv DISTFILES= libyuv-${LIBYUV_HASH}.tar.gz:libyuv MAINTAINER= corsmith@gmail.com COMMENT= Library for freeswitch yuv graphics manipulation LICENSE= BSD3CLAUSE USES= cmake pkgconfig USE_LDCONFIG= yes SUB_FILES= libyuv.pc SUB_LIST= DISTVERSION=${DISTVERSION} LIBYUV_HASH= f014dbd87ab06258569ad10a4cb6f84a8a7f7dd2 # sha256 changes everytime you download the archive, need to host it on freefall # To download the distfile: as mikael: make MAINTAINER_MODE=yes fetch .if defined(MAINTAINER_MODE) do-fetch: ${FETCH_CMD} -o ${DISTDIR}/libyuv-${LIBYUV_HASH}.tar.gz \ https://chromium.googlesource.com/libyuv/libyuv.git/+archive/${LIBYUV_HASH}.tar.gz . if ${USER} == ${MAINTAINER:C/@.*//} - scp ${DISTDIR}/libyuv-${LIBYUV_HASH} freefall.freebsd.org:public_distfiles/libyuv + scp ${DISTDIR}/libyuv-${LIBYUV_HASH} freefall.freebsd.org:public_distfiles/libyuv . endif .endif # defined(MAINTAINER_MODE) do-extract: ${MKDIR} ${WRKSRC} ${TAR} -xf ${DISTDIR}/libyuv-${LIBYUV_HASH}.tar.gz -C ${WRKSRC} post-install: (cd ${WRKDIR} && ${INSTALL_DATA} libyuv.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig) .include Index: head/graphics/opencv/Makefile =================================================================== --- head/graphics/opencv/Makefile (revision 566597) +++ head/graphics/opencv/Makefile (revision 566598) @@ -1,95 +1,94 @@ # $FreeBSD$ PORTNAME= opencv DISTVERSION= 4.5.1 PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= tcberner@FreeBSD.org COMMENT= Open Source Computer Vision library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers \ opencl>=0:devel/opencl RUN_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= \ libIlmImf.so:graphics/openexr \ libavcodec.so:multimedia/ffmpeg \ libfreetype.so:print/freetype2 \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libgphoto2.so:graphics/libgphoto2 \ libharfbuzz.so:print/harfbuzz \ libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp # libtbb.so:devel/tbb USES= cmake compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig python:3.6+,build USE_GITHUB= yes GH_PROJECT= opencv_contrib:contrib \ ade:ade \ opencv_3rdparty:extra_mod_3rdparty_boost_descr \ opencv_3rdparty:extra_mod_3rdparty_vgg_descr GH_TAGNAME= v0.1.1f:ade \ 34e4206aef44d50e6bbcd0ab06354b52e7466d26:extra_mod_3rdparty_boost_descr \ fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d:extra_mod_3rdparty_vgg_descr CMAKE_ON= \ WITH_EIGEN \ WITH_GDAL \ WITH_GDCM \ WITH_GPHOTO2 \ WITH_JASPER \ WITH_JPEG \ WITH_OPENCL \ WITH_OPENEXR \ WITH_OPENGL \ WITH_PNG \ WITH_TIFF \ WITH_VULKAN \ WITH_WEBP \ OPENCV_GENERATE_PKGCONFIG \ OPENCV_ENABLE_NONFREE # Disabled during tbb migration: not oneTBB-compatible # WITH_TBB CMAKE_OFF= OPENCV_GENERATE_SETUPVARS \ BUILD_opencv_python2 \ BUILD_TESTS CMAKE_ARGS= -DOPENCV_EXTRA_MODULES_PATH="${WRKSRC}/contrib/modules" \ -DOPENCV_PYTHON3_INSTALL_PATH=${PYTHON_SITELIBDIR} \ -DVULKAN_INCLUDE_DIRS=${LOCALBASE}/include DATADIR= ${PREFIX}/share/${PORTNAME}4 OPTIONS_DEFINE= HARDENING PYTHON JAVA LTO OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes HARDENING_CMAKE_BOOL= ENABLE_BUILD_HARDENING HARDENING_DESC= Enable hardening of the resulting binaries JAVA_CMAKE_BOOL= BUILD_openv_java JAVA_BUILD_DEPENDS= ant:devel/apache-ant PYTHON_BUILD_DEPENDS= ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_USES= python:3.6+ -PYTHON_USE_PYTHON= noflavors PYTHON_CMAKE_BOOL= BUILD_opencv_python3 LTO_CMAKE_BOOL= ENABLE_THIN_LTO post-extract: ${MV} ${WRKSRC_contrib} ${WRKSRC}/contrib ${MKDIR} ${BUILD_WRKSRC}/3rdparty/ade ${MV} ${WRKSRC_ade} ${BUILD_WRKSRC}/3rdparty/ade ${MKDIR} ${WRKSRC}/contrib/modules/xfeatures2d/src ${MV} ${WRKSRC_extra_mod_3rdparty_boost_descr}/* ${WRKSRC}/contrib/modules/xfeatures2d/src ${MV} ${WRKSRC_extra_mod_3rdparty_vgg_descr}/* ${WRKSRC}/contrib/modules/xfeatures2d/src .include Index: head/irc/irssi/Makefile =================================================================== --- head/irc/irssi/Makefile (revision 566597) +++ head/irc/irssi/Makefile (revision 566598) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= irssi DISTVERSION= 1.3-dev-344 DISTVERSIONSUFFIX= -gf57dcfe9 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= irc MAINTAINER= dor.bsd@xm0.uk COMMENT= Modular IRC client with many features LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # Until upstream makes a new release disable cpe USES= compiler:c11 gettext-runtime gnome meson localbase:ldflags \ ncurses perl5 pkgconfig ssl USE_GNOME= glib20 USE_LDCONFIG= yes USE_GITHUB= yes GH_TAGNAME= f57dcfe MESON_ARGS= -Dinstall-glib=no -Ddisable-gregex=no -Dstatic-dependency=no \ -Dwith-fuzzer=no -Dwithout-textui=no # Default linker (bfd) in FreeBSD 11 breaks compilation LDFLAGS_FreeBSD_11= -fuse-ld=lld # Force OpenSSL from base CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl ${LDFLAGS_${OPSYS}_${OSREL:R}} OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY TRUECOLOR UTF8PROC OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY TRUECOLOR OPTIONS_SUB= yes BOT_DESC= Bot support CAPSICUM_DESC= Capsicum support OTR_DESC= OTR (off-the-record) support TRUECOLOR_DESC= True color support UTF8PROC_DESC= utf8proc support BOT_MESON_YES= with-bot CAPSICUM_MESON_YES= with-capsicum OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libotr.so:security/libotr OTR_MESON_YES= with-otr PERL_MESON_YES= with-perl PROXY_MESON_YES= with-proxy TRUECOLOR_MESON_YES= enable-true-color UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc UTF8PROC_MESON_NO= disable-utf8proc -PERL5_USE_OFF= perl5=build +PERL_USE_OFF= perl5=build post-install-PERL-off: @${RM} -r ${STAGEDIR}${DATADIR}/scripts post-install: ${INSTALL_DATA} ${WRKSRC}/irssi.conf ${STAGEDIR}${PREFIX}/etc/irssi.conf.sample .include Index: head/mail/mailagent/Makefile =================================================================== --- head/mail/mailagent/Makefile (revision 566597) +++ head/mail/mailagent/Makefile (revision 566598) @@ -1,68 +1,68 @@ # Created by: Masafumi NAKANE # $FreeBSD$ PORTNAME= mailagent PORTVERSION= 3.1.106 CATEGORIES= mail MAINTAINER= ports@FreeBSD.org COMMENT= Sophisticated automatic mail-processing tool LICENSE= ART10 -LICENSE_FILES= ${WRKSRC}/Artistic +LICENSE_FILE= ${WRKSRC}/Artistic USES= perl5 tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= rmanfredi GH_TAGNAME= 9a14a15 ORGFILE= ${PREFIX}/etc/mailagent.orgname HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -dres \ -Dperlpath='${PERL}' \ -Dccflags='${CFLAGS}' \ -Dd_flockonly='define' \ -Dutmp='/var/run/utmp' \ -Dorgname='${ORGFILE}' \ -Dprefix='${PREFIX}' \ -Dmansrc='${STAGEDIR}${PREFIX}/man/man1' MAKE_JOBS_UNSAFE= yes MAKE_ENV= PATH=`dirname ${PERL}`:${PATH} INSTALL_PREFIX=${STAGEDIR} INSTALL_TARGET= install install.man SUB_LIST+= ORGFILE="${ORGFILE}" SUB_FILES= pkg-message PLIST_SUB+= ORGFILE="${ORGFILE}" pre-extract: @if [ `${SH} -c umask` != 0022 ]; then \ ${ECHO} "Please set umask to 022 before running make,"; \ ${ECHO} "or mailagent will not build successfully."; \ ${FALSE}; fi post-patch: @(cd ${WRKSRC}; \ ${REINPLACE_CMD} -i '' -e 's|exec perl -S|exec ${PERL} -S|' \ agent/edusers.SH agent/magent.sh agent/maildist.SH \ agent/mailhelp.SH agent/maillist.SH agent/mailpatch.SH \ agent/package.SH agent/test/TEST agent/test/atail \ bin/perload misc/getcost/getcost misc/mime/unmime \ misc/news/newsgate) TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})' do-test: @if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/agent/test; \ su -m nobody -c ${TEST_CMD}; \ else \ ${SH} -c ${TEST_CMD}; \ fi post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/misc cd ${WRKSRC}/misc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/misc ${MV} ${STAGEDIR}${PREFIX}/lib/mailagent/examples ${STAGEDIR}${EXAMPLESDIR}/agent .include Index: head/multimedia/arcan/Makefile =================================================================== --- head/multimedia/arcan/Makefile (revision 566597) +++ head/multimedia/arcan/Makefile (revision 566598) @@ -1,114 +1,114 @@ # $FreeBSD$ PORTNAME= arcan DISTVERSION= 0.6.0.1 PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Display Server, Multimedia Framework, Game Engine -LICENSE= BSD3CLAUSE GPLv2+ LGPL21 +LICENSE= BSD3CLAUSE GPLv2+ LGPL21+ LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC:H}/data/distr/LICENSE.BSD LICENSE_FILE_GPLv2+ = ${WRKSRC:H}/data/distr/LICENSE.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC:H}/data/distr/LICENSE.LGPL LIB_DEPENDS= libdrm.so:graphics/libdrm \ libfreetype.so:print/freetype2 RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri USES= cmake compiler:c11 gl iconv openal pkgconfig sqlite USE_GITHUB= yes USE_GL= egl gbm gl USE_LDCONFIG= yes GH_ACCOUNT= letoram WRKSRC_SUBDIR= src CMAKE_ON= HYBRID_HEADLESS CMAKE_OFF= STATIC_LIBUVC CMAKE_ARGS= -DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}" LDFLAGS+= -Wl,--as-needed # bzip2, ffmpeg, librt, libutil, lzma, zlib LDFLAGS_i386= -Wl,-z,notext OPTIONS_DEFINE= ESPEAK FFMPEG LUAJIT SDL SUID TESSERACT UVC VLC VNC WAYLAND OPTIONS_DEFAULT=ESPEAK FFMPEG LUAJIT SDL SUID TESSERACT UVC VLC VNC WAYLAND OPTIONS_EXCLUDE_aarch64= LUAJIT # bug 225342 OPTIONS_SUB= yes ESPEAK_DESC= Text to speech via eSpeak ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg LUAJIT_DESC= Use LuaJIT instead of standard Lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_USES_OFF= lua:51 LUAJIT_CMAKE_BOOL_OFF= DISABLE_JIT SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_CMAKE_BOOL= HYBRID_SDL SUID_DESC= setuid bit on "${PORTNAME}" binary SUID_PLIST_SUB= MAYBE_SUID="@(,,4755) " SUID_PLIST_SUB_OFF= MAYBE_SUID="@(,,0755) " TESSERACT_DESC= Optical Character Recognition via Tesseract TESSERACT_LIB_DEPENDS= libtesseract.so:graphics/tesseract VLC_DESC= Video decode via libvlc VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc UVC_DESC= USB video cameras via libuvc UVC_LIB_DEPENDS= libuvc.so:multimedia/libuvc UVC_CMAKE_BOOL= FSRV_DECODE_UVC VNC_DESC= VNC client/server support VNC_LIB_DEPENDS= libvncserver.so:net/libvncserver WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libxcb-icccm.so:x11/xcb-util-wm \ libxkbcommon.so:x11/libxkbcommon WAYLAND_RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel WAYLAND_USES= xorg WAYLAND_USE= XORG=xcb WAYLAND_CMAKE_BOOL_OFF= DISABLE_WAYLAND .include .if ${ARCH:Mpowerpc64*} LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty .endif post-patch: @${REINPLACE_CMD} -i.prefix 's,/usr/local,${PREFIX},g' \ ${WRKSRC:H}/doc/${PORTNAME}.1 \ ${WRKSRC}/engine/arcan_vr.c \ ${WRKSRC}/frameserver/decode/default/decode_av.c \ ${WRKSRC}/frameserver/terminal/default/arcterm.c \ ${WRKSRC}/frameserver/terminal/default/cli.c \ ${WRKSRC}/frameserver/terminal/default/cli_builtin.c \ ${WRKSRC}/platform/posix/paths.c \ ${WRKSRC}/shmif/arcan_shmif_debugif.c post-patch-ESPEAK-off: @${REINPLACE_CMD} -i.noespeak '/find.*Espeak/d' \ ${WRKSRC}/frameserver/decode/default/CMakeLists.txt post-patch-FFMPEG-off: @${REINPLACE_CMD} -i.noffmpeg '/pkg.*FFMPEG/d' \ ${WRKSRC}/a12/CMakeLists.txt \ ${WRKSRC}/frameserver/decode/default/CMakeLists.txt \ ${WRKSRC}/frameserver/encode/default/CMakeLists.txt post-patch-TESSERACT-off: @${REINPLACE_CMD} -i.notesseract '/pkg.*tesseract/d' \ ${WRKSRC}/frameserver/encode/default/CMakeLists.txt post-patch-VNC-off: @${REINPLACE_CMD} -i.novnc '/pkg.*libvnc/d' \ ${WRKSRC}/frameserver/encode/default/CMakeLists.txt \ ${WRKSRC}/frameserver/remoting/default/CMakeLists.txt .include Index: head/multimedia/lives/Makefile =================================================================== --- head/multimedia/lives/Makefile (revision 566597) +++ head/multimedia/lives/Makefile (revision 566598) @@ -1,172 +1,172 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= lives DISTVERSION= 3.2.0 PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} MAINTAINER= vvd@unislabs.com COMMENT= Video editing system LICENSE= GPLv3+ LGPL3+ LICENSE_COMB= multi -LICENSE_FILE_GPLv3+= ${WRKSRC}/COPYING -LICENSE_FILE_LGPL3+= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING +LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ analyseplugin:audio/ladspa LIB_DEPENDS= liboil-0.3.so:devel/liboil \ libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg \ libmjpegutils.so:multimedia/mjpegtools RUN_DEPENDS= analyseplugin:audio/ladspa \ ffprobe:multimedia/ffmpeg \ sox:audio/sox WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= autoreconf compiler:c++11-lib gettext-runtime gettext-tools \ gl gnome libtool localbase pathfix perl5 pkgconfig python \ sdl shebangfix xorg SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi smogrify \ tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ lives-plugins/marcos-encoders/*encoder* \ lives-plugins/plugins/encoders/multi_encoder3 \ lives-plugins/plugins/playback/audiostream/audiostreamer.pl GNU_CONFIGURE= yes USE_XORG= x11 xrender USE_GL= gl glu USE_SDL= sdl sdl2 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ldvgrab --disable-prctl --disable-system-weed INSTALL_TARGET= install-strip DOC_FILES= AUTHORS COPYING COPYING.LGPL ChangeLog FEATURES GETTING.STARTED NEWS README \ OMC/lives-OMC.txt RFX/LiVES-Perl.odt RFX/rfxbuilder.odt \ RFX/RFX.spec docs/c++-bindings.odt docs/clip_format.txt \ lives-plugins/marcos-encoders/README.multi_encoder \ weed-docs/weedspec.txt weed-docs/weedevents.txt OPTIONS_DEFINE= ALSA DOCS DOXYGEN DV FFTW FREI0R JACK IMAGEMAGICK LIBEXPLAIN \ LIBVISUAL OGG OPENCV OPTIMIZED_CFLAGS NLS PROJECTM PULSEAUDIO \ SCHROEDINGER THEORA V4L WAYLAND OPTIONS_GROUP= RUNTIME EXT_WIN_CAPTURE MPLAYERS MP3 YOUTUBE_DLX OPTIONS_GROUP_RUNTIME= CDDA2WAV GHOSTSCRIPT LAME MATROSKA MENCODER OGG123 OGM \ SSWF X264 XDG_SCREENSAVER XWININFO OPTIONS_GROUP_EXT_WIN_CAPTURE= WMCTRL XDOTOOL OPTIONS_GROUP_MP3= MPG123 MPG321 OPTIONS_GROUP_MPLAYERS= MPLAYER MPV OPTIONS_GROUP_YOUTUBE_DLX= YOUTUBE_DL YOUTUBE_DLC OPTIONS_DEFAULT= CDDA2WAV DOCS DV FFTW GHOSTSCRIPT IMAGEMAGICK JACK LAME \ MPG123 MPLAYER NLS OGG OGG123 OGM OPENCV SCHROEDINGER \ THEORA X264 XDG_SCREENSAVER XDOTOOL XWININFO YOUTUBE_DL OPTIONS_SUB= yes ALSA_CONFIGURE_OFF= --disable-alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib CDDA2WAV_RUN_DEPENDS= cdda2wav:sysutils/cdrtools DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --disable-doxygen DV_CONFIGURE_OFF= --disable-libdv DV_LIB_DEPENDS= libdv.so:multimedia/libdv DV_RUN_DEPENDS= encodedv:multimedia/libdv EXT_WIN_CAPTURE_DESC= Allows external window capture via xdotool or wmctrl FFTW_CONFIGURE_OFF= --disable-fftw3f FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float FREI0R_BUILD_DEPENDS= frei0r>0:graphics/frei0r FREI0R_CONFIGURE_OFF= --disable-frei0r FREI0R_RUN_DEPENDS= frei0r>0:graphics/frei0r GHOSTSCRIPT_USES= ghostscript:run IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} \ composite:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} JACK_CONFIGURE_OFF= --disable-jack JACK_LIB_DEPENDS= libjack.so:audio/jack \ libjackserver.so:audio/jack LAME_RUN_DEPENDS= lame:audio/lame LIBEXPLAIN_CONFIGURE_OFF= --disable-libexplain LIBEXPLAIN_DESC= Used to explain Unix and Linux system call errors LIBEXPLAIN_LIB_DEPENDS= libexplain.so:devel/libexplain LIBVISUAL_CONFIGURE_OFF= --disable-libvisual LIBVISUAL_LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04 MATROSKA_RUN_DEPENDS= mkvmerge:multimedia/mkvtoolnix MENCODER_RUN_DEPENDS= mencoder:multimedia/mencoder MENCODER_DESC= Use mencoder as video file and movie encoder MP3_DESC= Runtime check order is: mpg321, mpg123, mplayer, mplayer2, mpv MPG123_RUN_DEPENDS= mpg123:audio/mpg123 MPG321_DESC= MP3 decoding support via mpg321 MPG321_RUN_DEPENDS= mpg321:audio/mpg321 MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer MPLAYERS_DESC= Install mplayer/mpv (runtime check) MPV_DESC= MPV media player support MPV_RUN_DEPENDS= mpv:multimedia/mpv NLS_USES= gettext-tools OGG_CONFIGURE_OFF= --disable-ogg OGG_LIB_DEPENDS= libogg.so:audio/libogg OGG123_DESC= Use ogg123 from vorbis-tools OGG123_RUN_DEPENDS= ogg123:audio/vorbis-tools OGM_DESC= Use ogmtools for manipulating with OGM files OGM_RUN_DEPENDS= ogmmerge:multimedia/ogmtools OPENCV_CONFIGURE_OFF= --disable-opencv OPENCV_LIB_DEPENDS= libopencv_calib3d.so:graphics/opencv \ libopencv_core.so:graphics/opencv SCHROEDINGER_CONFIGURE_OFF= --disable-dirac SCHROEDINGER_LIB_DEPENDS= libschroedinger-1.0.so:multimedia/schroedinger SSWF_DESC= Use sswf for manipulating with Flash movies SSWF_RUN_DEPENDS= sswf:graphics/sswf THEORA_CONFIGURE_OFF= --disable-theora THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora OPTIMIZED_CFLAGS_CONFIGURE_ON= --enable-turbo PROJECTM_CONFIGURE_OFF= --disable-projectM PROJECTM_DESC= projectM support PROJECTM_LIB_DEPENDS= libprojectM.so:graphics/libprojectm PULSEAUDIO_CONFIGURE_OFF= --disable-pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio RUNTIME_DESC= Runtime detected utilities V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_CONFIGURE_OFF= --disable-v4l V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l WAYLAND_CONFIGURE_OFF= --disable-wayland WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libwayland-egl.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland WMCTRL_DESC= Install wmctrl WMCTRL_RUN_DEPENDS= wmctrl:x11/wmctrl YOUTUBE_DL_DESC= Install youtube-dl YOUTUBE_DL_RUN_DEPENDS= youtube-dl:www/youtube_dl YOUTUBE_DLC_DESC= Install youtube-dlc YOUTUBE_DLC_RUN_DEPENDS= youtube-dlc:www/youtube_dlc YOUTUBE_DLX_DESC= Install youtube-dl (runtime check) X264_RUN_DEPENDS= x264:multimedia/x264 XDG_SCREENSAVER_DESC= Used to disable screensaver during playback XDG_SCREENSAVER_RUN_DEPENDS= xdg-screensaver:devel/xdg-utils XDOTOOL_DESC= Install xdotool XDOTOOL_RUN_DEPENDS= xdotool:x11/xdotool XWININFO_DESC= Used for external window capture XWININFO_RUN_DEPENDS= xwininfo:x11/xwininfo post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ 's/^LIBS = $$/&@LIBS@/' @${REINPLACE_CMD} -e 's|/usr/local/lib/|${LOCALBASE}/lib/|g' \ ${WRKSRC}/lives-plugins/weed-plugins/frei0r.c @${REINPLACE_CMD} 's|/usr/bin/perl|${perl_CMD}|' \ ${WRKSRC}/build-lives-rfx-plugin pre-build-NLS-on: @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-DOXYGEN-on: @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR_REL}/html \ -not -type d >> ${TMPPLIST}) .include Index: head/multimedia/zoneminder/Makefile =================================================================== --- head/multimedia/zoneminder/Makefile (revision 566597) +++ head/multimedia/zoneminder/Makefile (revision 566598) @@ -1,123 +1,122 @@ # $FreeBSD$ PORTNAME= zoneminder PORTVERSION= 1.34.21 PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru COMMENT= Complete security camera solution, fully web based with image analysis LICENSE= GPLv2 ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \ p5-Sys-Mmap>=0:devel/p5-Sys-Mmap \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Sys-CPU>=0:devel/p5-Sys-CPU \ p5-Sys-MemInfo>=0:devel/p5-Sys-MemInfo \ p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-SOAP-WSDL>=0:devel/p5-SOAP-WSDL \ p5-Data-UUID>=0:devel/p5-Data-UUID \ p5-IO-Socket-Multicast>=0:net/p5-IO-Socket-Multicast \ p5-Number-Bytes-Human>=0:devel/p5-Number-Bytes-Human \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ ffmpeg:multimedia/ffmpeg BUILD_DEPENDS= ${ZM_DEPENDS} LIB_DEPENDS= libx264.so:multimedia/libx264 \ libmp4v2.so:multimedia/mp4v2 \ libgcrypt.so:security/libgcrypt RUN_DEPENDS= ${ZM_DEPENDS} \ sudo:security/sudo \ p5-Device-SerialPort>=0:comms/p5-Device-SerialPort \ p5-Crypt-Eksblowfish>=0:security/p5-Crypt-Eksblowfish \ p5-Data-Entropy>=0:security/p5-Data-Entropy \ zip:archivers/zip USES= cmake:insource,noninja jpeg mysql perl5 php shebangfix ssl USE_GITHUB= yes GH_PROJECT= zoneminder GH_TUPLE= zoneminder:crud:0bd63fb:crud \ zoneminder:CakePHP-Enum-Behavior:ea90c0c:crud_plugin USE_RC_SUBR= zoneminder USE_PHP= json pdo_mysql session gd sockets ctype opcache openssl hash OPTIONS_DEFINE= NLS V4L OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l -PKGMESSAGE= ${MASTERDIR}/pkg-message PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message SHEBANG_FILES= scripts/zmaudit.pl.in \ scripts/zmcamtool.pl.in \ scripts/zmcontrol.pl.in \ scripts/zmdc.pl.in \ scripts/zmfilter.pl.in \ scripts/zmpkg.pl.in \ scripts/zmstats.pl.in \ scripts/zmtelemetry.pl.in \ scripts/zmtrack.pl.in \ scripts/zmtrigger.pl.in \ scripts/zmupdate.pl.in \ scripts/zmvideo.pl.in \ scripts/zmwatch.pl.in \ scripts/zmx10.pl.in \ scripts/zmonvif-probe.pl.in \ scripts/zmrecover.pl.in CMAKE_ARGS+= -DZM_PERL_MM_PARMS=INSTALLDIRS=site \ -DZM_CONFIG_DIR=${PREFIX}/etc \ -DZM_CONFIG_SUBDIR=${PREFIX}/etc/zoneminder \ -DZM_WEBDIR=${WWWDIR} \ -DZM_CGIDIR=${WWWDIR}/cgi-bin \ -DZM_CONTENTDIR=/var/db/zoneminder \ -DZM_MANPAGE_DEST_PREFIX=${PREFIX}/man \ -DHAVE_SENDFILE=0 \ -DZM_NO_CURL=ON \ -DZM_NO_LIBVLC=ON \ -DPCRE_LIBRARIES=0 \ -DZM_PATH_MAP=/tmp \ -DGNUTLS_LIBRARIES=0 \ -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" .include .if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200000 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-CMakeLists.txt .endif RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: ${CP} -R ${WRKSRC_crud}/* ${WRKSRC}/web/api/app/Plugin/Crud ${CP} -R ${WRKSRC_crud_plugin}/* ${WRKSRC}/web/api/app/Plugin/CakePHP-Enum-Behavior ${REINPLACE_CMD} -e 's|/dev/shm|/tmp|g' ${WRKSRC}/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in post-patch: # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -i .c++20 's/"version/&.txt/' \ ${WRKSRC}/CMakeLists.txt pre-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/temp ${MKDIR} ${STAGEDIR}${WWWDIR}/api/app/tmp ${MKDIR} ${STAGEDIR}/var/cache/zoneminder ${MKDIR} ${STAGEDIR}/var/cache/zoneminder/events ${MKDIR} ${STAGEDIR}/var/cache/zoneminder/images ${MKDIR} ${STAGEDIR}/var/db/zoneminder ${MKDIR} ${STAGEDIR}/var/run/zm ${MKDIR} ${STAGEDIR}/var/tmp/zm .include Index: head/net-mgmt/Makefile =================================================================== --- head/net-mgmt/Makefile (revision 566597) +++ head/net-mgmt/Makefile (revision 566598) @@ -1,408 +1,408 @@ # $FreeBSD$ # COMMENT = Network management tools SUBDIR += 2ping SUBDIR += TkTopNetFlows SUBDIR += adcli SUBDIR += aggregate SUBDIR += aircrack-ng SUBDIR += alertmanager SUBDIR += ap-utils SUBDIR += argus3 SUBDIR += argus3-clients SUBDIR += arpscan SUBDIR += arpwatch SUBDIR += arts++ SUBDIR += bandwhich SUBDIR += bandwidthd SUBDIR += bgpq3 SUBDIR += bgpq4 SUBDIR += bgpuma SUBDIR += blackbox_exporter SUBDIR += bosun SUBDIR += bpft SUBDIR += braa SUBDIR += bsnmp-regex SUBDIR += bsnmp-ucd SUBDIR += bwm-ng SUBDIR += cacti SUBDIR += cacti-spine SUBDIR += cacti88-spine SUBDIR += carbon-relay-ng SUBDIR += carbonzipper SUBDIR += cdpd SUBDIR += cdpr SUBDIR += cdpsnarf SUBDIR += centreon-clib SUBDIR += check_ipmi_sensor SUBDIR += check_logfiles SUBDIR += check_mk_agent SUBDIR += check_multi SUBDIR += check_mysql_health SUBDIR += check_nwc_health SUBDIR += check_ssl_cert SUBDIR += check_ups_health SUBDIR += chillispot SUBDIR += choparp SUBDIR += cidr SUBDIR += ciscoconf SUBDIR += clog SUBDIR += cnagios SUBDIR += collectd5 SUBDIR += confregdecode SUBDIR += coovachilli SUBDIR += cowpatty SUBDIR += cricket SUBDIR += darkstat SUBDIR += devmon SUBDIR += devmon-templates SUBDIR += dhcdrop SUBDIR += dhcp_probe SUBDIR += disco SUBDIR += dnsmap SUBDIR += docsis SUBDIR += driftnet SUBDIR += ehnt SUBDIR += etherape SUBDIR += ettercap SUBDIR += fastnetmon SUBDIR += fetchconfig SUBDIR += flow-tools SUBDIR += flowd SUBDIR += flowviewer SUBDIR += fprobe SUBDIR += glpi-plugins-fusioninventory-server SUBDIR += gnu-ipcalc SUBDIR += grepcidr SUBDIR += grepip SUBDIR += grok_exporter SUBDIR += gsnmp SUBDIR += guifi-snpservices SUBDIR += hastmon SUBDIR += icinga2 SUBDIR += icingaweb2 SUBDIR += icingaweb2-module-businessprocess SUBDIR += icingaweb2-module-cube SUBDIR += icingaweb2-module-director SUBDIR += icingaweb2-module-elasticsearch SUBDIR += icingaweb2-module-fileshipper SUBDIR += icingaweb2-module-generictts SUBDIR += icingaweb2-module-grafana SUBDIR += icingaweb2-module-graphite SUBDIR += icingaweb2-module-idoreports SUBDIR += icingaweb2-module-ipl SUBDIR += icingaweb2-module-map SUBDIR += icingaweb2-module-pdfexport SUBDIR += icingaweb2-module-reactbundle SUBDIR += icingaweb2-module-reporting SUBDIR += icingaweb2-module-vsphere SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += iftop SUBDIR += intel-snap SUBDIR += ipacctd SUBDIR += ipaudit SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += iprange SUBDIR += ipv6calc SUBDIR += ipv6gen SUBDIR += ipv6mon SUBDIR += irrtoolset SUBDIR += isic SUBDIR += jnettop SUBDIR += kapacitor SUBDIR += kismet SUBDIR += klg SUBDIR += lg SUBDIR += librenms SUBDIR += libsmi SUBDIR += lldpd SUBDIR += mbrowse SUBDIR += mdata-client SUBDIR += metronome SUBDIR += midpoint SUBDIR += mk-livestatus SUBDIR += monitoring-plugins SUBDIR += mrtg SUBDIR += mrtg-ping-probe SUBDIR += mtrace SUBDIR += mysql-snmp SUBDIR += mysqld_exporter SUBDIR += nagcon SUBDIR += nagios SUBDIR += nagios-certexp-plugin - SUBDIR += nagios-check_bacula9 SUBDIR += nagios-check_bacula11 + SUBDIR += nagios-check_bacula9 SUBDIR += nagios-check_clamav SUBDIR += nagios-check_cpu_usage SUBDIR += nagios-check_dhcp.pl SUBDIR += nagios-check_email_delivery SUBDIR += nagios-check_hdd_health SUBDIR += nagios-check_hp_bladechassis SUBDIR += nagios-check_mysql_slave SUBDIR += nagios-check_netsnmp SUBDIR += nagios-check_ports SUBDIR += nagios-check_postgres SUBDIR += nagios-check_puppet SUBDIR += nagios-check_relayd_status SUBDIR += nagios-check_smartmon SUBDIR += nagios-check_tftp SUBDIR += nagios-check_zpools SUBDIR += nagios-geom SUBDIR += nagios-openldap-plugins SUBDIR += nagios-pf-plugin SUBDIR += nagios-plugins SUBDIR += nagios-snmp-plugins SUBDIR += nagios-snmp-plugins-extras SUBDIR += nagios4 SUBDIR += nagiosgraph SUBDIR += nagiosql SUBDIR += nagircbot SUBDIR += nagnu SUBDIR += nagstamon SUBDIR += nagtail SUBDIR += nagvis SUBDIR += nbtscan SUBDIR += ndoutils SUBDIR += ndpmon SUBDIR += net-snmp SUBDIR += netbox SUBDIR += netdata SUBDIR += netdata-go SUBDIR += netdisco SUBDIR += netdisco-mibs SUBDIR += netdot SUBDIR += netleak SUBDIR += netmagis-common SUBDIR += netmagis-database SUBDIR += netmagis-detecteq SUBDIR += netmagis-metro SUBDIR += netmagis-servers SUBDIR += netmagis-topo SUBDIR += netmagis-utils SUBDIR += netmagis-www SUBDIR += netmask SUBDIR += netspoc SUBDIR += netustad SUBDIR += networkmgr SUBDIR += netxms SUBDIR += nfdump SUBDIR += nfs-exporter SUBDIR += nfsen SUBDIR += ng_ipacct SUBDIR += nitpicker SUBDIR += nrpe3 SUBDIR += nsca SUBDIR += nsca-client SUBDIR += nsca-ng SUBDIR += nsca-ng-client SUBDIR += nsca27 SUBDIR += nsca27-client SUBDIR += nsd_exporter SUBDIR += nstat SUBDIR += nvidia_gpu_prometheus_exporter SUBDIR += observium SUBDIR += ocsinventory-agent SUBDIR += ocsinventory-ocsreports SUBDIR += ocsinventory-server SUBDIR += omping SUBDIR += openbmp SUBDIR += openlldp SUBDIR += openvmps SUBDIR += p0f SUBDIR += p0f2 SUBDIR += p5-AnyEvent-SNMP SUBDIR += p5-BigIP-iControl SUBDIR += p5-Cflow SUBDIR += p5-Cisco-CopyConfig SUBDIR += p5-Cisco-Reconfig SUBDIR += p5-Data-Validate-IP SUBDIR += p5-FusionInventory-Agent SUBDIR += p5-MRTG-Parse SUBDIR += p5-Mon SUBDIR += p5-Monitoring-Livestatus SUBDIR += p5-Monitoring-Plugin SUBDIR += p5-NSNMP SUBDIR += p5-Nagios-Object SUBDIR += p5-Nagios-Plugin SUBDIR += p5-Nagios-Plugin-Beanstalk SUBDIR += p5-Nagios-Plugin-LDAP SUBDIR += p5-Nagios-Plugins-Memcached SUBDIR += p5-Net-ACL SUBDIR += p5-Net-Abuse-Utils SUBDIR += p5-Net-Abuse-Utils-Spamhaus SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-ILO SUBDIR += p5-Net-IP SUBDIR += p5-Net-IP-Match-Regexp SUBDIR += p5-Net-IP-Match-XS SUBDIR += p5-Net-IP-Resolver SUBDIR += p5-Net-IP-XS SUBDIR += p5-Net-IPAddress SUBDIR += p5-Net-IPv4Addr SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-NSCA-Client SUBDIR += p5-Net-Netmask SUBDIR += p5-Net-OpenVPN-Manage SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SNMP-Util SUBDIR += p5-Net-SNMPTrapd SUBDIR += p5-Net-Telnet-Cisco-IOS SUBDIR += p5-NetAddr-IP SUBDIR += p5-NetAddr-IP-Lite SUBDIR += p5-NetApp SUBDIR += p5-POE-Component-SNMP SUBDIR += p5-RDR-Collector SUBDIR += p5-SNMP-Info SUBDIR += p5-SNMP-MIB-Compiler SUBDIR += p5-SNMP-Simple SUBDIR += p5-SNMP-Trapinfo SUBDIR += p5-SNMP-Util SUBDIR += p5-SNMP_Session SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP SUBDIR += p5-Xymon SUBDIR += p5-Xymon-Client SUBDIR += p5-Xymon-Server SUBDIR += p5-Zenoss SUBDIR += p5-jmx4perl SUBDIR += packit SUBDIR += pads SUBDIR += pancho SUBDIR += pandorafms_agent SUBDIR += pandorafms_console SUBDIR += pandorafms_server SUBDIR += percona-monitoring-plugins SUBDIR += pftabled SUBDIR += php73-snmp SUBDIR += php74-snmp SUBDIR += php80-snmp SUBDIR += phpfpm_exporter SUBDIR += phpipam SUBDIR += phpweathermap SUBDIR += ping_exporter SUBDIR += pktstat SUBDIR += pmacct SUBDIR += pnp SUBDIR += pnp-icinga2 SUBDIR += portmon SUBDIR += prometheus-collectd-exporter SUBDIR += prometheus1 SUBDIR += prometheus2 SUBDIR += pushgateway SUBDIR += py-adal SUBDIR += py-aggregate6 SUBDIR += py-arouteserver SUBDIR += py-ciscoconfparse SUBDIR += py-dnsdiag SUBDIR += py-ipcalc SUBDIR += py-ipy SUBDIR += py-junos-eznc SUBDIR += py-msrest SUBDIR += py-msrestazure SUBDIR += py-napalm SUBDIR += py-napalm-logs SUBDIR += py-ncclient SUBDIR += py-nxapi-plumbing SUBDIR += py-prometheus-client SUBDIR += py-pyIOSXR SUBDIR += py-pyang SUBDIR += py-pyeapi SUBDIR += py-pynxos SUBDIR += py-pysmi SUBDIR += py-pysnmp SUBDIR += py-pysnmp-mibs SUBDIR += py-pyzabbix SUBDIR += py-snmp_passpersist SUBDIR += py-snmpclitools SUBDIR += rackmonkey SUBDIR += rancid3 SUBDIR += rate SUBDIR += rcpd SUBDIR += remarp SUBDIR += resource-agents SUBDIR += riemann SUBDIR += riemann-c-client SUBDIR += rotorouter SUBDIR += routers2 SUBDIR += routers2-extensions SUBDIR += routers2-extras SUBDIR += rrdbot SUBDIR += rtrlib SUBDIR += rubygem-blimpy SUBDIR += rubygem-checkson SUBDIR += rubygem-oxidized SUBDIR += rubygem-oxidized-script SUBDIR += rubygem-oxidized-web SUBDIR += rubygem-riemann-client SUBDIR += rubygem-riemann-dash SUBDIR += rubygem-riemann-rabbitmq SUBDIR += rubygem-riemann-tail SUBDIR += rubygem-riemann-tools SUBDIR += rubygem-snmp SUBDIR += rubygem-visage-app SUBDIR += sblim-wbemcli SUBDIR += sdig SUBDIR += seafile-client SUBDIR += seafile-gui SUBDIR += seafile-server SUBDIR += semaphore SUBDIR += send SUBDIR += sendip SUBDIR += sipcalc SUBDIR += sjitter SUBDIR += smokeping SUBDIR += snmp4nagios SUBDIR += snmptt SUBDIR += softflowd SUBDIR += spectools SUBDIR += ssgless SUBDIR += statsite SUBDIR += subcalc SUBDIR += super_mediator SUBDIR += sysmon SUBDIR += tcpreplay SUBDIR += tcptrack SUBDIR += telegraf SUBDIR += thanos SUBDIR += torrus SUBDIR += triton-guesttools SUBDIR += unbound_exporter SUBDIR += unifi-devel SUBDIR += unifi-lts SUBDIR += unifi-poller SUBDIR += unifi5 SUBDIR += unifi6 SUBDIR += virt-viewer SUBDIR += wdiag SUBDIR += whatmask SUBDIR += wifimgr SUBDIR += wmi-client SUBDIR += xymon-client SUBDIR += xymon-server SUBDIR += yaf SUBDIR += zabbix3-agent SUBDIR += zabbix3-frontend SUBDIR += zabbix3-java SUBDIR += zabbix3-proxy SUBDIR += zabbix3-server SUBDIR += zabbix4-agent SUBDIR += zabbix4-frontend SUBDIR += zabbix4-java SUBDIR += zabbix4-proxy SUBDIR += zabbix4-server SUBDIR += zabbix5-agent SUBDIR += zabbix5-frontend SUBDIR += zabbix5-java SUBDIR += zabbix5-proxy SUBDIR += zabbix5-server SUBDIR += zabbix52-agent SUBDIR += zabbix52-frontend SUBDIR += zabbix52-java SUBDIR += zabbix52-proxy SUBDIR += zabbix52-server .include Index: head/net-p2p/jackett/Makefile =================================================================== --- head/net-p2p/jackett/Makefile (revision 566597) +++ head/net-p2p/jackett/Makefile (revision 566598) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= jackett PORTVERSION= 0.17.568 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Jackett/Jackett/releases/download/ DISTNAME= v${PORTVERSION}/Jackett.Binaries.Mono MAINTAINER= michiel@vanbaak.eu COMMENT= Torznab proxy implementation of the Newznab API LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= mono>0:lang/mono USE_RC_SUBR= jackett +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/Jackett USERS= jackett GROUPS= jackett - -NOARCH= yes post-patch: @${RM} ${WRKSRC}/install_service_macos ${WRKSRC}/install_service_systemd.sh do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR} .include Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile (revision 566597) +++ head/sysutils/Makefile (revision 566598) @@ -1,1563 +1,1563 @@ # $FreeBSD$ # COMMENT = System utilities SUBDIR += 3dm SUBDIR += 3mux SUBDIR += 44bsd-more SUBDIR += 915resolution SUBDIR += LPRng SUBDIR += LPRngTool SUBDIR += R-cran-fs SUBDIR += R-cran-processx SUBDIR += R-cran-ps SUBDIR += R-cran-xopen SUBDIR += UEFITool SUBDIR += abduco SUBDIR += abgx360 SUBDIR += accounts-qml-module SUBDIR += accountsservice SUBDIR += acerhdf-kmod SUBDIR += acfgfs SUBDIR += acltool SUBDIR += acpi_call SUBDIR += acpica-tools SUBDIR += acts SUBDIR += adtool SUBDIR += afbinit SUBDIR += afflib SUBDIR += afio SUBDIR += agedu SUBDIR += ah-tty SUBDIR += aimage SUBDIR += aird SUBDIR += alfio SUBDIR += am-utils SUBDIR += amazon-ssm-agent SUBDIR += amdmsrtweaker SUBDIR += amrstat SUBDIR += amtc SUBDIR += anacron SUBDIR += and SUBDIR += android-file-transfer SUBDIR += android-file-transfer-qt5 SUBDIR += angrysearch SUBDIR += ansible SUBDIR += ansible-iocage SUBDIR += ansible-kld SUBDIR += ansible-sysrc SUBDIR += ansible27 SUBDIR += ansible28 SUBDIR += anvil SUBDIR += apache-mesos SUBDIR += apachetop SUBDIR += apcctrl SUBDIR += apcpwr SUBDIR += apcupsd SUBDIR += aptly SUBDIR += arcconf SUBDIR += archivemount SUBDIR += ascpu SUBDIR += asfsm SUBDIR += asmctl SUBDIR += asmem SUBDIR += asmon SUBDIR += asusoled SUBDIR += atf-master SUBDIR += atf-rk3328 SUBDIR += atf-rk3399 SUBDIR += atf-sun50i_a64 SUBDIR += atf-sun50i_h6 SUBDIR += atitvout SUBDIR += atop SUBDIR += auto-admin SUBDIR += autojump SUBDIR += automount SUBDIR += automounter SUBDIR += autopsy SUBDIR += avfs SUBDIR += azure-agent SUBDIR += b2sum SUBDIR += b43-fwcutter SUBDIR += backuppc SUBDIR += backuppc-devel SUBDIR += backuppc4 SUBDIR += backupuser - SUBDIR += bacula9-client - SUBDIR += bacula9-client-static - SUBDIR += bacula9-docs - SUBDIR += bacula9-server SUBDIR += bacula11-client SUBDIR += bacula11-client-static SUBDIR += bacula11-docs SUBDIR += bacula11-server + SUBDIR += bacula9-client + SUBDIR += bacula9-client-static + SUBDIR += bacula9-docs + SUBDIR += bacula9-server SUBDIR += baloo-widgets SUBDIR += bamf SUBDIR += bareos-client SUBDIR += bareos-server SUBDIR += bareos-traymonitor SUBDIR += bareos17-client SUBDIR += bareos17-client-static SUBDIR += bareos17-server SUBDIR += bareos18-client SUBDIR += bareos18-server SUBDIR += bareos18-traymonitor SUBDIR += bareos19-client SUBDIR += bareos19-server SUBDIR += bareos19-traymonitor SUBDIR += barrier SUBDIR += bashtop SUBDIR += bastille SUBDIR += batmon SUBDIR += battmond SUBDIR += battray SUBDIR += bchunk SUBDIR += beadm SUBDIR += beadm-devel SUBDIR += beats6 SUBDIR += beats7 SUBDIR += bfs SUBDIR += bhyve-firmware SUBDIR += bhyve-rc SUBDIR += biosfont SUBDIR += bkpupsd SUBDIR += bksh SUBDIR += boot-extract SUBDIR += boxbackup-devel SUBDIR += bpytop SUBDIR += brasero SUBDIR += bsd-splash-changer SUBDIR += bsdconfig SUBDIR += bsdcrashtar SUBDIR += bsdfan SUBDIR += bsdhwmon SUBDIR += bsdinfo SUBDIR += bsdisks SUBDIR += bsdstats SUBDIR += bstack SUBDIR += btsixad SUBDIR += bulk_extractor SUBDIR += burp SUBDIR += burp-devel SUBDIR += busybox SUBDIR += bvm SUBDIR += byobu SUBDIR += catfish SUBDIR += cbsd SUBDIR += cbsd-mq-router SUBDIR += ccd2iso SUBDIR += cciss_vol_status SUBDIR += ccze SUBDIR += cdargs SUBDIR += cdbkup SUBDIR += cdeploy SUBDIR += cdircmp SUBDIR += cdrdao SUBDIR += cdrkit SUBDIR += cdroot SUBDIR += cdrtools SUBDIR += cdrtools-devel SUBDIR += cfengine SUBDIR += cfengine-devel SUBDIR += cfengine-masterfiles SUBDIR += cfengine-masterfiles-devel SUBDIR += cfengine-masterfiles310 SUBDIR += cfengine-masterfiles311 SUBDIR += cfengine-masterfiles314 SUBDIR += cfengine-masterfiles315 SUBDIR += cfengine-masterfiles316 SUBDIR += cfengine-masterfiles317 SUBDIR += cfengine310 SUBDIR += cfengine311 SUBDIR += cfengine314 SUBDIR += cfengine315 SUBDIR += cfengine316 SUBDIR += cfengine317 SUBDIR += chaoskube SUBDIR += checkrestart SUBDIR += chgrep SUBDIR += choria SUBDIR += chyves SUBDIR += cinnamon-control-center SUBDIR += cinnamon-settings-daemon SUBDIR += ciso SUBDIR += ciso-maker SUBDIR += ck4up SUBDIR += clean SUBDIR += clockspeed SUBDIR += clone SUBDIR += clonehdd SUBDIR += cloudabi-utils SUBDIR += clsync SUBDIR += cluster-glue SUBDIR += cmdwatch SUBDIR += cmocka SUBDIR += cmockery2 SUBDIR += cmogstored SUBDIR += cmospwd SUBDIR += colorize SUBDIR += conan SUBDIR += confctl SUBDIR += conky SUBDIR += conky-awesome SUBDIR += conman SUBDIR += consolehm SUBDIR += consolekit2 SUBDIR += consul SUBDIR += consul-alerts SUBDIR += consul-replicate SUBDIR += consul_exporter SUBDIR += container-diff SUBDIR += contractor SUBDIR += copytape SUBDIR += coreos-ct SUBDIR += coreutils SUBDIR += cpdup SUBDIR += cpu SUBDIR += cpu-x SUBDIR += cpuburn SUBDIR += cpuid SUBDIR += cpuid2cpuflags SUBDIR += cpulimit SUBDIR += cpupdate SUBDIR += cramfs SUBDIR += crashme SUBDIR += crate SUBDIR += cronic SUBDIR += cronolog SUBDIR += cronolog-devel SUBDIR += ctop SUBDIR += currtime SUBDIR += cw SUBDIR += daa2iso SUBDIR += dae SUBDIR += daemonize SUBDIR += daemontools SUBDIR += daemontools-encore SUBDIR += daggy SUBDIR += dar SUBDIR += datadog-agent SUBDIR += datadog-integrations SUBDIR += dateutils SUBDIR += dc3dd SUBDIR += dcfldd SUBDIR += dd_rescue SUBDIR += ddpt SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap SUBDIR += deltarpm SUBDIR += deltup SUBDIR += desktop-installer SUBDIR += detox SUBDIR += devcpu-data SUBDIR += devstat SUBDIR += dfc SUBDIR += di SUBDIR += digdag SUBDIR += dim SUBDIR += dirdiff SUBDIR += direnv SUBDIR += direvent SUBDIR += dirvish SUBDIR += diskcheckd SUBDIR += diskimage-tools SUBDIR += diskonaut SUBDIR += diskscrub SUBDIR += disktype SUBDIR += dmg2img SUBDIR += dmidecode SUBDIR += dnf SUBDIR += docker SUBDIR += docker-compose SUBDIR += docker-credential-pass SUBDIR += docker-machine SUBDIR += docker-registry SUBDIR += doctl SUBDIR += doinkd SUBDIR += dolly SUBDIR += downtimed SUBDIR += dsbbatmon SUBDIR += dsbdriverd SUBDIR += dsblogoutmgr SUBDIR += dsbmc SUBDIR += dsbmc-cli SUBDIR += dsbmd SUBDIR += dsbsu SUBDIR += dsbwrtsysctl SUBDIR += dtc SUBDIR += dtpstree SUBDIR += dtrace-toolkit SUBDIR += du2ps SUBDIR += dua-cli SUBDIR += duf SUBDIR += duff SUBDIR += dunst SUBDIR += dupd SUBDIR += duplicity SUBDIR += duply SUBDIR += dupmerge SUBDIR += dvd+rw-tools SUBDIR += dvdbackup SUBDIR += dvdimagecmp SUBDIR += dvdisaster SUBDIR += dvdvideo SUBDIR += dvtm SUBDIR += dwatch SUBDIR += dwatch-gource SUBDIR += dwatch-json SUBDIR += dwatch-pwsnoop SUBDIR += e2fsprogs SUBDIR += ebsnvme-id SUBDIR += ec2-scripts SUBDIR += eclat SUBDIR += edid-decode SUBDIR += edk2 SUBDIR += eject SUBDIR += eksctl SUBDIR += endian SUBDIR += enteruser SUBDIR += entr SUBDIR += env4801 SUBDIR += envconsul SUBDIR += epazote SUBDIR += etc_os-release SUBDIR += etcmerge SUBDIR += etcupdate SUBDIR += ethname SUBDIR += evhz SUBDIR += evisum SUBDIR += evtviewer SUBDIR += exa SUBDIR += exfat-utils SUBDIR += extipl SUBDIR += ezjail SUBDIR += f3 SUBDIR += facter SUBDIR += fanout SUBDIR += fatback SUBDIR += fcode-utils SUBDIR += fconfig SUBDIR += fcron SUBDIR += fd SUBDIR += fdupes SUBDIR += fetchlog SUBDIR += ffs2recov SUBDIR += file SUBDIR += filedupe SUBDIR += filelight SUBDIR += fileprune SUBDIR += fileschanged SUBDIR += filetype SUBDIR += filevercmp SUBDIR += filewatcherd SUBDIR += finfo SUBDIR += firstboot-freebsd-update SUBDIR += firstboot-growfs SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom SUBDIR += flexbackup SUBDIR += flock SUBDIR += flog SUBDIR += flowgger SUBDIR += fluent-bit SUBDIR += fonteditfs SUBDIR += foremost SUBDIR += fortunelock SUBDIR += fpart SUBDIR += fpc-syslog SUBDIR += fpc-users SUBDIR += fpc-utmp SUBDIR += fpc-uuid SUBDIR += frand SUBDIR += freebsd-snapshot SUBDIR += freecolor SUBDIR += freedt SUBDIR += freeipmi SUBDIR += freesbie SUBDIR += froxlor SUBDIR += fsbackup SUBDIR += fsc SUBDIR += fsearch SUBDIR += fselect SUBDIR += fstyp SUBDIR += fswatch-mon SUBDIR += ftwin SUBDIR += fusefs-afuse SUBDIR += fusefs-bindfs SUBDIR += fusefs-chironfs SUBDIR += fusefs-cryptofs SUBDIR += fusefs-curlftpfs SUBDIR += fusefs-encfs SUBDIR += fusefs-exfat SUBDIR += fusefs-ext2 SUBDIR += fusefs-funionfs SUBDIR += fusefs-fusepak SUBDIR += fusefs-gitfs SUBDIR += fusefs-hfsfuse SUBDIR += fusefs-httpdirfs SUBDIR += fusefs-httpfs SUBDIR += fusefs-ifuse SUBDIR += fusefs-jmtpfs SUBDIR += fusefs-libs SUBDIR += fusefs-libs3 SUBDIR += fusefs-lkl SUBDIR += fusefs-mhddfs SUBDIR += fusefs-mp3fs SUBDIR += fusefs-ntfs SUBDIR += fusefs-ntfs-compression SUBDIR += fusefs-pod SUBDIR += fusefs-rar2fs SUBDIR += fusefs-s3backer SUBDIR += fusefs-s3fs SUBDIR += fusefs-sandboxfs SUBDIR += fusefs-securefs SUBDIR += fusefs-simple-mtpfs SUBDIR += fusefs-smbnetfs SUBDIR += fusefs-sqlfs SUBDIR += fusefs-squashfuse SUBDIR += fusefs-sshfs SUBDIR += fusefs-unionfs SUBDIR += fusefs-webdavfs SUBDIR += fusefs-zip SUBDIR += fvcool SUBDIR += fwup SUBDIR += gaffitter SUBDIR += ganglia-monitor-core SUBDIR += ganglia-webfrontend SUBDIR += gapcmon SUBDIR += garcon SUBDIR += gather SUBDIR += gconf-editor SUBDIR += gdisk SUBDIR += gdmap SUBDIR += genisoimage SUBDIR += geomWatch SUBDIR += getdelta SUBDIR += geteltorito SUBDIR += getssl SUBDIR += gigolo SUBDIR += gitwatch SUBDIR += gkfreq SUBDIR += gkleds2 SUBDIR += gkrellflynn SUBDIR += gkrellm-trayicons SUBDIR += gkrellm2 SUBDIR += gkrelltop SUBDIR += gksu SUBDIR += glogg SUBDIR += glow SUBDIR += gnome-control-center SUBDIR += gnome-power-manager SUBDIR += gnome-settings-daemon SUBDIR += gnome-system-monitor SUBDIR += gnome_subr SUBDIR += go-btfs SUBDIR += go-wtf SUBDIR += goaccess SUBDIR += goawk SUBDIR += gomi SUBDIR += gomplate SUBDIR += google-compute-engine-oslogin SUBDIR += gotop SUBDIR += gpart SUBDIR += graffer SUBDIR += graid5 SUBDIR += graveman SUBDIR += graylog SUBDIR += grub2-bhyve SUBDIR += gsh SUBDIR += gsmartcontrol SUBDIR += gstopd SUBDIR += gstreamer1-plugins-cdio SUBDIR += gtk-imonc SUBDIR += hardlink SUBDIR += hare SUBDIR += hared SUBDIR += hatop SUBDIR += hcloud SUBDIR += hdrecover SUBDIR += healthd SUBDIR += heirloom SUBDIR += helm SUBDIR += hexpeek SUBDIR += hextools SUBDIR += hexyl SUBDIR += hfsexplorer SUBDIR += hfsutils SUBDIR += hid-tools SUBDIR += highlnk SUBDIR += hilite SUBDIR += host-setup SUBDIR += hostctl SUBDIR += hourglass SUBDIR += hpacucli SUBDIR += hploscripts SUBDIR += hptcli SUBDIR += hs-cputype SUBDIR += hstr SUBDIR += htop SUBDIR += httplog SUBDIR += hw-probe SUBDIR += hwstat SUBDIR += i2c-tools SUBDIR += i7z SUBDIR += iat SUBDIR += iichid SUBDIR += immortal SUBDIR += incron SUBDIR += inotify-tools SUBDIR += installwatch SUBDIR += intel-nvmupdate SUBDIR += intel-pcm SUBDIR += intel-pcm-devel SUBDIR += intel-undervolt SUBDIR += inxi SUBDIR += ioc SUBDIR += iocage SUBDIR += iocage-devel SUBDIR += iocell SUBDIR += iograph SUBDIR += iohyve SUBDIR += ioping SUBDIR += ipa SUBDIR += ipad_charge SUBDIR += ipdbtools SUBDIR += ipfs-go SUBDIR += ipget SUBDIR += ipmitool SUBDIR += ipsc SUBDIR += isc-cron SUBDIR += isomaster SUBDIR += istatserver SUBDIR += istio SUBDIR += jadm SUBDIR += jail-primer SUBDIR += jail_exporter SUBDIR += jailadmin SUBDIR += jaildaemon SUBDIR += jailme SUBDIR += jailrc SUBDIR += jailutils SUBDIR += javaservicewrapper SUBDIR += jdiskreport SUBDIR += jdupes SUBDIR += jest SUBDIR += jkill SUBDIR += jobd SUBDIR += jps SUBDIR += jruls SUBDIR += jstest-gtk SUBDIR += jtop SUBDIR += jtopen SUBDIR += jvmtop SUBDIR += k3b SUBDIR += k4dirstat SUBDIR += k8temp SUBDIR += kbackup SUBDIR += kcron SUBDIR += kdeadmin SUBDIR += kdebugsettings SUBDIR += kdf SUBDIR += kdialog SUBDIR += keyboard-daemon SUBDIR += kf5-baloo SUBDIR += kf5-kwallet SUBDIR += kfloppy SUBDIR += khelpcenter SUBDIR += kiconvtool SUBDIR += kio-fuse SUBDIR += kldfind SUBDIR += kldpatch SUBDIR += kops SUBDIR += krename SUBDIR += kshutdown SUBDIR += ksystemlog SUBDIR += kubectl SUBDIR += lava SUBDIR += lbl-cf SUBDIR += lbl-hf SUBDIR += lcdproc SUBDIR += ldap-account-manager SUBDIR += ldapvi SUBDIR += ledit SUBDIR += less SUBDIR += lfm SUBDIR += libcdio SUBDIR += libcdio-paranoia SUBDIR += libchk SUBDIR += libcpuid SUBDIR += libdnf SUBDIR += libfvde SUBDIR += libg15 SUBDIR += libg15render SUBDIR += libgksu SUBDIR += libieee1284 SUBDIR += libretto-config SUBDIR += libsunacl SUBDIR += libsysstat SUBDIR += libudisks SUBDIR += liburcu SUBDIR += lineak-defaultplugin SUBDIR += lineak-xosdplugin SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-c7-dosfstools SUBDIR += linux-c7-lttng-ust SUBDIR += linux-c7-numactl-libs SUBDIR += linux-c7-userspace-rcu SUBDIR += linux-rkbin SUBDIR += linuxfdisk SUBDIR += lizardfs SUBDIR += lmmon SUBDIR += lmon SUBDIR += lnav SUBDIR += lockfile-progs SUBDIR += loganalyzer SUBDIR += logrotate SUBDIR += logstalgia SUBDIR += logstash-forwarder SUBDIR += logstash5 SUBDIR += logstash6 SUBDIR += logstash7 SUBDIR += logtool SUBDIR += logwatch SUBDIR += lookat SUBDIR += lr SUBDIR += lsblk SUBDIR += lscpu SUBDIR += lsd SUBDIR += lsof SUBDIR += lsop SUBDIR += lsyncd SUBDIR += ltfs SUBDIR += ltrace SUBDIR += lttng-tools SUBDIR += lttng-ust SUBDIR += luckybackup SUBDIR += lxinput SUBDIR += lxqt-admin SUBDIR += lxqt-config SUBDIR += lxqt-policykit SUBDIR += lxqt-qtplugin SUBDIR += lxsplit SUBDIR += lxtask SUBDIR += lxterminal SUBDIR += mac_nonet SUBDIR += mac_rtprio SUBDIR += mackerel-agent SUBDIR += magicrescue SUBDIR += manck SUBDIR += mapchan SUBDIR += mapdir SUBDIR += massadmin SUBDIR += mate-control-center SUBDIR += mate-polkit SUBDIR += mate-power-manager SUBDIR += mate-settings-daemon SUBDIR += mate-system-monitor SUBDIR += mbgtools SUBDIR += mcelog SUBDIR += mcfly SUBDIR += mcollective SUBDIR += mcollective-actionpolicy-auth SUBDIR += mcollective-nettest-agent SUBDIR += mcollective-nettest-client SUBDIR += mcollective-nettest-common SUBDIR += mcollective-nrpe-agent SUBDIR += mcollective-nrpe-client SUBDIR += mcollective-nrpe-common SUBDIR += mcollective-puppet-agent SUBDIR += mcollective-puppet-client SUBDIR += mcollective-puppet-common SUBDIR += mcollective-service-agent SUBDIR += mcollective-service-client SUBDIR += mcollective-service-common SUBDIR += mcollective-shell-agent SUBDIR += mcollective-shell-client SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdf2iso SUBDIR += megacli SUBDIR += megarc SUBDIR += memdump SUBDIR += memfetch SUBDIR += memtest86 SUBDIR += memtest86+ SUBDIR += memtester SUBDIR += metalog SUBDIR += mfid SUBDIR += mgeupsd SUBDIR += minikube SUBDIR += minimunin SUBDIR += minipot SUBDIR += minipro SUBDIR += minirsyslogd SUBDIR += mixer SUBDIR += mkdesktop SUBDIR += mkfwimage SUBDIR += mkntpwd SUBDIR += mmc-utils SUBDIR += mmve SUBDIR += mnrpes SUBDIR += modman SUBDIR += modules SUBDIR += mog SUBDIR += monit SUBDIR += monitord SUBDIR += monitorix SUBDIR += moosefs2-cgi SUBDIR += moosefs2-cgiserv SUBDIR += moosefs2-chunkserver SUBDIR += moosefs2-cli SUBDIR += moosefs2-client SUBDIR += moosefs2-master SUBDIR += moosefs2-metalogger SUBDIR += moosefs2-netdump SUBDIR += moosefs3-cgi SUBDIR += moosefs3-cgiserv SUBDIR += moosefs3-chunkserver SUBDIR += moosefs3-cli SUBDIR += moosefs3-client SUBDIR += moosefs3-master SUBDIR += moosefs3-metalogger SUBDIR += moosefs3-netdump SUBDIR += moreutils SUBDIR += most SUBDIR += mountsmb2 SUBDIR += mping SUBDIR += mptd SUBDIR += msiklm SUBDIR += msktutil SUBDIR += mstflint SUBDIR += mstflint-lite SUBDIR += msyslog SUBDIR += mtm SUBDIR += mtpfs SUBDIR += mtxorbd SUBDIR += multitail SUBDIR += munin-common SUBDIR += munin-contrib SUBDIR += munin-master SUBDIR += munin-node SUBDIR += muse SUBDIR += mybashburn SUBDIR += myrescue SUBDIR += n98-magerun SUBDIR += nagios-statd SUBDIR += namefix SUBDIR += nbosd SUBDIR += ncdu SUBDIR += ndmpd SUBDIR += neofetch SUBDIR += netevent SUBDIR += nfcutils SUBDIR += nfs-over-tls SUBDIR += nitrogen SUBDIR += nix SUBDIR += nmrpflash SUBDIR += no-login SUBDIR += node_exporter SUBDIR += nomad SUBDIR += nomad-pot-driver SUBDIR += npadmin SUBDIR += nq SUBDIR += nrg2iso SUBDIR += nss_ndb SUBDIR += nsysctl SUBDIR += ntfy SUBDIR += nut SUBDIR += nut-devel SUBDIR += nvclock SUBDIR += nvimpager SUBDIR += nvme-cli SUBDIR += nvramtool SUBDIR += oak SUBDIR += obliterate SUBDIR += oc SUBDIR += odo SUBDIR += ods2 SUBDIR += ohmu SUBDIR += omnibackup SUBDIR += onefetch SUBDIR += open SUBDIR += opencorsairlink SUBDIR += openipmi SUBDIR += opensbi SUBDIR += openseachest SUBDIR += openshift-install-devel SUBDIR += openshift-install45 SUBDIR += openshift-install46 SUBDIR += openupsd SUBDIR += openzfs SUBDIR += openzfs-kmod SUBDIR += osinfo-db-tools SUBDIR += p5-App-RunCron SUBDIR += p5-App-ZFSCurses SUBDIR += p5-BSD-Jail-Object SUBDIR += p5-BSD-Process SUBDIR += p5-BSD-Sysctl SUBDIR += p5-BSD-getloadavg SUBDIR += p5-BackupPC-XS SUBDIR += p5-Brackup SUBDIR += p5-Dir-Purge SUBDIR += p5-File-BackupCopy SUBDIR += p5-File-Cmp SUBDIR += p5-File-DirCompare SUBDIR += p5-File-Listing SUBDIR += p5-File-Log SUBDIR += p5-File-Next SUBDIR += p5-File-Rename SUBDIR += p5-File-Signature SUBDIR += p5-File-Stat-Bits SUBDIR += p5-File-Stat-ModeString SUBDIR += p5-File-Tee SUBDIR += p5-File-Which SUBDIR += p5-Filesys-Df SUBDIR += p5-Filesys-DfPortable SUBDIR += p5-Filesys-DiskFree SUBDIR += p5-Filesys-DiskSpace SUBDIR += p5-Filesys-DiskUsage SUBDIR += p5-Filesys-Statvfs SUBDIR += p5-Filesys-ZFS SUBDIR += p5-Fuse SUBDIR += p5-Fuse-Simple SUBDIR += p5-Giovanni SUBDIR += p5-Iterator-File SUBDIR += p5-Lchown SUBDIR += p5-Linux-Cpuinfo SUBDIR += p5-Log-Colorize-Helper SUBDIR += p5-Log-Syslog-Constants SUBDIR += p5-Log-Syslog-Fast SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Network SUBDIR += p5-MogileFS-Server SUBDIR += p5-MogileFS-Utils SUBDIR += p5-Monitor-Simple SUBDIR += p5-Plugtools SUBDIR += p5-Plugtools-Plugins-HomeOU SUBDIR += p5-Probe-Perl SUBDIR += p5-Proc-PidUtil SUBDIR += p5-Proc-ProcessTable-Colorizer SUBDIR += p5-Proc-ProcessTable-InfoString SUBDIR += p5-Proc-ProcessTable-Match SUBDIR += p5-Proc-ProcessTable-ncps SUBDIR += p5-Proclet SUBDIR += p5-Quota SUBDIR += p5-Rex SUBDIR += p5-Samba-SIDhelper SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron SUBDIR += p5-Schedule-Cron-Events SUBDIR += p5-Schedule-Load SUBDIR += p5-Schedule-Match SUBDIR += p5-Shell-Command SUBDIR += p5-Stat-lsMode SUBDIR += p5-Sys-CpuLoad SUBDIR += p5-Sys-Filesystem SUBDIR += p5-Sys-Gamin SUBDIR += p5-Sys-Group-GIDhelper SUBDIR += p5-Sys-HostIP SUBDIR += p5-Sys-Hostname-FQDN SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-Sys-Load SUBDIR += p5-Sys-Syslog SUBDIR += p5-Sys-User-UIDhelper SUBDIR += p5-Sysadm-Install SUBDIR += p5-SyslogScan SUBDIR += p5-Tail-Stat SUBDIR += p5-Tie-Syslog SUBDIR += p5-Ubic SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Lsof SUBDIR += p5-Unix-Mknod SUBDIR += p5-Unix-Processors SUBDIR += p5-Unix-Syslog SUBDIR += p5-User SUBDIR += p5-arclog SUBDIR += p5-reslog SUBDIR += packer SUBDIR += packmule SUBDIR += pacman SUBDIR += paicc SUBDIR += paladin SUBDIR += pam_mount SUBDIR += panicmail SUBDIR += parafly SUBDIR += parallel SUBDIR += parkverbot SUBDIR += pass-otp SUBDIR += pass-update SUBDIR += password-store SUBDIR += passwordsafe SUBDIR += patchelf SUBDIR += pax-utils SUBDIR += pbimaker SUBDIR += pc-networkmanager SUBDIR += pcapfix SUBDIR += pciutils SUBDIR += pcpustat SUBDIR += pdixtract SUBDIR += pdumpfs SUBDIR += pear-Cache SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-File_Fstab SUBDIR += pear-File_Gettext SUBDIR += pear-Horde_Log SUBDIR += pear-Horde_Vfs SUBDIR += pear-I18Nv2 SUBDIR += pear-Log SUBDIR += pear-Translation2 SUBDIR += pecl-proctitle SUBDIR += pefs-kmod SUBDIR += perp SUBDIR += personality SUBDIR += pesign SUBDIR += pfetch SUBDIR += pflogx SUBDIR += pfstat SUBDIR += pftables SUBDIR += pftop SUBDIR += php73-fileinfo SUBDIR += php73-posix SUBDIR += php74-fileinfo SUBDIR += php74-posix SUBDIR += php80-fileinfo SUBDIR += php80-posix SUBDIR += phybs SUBDIR += pick SUBDIR += pidof SUBDIR += pies SUBDIR += pipemeter SUBDIR += plasma-pass SUBDIR += plasma5-discover SUBDIR += plasma5-drkonqi SUBDIR += plasma5-kde-cli-tools SUBDIR += plasma5-kinfocenter SUBDIR += plasma5-kmenuedit SUBDIR += plasma5-ksysguard SUBDIR += plasma5-libksysguard SUBDIR += plasma5-plasma-disks SUBDIR += plasma5-polkit-kde-agent-1 SUBDIR += plasma5-powerdevil SUBDIR += plasma5-systemsettings SUBDIR += plconfig SUBDIR += pmt SUBDIR += pnscan SUBDIR += policykit SUBDIR += policykit-gnome SUBDIR += polkit SUBDIR += polkit-gnome SUBDIR += polkit-qt SUBDIR += pot SUBDIR += potnet SUBDIR += powerdxx SUBDIR += powerman SUBDIR += powermon SUBDIR += pp SUBDIR += pprotectd SUBDIR += prelink SUBDIR += prips SUBDIR += procenv SUBDIR += procmap SUBDIR += progsreiserfs SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstacku SUBDIR += pstree SUBDIR += puppet-lint SUBDIR += puppet-mode.el SUBDIR += puppet5 SUBDIR += puppet6 SUBDIR += puppet7 SUBDIR += puppetserver5 SUBDIR += puppetserver6 SUBDIR += puppetserver7 SUBDIR += pv SUBDIR += pwd_unmkdb SUBDIR += pwgen SUBDIR += pwol SUBDIR += pwsafe SUBDIR += pxattr SUBDIR += py-ansible-lint SUBDIR += py-ansible-runner SUBDIR += py-azure-cli SUBDIR += py-azure-cli-acr SUBDIR += py-azure-cli-base SUBDIR += py-azure-cli-core SUBDIR += py-azure-cli-telemetry SUBDIR += py-bitrot SUBDIR += py-borgmatic SUBDIR += py-cron-descriptor SUBDIR += py-croniter SUBDIR += py-dict-toolbox SUBDIR += py-diffoscope SUBDIR += py-dirsync SUBDIR += py-distro SUBDIR += py-dlipower SUBDIR += py-docker SUBDIR += py-drmaa SUBDIR += py-execnet SUBDIR += py-filelike SUBDIR += py-filelock SUBDIR += py-focker SUBDIR += py-glances SUBDIR += py-google-compute-engine SUBDIR += py-hared SUBDIR += py-hcloud SUBDIR += py-honcho SUBDIR += py-hpilo SUBDIR += py-iowait SUBDIR += py-jailconf SUBDIR += py-leviathan SUBDIR += py-liquidctl SUBDIR += py-mitogen SUBDIR += py-mqttwarn SUBDIR += py-nagiosplugin SUBDIR += py-packet-python SUBDIR += py-pkginfo SUBDIR += py-ploy SUBDIR += py-ploy_ezjail SUBDIR += py-plumbum SUBDIR += py-power SUBDIR += py-psutil SUBDIR += py-psutil121 SUBDIR += py-ptyprocess SUBDIR += py-py-cpuinfo SUBDIR += py-python-consul SUBDIR += py-python-consul2 SUBDIR += py-python-crontab SUBDIR += py-python-nomad SUBDIR += py-pytsk SUBDIR += py-pywatchman SUBDIR += py-pyznap - SUBDIR += py-queuelib SUBDIR += py-qmk + SUBDIR += py-queuelib SUBDIR += py-ranger SUBDIR += py-rdiff-backup SUBDIR += py-resolve-march-native SUBDIR += py-salt SUBDIR += py-salt-2019 SUBDIR += py-scandir SUBDIR += py-scarab SUBDIR += py-supervisor SUBDIR += py-tarsnapper SUBDIR += py-tmuxp SUBDIR += py-upt SUBDIR += py-upt-cpan SUBDIR += py-upt-freebsd SUBDIR += py-upt-pypi SUBDIR += py-upt-rubygems SUBDIR += py-uptime SUBDIR += py-zdaemon SUBDIR += py-zfs-autobackup SUBDIR += pydf SUBDIR += qchroot SUBDIR += qdirstat SUBDIR += qjail SUBDIR += qjail54 SUBDIR += qlogtools SUBDIR += qsudo SUBDIR += qt5-qtdiag SUBDIR += qt5-qtpaths SUBDIR += qt5-qtplugininfo SUBDIR += qtpass SUBDIR += quickjail SUBDIR += quicksynergy SUBDIR += racktables SUBDIR += radeontool SUBDIR += radeontop SUBDIR += radmind SUBDIR += rainbarf SUBDIR += raincoat SUBDIR += rcadm SUBDIR += rclean SUBDIR += rcm SUBDIR += rdate SUBDIR += rdup SUBDIR += read-edid SUBDIR += recoverdm SUBDIR += reed SUBDIR += reggae SUBDIR += rej SUBDIR += relaxconf SUBDIR += rename SUBDIR += renameutils SUBDIR += reoback SUBDIR += reptyr SUBDIR += respond SUBDIR += rest-server SUBDIR += restic SUBDIR += retail SUBDIR += rex SUBDIR += rhc SUBDIR += riak-cs SUBDIR += rinse SUBDIR += rmlint SUBDIR += rocr SUBDIR += roct SUBDIR += rovclock SUBDIR += rpi-firmware SUBDIR += rsfetch SUBDIR += rshim-user-space SUBDIR += rsnapshot SUBDIR += rsyncbackup SUBDIR += rsyncrypto SUBDIR += rsyslog8 SUBDIR += rtsx-kmod SUBDIR += rtty SUBDIR += rubygem-backup SUBDIR += rubygem-bolt SUBDIR += rubygem-bosh-gen SUBDIR += rubygem-bundler SUBDIR += rubygem-bundler1 SUBDIR += rubygem-bundler_ext SUBDIR += rubygem-capistrano SUBDIR += rubygem-capistrano-ext SUBDIR += rubygem-capistrano-harrow SUBDIR += rubygem-chef SUBDIR += rubygem-chef-api SUBDIR += rubygem-chef-bin SUBDIR += rubygem-chef-config SUBDIR += rubygem-chef-dk SUBDIR += rubygem-chef-telemetry SUBDIR += rubygem-chef-utils SUBDIR += rubygem-chef-utils15 SUBDIR += rubygem-chef-vault SUBDIR += rubygem-chef-zero SUBDIR += rubygem-choria-mcorpc-support SUBDIR += rubygem-facter SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluent-plugin-config-expander SUBDIR += rubygem-fluent-plugin-file-alternative SUBDIR += rubygem-fluent-plugin-graylog SUBDIR += rubygem-fluent-plugin-tail-asis SUBDIR += rubygem-fluentd SUBDIR += rubygem-fssm SUBDIR += rubygem-god SUBDIR += rubygem-guard SUBDIR += rubygem-guard-compat SUBDIR += rubygem-guard-cucumber SUBDIR += rubygem-guard-livereload SUBDIR += rubygem-guard-minitest SUBDIR += rubygem-guard-rspec SUBDIR += rubygem-hammer_cli SUBDIR += rubygem-hammer_cli_foreman SUBDIR += rubygem-hammer_cli_foreman_bootdisk SUBDIR += rubygem-hammer_cli_foreman_salt SUBDIR += rubygem-hammer_cli_foreman_ssh SUBDIR += rubygem-hiera SUBDIR += rubygem-hiera-eyaml SUBDIR += rubygem-hiera-file SUBDIR += rubygem-hieracles SUBDIR += rubygem-httplog SUBDIR += rubygem-itamae SUBDIR += rubygem-librarian-puppet SUBDIR += rubygem-license-acceptance SUBDIR += rubygem-log4r SUBDIR += rubygem-logify SUBDIR += rubygem-mogilefs-client SUBDIR += rubygem-mothra SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-parallel SUBDIR += rubygem-puppet_forge SUBDIR += rubygem-puppetfile-resolver SUBDIR += rubygem-puppetserver-ca SUBDIR += rubygem-r10k SUBDIR += rubygem-rubyipmi SUBDIR += rubygem-serverspec SUBDIR += rubygem-shellany SUBDIR += rubygem-smart_proxy_chef SUBDIR += rubygem-smart_proxy_dynflow SUBDIR += rubygem-smart_proxy_remote_execution_ssh SUBDIR += rubygem-smart_proxy_salt SUBDIR += rubygem-specinfra SUBDIR += rubygem-sys-admin SUBDIR += rubygem-sys-cpu SUBDIR += rubygem-sys-filesystem SUBDIR += rubygem-sys-host SUBDIR += rubygem-sys-proctable SUBDIR += rubygem-sys-uname SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-syslog-logger SUBDIR += rubygem-teamocil SUBDIR += rubygem-tmuxinator SUBDIR += rubygem-vagrant-bhyve SUBDIR += rubygem-vagrant-mutate SUBDIR += rubygem-vagrant-vbguest SUBDIR += rubygem-vagrant_cloud SUBDIR += rubygem-vmstat SUBDIR += rubygem-win32-file SUBDIR += rubygem-win32-file-security SUBDIR += rubygem-win32-file-stat SUBDIR += rubygem-winrm SUBDIR += rubygem-winrm-elevated SUBDIR += rubygem-winrm-fs SUBDIR += rubygem-yell SUBDIR += rundeck2 SUBDIR += rundeck3 SUBDIR += runit SUBDIR += runit-faster SUBDIR += runwhen SUBDIR += rw SUBDIR += s-tui SUBDIR += s6 SUBDIR += s6-rc SUBDIR += safe-rm SUBDIR += safecat SUBDIR += safecopy SUBDIR += samdruckerclientshell SUBDIR += samefile SUBDIR += samesame SUBDIR += sample SUBDIR += sanoid SUBDIR += sanoid-devel SUBDIR += sas2ircu SUBDIR += sas3ircu SUBDIR += savelogs SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond SUBDIR += scanmem SUBDIR += scct SUBDIR += schedutils SUBDIR += screen SUBDIR += screenfetch SUBDIR += screenfetch-nox11 SUBDIR += screenie SUBDIR += scterc SUBDIR += sd-agent SUBDIR += sdparm SUBDIR += seatd SUBDIR += seatools SUBDIR += sec SUBDIR += sensu-go SUBDIR += serf SUBDIR += setcdboot SUBDIR += sformat SUBDIR += sg3_utils SUBDIR += shim SUBDIR += shlock SUBDIR += shmcat SUBDIR += showbeastie SUBDIR += shuf SUBDIR += siegfried SUBDIR += signon-kwallet-extension SUBDIR += signon-plugin-oauth2 SUBDIR += signon-qt5 SUBDIR += signon-ui SUBDIR += slack SUBDIR += sleuthkit SUBDIR += slst SUBDIR += slurm-wlm SUBDIR += smart SUBDIR += smartmontools SUBDIR += smenu SUBDIR += smp_utils SUBDIR += snap SUBDIR += snmp_exporter SUBDIR += snooze SUBDIR += sockaddr SUBDIR += socket SUBDIR += socklog SUBDIR += solaar SUBDIR += spcm SUBDIR += spindown SUBDIR += spinner SUBDIR += spiped SUBDIR += squashfs-tools SUBDIR += ssd_report SUBDIR += sshsudo SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid SUBDIR += stanchion SUBDIR += stepsync SUBDIR += storcli SUBDIR += stow SUBDIR += stowES SUBDIR += stress SUBDIR += stressdisk SUBDIR += superiotool SUBDIR += swapd SUBDIR += swapexd SUBDIR += swapmon SUBDIR += swapusage SUBDIR += sweeper SUBDIR += symlinks SUBDIR += symon SUBDIR += synergy SUBDIR += synergy-1 SUBDIR += sysctlbyname-improved-kmod SUBDIR += sysctlinfo-kmod SUBDIR += sysgather SUBDIR += sysinfo SUBDIR += syslinux SUBDIR += syslog-ng SUBDIR += syslog-ng327 SUBDIR += syslogger SUBDIR += sysrc SUBDIR += sysvbanner SUBDIR += tai64nfrac SUBDIR += tarsnap SUBDIR += tarsnap-gui SUBDIR += tarsnap-periodic SUBDIR += tartarus SUBDIR += tbku SUBDIR += tclsyslog SUBDIR += tcplist SUBDIR += tdir SUBDIR += tealdeer SUBDIR += tenshi SUBDIR += terraform SUBDIR += terraform-docs SUBDIR += terraform-provider-gridscale SUBDIR += terraform-provider-vultr SUBDIR += terraform-switcher SUBDIR += terragrunt SUBDIR += testdisk SUBDIR += thefish SUBDIR += timelimit SUBDIR += timemon SUBDIR += tiramisu SUBDIR += titlefix SUBDIR += tkdvd SUBDIR += tlsdate SUBDIR += tm SUBDIR += tmate SUBDIR += tmate-ssh-server SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux SUBDIR += tmux-mem-cpu-load SUBDIR += tmux23 SUBDIR += topless SUBDIR += torque SUBDIR += toshctl SUBDIR += toybox SUBDIR += tracker SUBDIR += tracker-miners SUBDIR += tree SUBDIR += triton SUBDIR += trueos-libqt5 SUBDIR += ts SUBDIR += tty-clock SUBDIR += ttyd SUBDIR += ttyload SUBDIR += tuptime SUBDIR += turbostat SUBDIR += tw_cli SUBDIR += twmn SUBDIR += tzdialog SUBDIR += u-boot-a13-olinuxino SUBDIR += u-boot-a64-olinuxino SUBDIR += u-boot-bananapi SUBDIR += u-boot-bananapim2 SUBDIR += u-boot-beaglebone SUBDIR += u-boot-chip SUBDIR += u-boot-clearfog SUBDIR += u-boot-cubieboard SUBDIR += u-boot-cubieboard2 SUBDIR += u-boot-cubox-hummingboard SUBDIR += u-boot-duovero SUBDIR += u-boot-firefly-rk3399 SUBDIR += u-boot-imx-serial-loader SUBDIR += u-boot-master SUBDIR += u-boot-nanopi-a64 SUBDIR += u-boot-nanopi-m1plus SUBDIR += u-boot-nanopi-neo SUBDIR += u-boot-nanopi-neo-air SUBDIR += u-boot-nanopi-neo2 SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-olinuxino-lime2 SUBDIR += u-boot-olinuxino-lime2-emmc SUBDIR += u-boot-orangepi-one SUBDIR += u-boot-orangepi-pc SUBDIR += u-boot-orangepi-pc-plus SUBDIR += u-boot-orangepi-pc2 SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-orangepi-r1 SUBDIR += u-boot-orangepi-zero SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 SUBDIR += u-boot-pine-h64 SUBDIR += u-boot-pine64 SUBDIR += u-boot-pine64-lts SUBDIR += u-boot-pinebook SUBDIR += u-boot-pinebookpro SUBDIR += u-boot-qemu-arm SUBDIR += u-boot-qemu-arm64 SUBDIR += u-boot-qemu-riscv64 SUBDIR += u-boot-riotboard SUBDIR += u-boot-rock-pi-4 SUBDIR += u-boot-rock64 SUBDIR += u-boot-rockpro64 SUBDIR += u-boot-rpi SUBDIR += u-boot-rpi-0-w SUBDIR += u-boot-rpi-arm64 SUBDIR += u-boot-rpi2 SUBDIR += u-boot-rpi3 SUBDIR += u-boot-rpi3-32 SUBDIR += u-boot-rpi4 SUBDIR += u-boot-sifive-fu540 SUBDIR += u-boot-sinovoip-bpi-m3 SUBDIR += u-boot-sopine SUBDIR += u-boot-sopine-spi SUBDIR += u-boot-tools SUBDIR += u-boot-utilite SUBDIR += u-boot-wandboard SUBDIR += ua SUBDIR += ucspi-ipc SUBDIR += ucspi-proxy SUBDIR += ucspi-ssl SUBDIR += ucspi-tcp SUBDIR += ucspi-unix SUBDIR += udfclient SUBDIR += uefi-edk2-bhyve SUBDIR += uefi-edk2-bhyve-csm SUBDIR += uefi-edk2-qemu SUBDIR += ufetch SUBDIR += ufs_copy SUBDIR += uhidd SUBDIR += uif2iso SUBDIR += unetbootin SUBDIR += unieject SUBDIR += uniutils SUBDIR += unquote SUBDIR += unstow SUBDIR += upower SUBDIR += upsdaemon SUBDIR += uptimed SUBDIR += usb_modeswitch SUBDIR += usbhid-dump SUBDIR += usbhotkey SUBDIR += usbtop SUBDIR += usbutils SUBDIR += uschedule SUBDIR += userinfo SUBDIR += userlist SUBDIR += usermatic SUBDIR += usermin SUBDIR += userneu SUBDIR += userneu-devel SUBDIR += usrinfo SUBDIR += utcount SUBDIR += vagrant SUBDIR += vbetool SUBDIR += vchanger SUBDIR += vcp SUBDIR += vector SUBDIR += videogen SUBDIR += vii SUBDIR += vils SUBDIR += vimpager SUBDIR += virt-what SUBDIR += virtualmin SUBDIR += vivid SUBDIR += vm-bhyve SUBDIR += vmdktool SUBDIR += vmtouch SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog SUBDIR += vpnc-scripts SUBDIR += vttest SUBDIR += vzvol SUBDIR += wait_on SUBDIR += watchfolder SUBDIR += watchman SUBDIR += watchmen SUBDIR += webjob SUBDIR += webmin SUBDIR += weedit SUBDIR += wemux SUBDIR += whatpix SUBDIR += whowatch SUBDIR += wiimms SUBDIR += wimlib SUBDIR += wmapmload SUBDIR += wmbluecpu SUBDIR += wmbsdbatt SUBDIR += wmcube SUBDIR += wmdiskmon SUBDIR += wmflame SUBDIR += wmmemfree SUBDIR += wmmemload SUBDIR += wmscript SUBDIR += wmtop SUBDIR += wmupmon SUBDIR += worldtools SUBDIR += wuzzah SUBDIR += x86info SUBDIR += xbatt SUBDIR += xbattbar SUBDIR += xcdroast SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xe SUBDIR += xe-guest-utilities SUBDIR += xen-guest-tools SUBDIR += xen-tools SUBDIR += xfburn SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-bsdcpufreq-plugin SUBDIR += xfce4-cpugraph-plugin SUBDIR += xfce4-diskperf-plugin SUBDIR += xfce4-fsguard-plugin SUBDIR += xfce4-genmon-plugin SUBDIR += xfce4-mount-plugin SUBDIR += xfce4-netload-plugin SUBDIR += xfce4-places-plugin SUBDIR += xfce4-power-manager SUBDIR += xfce4-settings SUBDIR += xfce4-systemload-plugin SUBDIR += xfce4-wavelan-plugin SUBDIR += xfsm SUBDIR += xfsprogs SUBDIR += xin SUBDIR += xjobs SUBDIR += xmbmon SUBDIR += xorriso SUBDIR += xosview SUBDIR += xpipe SUBDIR += xstow SUBDIR += xsysstats SUBDIR += xvidcap SUBDIR += yadm SUBDIR += yank SUBDIR += z SUBDIR += zap SUBDIR += zbackup SUBDIR += zeitgeist SUBDIR += zeroer SUBDIR += zetaback SUBDIR += zetaback-devel SUBDIR += zfs-periodic SUBDIR += zfs-replicate SUBDIR += zfs-snap-diff SUBDIR += zfs-snapshot-clean SUBDIR += zfs-snapshot-mgmt SUBDIR += zfs-stats SUBDIR += zfs-stats-lite SUBDIR += zfsnap SUBDIR += zfsnap2 SUBDIR += zfstools SUBDIR += zidrav SUBDIR += zisofs-tools SUBDIR += znapzend SUBDIR += zogftw SUBDIR += zoxide SUBDIR += zrep SUBDIR += zrepl SUBDIR += zsd SUBDIR += zsm SUBDIR += zxfer .include Index: head/sysutils/cinnamon-settings-daemon/Makefile =================================================================== --- head/sysutils/cinnamon-settings-daemon/Makefile (revision 566597) +++ head/sysutils/cinnamon-settings-daemon/Makefile (revision 566598) @@ -1,86 +1,85 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ PORTNAME= cinnamon-settings-daemon PORTVERSION= 4.8.5 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Cinnamon desktop settings daemon LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= cinnamon-session:x11/cinnamon-session \ xf86-input-wacom>0:x11-drivers/xf86-input-wacom \ gln:sysutils/coreutils LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libpolkit-gobject-1.so:sysutils/polkit \ libgudev-1.0.so:devel/libgudev \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libcolord.so:graphics/colord \ liblcms2.so:graphics/lcms2 \ libcinnamon-desktop.so:x11/cinnamon-desktop \ libxklavier.so:x11/libxklavier \ libnspr4.so:devel/nspr \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libupower-glib.so:sysutils/upower \ libpulse.so:audio/pulseaudio \ libnotify.so:devel/libnotify \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= cinnamon-session:x11/cinnamon-session USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig \ python:3.5+,build shebangfix xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libgnomekbd librsvg2 USE_XORG= x11 xext xfixes xi xtst USE_GITHUB= yes GH_ACCOUNT= linuxmint MESON_ARGS= -Duse_logind=disabled SHEBANG_GLOB= *.py BINARY_ALIAS= ln=gln INSTALLS_ICONS= yes USE_LDCONFIG= yes GLIB_SCHEMAS= org.cinnamon.settings-daemon.enums.xml \ org.cinnamon.settings-daemon.peripherals.gschema.xml \ org.cinnamon.settings-daemon.peripherals.wacom.gschema.xml \ org.cinnamon.settings-daemon.plugins.color.gschema.xml \ org.cinnamon.settings-daemon.plugins.gschema.xml \ org.cinnamon.settings-daemon.plugins.housekeeping.gschema.xml \ org.cinnamon.settings-daemon.plugins.media-keys.gschema.xml \ org.cinnamon.settings-daemon.plugins.power.gschema.xml \ org.cinnamon.settings-daemon.plugins.xrandr.gschema.xml \ org.cinnamon.settings-daemon.plugins.xsettings.gschema.xml -OPTIONS_SUB= yes OPTIONS_DEFINE= CUPS SMARTCARD WACOM OPTIONS_DEFAULT=CUPS SMARTCARD WACOM OPTIONS_SUB= yes CUPS_MESON_ENABLED= use_cups CUPS_LIB_DEPENDS= libcups.so:print/cups SMARTCARD_DESC= Smartcard support SMARTCARD_MESON_ENABLED= enable_smartcard SMARTCARD_LIB_DEPENDS= libnss3.so:security/nss WACOM_DESC= Tablet support with libwacom WACOM_LIB_DEPENDS= libwacom.so:x11/libwacom post-patch: # Adhere to our hier(7). @${MKDIR} ${WRKSRC}/files${PREFIX} @${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files${PREFIX} .include Index: head/sysutils/consolekit2/Makefile =================================================================== --- head/sysutils/consolekit2/Makefile (revision 566597) +++ head/sysutils/consolekit2/Makefile (revision 566598) @@ -1,72 +1,71 @@ # Created by: FreeBSD GNOME Team # $FreeBSD$ PORTNAME= consolekit PORTVERSION= 1.2.1 PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= 2 DISTNAME= ConsoleKit2-${PORTVERSION} -MAINTAINER= desktop@FreeBSD.org # Support for DRM/evdev PATCH_SITES= https://github.com/myfreeweb/ConsoleKit2/commit/ PATCHFILES= 03eaa9779f2c9c7b0acf0521a5547036bdec2245.patch:-p1 \ 05f26e99539e7a442e57035ed6d64fdd9a50feb9.patch:-p1 \ ea4a569100dfa44a0c9d42b1cf7381fd8f88c837.patch:-p1 \ 18a058576d118dec428d81c7e2e3369d9ec939d0.patch:-p1 \ 42b8c93b2b7c2a57a74580531c73ab736e95336a.patch:-p1 MAINTAINER= desktop@FreeBSD.org COMMENT= Framework for defining and tracking users LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdrm.so:graphics/libdrm \ libevdev.so:devel/libevdev \ libudev.so:devel/libudev-devd OPTIONS_DEFINE= POLKIT X11 OPTIONS_DEFAULT=POLKIT X11 OPTIONS_SUB= yes POLKIT_DESC= Build with Polkit support POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit POLKIT_CONFIGURE_ENABLE= polkit X11_USES= xorg X11_USE= XORG=x11 WRKSRC= ${WRKDIR}/ConsoleKit2-${PORTVERSION} USES= autoreconf gettext gmake gnome libtool localbase pathfix pkgconfig \ tar:bzip2 USE_CSTD= gnu99 USE_GNOME= glib20 libxslt introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \ --enable-pam-module \ --with-pam-module-dir=${PREFIX}/lib \ --localstatedir=/var \ --enable-introspection \ --enable-libdrm \ --enable-libevdev \ --enable-libudev \ --without-html-dir \ --disable-udev-acl \ --disable-libcgmanager \ --without-systemdsystemunitdir INSTALL_TARGET= install-strip post-install: .for script in ck-system-hibernate ck-system-hybridsleep \ ck-system-restart ck-system-stop ck-system-suspend cd ${STAGEDIR}${PREFIX}/lib/ConsoleKit/scripts && \ ${MV} ${script} ${script}.sample .endfor .include Index: head/sysutils/plasma5-plasma-disks/Makefile =================================================================== --- head/sysutils/plasma5-plasma-disks/Makefile (revision 566597) +++ head/sysutils/plasma5-plasma-disks/Makefile (revision 566598) @@ -1,39 +1,39 @@ # $FreeBSD$ PORTNAME= plasma-disks DISTVERSION= ${KDE_PLASMA_VERSION} CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Monitors S.M.A.R.T. capable devices for imminent failure # XXX license # https://invent.kde.org/plasma/plasma-disks/-/tree/master/LICENSES LICENSE= BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL3 # FSF KDE-GPL KDE-LGPL LICENSE_COMB= multi #LICENSE_NAME_KDE-GPL= LicenseRef KDE Accepted GPL #LICENSE_NAME_KDE-LGPL= LicenseRef KDE Accepted LGPL LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSES/BSD-3-Clause.txt LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSES/CC0-1.0.txt LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES/GPL-2.0-only.txt LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt -LICENSE_FILE_LGPLv3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt +LICENSE_FILE_LGPL3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt #LICENSE_FILE_FSF= ${WRKSRC}/LICENSES/FSFAP.txt #LICENSE_PERMS_KDE-GPL= gpl3 #LICENSE_PERMS_KDE-LGPL= gpl3 RUN_DEPENDS= smartmontools>0:sysutils/smartmontools USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= activities config configwidgets coreaddons ecm ksysguard \ plasma-framework codecs service kio windowsystem auth i18n \ kdeclarative solid notifications dbusaddons widgetsaddons USE_QT= core dbus buildtools_build qmake_build quickcontrols network \ gui xml concurrent declarative widgets post-patch: ${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" \ ${WRKSRC}/src/helper.cpp .include Index: head/sysutils/tracker-miners/Makefile =================================================================== --- head/sysutils/tracker-miners/Makefile (revision 566597) +++ head/sysutils/tracker-miners/Makefile (revision 566598) @@ -1,71 +1,70 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= tracker-miners PORTVERSION= 2.3.5 PORTREVISION= 6 -PÖRTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Miners for tracker2 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libicuuc.so:devel/icu \ libupower-glib.so:sysutils/upower \ libexempi.so:textproc/exempi \ libcue.so:textproc/libcue \ libiptcdata.so:graphics/libiptcdata \ libFLAC.so:audio/flac \ libtotem-plparser.so:multimedia/totem-pl-parser \ libpoppler-glib.so:graphics/poppler-glib \ libpng.so:graphics/png \ libtag.so:audio/taglib \ libtiff.so:graphics/tiff \ libgif.so:graphics/giflib \ libvorbisfile.so:audio/libvorbis \ libgxps.so:graphics/libgxps \ libexif.so:graphics/libexif \ libgexiv2.so:graphics/gexiv2 \ libtracker-miner-2.0.so:sysutils/tracker PORTSCOUT= limitw:1,even USES= gettext gnome jpeg localbase:ldflags meson \ pathfix pkgconfig python:3.4+,build sqlite tar:xz USE_GNOME= cairo intltool libgsf libxml2 INSTALLS_ICONS= yes MESON_ARGS= -Dsystemd_user_services=no \ -Dcharset_detenction=icu \ -Dunicode_support=icu \ -Dstemmer=no # -Dbattery_detection=hal OPTIONS_SUB= yes OPTIONS_DEFINE= GSTREAMER RSS OPTIONS_DEFAULT= GSTREAMER RSS GSTREAMER_MESON_ON= -Dgeneric_media_extractor=gstreamer GSTREAMER_MESON_OFF= -Dgeneric_media_extractor=none GSTREAMER_USE= gstreamer1=yes RSS_DESC= Tracker RSS miner RSS_MESON_TRUE= miner_rss RSS_LIB_DEPENDS= libgrss.so:net/libgrss PLIST_SUB= LIBVER=0.2.0 GLIB_SCHEMAS= org.freedesktop.Tracker.Extract.gschema.xml \ org.freedesktop.Tracker.Miner.Files.gschema.xml \ org.freedesktop.Tracker.Writeback.gschema.xml \ org.freedesktop.TrackerMiners.enums.xml #post-install: # ${RM} -rf ${STAGEDIR}/${PREFIX}/lib/systemd .include Index: head/textproc/en-hunspell/Makefile =================================================================== --- head/textproc/en-hunspell/Makefile (revision 566597) +++ head/textproc/en-hunspell/Makefile (revision 566598) @@ -1,118 +1,117 @@ # $FreeBSD$ PORTNAME= hunspell PORTVERSION= 2020.12.07 CATEGORIES= textproc MASTER_SITES= SF/wordlist/speller/${PORTVERSION}/ PKGNAMEPREFIX= en- DISTFILES= hunspell-en_CA${CA_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_AU${AU_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_US${US_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_GB${GB_VARIANT}-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= English hunspell dictionaries LICENSE= BSD3CLAUSE USES= zip NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= ${DATADIR}/README_en_AU${AU_VARIANT}.txt \ ${DATADIR}/README_en_CA${CA_VARIANT}.txt \ ${DATADIR}/README_en_GB${GB_VARIANT}.txt \ ${DATADIR}/README_en_US${US_VARIANT}.txt \ ${DATADIR}/en_AU${AU_VARIANT}.aff \ ${DATADIR}/en_AU${AU_VARIANT}.dic \ ${DATADIR}/en_CA${CA_VARIANT}.aff \ ${DATADIR}/en_CA${CA_VARIANT}.dic \ ${DATADIR}/en_GB${GB_VARIANT}.dic \ ${DATADIR}/en_GB${GB_VARIANT}.aff \ ${DATADIR}/en_US${US_VARIANT}.aff \ ${DATADIR}/en_US${US_VARIANT}.dic \ ${DATADIR}/en_GB.dic \ ${DATADIR}/en_GB.aff COPY= -lh # Use hardlinks rather than copies under stage/ OPTIONS_RADIO= AU CA GB US OPTIONS_RADIO_AU= AU_STANDARD AU_LARGE -OPTIONS_RADIO_CA= CA_LARGE CA_STANDARD OPTIONS_RADIO_CA= CA_STANDARD CA_LARGE OPTIONS_RADIO_GB= GB_ISE GB_IZE GB_LARGE OPTIONS_RADIO_US= US_STANDARD US_LARGE OPTIONS_DEFAULT=AU_STANDARD CA_STANDARD GB_ISE US_STANDARD AU_LARGE_DESC= Dictionary with more words and multiple variants per word AU_STANDARD_DESC= Australian dictionary considered standard by maintainers CA_LARGE_DESC= Dictionary with more words and multiple variants per word CA_STANDARD_DESC= Canadian dictionary considered standard by maintainers GB_ISE_DESC= en_GB dictionary with -ise spelling GB_IZE_DESC= en_GB dictionary with -ize spelling GB_LARGE_DESC= Dictionary with more words and multiple variants per word US_LARGE_DESC= Dictionary with more words and multiple variants per word US_STANDARD_DESC= American dictionary considered standard by maintainers .for c in AU CA GB US . for v in STANDARD ISE IZE LARGE ${c}_${v}_VARS= ${c}_VARIANT=${v:S/STANDARD//:tl:C/^.+$/-&/} . endfor .endfor AU_LARGE_PLIST_FILES= ${DATADIR}/en_AU.aff ${DATADIR}/en_AU.dic CA_LARGE_PLIST_FILES= ${DATADIR}/en_CA.aff ${DATADIR}/en_CA.dic US_LARGE_PLIST_FILES= ${DATADIR}/en_US.aff ${DATADIR}/en_US.dic GBALIASES= en_AG en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW USALIASES= en_PH .for ALIAS in ${GBALIASES} ${USALIASES} PLIST_FILES+= ${DATADIR}/${ALIAS}.aff \ ${DATADIR}/${ALIAS}.dic .endfor do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/*.aff ${WRKSRC}/*.dic ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/README_*.txt ${STAGEDIR}${DATADIR}/ ${LN} -s en_GB${GB_VARIANT}.aff ${STAGEDIR}${DATADIR}/en_GB.aff ${LN} -s en_GB${GB_VARIANT}.dic ${STAGEDIR}${DATADIR}/en_GB.dic .for ALIAS in ${GBALIASES} ${LN} -s en_GB.aff ${STAGEDIR}${DATADIR}/${ALIAS}.aff ${LN} -s en_GB.dic ${STAGEDIR}${DATADIR}/${ALIAS}.dic .endfor .for ALIAS in ${USALIASES} ${LN} -s en_US.aff ${STAGEDIR}${DATADIR}/${ALIAS}.aff ${LN} -s en_US.dic ${STAGEDIR}${DATADIR}/${ALIAS}.dic .endfor do-install-AU_LARGE-on: ${LN} -s en_AU-large.aff ${STAGEDIR}${DATADIR}/en_AU.aff ${LN} -s en_AU-large.dic ${STAGEDIR}${DATADIR}/en_AU.dic do-install-CA_LARGE-on: ${LN} -s en_CA-large.aff ${STAGEDIR}${DATADIR}/en_CA.aff ${LN} -s en_CA-large.dic ${STAGEDIR}${DATADIR}/en_CA.dic do-install-US_LARGE-on: ${LN} -s en_US-large.aff ${STAGEDIR}${DATADIR}/en_US.aff ${LN} -s en_US-large.dic ${STAGEDIR}${DATADIR}/en_US.dic # maintainer section: .if defined(MAINTAINER_MODE) DISTFILES= hunspell-en_AU-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_AU-large-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_CA-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_CA-large-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_GB-ise-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_GB-ize-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_GB-large-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_US-${PORTVERSION}${EXTRACT_SUFX} \ hunspell-en_US-large-${PORTVERSION}${EXTRACT_SUFX} .endif .include Index: head/www/neon/Makefile =================================================================== --- head/www/neon/Makefile (revision 566597) +++ head/www/neon/Makefile (revision 566598) @@ -1,67 +1,67 @@ # Created by: Mikhail Teterin # $FreeBSD$ PORTNAME= neon PORTVERSION= 0.31.2 CATEGORIES= www MASTER_SITES= https://notroj.github.io/neon/ MAINTAINER= lev@FreeBSD.org COMMENT= HTTP and WebDAV client library for Unix systems LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/src/COPYING.LIB USES= libtool localbase:ldflags pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared OPTIONS_DEFINE= CA_BUNDLE DOCS GSSAPI NLS PROXY OPTIONS_DEFAULT= CA_BUNDLE EXPAT GSSAPI OPENSSL OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_SINGLE= XML OPTIONS_SINGLE_XML= EXPAT LIBXML2 CA_BUNDLE_DESC= Enable CA bundle for GnuTLS/OpenSSL -LIBXML_DESC= libxml2 XML parser support +LIBXML2_DESC= libxml2 XML parser support PROXY_DESC= libproxy support XML_DESC= XML parser library CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2 EXPAT_CONFIGURE_WITH= expat GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-ssl=gnutls GSSAPI_CONFIGURE_WITH= gssapi LIBXML2_CONFIGURE_WITH= libxml2 LIBXML2_USES= gnome LIBXML2_USE= GNOME=libxml2 NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENV= ne_cv_libsfor_SSL_library_init=-lssl OPENSSL_CONFIGURE_ON= --with-ssl=openssl PROXY_CONFIGURE_WITH= libproxy PROXY_LIB_DEPENDS= libproxy.so:net/libproxy OPTIONS_SUB= yes DOCSDIR= ${PREFIX}/share/doc/neon post-patch: ${REINPLACE_CMD} -e 's|-@NEON_VERSION@$$||' ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.* .include Index: head/www/screego/Makefile =================================================================== --- head/www/screego/Makefile (revision 566597) +++ head/www/screego/Makefile (revision 566598) @@ -1,1612 +1,1610 @@ # $FreeBSD$ PORTNAME= screego DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= https://registry.yarnpkg.com/:yarn DISTFILES= @babel/code-frame/-/code-frame-7.8.3.tgz:yarn \ @babel/code-frame/-/code-frame-7.10.4.tgz:yarn \ @babel/compat-data/-/compat-data-7.9.0.tgz:yarn \ @babel/core/-/core-7.9.0.tgz:yarn \ @babel/generator/-/generator-7.10.5.tgz:yarn \ @babel/generator/-/generator-7.9.0.tgz:yarn \ @babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz:yarn \ @babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz:yarn \ @babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.0.tgz:yarn \ @babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz:yarn \ @babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz:yarn \ @babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz:yarn \ @babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz:yarn \ @babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.6.tgz:yarn \ @babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz:yarn \ @babel/helper-define-map/-/helper-define-map-7.8.3.tgz:yarn \ @babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz:yarn \ @babel/helper-function-name/-/helper-function-name-7.10.4.tgz:yarn \ @babel/helper-function-name/-/helper-function-name-7.8.3.tgz:yarn \ @babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz:yarn \ @babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz:yarn \ @babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz:yarn \ @babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz:yarn \ @babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz:yarn \ @babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz:yarn \ @babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz:yarn \ @babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz:yarn \ @babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz:yarn \ @babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz:yarn \ @babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz:yarn \ @babel/helper-regex/-/helper-regex-7.8.3.tgz:yarn \ @babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz:yarn \ @babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz:yarn \ @babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz:yarn \ @babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz:yarn \ @babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz:yarn \ @babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz:yarn \ @babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz:yarn \ @babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz:yarn \ @babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz:yarn \ @babel/helpers/-/helpers-7.9.0.tgz:yarn \ @babel/highlight/-/highlight-7.10.4.tgz:yarn \ @babel/highlight/-/highlight-7.9.0.tgz:yarn \ @babel/parser/-/parser-7.9.0.tgz:yarn \ @babel/parser/-/parser-7.10.5.tgz:yarn \ @babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz:yarn \ @babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz:yarn \ @babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz:yarn \ @babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz:yarn \ @babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz:yarn \ @babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz:yarn \ @babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz:yarn \ @babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz:yarn \ @babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz:yarn \ @babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz:yarn \ @babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz:yarn \ @babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz:yarn \ @babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.8.3.tgz:yarn \ @babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz:yarn \ @babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz:yarn \ @babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz:yarn \ @babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz:yarn \ @babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz:yarn \ @babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz:yarn \ @babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz:yarn \ @babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz:yarn \ @babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz:yarn \ @babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz:yarn \ @babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz:yarn \ @babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz:yarn \ @babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz:yarn \ @babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz:yarn \ @babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz:yarn \ @babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz:yarn \ @babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz:yarn \ @babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz:yarn \ @babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz:yarn \ @babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz:yarn \ @babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz:yarn \ @babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.9.0.tgz:yarn \ @babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz:yarn \ @babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz:yarn \ @babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz:yarn \ @babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz:yarn \ @babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz:yarn \ @babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz:yarn \ @babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz:yarn \ @babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz:yarn \ @babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz:yarn \ @babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz:yarn \ @babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz:yarn \ @babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.8.tgz:yarn \ @babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz:yarn \ @babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.9.0.tgz:yarn \ @babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.8.3.tgz:yarn \ @babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.9.0.tgz:yarn \ @babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.9.0.tgz:yarn \ @babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.9.0.tgz:yarn \ @babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.1.tgz:yarn \ @babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz:yarn \ @babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz:yarn \ @babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.0.tgz:yarn \ @babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz:yarn \ @babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz:yarn \ @babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz:yarn \ @babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz:yarn \ @babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz:yarn \ @babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.5.tgz:yarn \ @babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz:yarn \ @babel/preset-env/-/preset-env-7.9.0.tgz:yarn \ @babel/preset-modules/-/preset-modules-0.1.3.tgz:yarn \ @babel/preset-react/-/preset-react-7.9.1.tgz:yarn \ @babel/preset-typescript/-/preset-typescript-7.9.0.tgz:yarn \ @babel/runtime-corejs3/-/runtime-corejs3-7.10.5.tgz:yarn \ @babel/runtime-corejs3/-/runtime-corejs3-7.9.0.tgz:yarn \ @babel/runtime/-/runtime-7.9.0.tgz:yarn \ @babel/runtime/-/runtime-7.10.5.tgz:yarn \ @babel/template/-/template-7.10.4.tgz:yarn \ @babel/template/-/template-7.8.6.tgz:yarn \ @babel/traverse/-/traverse-7.9.0.tgz:yarn \ @babel/traverse/-/traverse-7.10.5.tgz:yarn \ @babel/types/-/types-7.9.0.tgz:yarn \ @babel/types/-/types-7.10.5.tgz:yarn \ @cnakazawa/watch/-/watch-1.0.4.tgz:yarn \ @csstools/convert-colors/-/convert-colors-1.4.0.tgz:yarn \ @csstools/normalize.css/-/normalize.css-10.1.0.tgz:yarn \ @emotion/hash/-/hash-0.8.0.tgz:yarn \ @hapi/address/-/address-2.1.4.tgz:yarn \ @hapi/bourne/-/bourne-1.3.2.tgz:yarn \ @hapi/hoek/-/hoek-8.5.1.tgz:yarn \ @hapi/joi/-/joi-15.1.1.tgz:yarn \ @hapi/topo/-/topo-3.1.6.tgz:yarn \ @jest/console/-/console-24.9.0.tgz:yarn \ @jest/core/-/core-24.9.0.tgz:yarn \ @jest/environment/-/environment-24.9.0.tgz:yarn \ @jest/fake-timers/-/fake-timers-24.9.0.tgz:yarn \ @jest/reporters/-/reporters-24.9.0.tgz:yarn \ @jest/source-map/-/source-map-24.9.0.tgz:yarn \ @jest/test-result/-/test-result-24.9.0.tgz:yarn \ @jest/test-sequencer/-/test-sequencer-24.9.0.tgz:yarn \ @jest/transform/-/transform-24.9.0.tgz:yarn \ @jest/types/-/types-24.9.0.tgz:yarn \ @jest/types/-/types-25.5.0.tgz:yarn \ @material-ui/core/-/core-4.11.0.tgz:yarn \ @material-ui/icons/-/icons-4.9.1.tgz:yarn \ @material-ui/styles/-/styles-4.10.0.tgz:yarn \ @material-ui/system/-/system-4.9.14.tgz:yarn \ @material-ui/types/-/types-5.1.0.tgz:yarn \ @material-ui/utils/-/utils-4.10.2.tgz:yarn \ @mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz:yarn \ @nodelib/fs.stat/-/fs.stat-1.1.3.tgz:yarn \ @sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz:yarn \ @svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz:yarn \ @svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-4.2.0.tgz:yarn \ @svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-4.2.0.tgz:yarn \ @svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-4.2.0.tgz:yarn \ @svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-4.3.3.tgz:yarn \ @svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-4.2.0.tgz:yarn \ @svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-4.2.0.tgz:yarn \ @svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.2.0.tgz:yarn \ @svgr/babel-preset/-/babel-preset-4.3.3.tgz:yarn \ @svgr/core/-/core-4.3.3.tgz:yarn \ @svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.3.2.tgz:yarn \ @svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz:yarn \ @svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz:yarn \ @svgr/webpack/-/webpack-4.3.3.tgz:yarn \ @testing-library/dom/-/dom-7.21.1.tgz:yarn \ @testing-library/dom/-/dom-6.16.0.tgz:yarn \ @testing-library/jest-dom/-/jest-dom-4.2.4.tgz:yarn \ @testing-library/react/-/react-9.5.0.tgz:yarn \ @testing-library/user-event/-/user-event-7.2.1.tgz:yarn \ @types/aria-query/-/aria-query-4.2.0.tgz:yarn \ @types/babel__core/-/babel__core-7.1.6.tgz:yarn \ @types/babel__generator/-/babel__generator-7.6.1.tgz:yarn \ @types/babel__template/-/babel__template-7.0.2.tgz:yarn \ @types/babel__traverse/-/babel__traverse-7.0.9.tgz:yarn \ @types/color-name/-/color-name-1.1.1.tgz:yarn \ @types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz:yarn \ @types/events/-/events-3.0.0.tgz:yarn \ @types/glob/-/glob-7.1.1.tgz:yarn \ @types/history/-/history-4.7.7.tgz:yarn \ @types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz:yarn \ @types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz:yarn \ @types/istanbul-reports/-/istanbul-reports-1.1.1.tgz:yarn \ @types/jest/-/jest-24.9.1.tgz:yarn \ @types/json-schema/-/json-schema-7.0.4.tgz:yarn \ @types/minimatch/-/minimatch-3.0.3.tgz:yarn \ @types/node/-/node-13.9.2.tgz:yarn \ @types/node/-/node-12.12.50.tgz:yarn \ @types/parse-json/-/parse-json-4.0.0.tgz:yarn \ @types/prop-types/-/prop-types-15.7.3.tgz:yarn \ @types/q/-/q-1.5.2.tgz:yarn \ @types/react-dom/-/react-dom-16.9.8.tgz:yarn \ @types/react-router-dom/-/react-router-dom-5.1.5.tgz:yarn \ @types/react-router/-/react-router-5.1.8.tgz:yarn \ @types/react-transition-group/-/react-transition-group-4.4.0.tgz:yarn \ @types/react/-/react-16.9.43.tgz:yarn \ @types/stack-utils/-/stack-utils-1.0.1.tgz:yarn \ @types/testing-library__dom/-/testing-library__dom-7.5.0.tgz:yarn \ @types/testing-library__dom/-/testing-library__dom-6.14.0.tgz:yarn \ @types/testing-library__react/-/testing-library__react-9.1.3.tgz:yarn \ @types/yargs-parser/-/yargs-parser-15.0.0.tgz:yarn \ @types/yargs/-/yargs-13.0.8.tgz:yarn \ @types/yargs/-/yargs-15.0.5.tgz:yarn \ @typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz:yarn \ @typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz:yarn \ @typescript-eslint/parser/-/parser-2.24.0.tgz:yarn \ @typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz:yarn \ @webassemblyjs/ast/-/ast-1.8.5.tgz:yarn \ @webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz:yarn \ @webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz:yarn \ @webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz:yarn \ @webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz:yarn \ @webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz:yarn \ @webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz:yarn \ @webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz:yarn \ @webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz:yarn \ @webassemblyjs/ieee754/-/ieee754-1.8.5.tgz:yarn \ @webassemblyjs/leb128/-/leb128-1.8.5.tgz:yarn \ @webassemblyjs/utf8/-/utf8-1.8.5.tgz:yarn \ @webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz:yarn \ @webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz:yarn \ @webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz:yarn \ @webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz:yarn \ @webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz:yarn \ @webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz:yarn \ @xtuc/ieee754/-/ieee754-1.2.0.tgz:yarn \ @xtuc/long/-/long-4.2.2.tgz:yarn \ abab/-/abab-2.0.3.tgz:yarn \ accepts/-/accepts-1.3.7.tgz:yarn \ acorn-globals/-/acorn-globals-4.3.4.tgz:yarn \ acorn-jsx/-/acorn-jsx-5.2.0.tgz:yarn \ acorn-walk/-/acorn-walk-6.2.0.tgz:yarn \ acorn/-/acorn-5.7.4.tgz:yarn \ acorn/-/acorn-6.4.1.tgz:yarn \ acorn/-/acorn-7.1.1.tgz:yarn \ address/-/address-1.1.2.tgz:yarn \ adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz:yarn \ aggregate-error/-/aggregate-error-3.0.1.tgz:yarn \ ajv-errors/-/ajv-errors-1.0.1.tgz:yarn \ ajv-keywords/-/ajv-keywords-3.4.1.tgz:yarn \ ajv/-/ajv-6.12.0.tgz:yarn \ alphanum-sort/-/alphanum-sort-1.0.2.tgz:yarn \ ansi-colors/-/ansi-colors-3.2.4.tgz:yarn \ ansi-escapes/-/ansi-escapes-3.2.0.tgz:yarn \ ansi-escapes/-/ansi-escapes-4.3.1.tgz:yarn \ ansi-html/-/ansi-html-0.0.7.tgz:yarn \ ansi-regex/-/ansi-regex-2.1.1.tgz:yarn \ ansi-regex/-/ansi-regex-3.0.0.tgz:yarn \ ansi-regex/-/ansi-regex-4.1.0.tgz:yarn \ ansi-regex/-/ansi-regex-5.0.0.tgz:yarn \ ansi-styles/-/ansi-styles-2.2.1.tgz:yarn \ ansi-styles/-/ansi-styles-3.2.1.tgz:yarn \ ansi-styles/-/ansi-styles-4.2.1.tgz:yarn \ anymatch/-/anymatch-2.0.0.tgz:yarn \ anymatch/-/anymatch-3.1.1.tgz:yarn \ aproba/-/aproba-1.2.0.tgz:yarn \ argparse/-/argparse-1.0.10.tgz:yarn \ aria-query/-/aria-query-3.0.0.tgz:yarn \ aria-query/-/aria-query-4.2.2.tgz:yarn \ arity-n/-/arity-n-1.0.4.tgz:yarn \ arr-diff/-/arr-diff-4.0.0.tgz:yarn \ arr-flatten/-/arr-flatten-1.1.0.tgz:yarn \ arr-union/-/arr-union-3.1.0.tgz:yarn \ array-equal/-/array-equal-1.0.0.tgz:yarn \ array-flatten/-/array-flatten-1.1.1.tgz:yarn \ array-flatten/-/array-flatten-2.1.2.tgz:yarn \ array-includes/-/array-includes-3.1.1.tgz:yarn \ array-union/-/array-union-1.0.2.tgz:yarn \ array-uniq/-/array-uniq-1.0.3.tgz:yarn \ array-unique/-/array-unique-0.3.2.tgz:yarn \ array.prototype.flat/-/array.prototype.flat-1.2.3.tgz:yarn \ arrify/-/arrify-1.0.1.tgz:yarn \ asap/-/asap-2.0.6.tgz:yarn \ asn1.js/-/asn1.js-4.10.1.tgz:yarn \ asn1/-/asn1-0.2.4.tgz:yarn \ assert-plus/-/assert-plus-1.0.0.tgz:yarn \ assert/-/assert-1.4.1.tgz:yarn \ assert/-/assert-1.5.0.tgz:yarn \ assign-symbols/-/assign-symbols-1.0.0.tgz:yarn \ ast-types-flow/-/ast-types-flow-0.0.7.tgz:yarn \ astral-regex/-/astral-regex-1.0.0.tgz:yarn \ async-each/-/async-each-1.0.3.tgz:yarn \ async-limiter/-/async-limiter-1.0.1.tgz:yarn \ async/-/async-2.6.3.tgz:yarn \ asynckit/-/asynckit-0.4.0.tgz:yarn \ atob/-/atob-2.1.2.tgz:yarn \ autoprefixer/-/autoprefixer-9.7.4.tgz:yarn \ aws-sign2/-/aws-sign2-0.7.0.tgz:yarn \ aws4/-/aws4-1.9.1.tgz:yarn \ axobject-query/-/axobject-query-2.1.2.tgz:yarn \ babel-code-frame/-/babel-code-frame-6.26.0.tgz:yarn \ babel-eslint/-/babel-eslint-10.1.0.tgz:yarn \ babel-extract-comments/-/babel-extract-comments-1.0.0.tgz:yarn \ babel-jest/-/babel-jest-24.9.0.tgz:yarn \ babel-loader/-/babel-loader-8.1.0.tgz:yarn \ babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz:yarn \ babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz:yarn \ babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz:yarn \ babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz:yarn \ babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.6.tgz:yarn \ babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz:yarn \ babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz:yarn \ babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz:yarn \ babel-preset-jest/-/babel-preset-jest-24.9.0.tgz:yarn \ babel-preset-react-app/-/babel-preset-react-app-9.1.2.tgz:yarn \ babel-runtime/-/babel-runtime-6.26.0.tgz:yarn \ babylon/-/babylon-6.18.0.tgz:yarn \ balanced-match/-/balanced-match-1.0.0.tgz:yarn \ base64-js/-/base64-js-1.3.1.tgz:yarn \ base/-/base-0.11.2.tgz:yarn \ batch/-/batch-0.6.1.tgz:yarn \ bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz:yarn \ big.js/-/big.js-5.2.2.tgz:yarn \ binary-extensions/-/binary-extensions-1.13.1.tgz:yarn \ binary-extensions/-/binary-extensions-2.0.0.tgz:yarn \ bindings/-/bindings-1.5.0.tgz:yarn \ bluebird/-/bluebird-3.7.2.tgz:yarn \ bn.js/-/bn.js-4.11.8.tgz:yarn \ body-parser/-/body-parser-1.19.0.tgz:yarn \ bonjour/-/bonjour-3.5.0.tgz:yarn \ boolbase/-/boolbase-1.0.0.tgz:yarn \ brace-expansion/-/brace-expansion-1.1.11.tgz:yarn \ braces/-/braces-2.3.2.tgz:yarn \ braces/-/braces-3.0.2.tgz:yarn \ brorand/-/brorand-1.1.0.tgz:yarn \ browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz:yarn \ browser-resolve/-/browser-resolve-1.11.3.tgz:yarn \ browserify-aes/-/browserify-aes-1.2.0.tgz:yarn \ browserify-cipher/-/browserify-cipher-1.0.1.tgz:yarn \ browserify-des/-/browserify-des-1.0.2.tgz:yarn \ browserify-rsa/-/browserify-rsa-4.0.1.tgz:yarn \ browserify-sign/-/browserify-sign-4.0.4.tgz:yarn \ browserify-zlib/-/browserify-zlib-0.2.0.tgz:yarn \ browserslist/-/browserslist-4.10.0.tgz:yarn \ bser/-/bser-2.1.1.tgz:yarn \ buffer-from/-/buffer-from-1.1.1.tgz:yarn \ buffer-indexof/-/buffer-indexof-1.1.1.tgz:yarn \ buffer-xor/-/buffer-xor-1.0.3.tgz:yarn \ buffer/-/buffer-4.9.2.tgz:yarn \ builtin-status-codes/-/builtin-status-codes-3.0.0.tgz:yarn \ bytes/-/bytes-3.0.0.tgz:yarn \ bytes/-/bytes-3.1.0.tgz:yarn \ cacache/-/cacache-12.0.3.tgz:yarn \ cacache/-/cacache-13.0.1.tgz:yarn \ cache-base/-/cache-base-1.0.1.tgz:yarn \ call-me-maybe/-/call-me-maybe-1.0.1.tgz:yarn \ caller-callsite/-/caller-callsite-2.0.0.tgz:yarn \ caller-path/-/caller-path-2.0.0.tgz:yarn \ callsites/-/callsites-2.0.0.tgz:yarn \ callsites/-/callsites-3.1.0.tgz:yarn \ camel-case/-/camel-case-4.1.1.tgz:yarn \ camelcase/-/camelcase-5.0.0.tgz:yarn \ camelcase/-/camelcase-5.3.1.tgz:yarn \ caniuse-api/-/caniuse-api-3.0.0.tgz:yarn \ caniuse-lite/-/caniuse-lite-1.0.30001035.tgz:yarn \ capture-exit/-/capture-exit-2.0.0.tgz:yarn \ case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz:yarn \ caseless/-/caseless-0.12.0.tgz:yarn \ chalk/-/chalk-2.4.2.tgz:yarn \ chalk/-/chalk-1.1.3.tgz:yarn \ chalk/-/chalk-3.0.0.tgz:yarn \ chardet/-/chardet-0.7.0.tgz:yarn \ chokidar/-/chokidar-2.1.8.tgz:yarn \ chokidar/-/chokidar-3.3.1.tgz:yarn \ chownr/-/chownr-1.1.4.tgz:yarn \ chrome-trace-event/-/chrome-trace-event-1.0.2.tgz:yarn \ ci-info/-/ci-info-2.0.0.tgz:yarn \ cipher-base/-/cipher-base-1.0.4.tgz:yarn \ class-utils/-/class-utils-0.3.6.tgz:yarn \ clean-css/-/clean-css-4.2.3.tgz:yarn \ clean-stack/-/clean-stack-2.2.0.tgz:yarn \ cli-cursor/-/cli-cursor-3.1.0.tgz:yarn \ cli-width/-/cli-width-2.2.0.tgz:yarn \ cliui/-/cliui-4.1.0.tgz:yarn \ cliui/-/cliui-5.0.0.tgz:yarn \ clone-deep/-/clone-deep-0.2.4.tgz:yarn \ clone-deep/-/clone-deep-4.0.1.tgz:yarn \ clsx/-/clsx-1.1.1.tgz:yarn \ co/-/co-4.6.0.tgz:yarn \ coa/-/coa-2.0.2.tgz:yarn \ code-point-at/-/code-point-at-1.1.0.tgz:yarn \ collection-visit/-/collection-visit-1.0.0.tgz:yarn \ color-convert/-/color-convert-1.9.3.tgz:yarn \ color-convert/-/color-convert-2.0.1.tgz:yarn \ color-name/-/color-name-1.1.3.tgz:yarn \ color-name/-/color-name-1.1.4.tgz:yarn \ color-string/-/color-string-1.5.3.tgz:yarn \ color/-/color-3.1.2.tgz:yarn \ combined-stream/-/combined-stream-1.0.8.tgz:yarn \ commander/-/commander-2.20.3.tgz:yarn \ commander/-/commander-4.1.1.tgz:yarn \ common-tags/-/common-tags-1.8.0.tgz:yarn \ commondir/-/commondir-1.0.1.tgz:yarn \ component-emitter/-/component-emitter-1.3.0.tgz:yarn \ compose-function/-/compose-function-3.0.3.tgz:yarn \ compressible/-/compressible-2.0.18.tgz:yarn \ compression/-/compression-1.7.4.tgz:yarn \ concat-map/-/concat-map-0.0.1.tgz:yarn \ concat-stream/-/concat-stream-1.6.2.tgz:yarn \ confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz:yarn \ connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz:yarn \ console-browserify/-/console-browserify-1.2.0.tgz:yarn \ constants-browserify/-/constants-browserify-1.0.0.tgz:yarn \ contains-path/-/contains-path-0.1.0.tgz:yarn \ content-disposition/-/content-disposition-0.5.3.tgz:yarn \ content-type/-/content-type-1.0.4.tgz:yarn \ convert-source-map/-/convert-source-map-1.7.0.tgz:yarn \ convert-source-map/-/convert-source-map-0.3.5.tgz:yarn \ cookie-signature/-/cookie-signature-1.0.6.tgz:yarn \ cookie/-/cookie-0.4.0.tgz:yarn \ copy-concurrently/-/copy-concurrently-1.0.5.tgz:yarn \ copy-descriptor/-/copy-descriptor-0.1.1.tgz:yarn \ core-js-compat/-/core-js-compat-3.6.4.tgz:yarn \ core-js-pure/-/core-js-pure-3.6.4.tgz:yarn \ core-js/-/core-js-2.6.11.tgz:yarn \ core-js/-/core-js-3.6.4.tgz:yarn \ core-util-is/-/core-util-is-1.0.2.tgz:yarn \ cosmiconfig/-/cosmiconfig-5.2.1.tgz:yarn \ cosmiconfig/-/cosmiconfig-6.0.0.tgz:yarn \ create-ecdh/-/create-ecdh-4.0.3.tgz:yarn \ create-hash/-/create-hash-1.2.0.tgz:yarn \ create-hmac/-/create-hmac-1.1.7.tgz:yarn \ cross-spawn/-/cross-spawn-7.0.1.tgz:yarn \ cross-spawn/-/cross-spawn-6.0.5.tgz:yarn \ crypto-browserify/-/crypto-browserify-3.12.0.tgz:yarn \ css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz:yarn \ css-color-names/-/css-color-names-0.0.4.tgz:yarn \ css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz:yarn \ css-has-pseudo/-/css-has-pseudo-0.10.0.tgz:yarn \ css-loader/-/css-loader-3.4.2.tgz:yarn \ css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz:yarn \ css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz:yarn \ css-select/-/css-select-1.2.0.tgz:yarn \ css-select/-/css-select-2.1.0.tgz:yarn \ css-tree/-/css-tree-1.0.0-alpha.37.tgz:yarn \ css-vendor/-/css-vendor-2.0.8.tgz:yarn \ css-what/-/css-what-2.1.3.tgz:yarn \ css-what/-/css-what-3.2.1.tgz:yarn \ css.escape/-/css.escape-1.5.1.tgz:yarn \ css/-/css-2.2.4.tgz:yarn \ cssdb/-/cssdb-4.4.0.tgz:yarn \ cssesc/-/cssesc-2.0.0.tgz:yarn \ cssesc/-/cssesc-3.0.0.tgz:yarn \ cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz:yarn \ cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz:yarn \ cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz:yarn \ cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz:yarn \ cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz:yarn \ cssnano/-/cssnano-4.1.10.tgz:yarn \ csso/-/csso-4.0.2.tgz:yarn \ cssom/-/cssom-0.3.8.tgz:yarn \ cssstyle/-/cssstyle-1.4.0.tgz:yarn \ csstype/-/csstype-2.6.11.tgz:yarn \ cyclist/-/cyclist-1.0.1.tgz:yarn \ d/-/d-1.0.1.tgz:yarn \ damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz:yarn \ dashdash/-/dashdash-1.14.1.tgz:yarn \ data-urls/-/data-urls-1.1.0.tgz:yarn \ debug/-/debug-2.6.9.tgz:yarn \ debug/-/debug-3.2.6.tgz:yarn \ debug/-/debug-4.1.1.tgz:yarn \ decamelize/-/decamelize-1.2.0.tgz:yarn \ decode-uri-component/-/decode-uri-component-0.2.0.tgz:yarn \ deep-equal/-/deep-equal-1.1.1.tgz:yarn \ deep-is/-/deep-is-0.1.3.tgz:yarn \ default-gateway/-/default-gateway-4.2.0.tgz:yarn \ define-properties/-/define-properties-1.1.3.tgz:yarn \ define-property/-/define-property-0.2.5.tgz:yarn \ define-property/-/define-property-1.0.0.tgz:yarn \ define-property/-/define-property-2.0.2.tgz:yarn \ del/-/del-4.1.1.tgz:yarn \ delayed-stream/-/delayed-stream-1.0.0.tgz:yarn \ depd/-/depd-1.1.2.tgz:yarn \ des.js/-/des.js-1.0.1.tgz:yarn \ destroy/-/destroy-1.0.4.tgz:yarn \ detect-newline/-/detect-newline-2.1.0.tgz:yarn \ detect-node/-/detect-node-2.0.4.tgz:yarn \ detect-port-alt/-/detect-port-alt-1.1.6.tgz:yarn \ diff-sequences/-/diff-sequences-24.9.0.tgz:yarn \ diffie-hellman/-/diffie-hellman-5.0.3.tgz:yarn \ dir-glob/-/dir-glob-2.0.0.tgz:yarn \ dns-equal/-/dns-equal-1.0.0.tgz:yarn \ dns-packet/-/dns-packet-1.3.1.tgz:yarn \ dns-txt/-/dns-txt-2.0.2.tgz:yarn \ doctrine/-/doctrine-1.5.0.tgz:yarn \ doctrine/-/doctrine-2.1.0.tgz:yarn \ doctrine/-/doctrine-3.0.0.tgz:yarn \ dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz:yarn \ dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz:yarn \ dom-converter/-/dom-converter-0.2.0.tgz:yarn \ dom-helpers/-/dom-helpers-5.1.4.tgz:yarn \ dom-serializer/-/dom-serializer-0.2.2.tgz:yarn \ domain-browser/-/domain-browser-1.2.0.tgz:yarn \ domelementtype/-/domelementtype-1.3.1.tgz:yarn \ domelementtype/-/domelementtype-2.0.1.tgz:yarn \ domexception/-/domexception-1.0.1.tgz:yarn \ domhandler/-/domhandler-2.4.2.tgz:yarn \ domutils/-/domutils-1.5.1.tgz:yarn \ domutils/-/domutils-1.7.0.tgz:yarn \ dot-case/-/dot-case-3.0.3.tgz:yarn \ dot-prop/-/dot-prop-5.2.0.tgz:yarn \ dotenv-expand/-/dotenv-expand-5.1.0.tgz:yarn \ dotenv/-/dotenv-8.2.0.tgz:yarn \ duplexer/-/duplexer-0.1.1.tgz:yarn \ duplexify/-/duplexify-3.7.1.tgz:yarn \ ecc-jsbn/-/ecc-jsbn-0.1.2.tgz:yarn \ ee-first/-/ee-first-1.1.1.tgz:yarn \ electron-to-chromium/-/electron-to-chromium-1.3.379.tgz:yarn \ elliptic/-/elliptic-6.5.2.tgz:yarn \ emoji-regex/-/emoji-regex-7.0.3.tgz:yarn \ emoji-regex/-/emoji-regex-8.0.0.tgz:yarn \ emojis-list/-/emojis-list-2.1.0.tgz:yarn \ emojis-list/-/emojis-list-3.0.0.tgz:yarn \ encodeurl/-/encodeurl-1.0.2.tgz:yarn \ end-of-stream/-/end-of-stream-1.4.4.tgz:yarn \ enhanced-resolve/-/enhanced-resolve-4.1.1.tgz:yarn \ entities/-/entities-1.1.2.tgz:yarn \ entities/-/entities-2.0.0.tgz:yarn \ errno/-/errno-0.1.7.tgz:yarn \ error-ex/-/error-ex-1.3.2.tgz:yarn \ es-abstract/-/es-abstract-1.17.4.tgz:yarn \ es-to-primitive/-/es-to-primitive-1.2.1.tgz:yarn \ es5-ext/-/es5-ext-0.10.53.tgz:yarn \ es6-iterator/-/es6-iterator-2.0.3.tgz:yarn \ es6-symbol/-/es6-symbol-3.1.3.tgz:yarn \ escape-html/-/escape-html-1.0.3.tgz:yarn \ escape-string-regexp/-/escape-string-regexp-2.0.0.tgz:yarn \ escape-string-regexp/-/escape-string-regexp-1.0.5.tgz:yarn \ escodegen/-/escodegen-1.14.1.tgz:yarn \ eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz:yarn \ eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz:yarn \ eslint-loader/-/eslint-loader-3.0.3.tgz:yarn \ eslint-module-utils/-/eslint-module-utils-2.5.2.tgz:yarn \ eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz:yarn \ eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz:yarn \ eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz:yarn \ eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz:yarn \ eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz:yarn \ eslint-scope/-/eslint-scope-4.0.3.tgz:yarn \ eslint-scope/-/eslint-scope-5.0.0.tgz:yarn \ eslint-utils/-/eslint-utils-1.4.3.tgz:yarn \ eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz:yarn \ eslint/-/eslint-6.8.0.tgz:yarn \ espree/-/espree-6.2.1.tgz:yarn \ esprima/-/esprima-4.0.1.tgz:yarn \ esquery/-/esquery-1.1.0.tgz:yarn \ esrecurse/-/esrecurse-4.2.1.tgz:yarn \ estraverse/-/estraverse-4.3.0.tgz:yarn \ esutils/-/esutils-2.0.3.tgz:yarn \ etag/-/etag-1.8.1.tgz:yarn \ eventemitter3/-/eventemitter3-4.0.0.tgz:yarn \ events/-/events-3.1.0.tgz:yarn \ eventsource/-/eventsource-1.0.7.tgz:yarn \ evp_bytestokey/-/evp_bytestokey-1.0.3.tgz:yarn \ exec-sh/-/exec-sh-0.3.4.tgz:yarn \ execa/-/execa-1.0.0.tgz:yarn \ exit/-/exit-0.1.2.tgz:yarn \ expand-brackets/-/expand-brackets-2.1.4.tgz:yarn \ expect/-/expect-24.9.0.tgz:yarn \ express/-/express-4.17.1.tgz:yarn \ ext/-/ext-1.4.0.tgz:yarn \ extend-shallow/-/extend-shallow-2.0.1.tgz:yarn \ extend-shallow/-/extend-shallow-3.0.2.tgz:yarn \ extend/-/extend-3.0.2.tgz:yarn \ external-editor/-/external-editor-3.1.0.tgz:yarn \ extglob/-/extglob-2.0.4.tgz:yarn \ extsprintf/-/extsprintf-1.3.0.tgz:yarn \ extsprintf/-/extsprintf-1.4.0.tgz:yarn \ fast-deep-equal/-/fast-deep-equal-3.1.1.tgz:yarn \ fast-glob/-/fast-glob-2.2.7.tgz:yarn \ fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz:yarn \ fast-levenshtein/-/fast-levenshtein-2.0.6.tgz:yarn \ faye-websocket/-/faye-websocket-0.10.0.tgz:yarn \ faye-websocket/-/faye-websocket-0.11.3.tgz:yarn \ fb-watchman/-/fb-watchman-2.0.1.tgz:yarn \ figgy-pudding/-/figgy-pudding-3.5.1.tgz:yarn \ figures/-/figures-3.2.0.tgz:yarn \ file-entry-cache/-/file-entry-cache-5.0.1.tgz:yarn \ file-loader/-/file-loader-4.3.0.tgz:yarn \ file-uri-to-path/-/file-uri-to-path-1.0.0.tgz:yarn \ filesize/-/filesize-6.0.1.tgz:yarn \ fill-range/-/fill-range-4.0.0.tgz:yarn \ fill-range/-/fill-range-7.0.1.tgz:yarn \ finalhandler/-/finalhandler-1.1.2.tgz:yarn \ find-cache-dir/-/find-cache-dir-0.1.1.tgz:yarn \ find-cache-dir/-/find-cache-dir-2.1.0.tgz:yarn \ find-cache-dir/-/find-cache-dir-3.3.1.tgz:yarn \ find-up/-/find-up-4.1.0.tgz:yarn \ find-up/-/find-up-1.1.2.tgz:yarn \ find-up/-/find-up-2.1.0.tgz:yarn \ find-up/-/find-up-3.0.0.tgz:yarn \ flat-cache/-/flat-cache-2.0.1.tgz:yarn \ flatted/-/flatted-2.0.1.tgz:yarn \ flatten/-/flatten-1.0.3.tgz:yarn \ flush-write-stream/-/flush-write-stream-1.1.1.tgz:yarn \ follow-redirects/-/follow-redirects-1.10.0.tgz:yarn \ for-in/-/for-in-0.1.8.tgz:yarn \ for-in/-/for-in-1.0.2.tgz:yarn \ for-own/-/for-own-0.1.5.tgz:yarn \ forever-agent/-/forever-agent-0.6.1.tgz:yarn \ fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz:yarn \ form-data/-/form-data-2.3.3.tgz:yarn \ forwarded/-/forwarded-0.1.2.tgz:yarn \ fragment-cache/-/fragment-cache-0.2.1.tgz:yarn \ fresh/-/fresh-0.5.2.tgz:yarn \ from2/-/from2-2.3.0.tgz:yarn \ fs-extra/-/fs-extra-4.0.3.tgz:yarn \ fs-extra/-/fs-extra-7.0.1.tgz:yarn \ fs-extra/-/fs-extra-8.1.0.tgz:yarn \ fs-minipass/-/fs-minipass-2.1.0.tgz:yarn \ fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz:yarn \ fs.realpath/-/fs.realpath-1.0.0.tgz:yarn \ fsevents/-/fsevents-2.1.2.tgz:yarn \ fsevents/-/fsevents-1.2.12.tgz:yarn \ function-bind/-/function-bind-1.1.1.tgz:yarn \ functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz:yarn \ gensync/-/gensync-1.0.0-beta.1.tgz:yarn \ get-caller-file/-/get-caller-file-1.0.3.tgz:yarn \ get-caller-file/-/get-caller-file-2.0.5.tgz:yarn \ get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz:yarn \ get-stream/-/get-stream-4.1.0.tgz:yarn \ get-value/-/get-value-2.0.6.tgz:yarn \ getpass/-/getpass-0.1.7.tgz:yarn \ glob-parent/-/glob-parent-3.1.0.tgz:yarn \ glob-parent/-/glob-parent-5.1.0.tgz:yarn \ glob-to-regexp/-/glob-to-regexp-0.3.0.tgz:yarn \ glob/-/glob-7.1.6.tgz:yarn \ global-modules/-/global-modules-2.0.0.tgz:yarn \ global-prefix/-/global-prefix-3.0.0.tgz:yarn \ globals/-/globals-11.12.0.tgz:yarn \ globals/-/globals-12.4.0.tgz:yarn \ globby/-/globby-8.0.2.tgz:yarn \ globby/-/globby-6.1.0.tgz:yarn \ graceful-fs/-/graceful-fs-4.2.3.tgz:yarn \ growly/-/growly-1.3.0.tgz:yarn \ gzip-size/-/gzip-size-5.1.1.tgz:yarn \ handle-thing/-/handle-thing-2.0.0.tgz:yarn \ har-schema/-/har-schema-2.0.0.tgz:yarn \ har-validator/-/har-validator-5.1.3.tgz:yarn \ harmony-reflect/-/harmony-reflect-1.6.1.tgz:yarn \ has-ansi/-/has-ansi-2.0.0.tgz:yarn \ has-flag/-/has-flag-3.0.0.tgz:yarn \ has-flag/-/has-flag-4.0.0.tgz:yarn \ has-symbols/-/has-symbols-1.0.1.tgz:yarn \ has-value/-/has-value-0.3.1.tgz:yarn \ has-value/-/has-value-1.0.0.tgz:yarn \ has-values/-/has-values-0.1.4.tgz:yarn \ has-values/-/has-values-1.0.0.tgz:yarn \ has/-/has-1.0.3.tgz:yarn \ hash-base/-/hash-base-3.0.4.tgz:yarn \ hash.js/-/hash.js-1.1.7.tgz:yarn \ he/-/he-1.2.0.tgz:yarn \ hex-color-regex/-/hex-color-regex-1.1.0.tgz:yarn \ history/-/history-4.10.1.tgz:yarn \ hmac-drbg/-/hmac-drbg-1.0.1.tgz:yarn \ hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz:yarn \ hosted-git-info/-/hosted-git-info-2.8.8.tgz:yarn \ hotkeys-js/-/hotkeys-js-3.8.1.tgz:yarn \ hpack.js/-/hpack.js-2.1.6.tgz:yarn \ hsl-regex/-/hsl-regex-1.0.0.tgz:yarn \ hsla-regex/-/hsla-regex-1.0.0.tgz:yarn \ html-comment-regex/-/html-comment-regex-1.1.2.tgz:yarn \ html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz:yarn \ html-entities/-/html-entities-1.2.1.tgz:yarn \ html-escaper/-/html-escaper-2.0.0.tgz:yarn \ html-minifier-terser/-/html-minifier-terser-5.0.4.tgz:yarn \ html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.11.tgz:yarn \ htmlparser2/-/htmlparser2-3.10.1.tgz:yarn \ http-deceiver/-/http-deceiver-1.2.7.tgz:yarn \ http-errors/-/http-errors-1.7.2.tgz:yarn \ http-errors/-/http-errors-1.6.3.tgz:yarn \ http-errors/-/http-errors-1.7.3.tgz:yarn \ http-parser-js/-/http-parser-js-0.4.10.tgz:yarn \ http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz:yarn \ http-proxy/-/http-proxy-1.18.0.tgz:yarn \ http-signature/-/http-signature-1.2.0.tgz:yarn \ https-browserify/-/https-browserify-1.0.0.tgz:yarn \ hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz:yarn \ iconv-lite/-/iconv-lite-0.4.24.tgz:yarn \ icss-utils/-/icss-utils-4.1.1.tgz:yarn \ identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz:yarn \ ieee754/-/ieee754-1.1.13.tgz:yarn \ iferr/-/iferr-0.1.5.tgz:yarn \ ignore/-/ignore-3.3.10.tgz:yarn \ ignore/-/ignore-4.0.6.tgz:yarn \ immer/-/immer-1.10.0.tgz:yarn \ import-cwd/-/import-cwd-2.1.0.tgz:yarn \ import-fresh/-/import-fresh-2.0.0.tgz:yarn \ import-fresh/-/import-fresh-3.2.1.tgz:yarn \ import-from/-/import-from-2.1.0.tgz:yarn \ import-local/-/import-local-2.0.0.tgz:yarn \ imurmurhash/-/imurmurhash-0.1.4.tgz:yarn \ indent-string/-/indent-string-4.0.0.tgz:yarn \ indexes-of/-/indexes-of-1.0.1.tgz:yarn \ infer-owner/-/infer-owner-1.0.4.tgz:yarn \ inflight/-/inflight-1.0.6.tgz:yarn \ inherits/-/inherits-2.0.4.tgz:yarn \ inherits/-/inherits-2.0.1.tgz:yarn \ inherits/-/inherits-2.0.3.tgz:yarn \ ini/-/ini-1.3.5.tgz:yarn \ inquirer/-/inquirer-7.0.4.tgz:yarn \ inquirer/-/inquirer-7.1.0.tgz:yarn \ internal-ip/-/internal-ip-4.3.0.tgz:yarn \ internal-slot/-/internal-slot-1.0.2.tgz:yarn \ invariant/-/invariant-2.2.4.tgz:yarn \ invert-kv/-/invert-kv-2.0.0.tgz:yarn \ ip-regex/-/ip-regex-2.1.0.tgz:yarn \ ip/-/ip-1.1.5.tgz:yarn \ ipaddr.js/-/ipaddr.js-1.9.1.tgz:yarn \ is-absolute-url/-/is-absolute-url-2.1.0.tgz:yarn \ is-absolute-url/-/is-absolute-url-3.0.3.tgz:yarn \ is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz:yarn \ is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz:yarn \ is-arguments/-/is-arguments-1.0.4.tgz:yarn \ is-arrayish/-/is-arrayish-0.2.1.tgz:yarn \ is-arrayish/-/is-arrayish-0.3.2.tgz:yarn \ is-binary-path/-/is-binary-path-1.0.1.tgz:yarn \ is-binary-path/-/is-binary-path-2.1.0.tgz:yarn \ is-buffer/-/is-buffer-1.1.6.tgz:yarn \ is-callable/-/is-callable-1.1.5.tgz:yarn \ is-ci/-/is-ci-2.0.0.tgz:yarn \ is-color-stop/-/is-color-stop-1.1.0.tgz:yarn \ is-data-descriptor/-/is-data-descriptor-0.1.4.tgz:yarn \ is-data-descriptor/-/is-data-descriptor-1.0.0.tgz:yarn \ is-date-object/-/is-date-object-1.0.2.tgz:yarn \ is-descriptor/-/is-descriptor-0.1.6.tgz:yarn \ is-descriptor/-/is-descriptor-1.0.2.tgz:yarn \ is-directory/-/is-directory-0.3.1.tgz:yarn \ is-docker/-/is-docker-2.0.0.tgz:yarn \ is-extendable/-/is-extendable-0.1.1.tgz:yarn \ is-extendable/-/is-extendable-1.0.1.tgz:yarn \ is-extglob/-/is-extglob-2.1.1.tgz:yarn \ is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz:yarn \ is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz:yarn \ is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz:yarn \ is-generator-fn/-/is-generator-fn-2.1.0.tgz:yarn \ is-glob/-/is-glob-3.1.0.tgz:yarn \ is-glob/-/is-glob-4.0.1.tgz:yarn \ is-in-browser/-/is-in-browser-1.1.3.tgz:yarn \ is-number/-/is-number-3.0.0.tgz:yarn \ is-number/-/is-number-7.0.0.tgz:yarn \ is-obj/-/is-obj-1.0.1.tgz:yarn \ is-obj/-/is-obj-2.0.0.tgz:yarn \ is-path-cwd/-/is-path-cwd-2.2.0.tgz:yarn \ is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz:yarn \ is-path-inside/-/is-path-inside-2.1.0.tgz:yarn \ is-plain-obj/-/is-plain-obj-1.1.0.tgz:yarn \ is-plain-object/-/is-plain-object-2.0.4.tgz:yarn \ is-promise/-/is-promise-2.1.0.tgz:yarn \ is-regex/-/is-regex-1.0.5.tgz:yarn \ is-regexp/-/is-regexp-1.0.0.tgz:yarn \ is-resolvable/-/is-resolvable-1.1.0.tgz:yarn \ is-root/-/is-root-2.1.0.tgz:yarn \ is-stream/-/is-stream-1.1.0.tgz:yarn \ is-string/-/is-string-1.0.5.tgz:yarn \ is-svg/-/is-svg-3.0.0.tgz:yarn \ is-symbol/-/is-symbol-1.0.3.tgz:yarn \ is-typedarray/-/is-typedarray-1.0.0.tgz:yarn \ is-windows/-/is-windows-1.0.2.tgz:yarn \ is-wsl/-/is-wsl-1.1.0.tgz:yarn \ is-wsl/-/is-wsl-2.1.1.tgz:yarn \ isarray/-/isarray-0.0.1.tgz:yarn \ isarray/-/isarray-1.0.0.tgz:yarn \ isexe/-/isexe-2.0.0.tgz:yarn \ isobject/-/isobject-2.1.0.tgz:yarn \ isobject/-/isobject-3.0.1.tgz:yarn \ isstream/-/isstream-0.1.2.tgz:yarn \ istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz:yarn \ istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz:yarn \ istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz:yarn \ istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz:yarn \ istanbul-reports/-/istanbul-reports-2.2.7.tgz:yarn \ jest-changed-files/-/jest-changed-files-24.9.0.tgz:yarn \ jest-cli/-/jest-cli-24.9.0.tgz:yarn \ jest-config/-/jest-config-24.9.0.tgz:yarn \ jest-diff/-/jest-diff-24.9.0.tgz:yarn \ jest-docblock/-/jest-docblock-24.9.0.tgz:yarn \ jest-each/-/jest-each-24.9.0.tgz:yarn \ jest-environment-jsdom-fourteen/-/jest-environment-jsdom-fourteen-1.0.1.tgz:yarn \ jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz:yarn \ jest-environment-node/-/jest-environment-node-24.9.0.tgz:yarn \ jest-get-type/-/jest-get-type-24.9.0.tgz:yarn \ jest-haste-map/-/jest-haste-map-24.9.0.tgz:yarn \ jest-jasmine2/-/jest-jasmine2-24.9.0.tgz:yarn \ jest-leak-detector/-/jest-leak-detector-24.9.0.tgz:yarn \ jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz:yarn \ jest-message-util/-/jest-message-util-24.9.0.tgz:yarn \ jest-mock/-/jest-mock-24.9.0.tgz:yarn \ jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz:yarn \ jest-regex-util/-/jest-regex-util-24.9.0.tgz:yarn \ jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz:yarn \ jest-resolve/-/jest-resolve-24.9.0.tgz:yarn \ jest-runner/-/jest-runner-24.9.0.tgz:yarn \ jest-runtime/-/jest-runtime-24.9.0.tgz:yarn \ jest-serializer/-/jest-serializer-24.9.0.tgz:yarn \ jest-snapshot/-/jest-snapshot-24.9.0.tgz:yarn \ jest-util/-/jest-util-24.9.0.tgz:yarn \ jest-validate/-/jest-validate-24.9.0.tgz:yarn \ jest-watch-typeahead/-/jest-watch-typeahead-0.4.2.tgz:yarn \ jest-watcher/-/jest-watcher-24.9.0.tgz:yarn \ jest-worker/-/jest-worker-24.9.0.tgz:yarn \ jest-worker/-/jest-worker-25.1.0.tgz:yarn \ jest/-/jest-24.9.0.tgz:yarn \ js-tokens/-/js-tokens-4.0.0.tgz:yarn \ js-tokens/-/js-tokens-3.0.2.tgz:yarn \ js-yaml/-/js-yaml-3.13.1.tgz:yarn \ jsbn/-/jsbn-0.1.1.tgz:yarn \ jsdom/-/jsdom-11.12.0.tgz:yarn \ jsdom/-/jsdom-14.1.0.tgz:yarn \ jsesc/-/jsesc-2.5.2.tgz:yarn \ jsesc/-/jsesc-0.5.0.tgz:yarn \ json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz:yarn \ json-schema-traverse/-/json-schema-traverse-0.4.1.tgz:yarn \ json-schema/-/json-schema-0.2.3.tgz:yarn \ json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz:yarn \ json-stable-stringify/-/json-stable-stringify-1.0.1.tgz:yarn \ json-stringify-safe/-/json-stringify-safe-5.0.1.tgz:yarn \ json3/-/json3-3.3.3.tgz:yarn \ json5/-/json5-1.0.1.tgz:yarn \ json5/-/json5-2.1.2.tgz:yarn \ jsonfile/-/jsonfile-4.0.0.tgz:yarn \ jsonify/-/jsonify-0.0.0.tgz:yarn \ jsprim/-/jsprim-1.4.1.tgz:yarn \ jss-plugin-camel-case/-/jss-plugin-camel-case-10.3.0.tgz:yarn \ jss-plugin-default-unit/-/jss-plugin-default-unit-10.3.0.tgz:yarn \ jss-plugin-global/-/jss-plugin-global-10.3.0.tgz:yarn \ jss-plugin-nested/-/jss-plugin-nested-10.3.0.tgz:yarn \ jss-plugin-props-sort/-/jss-plugin-props-sort-10.3.0.tgz:yarn \ jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.3.0.tgz:yarn \ jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.3.0.tgz:yarn \ jss/-/jss-10.3.0.tgz:yarn \ jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz:yarn \ killable/-/killable-1.0.1.tgz:yarn \ kind-of/-/kind-of-2.0.1.tgz:yarn \ kind-of/-/kind-of-3.2.2.tgz:yarn \ kind-of/-/kind-of-4.0.0.tgz:yarn \ kind-of/-/kind-of-5.1.0.tgz:yarn \ kind-of/-/kind-of-6.0.3.tgz:yarn \ kleur/-/kleur-3.0.3.tgz:yarn \ last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz:yarn \ lazy-cache/-/lazy-cache-0.2.7.tgz:yarn \ lazy-cache/-/lazy-cache-1.0.4.tgz:yarn \ lcid/-/lcid-2.0.0.tgz:yarn \ left-pad/-/left-pad-1.3.0.tgz:yarn \ leven/-/leven-3.1.0.tgz:yarn \ levenary/-/levenary-1.1.1.tgz:yarn \ levn/-/levn-0.3.0.tgz:yarn \ lines-and-columns/-/lines-and-columns-1.1.6.tgz:yarn \ load-json-file/-/load-json-file-2.0.0.tgz:yarn \ load-json-file/-/load-json-file-4.0.0.tgz:yarn \ loader-fs-cache/-/loader-fs-cache-1.0.2.tgz:yarn \ loader-runner/-/loader-runner-2.4.0.tgz:yarn \ loader-utils/-/loader-utils-1.2.3.tgz:yarn \ loader-utils/-/loader-utils-1.4.0.tgz:yarn \ locate-path/-/locate-path-2.0.0.tgz:yarn \ locate-path/-/locate-path-3.0.0.tgz:yarn \ locate-path/-/locate-path-5.0.0.tgz:yarn \ lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz:yarn \ lodash.memoize/-/lodash.memoize-4.1.2.tgz:yarn \ lodash.sortby/-/lodash.sortby-4.7.0.tgz:yarn \ lodash.template/-/lodash.template-4.5.0.tgz:yarn \ lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz:yarn \ lodash.uniq/-/lodash.uniq-4.5.0.tgz:yarn \ lodash/-/lodash-4.17.15.tgz:yarn \ lodash/-/lodash-4.17.19.tgz:yarn \ loglevel/-/loglevel-1.6.7.tgz:yarn \ loose-envify/-/loose-envify-1.4.0.tgz:yarn \ lower-case/-/lower-case-2.0.1.tgz:yarn \ lru-cache/-/lru-cache-5.1.1.tgz:yarn \ make-dir/-/make-dir-2.1.0.tgz:yarn \ make-dir/-/make-dir-3.0.2.tgz:yarn \ makeerror/-/makeerror-1.0.11.tgz:yarn \ mamacro/-/mamacro-0.0.3.tgz:yarn \ map-age-cleaner/-/map-age-cleaner-0.1.3.tgz:yarn \ map-cache/-/map-cache-0.2.2.tgz:yarn \ map-visit/-/map-visit-1.0.0.tgz:yarn \ md5.js/-/md5.js-1.3.5.tgz:yarn \ mdn-data/-/mdn-data-2.0.4.tgz:yarn \ media-typer/-/media-typer-0.3.0.tgz:yarn \ mem/-/mem-4.3.0.tgz:yarn \ memory-fs/-/memory-fs-0.4.1.tgz:yarn \ memory-fs/-/memory-fs-0.5.0.tgz:yarn \ merge-deep/-/merge-deep-3.0.2.tgz:yarn \ merge-descriptors/-/merge-descriptors-1.0.1.tgz:yarn \ merge-stream/-/merge-stream-2.0.0.tgz:yarn \ merge2/-/merge2-1.3.0.tgz:yarn \ methods/-/methods-1.1.2.tgz:yarn \ microevent.ts/-/microevent.ts-0.1.1.tgz:yarn \ micromatch/-/micromatch-3.1.10.tgz:yarn \ miller-rabin/-/miller-rabin-4.0.1.tgz:yarn \ mime-db/-/mime-db-1.43.0.tgz:yarn \ mime-types/-/mime-types-2.1.26.tgz:yarn \ mime/-/mime-1.6.0.tgz:yarn \ mime/-/mime-2.4.4.tgz:yarn \ mimic-fn/-/mimic-fn-2.1.0.tgz:yarn \ min-indent/-/min-indent-1.0.1.tgz:yarn \ mini-create-react-context/-/mini-create-react-context-0.4.0.tgz:yarn \ mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz:yarn \ minimalistic-assert/-/minimalistic-assert-1.0.1.tgz:yarn \ minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz:yarn \ minimatch/-/minimatch-3.0.4.tgz:yarn \ minimist/-/minimist-0.0.8.tgz:yarn \ minimist/-/minimist-1.2.5.tgz:yarn \ minipass-collect/-/minipass-collect-1.0.2.tgz:yarn \ minipass-flush/-/minipass-flush-1.0.5.tgz:yarn \ minipass-pipeline/-/minipass-pipeline-1.2.2.tgz:yarn \ minipass/-/minipass-3.1.1.tgz:yarn \ mississippi/-/mississippi-3.0.0.tgz:yarn \ mixin-deep/-/mixin-deep-1.3.2.tgz:yarn \ mixin-object/-/mixin-object-2.0.1.tgz:yarn \ mkdirp/-/mkdirp-0.5.1.tgz:yarn \ mkdirp/-/mkdirp-0.5.3.tgz:yarn \ move-concurrently/-/move-concurrently-1.0.1.tgz:yarn \ ms/-/ms-2.0.0.tgz:yarn \ ms/-/ms-2.1.1.tgz:yarn \ ms/-/ms-2.1.2.tgz:yarn \ multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz:yarn \ multicast-dns/-/multicast-dns-6.2.3.tgz:yarn \ mute-stream/-/mute-stream-0.0.8.tgz:yarn \ nan/-/nan-2.14.0.tgz:yarn \ nanomatch/-/nanomatch-1.2.13.tgz:yarn \ natural-compare/-/natural-compare-1.4.0.tgz:yarn \ negotiator/-/negotiator-0.6.2.tgz:yarn \ neo-async/-/neo-async-2.6.1.tgz:yarn \ next-tick/-/next-tick-1.0.0.tgz:yarn \ nice-try/-/nice-try-1.0.5.tgz:yarn \ no-case/-/no-case-3.0.3.tgz:yarn \ node-forge/-/node-forge-0.9.0.tgz:yarn \ node-int64/-/node-int64-0.4.0.tgz:yarn \ node-libs-browser/-/node-libs-browser-2.2.1.tgz:yarn \ node-modules-regexp/-/node-modules-regexp-1.0.0.tgz:yarn \ node-notifier/-/node-notifier-5.4.3.tgz:yarn \ node-releases/-/node-releases-1.1.52.tgz:yarn \ normalize-package-data/-/normalize-package-data-2.5.0.tgz:yarn \ normalize-path/-/normalize-path-2.1.1.tgz:yarn \ normalize-path/-/normalize-path-3.0.0.tgz:yarn \ normalize-range/-/normalize-range-0.1.2.tgz:yarn \ normalize-url/-/normalize-url-1.9.1.tgz:yarn \ normalize-url/-/normalize-url-3.3.0.tgz:yarn \ notistack/-/notistack-1.0.0.tgz:yarn \ npm-run-path/-/npm-run-path-2.0.2.tgz:yarn \ nth-check/-/nth-check-1.0.2.tgz:yarn \ num2fraction/-/num2fraction-1.2.2.tgz:yarn \ number-is-nan/-/number-is-nan-1.0.1.tgz:yarn \ nwsapi/-/nwsapi-2.2.0.tgz:yarn \ oauth-sign/-/oauth-sign-0.9.0.tgz:yarn \ object-assign/-/object-assign-4.1.1.tgz:yarn \ object-copy/-/object-copy-0.1.0.tgz:yarn \ object-hash/-/object-hash-2.0.3.tgz:yarn \ object-inspect/-/object-inspect-1.7.0.tgz:yarn \ object-is/-/object-is-1.0.2.tgz:yarn \ object-keys/-/object-keys-1.1.1.tgz:yarn \ object-path/-/object-path-0.11.4.tgz:yarn \ object-visit/-/object-visit-1.0.1.tgz:yarn \ object.assign/-/object.assign-4.1.0.tgz:yarn \ object.entries/-/object.entries-1.1.1.tgz:yarn \ object.fromentries/-/object.fromentries-2.0.2.tgz:yarn \ object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz:yarn \ object.pick/-/object.pick-1.3.0.tgz:yarn \ object.values/-/object.values-1.1.1.tgz:yarn \ obuf/-/obuf-1.1.2.tgz:yarn \ on-finished/-/on-finished-2.3.0.tgz:yarn \ on-headers/-/on-headers-1.0.2.tgz:yarn \ once/-/once-1.4.0.tgz:yarn \ onetime/-/onetime-5.1.0.tgz:yarn \ open/-/open-7.0.3.tgz:yarn \ opn/-/opn-5.5.0.tgz:yarn \ optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz:yarn \ optionator/-/optionator-0.8.3.tgz:yarn \ original/-/original-1.0.2.tgz:yarn \ os-browserify/-/os-browserify-0.3.0.tgz:yarn \ os-locale/-/os-locale-3.1.0.tgz:yarn \ os-tmpdir/-/os-tmpdir-1.0.2.tgz:yarn \ p-defer/-/p-defer-1.0.0.tgz:yarn \ p-each-series/-/p-each-series-1.0.0.tgz:yarn \ p-finally/-/p-finally-1.0.0.tgz:yarn \ p-is-promise/-/p-is-promise-2.1.0.tgz:yarn \ p-limit/-/p-limit-1.3.0.tgz:yarn \ p-limit/-/p-limit-2.2.2.tgz:yarn \ p-locate/-/p-locate-2.0.0.tgz:yarn \ p-locate/-/p-locate-3.0.0.tgz:yarn \ p-locate/-/p-locate-4.1.0.tgz:yarn \ p-map/-/p-map-2.1.0.tgz:yarn \ p-map/-/p-map-3.0.0.tgz:yarn \ p-reduce/-/p-reduce-1.0.0.tgz:yarn \ p-retry/-/p-retry-3.0.1.tgz:yarn \ p-try/-/p-try-1.0.0.tgz:yarn \ p-try/-/p-try-2.2.0.tgz:yarn \ pako/-/pako-1.0.11.tgz:yarn \ parallel-transform/-/parallel-transform-1.2.0.tgz:yarn \ param-case/-/param-case-3.0.3.tgz:yarn \ parent-module/-/parent-module-1.0.1.tgz:yarn \ parse-asn1/-/parse-asn1-5.1.5.tgz:yarn \ parse-json/-/parse-json-2.2.0.tgz:yarn \ parse-json/-/parse-json-4.0.0.tgz:yarn \ parse-json/-/parse-json-5.0.0.tgz:yarn \ parse5/-/parse5-4.0.0.tgz:yarn \ parse5/-/parse5-5.1.0.tgz:yarn \ parseurl/-/parseurl-1.3.3.tgz:yarn \ pascal-case/-/pascal-case-3.1.1.tgz:yarn \ pascalcase/-/pascalcase-0.1.1.tgz:yarn \ path-browserify/-/path-browserify-0.0.1.tgz:yarn \ path-dirname/-/path-dirname-1.0.2.tgz:yarn \ path-exists/-/path-exists-2.1.0.tgz:yarn \ path-exists/-/path-exists-3.0.0.tgz:yarn \ path-exists/-/path-exists-4.0.0.tgz:yarn \ path-is-absolute/-/path-is-absolute-1.0.1.tgz:yarn \ path-is-inside/-/path-is-inside-1.0.2.tgz:yarn \ path-key/-/path-key-2.0.1.tgz:yarn \ path-key/-/path-key-3.1.1.tgz:yarn \ path-parse/-/path-parse-1.0.6.tgz:yarn \ path-to-regexp/-/path-to-regexp-0.1.7.tgz:yarn \ path-to-regexp/-/path-to-regexp-1.8.0.tgz:yarn \ path-type/-/path-type-2.0.0.tgz:yarn \ path-type/-/path-type-3.0.0.tgz:yarn \ path-type/-/path-type-4.0.0.tgz:yarn \ pbkdf2/-/pbkdf2-3.0.17.tgz:yarn \ performance-now/-/performance-now-2.1.0.tgz:yarn \ picomatch/-/picomatch-2.2.1.tgz:yarn \ pify/-/pify-2.3.0.tgz:yarn \ pify/-/pify-3.0.0.tgz:yarn \ pify/-/pify-4.0.1.tgz:yarn \ pinkie-promise/-/pinkie-promise-2.0.1.tgz:yarn \ pinkie/-/pinkie-2.0.4.tgz:yarn \ pirates/-/pirates-4.0.1.tgz:yarn \ pkg-dir/-/pkg-dir-1.0.0.tgz:yarn \ pkg-dir/-/pkg-dir-2.0.0.tgz:yarn \ pkg-dir/-/pkg-dir-3.0.0.tgz:yarn \ pkg-dir/-/pkg-dir-4.2.0.tgz:yarn \ pkg-up/-/pkg-up-3.1.0.tgz:yarn \ pn/-/pn-1.1.0.tgz:yarn \ pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz:yarn \ popper.js/-/popper.js-1.16.1-lts.tgz:yarn \ portfinder/-/portfinder-1.0.25.tgz:yarn \ posix-character-classes/-/posix-character-classes-0.1.1.tgz:yarn \ postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz:yarn \ postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz:yarn \ postcss-calc/-/postcss-calc-7.0.2.tgz:yarn \ postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz:yarn \ postcss-color-gray/-/postcss-color-gray-5.0.0.tgz:yarn \ postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz:yarn \ postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz:yarn \ postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz:yarn \ postcss-colormin/-/postcss-colormin-4.0.3.tgz:yarn \ postcss-convert-values/-/postcss-convert-values-4.0.1.tgz:yarn \ postcss-custom-media/-/postcss-custom-media-7.0.8.tgz:yarn \ postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz:yarn \ postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz:yarn \ postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz:yarn \ postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz:yarn \ postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz:yarn \ postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz:yarn \ postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz:yarn \ postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz:yarn \ postcss-env-function/-/postcss-env-function-2.0.2.tgz:yarn \ postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.1.0.tgz:yarn \ postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz:yarn \ postcss-focus-within/-/postcss-focus-within-3.0.0.tgz:yarn \ postcss-font-variant/-/postcss-font-variant-4.0.0.tgz:yarn \ postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz:yarn \ postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz:yarn \ postcss-initial/-/postcss-initial-3.0.2.tgz:yarn \ postcss-lab-function/-/postcss-lab-function-2.0.1.tgz:yarn \ postcss-load-config/-/postcss-load-config-2.1.0.tgz:yarn \ postcss-loader/-/postcss-loader-3.0.0.tgz:yarn \ postcss-logical/-/postcss-logical-3.0.0.tgz:yarn \ postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz:yarn \ postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz:yarn \ postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz:yarn \ postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz:yarn \ postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz:yarn \ postcss-minify-params/-/postcss-minify-params-4.0.2.tgz:yarn \ postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz:yarn \ postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz:yarn \ postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz:yarn \ postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz:yarn \ postcss-modules-values/-/postcss-modules-values-3.0.0.tgz:yarn \ postcss-nesting/-/postcss-nesting-7.0.1.tgz:yarn \ postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz:yarn \ postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz:yarn \ postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz:yarn \ postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz:yarn \ postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz:yarn \ postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz:yarn \ postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz:yarn \ postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz:yarn \ postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz:yarn \ postcss-normalize/-/postcss-normalize-8.0.1.tgz:yarn \ postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz:yarn \ postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz:yarn \ postcss-page-break/-/postcss-page-break-2.0.0.tgz:yarn \ postcss-place/-/postcss-place-4.0.1.tgz:yarn \ postcss-preset-env/-/postcss-preset-env-6.7.0.tgz:yarn \ postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz:yarn \ postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz:yarn \ postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz:yarn \ postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz:yarn \ postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz:yarn \ postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz:yarn \ postcss-selector-not/-/postcss-selector-not-4.0.0.tgz:yarn \ postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz:yarn \ postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz:yarn \ postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz:yarn \ postcss-svgo/-/postcss-svgo-4.0.2.tgz:yarn \ postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz:yarn \ postcss-value-parser/-/postcss-value-parser-3.3.1.tgz:yarn \ postcss-value-parser/-/postcss-value-parser-4.0.3.tgz:yarn \ postcss-values-parser/-/postcss-values-parser-2.0.1.tgz:yarn \ postcss/-/postcss-7.0.21.tgz:yarn \ postcss/-/postcss-7.0.27.tgz:yarn \ prelude-ls/-/prelude-ls-1.1.2.tgz:yarn \ prepend-http/-/prepend-http-1.0.4.tgz:yarn \ prettier/-/prettier-2.1.2.tgz:yarn \ pretty-bytes/-/pretty-bytes-5.3.0.tgz:yarn \ pretty-error/-/pretty-error-2.1.1.tgz:yarn \ pretty-format/-/pretty-format-24.9.0.tgz:yarn \ pretty-format/-/pretty-format-25.5.0.tgz:yarn \ private/-/private-0.1.8.tgz:yarn \ process-nextick-args/-/process-nextick-args-2.0.1.tgz:yarn \ process/-/process-0.11.10.tgz:yarn \ progress/-/progress-2.0.3.tgz:yarn \ promise-inflight/-/promise-inflight-1.0.1.tgz:yarn \ promise/-/promise-8.1.0.tgz:yarn \ prompts/-/prompts-2.3.2.tgz:yarn \ prop-types/-/prop-types-15.7.2.tgz:yarn \ proxy-addr/-/proxy-addr-2.0.6.tgz:yarn \ prr/-/prr-1.0.1.tgz:yarn \ psl/-/psl-1.7.0.tgz:yarn \ public-encrypt/-/public-encrypt-4.0.3.tgz:yarn \ pump/-/pump-2.0.1.tgz:yarn \ pump/-/pump-3.0.0.tgz:yarn \ pumpify/-/pumpify-1.5.1.tgz:yarn \ punycode/-/punycode-1.3.2.tgz:yarn \ punycode/-/punycode-1.4.1.tgz:yarn \ punycode/-/punycode-2.1.1.tgz:yarn \ q/-/q-1.5.1.tgz:yarn \ qs/-/qs-6.7.0.tgz:yarn \ qs/-/qs-6.5.2.tgz:yarn \ query-string/-/query-string-4.3.4.tgz:yarn \ querystring-es3/-/querystring-es3-0.2.1.tgz:yarn \ querystring/-/querystring-0.2.0.tgz:yarn \ querystringify/-/querystringify-2.1.1.tgz:yarn \ raf/-/raf-3.4.1.tgz:yarn \ randombytes/-/randombytes-2.1.0.tgz:yarn \ randomfill/-/randomfill-1.0.4.tgz:yarn \ range-parser/-/range-parser-1.2.1.tgz:yarn \ raw-body/-/raw-body-2.4.0.tgz:yarn \ react-app-polyfill/-/react-app-polyfill-1.0.6.tgz:yarn \ react-dev-utils/-/react-dev-utils-10.2.1.tgz:yarn \ react-dom/-/react-dom-16.13.1.tgz:yarn \ react-error-overlay/-/react-error-overlay-6.0.7.tgz:yarn \ react-hotkeys-hook/-/react-hotkeys-hook-3.0.3.tgz:yarn \ react-is/-/react-is-16.13.1.tgz:yarn \ react-router-dom/-/react-router-dom-5.2.0.tgz:yarn \ react-router/-/react-router-5.2.0.tgz:yarn \ react-scripts/-/react-scripts-3.4.1.tgz:yarn \ react-transition-group/-/react-transition-group-4.4.1.tgz:yarn \ react/-/react-16.13.1.tgz:yarn \ read-pkg-up/-/read-pkg-up-2.0.0.tgz:yarn \ read-pkg-up/-/read-pkg-up-4.0.0.tgz:yarn \ read-pkg/-/read-pkg-2.0.0.tgz:yarn \ read-pkg/-/read-pkg-3.0.0.tgz:yarn \ readable-stream/-/readable-stream-2.3.7.tgz:yarn \ readable-stream/-/readable-stream-3.6.0.tgz:yarn \ readdirp/-/readdirp-2.2.1.tgz:yarn \ readdirp/-/readdirp-3.3.0.tgz:yarn \ realpath-native/-/realpath-native-1.1.0.tgz:yarn \ recursive-readdir/-/recursive-readdir-2.2.2.tgz:yarn \ redent/-/redent-3.0.0.tgz:yarn \ regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz:yarn \ regenerate/-/regenerate-1.4.0.tgz:yarn \ regenerator-runtime/-/regenerator-runtime-0.11.1.tgz:yarn \ regenerator-runtime/-/regenerator-runtime-0.13.5.tgz:yarn \ regenerator-transform/-/regenerator-transform-0.14.4.tgz:yarn \ regex-not/-/regex-not-1.0.2.tgz:yarn \ regex-parser/-/regex-parser-2.2.10.tgz:yarn \ regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz:yarn \ regexpp/-/regexpp-2.0.1.tgz:yarn \ regexpp/-/regexpp-3.0.0.tgz:yarn \ regexpu-core/-/regexpu-core-4.7.0.tgz:yarn \ regjsgen/-/regjsgen-0.5.1.tgz:yarn \ regjsparser/-/regjsparser-0.6.4.tgz:yarn \ relateurl/-/relateurl-0.2.7.tgz:yarn \ remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz:yarn \ renderkid/-/renderkid-2.0.3.tgz:yarn \ repeat-element/-/repeat-element-1.1.3.tgz:yarn \ repeat-string/-/repeat-string-1.6.1.tgz:yarn \ request-promise-core/-/request-promise-core-1.1.3.tgz:yarn \ request-promise-native/-/request-promise-native-1.0.8.tgz:yarn \ request/-/request-2.88.2.tgz:yarn \ require-directory/-/require-directory-2.1.1.tgz:yarn \ require-main-filename/-/require-main-filename-1.0.1.tgz:yarn \ require-main-filename/-/require-main-filename-2.0.0.tgz:yarn \ requires-port/-/requires-port-1.0.0.tgz:yarn \ resolve-cwd/-/resolve-cwd-2.0.0.tgz:yarn \ resolve-from/-/resolve-from-3.0.0.tgz:yarn \ resolve-from/-/resolve-from-4.0.0.tgz:yarn \ resolve-pathname/-/resolve-pathname-3.0.0.tgz:yarn \ resolve-url-loader/-/resolve-url-loader-3.1.1.tgz:yarn \ resolve-url/-/resolve-url-0.2.1.tgz:yarn \ resolve/-/resolve-1.1.7.tgz:yarn \ resolve/-/resolve-1.15.0.tgz:yarn \ resolve/-/resolve-1.15.1.tgz:yarn \ restore-cursor/-/restore-cursor-3.1.0.tgz:yarn \ ret/-/ret-0.1.15.tgz:yarn \ retry/-/retry-0.12.0.tgz:yarn \ rework-visit/-/rework-visit-1.0.0.tgz:yarn \ rework/-/rework-1.0.1.tgz:yarn \ rgb-regex/-/rgb-regex-1.0.1.tgz:yarn \ rgba-regex/-/rgba-regex-1.0.0.tgz:yarn \ rimraf/-/rimraf-2.6.3.tgz:yarn \ rimraf/-/rimraf-2.7.1.tgz:yarn \ ripemd160/-/ripemd160-2.0.2.tgz:yarn \ rsvp/-/rsvp-4.8.5.tgz:yarn \ run-async/-/run-async-2.4.0.tgz:yarn \ run-queue/-/run-queue-1.0.3.tgz:yarn \ rxjs/-/rxjs-6.5.4.tgz:yarn \ safe-buffer/-/safe-buffer-5.1.2.tgz:yarn \ safe-buffer/-/safe-buffer-5.2.0.tgz:yarn \ safe-regex/-/safe-regex-1.1.0.tgz:yarn \ safer-buffer/-/safer-buffer-2.1.2.tgz:yarn \ sane/-/sane-4.1.0.tgz:yarn \ sanitize.css/-/sanitize.css-10.0.0.tgz:yarn \ sass-loader/-/sass-loader-8.0.2.tgz:yarn \ sax/-/sax-1.2.4.tgz:yarn \ saxes/-/saxes-3.1.11.tgz:yarn \ scheduler/-/scheduler-0.19.1.tgz:yarn \ schema-utils/-/schema-utils-1.0.0.tgz:yarn \ schema-utils/-/schema-utils-2.6.5.tgz:yarn \ select-hose/-/select-hose-2.0.0.tgz:yarn \ selfsigned/-/selfsigned-1.10.7.tgz:yarn \ semver/-/semver-5.7.1.tgz:yarn \ semver/-/semver-6.3.0.tgz:yarn \ semver/-/semver-7.0.0.tgz:yarn \ send/-/send-0.17.1.tgz:yarn \ serialize-javascript/-/serialize-javascript-2.1.2.tgz:yarn \ serve-index/-/serve-index-1.9.1.tgz:yarn \ serve-static/-/serve-static-1.14.1.tgz:yarn \ set-blocking/-/set-blocking-2.0.0.tgz:yarn \ set-value/-/set-value-2.0.1.tgz:yarn \ setimmediate/-/setimmediate-1.0.5.tgz:yarn \ setprototypeof/-/setprototypeof-1.1.0.tgz:yarn \ setprototypeof/-/setprototypeof-1.1.1.tgz:yarn \ sha.js/-/sha.js-2.4.11.tgz:yarn \ shallow-clone/-/shallow-clone-0.1.2.tgz:yarn \ shallow-clone/-/shallow-clone-3.0.1.tgz:yarn \ shebang-command/-/shebang-command-1.2.0.tgz:yarn \ shebang-command/-/shebang-command-2.0.0.tgz:yarn \ shebang-regex/-/shebang-regex-1.0.0.tgz:yarn \ shebang-regex/-/shebang-regex-3.0.0.tgz:yarn \ shell-quote/-/shell-quote-1.7.2.tgz:yarn \ shellwords/-/shellwords-0.1.1.tgz:yarn \ side-channel/-/side-channel-1.0.2.tgz:yarn \ signal-exit/-/signal-exit-3.0.2.tgz:yarn \ simple-swizzle/-/simple-swizzle-0.2.2.tgz:yarn \ sisteransi/-/sisteransi-1.0.5.tgz:yarn \ slash/-/slash-1.0.0.tgz:yarn \ slash/-/slash-2.0.0.tgz:yarn \ slash/-/slash-3.0.0.tgz:yarn \ slice-ansi/-/slice-ansi-2.1.0.tgz:yarn \ snapdragon-node/-/snapdragon-node-2.1.1.tgz:yarn \ snapdragon-util/-/snapdragon-util-3.0.1.tgz:yarn \ snapdragon/-/snapdragon-0.8.2.tgz:yarn \ sockjs-client/-/sockjs-client-1.4.0.tgz:yarn \ sockjs/-/sockjs-0.3.19.tgz:yarn \ sort-keys/-/sort-keys-1.1.2.tgz:yarn \ source-list-map/-/source-list-map-2.0.1.tgz:yarn \ source-map-resolve/-/source-map-resolve-0.5.3.tgz:yarn \ source-map-support/-/source-map-support-0.5.16.tgz:yarn \ source-map-url/-/source-map-url-0.4.0.tgz:yarn \ source-map/-/source-map-0.6.1.tgz:yarn \ source-map/-/source-map-0.5.7.tgz:yarn \ spdx-correct/-/spdx-correct-3.1.0.tgz:yarn \ spdx-exceptions/-/spdx-exceptions-2.2.0.tgz:yarn \ spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz:yarn \ spdx-license-ids/-/spdx-license-ids-3.0.5.tgz:yarn \ spdy-transport/-/spdy-transport-3.0.0.tgz:yarn \ spdy/-/spdy-4.0.1.tgz:yarn \ split-string/-/split-string-3.1.0.tgz:yarn \ sprintf-js/-/sprintf-js-1.0.3.tgz:yarn \ sshpk/-/sshpk-1.16.1.tgz:yarn \ ssri/-/ssri-6.0.1.tgz:yarn \ ssri/-/ssri-7.1.0.tgz:yarn \ stable/-/stable-0.1.8.tgz:yarn \ stack-utils/-/stack-utils-1.0.2.tgz:yarn \ static-extend/-/static-extend-0.1.2.tgz:yarn \ statuses/-/statuses-1.5.0.tgz:yarn \ stealthy-require/-/stealthy-require-1.1.1.tgz:yarn \ stream-browserify/-/stream-browserify-2.0.2.tgz:yarn \ stream-each/-/stream-each-1.2.3.tgz:yarn \ stream-http/-/stream-http-2.8.3.tgz:yarn \ stream-shift/-/stream-shift-1.0.1.tgz:yarn \ strict-uri-encode/-/strict-uri-encode-1.1.0.tgz:yarn \ string-length/-/string-length-2.0.0.tgz:yarn \ string-length/-/string-length-3.1.0.tgz:yarn \ string-width/-/string-width-1.0.2.tgz:yarn \ string-width/-/string-width-2.1.1.tgz:yarn \ string-width/-/string-width-3.1.0.tgz:yarn \ string-width/-/string-width-4.2.0.tgz:yarn \ string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz:yarn \ string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz:yarn \ string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz:yarn \ string_decoder/-/string_decoder-1.3.0.tgz:yarn \ string_decoder/-/string_decoder-1.1.1.tgz:yarn \ stringify-object/-/stringify-object-3.3.0.tgz:yarn \ strip-ansi/-/strip-ansi-6.0.0.tgz:yarn \ strip-ansi/-/strip-ansi-3.0.1.tgz:yarn \ strip-ansi/-/strip-ansi-4.0.0.tgz:yarn \ strip-ansi/-/strip-ansi-5.2.0.tgz:yarn \ strip-bom/-/strip-bom-3.0.0.tgz:yarn \ strip-comments/-/strip-comments-1.0.2.tgz:yarn \ strip-eof/-/strip-eof-1.0.0.tgz:yarn \ strip-indent/-/strip-indent-3.0.0.tgz:yarn \ strip-json-comments/-/strip-json-comments-3.0.1.tgz:yarn \ style-loader/-/style-loader-0.23.1.tgz:yarn \ stylehacks/-/stylehacks-4.0.3.tgz:yarn \ supports-color/-/supports-color-2.0.0.tgz:yarn \ supports-color/-/supports-color-5.5.0.tgz:yarn \ supports-color/-/supports-color-6.1.0.tgz:yarn \ supports-color/-/supports-color-7.1.0.tgz:yarn \ svg-parser/-/svg-parser-2.0.4.tgz:yarn \ svgo/-/svgo-1.3.2.tgz:yarn \ symbol-tree/-/symbol-tree-3.2.4.tgz:yarn \ table/-/table-5.4.6.tgz:yarn \ tapable/-/tapable-1.1.3.tgz:yarn \ terser-webpack-plugin/-/terser-webpack-plugin-2.3.5.tgz:yarn \ terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz:yarn \ terser/-/terser-4.6.7.tgz:yarn \ test-exclude/-/test-exclude-5.2.3.tgz:yarn \ text-table/-/text-table-0.2.0.tgz:yarn \ throat/-/throat-4.1.0.tgz:yarn \ through2/-/through2-2.0.5.tgz:yarn \ through/-/through-2.3.8.tgz:yarn \ thunky/-/thunky-1.1.0.tgz:yarn \ timers-browserify/-/timers-browserify-2.0.11.tgz:yarn \ timsort/-/timsort-0.3.0.tgz:yarn \ tiny-invariant/-/tiny-invariant-1.1.0.tgz:yarn \ tiny-warning/-/tiny-warning-1.0.3.tgz:yarn \ tmp/-/tmp-0.0.33.tgz:yarn \ tmpl/-/tmpl-1.0.4.tgz:yarn \ to-arraybuffer/-/to-arraybuffer-1.0.1.tgz:yarn \ to-fast-properties/-/to-fast-properties-2.0.0.tgz:yarn \ to-object-path/-/to-object-path-0.3.0.tgz:yarn \ to-regex-range/-/to-regex-range-2.1.1.tgz:yarn \ to-regex-range/-/to-regex-range-5.0.1.tgz:yarn \ to-regex/-/to-regex-3.0.2.tgz:yarn \ toidentifier/-/toidentifier-1.0.0.tgz:yarn \ tough-cookie/-/tough-cookie-2.5.0.tgz:yarn \ tr46/-/tr46-1.0.1.tgz:yarn \ ts-pnp/-/ts-pnp-1.1.6.tgz:yarn \ tslib/-/tslib-1.11.1.tgz:yarn \ tsutils/-/tsutils-3.17.1.tgz:yarn \ tty-browserify/-/tty-browserify-0.0.0.tgz:yarn \ tunnel-agent/-/tunnel-agent-0.6.0.tgz:yarn \ tweetnacl/-/tweetnacl-0.14.5.tgz:yarn \ type-check/-/type-check-0.3.2.tgz:yarn \ type-fest/-/type-fest-0.11.0.tgz:yarn \ type-fest/-/type-fest-0.8.1.tgz:yarn \ type-is/-/type-is-1.6.18.tgz:yarn \ type/-/type-1.2.0.tgz:yarn \ type/-/type-2.0.0.tgz:yarn \ typedarray/-/typedarray-0.0.6.tgz:yarn \ typescript/-/typescript-3.7.5.tgz:yarn \ unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz:yarn \ unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz:yarn \ unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz:yarn \ unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz:yarn \ union-value/-/union-value-1.0.1.tgz:yarn \ uniq/-/uniq-1.0.1.tgz:yarn \ uniqs/-/uniqs-2.0.0.tgz:yarn \ unique-filename/-/unique-filename-1.1.1.tgz:yarn \ unique-names-generator/-/unique-names-generator-4.3.0.tgz:yarn \ unique-slug/-/unique-slug-2.0.2.tgz:yarn \ universalify/-/universalify-0.1.2.tgz:yarn \ unpipe/-/unpipe-1.0.0.tgz:yarn \ unquote/-/unquote-1.1.1.tgz:yarn \ unset-value/-/unset-value-1.0.0.tgz:yarn \ upath/-/upath-1.2.0.tgz:yarn \ uri-js/-/uri-js-4.2.2.tgz:yarn \ urix/-/urix-0.1.0.tgz:yarn \ url-loader/-/url-loader-2.3.0.tgz:yarn \ url-parse/-/url-parse-1.4.7.tgz:yarn \ url/-/url-0.11.0.tgz:yarn \ urs/-/urs-0.0.7.tgz:yarn \ use-http/-/use-http-1.0.13.tgz:yarn \ use-ssr/-/use-ssr-1.0.23.tgz:yarn \ use/-/use-3.1.1.tgz:yarn \ util-deprecate/-/util-deprecate-1.0.2.tgz:yarn \ util.promisify/-/util.promisify-1.0.0.tgz:yarn \ util.promisify/-/util.promisify-1.0.1.tgz:yarn \ util/-/util-0.10.3.tgz:yarn \ util/-/util-0.11.1.tgz:yarn \ utila/-/utila-0.4.0.tgz:yarn \ utility-types/-/utility-types-3.10.0.tgz:yarn \ utils-merge/-/utils-merge-1.0.1.tgz:yarn \ uuid/-/uuid-3.4.0.tgz:yarn \ v8-compile-cache/-/v8-compile-cache-2.1.0.tgz:yarn \ validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz:yarn \ value-equal/-/value-equal-1.0.1.tgz:yarn \ vary/-/vary-1.1.2.tgz:yarn \ vendors/-/vendors-1.0.4.tgz:yarn \ verror/-/verror-1.10.0.tgz:yarn \ vm-browserify/-/vm-browserify-1.1.2.tgz:yarn \ w3c-hr-time/-/w3c-hr-time-1.0.2.tgz:yarn \ w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz:yarn \ wait-for-expect/-/wait-for-expect-3.0.2.tgz:yarn \ walker/-/walker-1.0.7.tgz:yarn \ watchpack/-/watchpack-1.6.0.tgz:yarn \ wbuf/-/wbuf-1.7.3.tgz:yarn \ webidl-conversions/-/webidl-conversions-4.0.2.tgz:yarn \ webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz:yarn \ webpack-dev-server/-/webpack-dev-server-3.10.3.tgz:yarn \ webpack-log/-/webpack-log-2.0.0.tgz:yarn \ webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz:yarn \ webpack-sources/-/webpack-sources-1.4.3.tgz:yarn \ webpack/-/webpack-4.42.0.tgz:yarn \ websocket-driver/-/websocket-driver-0.7.3.tgz:yarn \ websocket-extensions/-/websocket-extensions-0.1.3.tgz:yarn \ whatwg-encoding/-/whatwg-encoding-1.0.5.tgz:yarn \ whatwg-fetch/-/whatwg-fetch-3.0.0.tgz:yarn \ whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz:yarn \ whatwg-url/-/whatwg-url-6.5.0.tgz:yarn \ whatwg-url/-/whatwg-url-7.1.0.tgz:yarn \ which-module/-/which-module-2.0.0.tgz:yarn \ which/-/which-1.3.1.tgz:yarn \ which/-/which-2.0.2.tgz:yarn \ word-wrap/-/word-wrap-1.2.3.tgz:yarn \ workbox-background-sync/-/workbox-background-sync-4.3.1.tgz:yarn \ workbox-broadcast-update/-/workbox-broadcast-update-4.3.1.tgz:yarn \ workbox-build/-/workbox-build-4.3.1.tgz:yarn \ workbox-cacheable-response/-/workbox-cacheable-response-4.3.1.tgz:yarn \ workbox-core/-/workbox-core-4.3.1.tgz:yarn \ workbox-expiration/-/workbox-expiration-4.3.1.tgz:yarn \ workbox-google-analytics/-/workbox-google-analytics-4.3.1.tgz:yarn \ workbox-navigation-preload/-/workbox-navigation-preload-4.3.1.tgz:yarn \ workbox-precaching/-/workbox-precaching-4.3.1.tgz:yarn \ workbox-range-requests/-/workbox-range-requests-4.3.1.tgz:yarn \ workbox-routing/-/workbox-routing-4.3.1.tgz:yarn \ workbox-strategies/-/workbox-strategies-4.3.1.tgz:yarn \ workbox-streams/-/workbox-streams-4.3.1.tgz:yarn \ workbox-sw/-/workbox-sw-4.3.1.tgz:yarn \ workbox-webpack-plugin/-/workbox-webpack-plugin-4.3.1.tgz:yarn \ workbox-window/-/workbox-window-4.3.1.tgz:yarn \ worker-farm/-/worker-farm-1.7.0.tgz:yarn \ worker-rpc/-/worker-rpc-0.1.1.tgz:yarn \ wrap-ansi/-/wrap-ansi-2.1.0.tgz:yarn \ wrap-ansi/-/wrap-ansi-5.1.0.tgz:yarn \ wrappy/-/wrappy-1.0.2.tgz:yarn \ write-file-atomic/-/write-file-atomic-2.4.1.tgz:yarn \ write/-/write-1.0.3.tgz:yarn \ ws/-/ws-5.2.2.tgz:yarn \ ws/-/ws-6.2.1.tgz:yarn \ xml-name-validator/-/xml-name-validator-3.0.0.tgz:yarn \ xmlchars/-/xmlchars-2.2.0.tgz:yarn \ xregexp/-/xregexp-4.3.0.tgz:yarn \ xtend/-/xtend-4.0.2.tgz:yarn \ y18n/-/y18n-4.0.0.tgz:yarn \ yallist/-/yallist-3.1.1.tgz:yarn \ yallist/-/yallist-4.0.0.tgz:yarn \ yaml/-/yaml-1.8.2.tgz:yarn \ yargs-parser/-/yargs-parser-11.1.1.tgz:yarn \ yargs-parser/-/yargs-parser-13.1.2.tgz:yarn \ yargs/-/yargs-12.0.5.tgz:yarn \ yargs/-/yargs-13.3.2.tgz:yarn EXTRACT_ONLY= ${DISTFILES:N*\:yarn*:C/:.*$//} MAINTAINER= 0mp@FreeBSD.org COMMENT= Screen sharing server based on WebRTC LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= yarn:www/yarn USES= go:modules USE_GITHUB= yes GH_PROJECT= server GH_TUPLE= beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ gobuffalo:envy:v1.7.0:gobuffalo_envy/vendor/github.com/gobuffalo/envy \ gobuffalo:genny:3ca520ef0d9e:gobuffalo_genny/vendor/github.com/gobuffalo/genny \ gobuffalo:gogen:8f38393713f5:gobuffalo_gogen/vendor/github.com/gobuffalo/gogen \ gobuffalo:logger:86e12af44bc2:gobuffalo_logger/vendor/github.com/gobuffalo/logger \ gobuffalo:mapi:v1.0.2:gobuffalo_mapi/vendor/github.com/gobuffalo/mapi \ gobuffalo:packd:a385830c7fc0:gobuffalo_packd/vendor/github.com/gobuffalo/packd \ gobuffalo:packr:v2.2.0:gobuffalo_packr_v2/vendor/github.com/gobuffalo/packr \ gobuffalo:syncx:33c29581e754:gobuffalo_syncx/vendor/github.com/gobuffalo/syncx \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \ golang:sys:f1bc736245b1:golang_sys/vendor/golang.org/x/sys \ golang:tools:aed303cbaa74:golang_tools/vendor/golang.org/x/tools \ gorilla:handlers:v1.5.1:gorilla_handlers/vendor/github.com/gorilla/handlers \ gorilla:mux:v1.7.2:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ gorilla:sessions:v1.2.1:gorilla_sessions/vendor/github.com/gorilla/sessions \ gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ karrick:godirwalk:v1.8.0:karrick_godirwalk/vendor/github.com/karrick/godirwalk \ kelseyhightower:envconfig:v1.4.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 \ kr:pretty:v0.2.0:kr_pretty/vendor/github.com/kr/pretty \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ markbates:oncer:bf2de49a0be2:markbates_oncer/vendor/github.com/markbates/oncer \ markbates:safe:v1.0.1:markbates_safe/vendor/github.com/markbates/safe \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ phayes:freeport:95f893ade6f2:phayes_freeport/vendor/github.com/phayes/freeport \ pion:logging:v0.2.2:pion_logging/vendor/github.com/pion/logging \ pion:randutil:v0.1.0:pion_randutil/vendor/github.com/pion/randutil \ pion:stun:v0.3.5:pion_stun/vendor/github.com/pion/stun \ pion:transport:v0.10.1:pion_transport/vendor/github.com/pion/transport \ pion:turn:v2.0.5:pion_turn_v2/vendor/github.com/pion/turn/v2 \ 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 \ 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.10.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.1.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rogpeppe:go-internal:v1.3.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rs:xid:v1.2.1:rs_xid/vendor/github.com/rs/xid \ rs:zerolog:v1.19.0:rs_zerolog/vendor/github.com/rs/zerolog \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:cobra:v0.0.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli PORTSCOUT= site:https://github.com/${PORTNAME}/${GH_PROJECT}/releases OPTIONS_DEFINE= DOCS _YARN_BIN= ${LOCALBASE}/bin/yarn _YARN_FLAGS= --skip-integrity-check --noninteractive \ --no-node-version-check --no-default-rc \ --cwd ${_YARN_CWD} --cache-folder ${_YARN_CACHE_FOLDER} \ --use-yarnrc ${_YARNRC} --offline --no-progress .if defined(WITH_DEBUG) _YARN_FLAGS+= --verbose .endif _YARN_HOME= ${WRKDIR}/yarn-home _YARN_CACHE_FOLDER= ${_YARN_HOME}/cache _YARN_OFFLINE_MIRROR= ${_YARN_HOME}/yarn-offline-mirror _YARN_ENV= HOME=${_YARN_HOME} _YARNRC= ${_YARN_HOME}/yarnrc _YARN_CMD= ${SETENV} ${_YARN_ENV} ${_YARN_BIN} ${_YARN_FLAGS} _YARN_CWD= ${WRKSRC}/ui -OPTIONS_DEFINE= DOCS - pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "The limit imposed by poudriere(8) for the maximum number of files allowed to be" @${ECHO_MSG} "opened by a jail (default 1024) is exceeded during the build of ${PORTNAME}." @${ECHO_MSG} "To successfully build ${PORTNAME} with poudriere(8), you must add the following" @${ECHO_MSG} "line to poudriere.conf:" @${ECHO_MSG} "MAX_FILES_${PORTNAME}=8192" @${ECHO_MSG} "" post-extract: @${MKDIR} ${_YARN_OFFLINE_MIRROR} # Yarn distfiles, which start with "@", have to renamed as they are # "scoped" packages. What it means is that, e.g., # "@jest/core/-/core-24.9.0.tgz" has to renamed to # "@jest-core-24.9.0.tgz" when placed in the offline mirror. (cd ${DISTDIR} && \ for distfile in ${DISTFILES:M*\:yarn$:S/:yarn$//}; do \ dest="$${distfile##*/}"; \ case $${distfile} in \ @*) dest="$${distfile%%/*}-$${dest}" ;; \ esac; \ ${CP} $${distfile} ${_YARN_OFFLINE_MIRROR}/$${dest}; \ done) ${ECHO_CMD} 'yarn-offline-mirror "${_YARN_OFFLINE_MIRROR}"' > ${_YARNRC} post-patch: ${REINPLACE_CMD} 's|%%ETCDIR%%|${ETCDIR}|g' ${WRKSRC}/config/config.go pre-build: ${_YARN_CMD} install ${_YARN_CMD} build (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run hack/packr/packr.go) post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.config.example \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.config.sample ${INSTALL_DATA} ${WRKSRC}/users ${STAGEDIR}${ETCDIR}/users.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "! -name .nojekyll ! -name CNAME") _yarn-packages: patch @${AWK} -f ${FILESDIR}/yarn-lock-to-distfiles.awk ${_YARN_CWD}/yarn.lock .include Index: head/www/unit/Makefile =================================================================== --- head/www/unit/Makefile (revision 566597) +++ head/www/unit/Makefile (revision 566598) @@ -1,125 +1,124 @@ # Created by: Sergey A. Osokin # $FreeBSD$ PORTNAME= unit PORTVERSION= ${UNIT_VERSION} PORTREVISION= 1 CATEGORIES= www MASTER_SITES?= https://unit.nginx.org/download/ MAINTAINER= osa@FreeBSD.org COMMENT?= Dynamic web application server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES+= compiler:c11 cpe CPE_VENDOR= nginx CPE_PRODUCT= unit OPTIONS_DEFINE?= \ DEBUG \ IPV6 \ SSL \ UNIXSOCK OPTIONS_DEFAULT?= IPV6 PCRE2 SSL UNIXSOCK OPTIONS_RADIO+= REGEX OPTIONS_RADIO_REGEX= NOPCRE PCRE PCRE2 DEBUG_DESC= Enable debug logging -DEVKIT_DESC= Install headers and library REGEX_DESC= Support regular expressions NOPCRE_DESC= No support for Regular Expressions PCRE_DESC= Regular Expressions via devel/pcre PCRE2_DESC= Regular Expressions via devel/pcre2 SSL_DESC= Enable SSL/TLS UNIXSOCK_DESC= Enable unix sockets .include HAS_CONFIGURE= yes UNIT_VARDIR?= /var UNIT_DBDIR?= ${UNIT_VARDIR}/db/${PORTNAME} UNIT_LOGDIR?= ${UNIT_VARDIR}/log/${PORTNAME} UNIT_LOGFILE?= ${UNIT_LOGDIR}/${PORTNAME}.log UNIT_PIDFILE?= ${UNIT_RUNDIR}/${PORTNAME}.pid UNIT_RUNDIR?= ${UNIT_VARDIR}/run/unit UNIT_SOCK?= ${UNIT_RUNDIR}/control.unit.sock UNIT_TMPDIR?= ${UNIT_VARDIR}/tmp/unit CONFIGURE_ARGS= --prefix=${PREFIX} \ --ld-opt="-L${LOCALBASE}/lib" \ --log=${UNIT_LOGFILE} \ --modules=libexec/unit/modules \ --pid=${UNIT_PIDFILE} \ --state=${UNIT_DBDIR} \ --tmp=${UNIT_TMPDIR} \ --user=${WWWOWN} --group=${WWWGRP} USERS?= ${WWWOWN} GROUPS?=${WWWGRP} ALL_TARGET= PLIST_DIRS?= libexec/unit/modules \ libexec/unit PLIST_FILES?= sbin/unitd USE_RC_SUBR?= unitd SUB_LIST= PREFIX=${PREFIX} \ UNIT_PIDFILE=${UNIT_PIDFILE} \ UNIT_SOCK=${UNIT_SOCK} \ UNIT_TMPDIR=${UNIT_TMPDIR} \ WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--debug .endif .if empty(PORT_OPTIONS:MIPV6) CONFIGURE_ARGS+=--no-ipv6 .endif .if ${PORT_OPTIONS:MNOPCRE} CONFIGURE_ARGS+=--no-regex .endif .if ${PORT_OPTIONS:MPCRE} CONFIGURE_ARGS+=--no-pcre2 LIB_DEPENDS+= libpcre.so:devel/pcre .endif .if ${PORT_OPTIONS:MPCRE2} LIB_DEPENDS+= libpcre2-8.so:devel/pcre2 .endif .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+=--openssl USES+= ssl .endif .if empty(PORT_OPTIONS:MUNIXSOCK) CONFIGURE_ARGS+=--no-unix-sockets .else CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK} .endif .if !target(post-install) post-install: ${MKDIR} ${STAGEDIR}${UNIT_DBDIR} ${MKDIR} ${STAGEDIR}${UNIT_LOGDIR} ${MKDIR} ${STAGEDIR}${UNIT_RUNDIR} ${MKDIR} ${STAGEDIR}${UNIT_TMPDIR} ${ECHO_CMD} @dir ${UNIT_DBDIR} >> ${TMPPLIST} ${ECHO_CMD} @dir ${UNIT_LOGDIR} >> ${TMPPLIST} ${ECHO_CMD} @dir ${UNIT_RUNDIR} >> ${TMPPLIST} ${ECHO_CMD} @dir ${UNIT_TMPDIR} >> ${TMPPLIST} ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules .endif .include "../../www/unit/version.mk" .include Index: head/x11/mate-dock-applet/Makefile =================================================================== --- head/x11/mate-dock-applet/Makefile (revision 566597) +++ head/x11/mate-dock-applet/Makefile (revision 566598) @@ -1,43 +1,42 @@ # Created by: Eric Turgeon # $FreeBSD$ PORTNAME= mate-dock-applet PORTVERSION= 20.04.0 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= x11 mate DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Application dock applet for the MATE panel LICENSE= GPLv3 LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LIB_DEPENDS= libbamf3.so:sysutils/bamf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlib>=0:x11-toolkits/py-xlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} USES= python:3.7+ autoreconf gettext gmake gnome libtool localbase \ pkgconfig shebangfix tar:xz USE_GITHUB= yes GH_ACCOUNT= ubuntu-mate USE_GNOME= gtk30 libwnck3 -AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk3 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip SHEBANG_FILES= src/*.in GLIB_SCHEMAS= org.mate.panel.applet.dock.gschema.xml post-patch: ${REINPLACE_CMD} -e 's|/usr/bin/env python3|${PYTHON_CMD}|g' \ ${WRKSRC}/src/org.mate.panel.applet.DockAppletFactory.service.in .include Index: head/x11/py-qt5-opengl/Makefile =================================================================== --- head/x11/py-qt5-opengl/Makefile (revision 566597) +++ head/x11/py-qt5-opengl/Makefile (revision 566598) @@ -1,32 +1,29 @@ # $FreeBSD$ PORTNAME= opengl PORTREVISION= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtOpenGL module CONFIGURE_ARGS= --enable QtOpenGL PYQT_DIST= yes USES= gl python:3.5+ pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run widgets_run USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui opengl widgets qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtOpenGL API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace -port-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtOpenGl.so - .include