aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/apib
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Attempt to unbreak against OpenSSL 1.1.1.Alexey Dokuchaev2018-10-151-0/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=482156
* devel/apr1: Bump portrevisionBernard Spil2018-03-211-1/+1
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-211-1/+1
| | | | | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) Notes: svn path=/head/; revision=465232
* Adjust code comments and add one missing linefeed.Alexey Dokuchaev2018-03-031-6/+7
| | | | Notes: svn path=/head/; revision=463480
* - Collect CPU and memory statistics originally missing on FreeBSDAlexey Dokuchaev2018-03-033-2/+105
| | | | | | | - Adjust COMMENT and port description text for better readability Notes: svn path=/head/; revision=463478
* apib is a tool that makes it easy to test API servers. It is supportedAlexey Dokuchaev2018-03-013-0/+55
on Unix systems that include the Apache Portable Runtime and OpenSSL. WWW: https://github.com/apigee/apib Notes: svn path=/head/; revision=463346