Unified Performance Tool (or uperf for short) is a network
performance tool that supports modelling and replay of various
networking patterns. It represents a new kind of benchmarking tool
(like filebench) where instead of running a fixed benchmark or
workload, a description (or model) of the workload is provided and
the tool generates the load according to the model.
PR: 226649
Submitted by: 0mp@FreeBSD.org
Requested by: gnn
Changelog:
20180224
Workaround: postconf build did not abort if the m4 command
is not installed (on a system that does have the make command,
the awk command, the perl command, and the C compiler?!).
File: postconf/extract_cfg.sh.
20180303
Portability: slight differences between MySQL and MariaDB.
Olli Hauer. File: global/dict_mysql.c.
20180306
Bugfix (introduced: 19990302): when luser_relay specifies
a non-existent local address, the luser_relay feature becomes
a black hole. Reported by Juergen Thomsen. File: local/unknown.c.
Portability: FreeBSD 11 is supported. Files: makedefs,
util/sys_defs.h.
Diverse spatial datasets for demonstrating, benchmarking and teaching
spatial data analysis. It includes R data of class sf (defined by
the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other
spatial data packages such as 'rnaturalearth' and 'maps', it also
contains data stored in a range of file formats including GeoJSON,
ESRI Shapefile and GeoPackage. Some of the datasets are designed
to illustrate specific analysis techniques. cycle_hire and
cycle_hire_osm, for example, is designed to illustrate point pattern
analysis techniques.
WWW: https://cran.r-project.org/web/packages/spData/
Dependency devel/py-ipaddr is only necessary with Python 2.
While here, update LICENSE.
PR: 227162
Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer)
Port changes:
* Change to DISTVERSION
* Removed HTP_PORT from defaultoptions
* Add NSS_CONFIGURE_OFF
* Add command silencing
I also noticed that it still links to libjansson when JSON=off.
This is because it auto-finds it.
Requested the upstream to add --disable-{option} flags:
https://redmine.openinfosecfoundation.org/issues/2473
PR: 226512
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer, original version)
Submitted by: Renato Botelho <garga@FreeBSD.org> (final version)
Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
The "libressl compatibility" unfortunately added a dependency on the
SSL_CTX_set1_groups() function, which is neither available in base (for
released versions of FreeBSD) nor ports openssl (it's only in openssl-devel
and libressl). This broke SSL (most importantly HTTPS) functionalty
in many Qt5-ports.
This adds some #ifdefs around the SSL_CTX_set1_groups() calling sites
and restores the old code in cases where libressl has not been detected.
PR: 218421
Reported by: yuri
Approved by: maintainer-timeout
to wine-mono.
Technically this is not required at this point, since the -devel and
regular ports provide the same versions temporarily, but it sets us up
for when the -devel ports are going to diverge again later.
time being, until that is going to be upgraded in sync with wine-devel
(and a newer development snapshot of Wine).
Adjust MASTER_SITES to dl.winehq.org since SF does not carry newer
versions of this.
Suggested by: dbn