aboutsummaryrefslogtreecommitdiff
path: root/net/measurement-kit
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/measurement-kit: update 0.10.13 to 0.10.14Vinícius Zavam2021-03-272-4/+4
| | | | | | | | | | github.com/measurement-kit/measurement-kit/compare/v0.10.13...v0.10.14 Sponsored by: TorBSD Diversity Project (TDP) Sponsored by: The Tor Project Notes: svn path=/head/; revision=569307
* net/measurement-kit: update 0.10.12 to 0.10.13Vinícius Zavam2020-12-092-4/+4
| | | | | | | | | | - github.com/measurement-kit/measurement-kit/releases/tag/v0.10.13 Sponsored by: TorBSD Diversity Project (TDP) Sponsored by: The Tor Project Notes: svn path=/head/; revision=557356
* net/measurement-kit: update 0.10.11 to 0.10.12Vinícius Zavam2020-09-142-4/+4
| | | | | | | | | | | github.com/measurement-kit/measurement-kit/compare/v0.10.11...v0.10.12 + github.com/measurement-kit/measurement-kit/releases/tag/v0.10.12 Sponsored by: TorBSD Diversity Project (TDP) Sponsored by: The Tor Project Notes: svn path=/head/; revision=548667
* net/measurement-kit: update 0.10.9 to 0.10.11Vinícius Zavam2020-03-132-4/+4
| | | | Notes: svn path=/head/; revision=528353
* net/measurement-kit: update 0.10.8 to 0.10.9Vinícius Zavam2020-01-152-4/+4
| | | | Notes: svn path=/head/; revision=523087
* net/measurement-kit: update 0.10.6 to 0.10.8Vinícius Zavam2020-01-032-4/+4
| | | | Notes: svn path=/head/; revision=521939
* net/measurement-kit: update 0.10.5 to 0.10.6Vinícius Zavam2019-09-193-4/+5
| | | | Notes: svn path=/head/; revision=512355
* net/measurement-kit: update 0.10.4 to 0.10.5Vinícius Zavam2019-08-233-13/+4
| | | | Notes: svn path=/head/; revision=509641
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* net/measurement-kit: update 0.10.3 to 0.10.4Vinícius Zavam2019-06-042-4/+4
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=503471
* net/measurement-kit: fix build with GCC-based architecturesVinícius Zavam2019-05-232-0/+17
| | | | | | | | | PR: 237929 Reported by: pkubaj Approved by: mentors (implicit) Notes: svn path=/head/; revision=502316
* net/measurement-kit: update 0.10.1 to 0.10.3Vinícius Zavam2019-05-102-4/+4
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=501183
* net/measurement-kit: update 0.9.4 to 0.10.1Vinícius Zavam2019-04-243-20/+26
| | | | | | | | Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19951 Notes: svn path=/head/; revision=499819
* net/measurement-kit: update 0.9.3 to 0.9.4Vinícius Zavam2019-03-122-4/+4
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D19557 Notes: svn path=/head/; revision=495455
* [NEW PORT] net/measurement-kit: Portable C++14 network measurement libraryVinícius Zavam2019-03-065-0/+102
Measurement Kit is a C++14 library that implements open network measurement methodologies (performance, censorship, etc.) on Unix-like operating systems such as Android, iOS, Linux, and macOS. It is meant to be embedded by third party applications with specific network measurement needs and/or to be used by researchers to implement novel network measurement tools. It started as a common engine to implement the mobile versions of OONI and Neubot, and since then has grown to include also the implementation of Portolan traceroute and NDT tests. WWW: https://measurement-kit.github.io/ Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19342 Notes: svn path=/head/; revision=494800