aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nosqlbench
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Reset vg@'s ports after he resigned.Rene Ladan2018-02-231-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=462745
* - Add LICENSE_FILEDmitry Marakasov2017-12-111-2/+6
| | | | | | | | | - Remove -march and respect CFLAGS which also fixes build on Tier2 Approved by: portmgr blanket Notes: svn path=/head/; revision=456060
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-1/+1
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441395
* Mark various leaf ports broken on aarch64, and, where appropriate, otherMark Linimon2016-11-111-0/+1
| | | | | | | | | tier-2 archs. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425879
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to latestVeniamin Gvozdikov2016-01-213-5/+31
| | | | Notes: svn path=/head/; revision=406852
* mark some of the ports that don't build on powerpc64 for meSteve Wills2015-12-131-0/+2
| | | | Notes: svn path=/head/; revision=403676
* - Updated to latesVeniamin Gvozdikov2015-08-244-18/+27
| | | | | | | | | - New description and website - Added license - Sorted USES Notes: svn path=/head/; revision=395162
* - Mark BROKEN: does not build as it still requires libtarantool.so which ↵Dmitry Marakasov2015-07-131-0/+2
| | | | | | | | | databases/tarantool no longer installs Approved by: portmgr blanket Notes: svn path=/head/; revision=391951
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371236
* cat astro / benchmarksOlli Hauer2014-06-011-2/+1
| | | | | | | | - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License Notes: svn path=/head/; revision=356065
* Support stageBaptiste Daroussin2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338736
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in benchmarks Notes: svn path=/head/; revision=336168
* - Changed tabs to spaces in pkg-descrVeniamin Gvozdikov2013-10-021-1/+1
| | | | | | | | | - Changed MASTER_SITES Approved by: eadler (mentor) Notes: svn path=/head/; revision=329066
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Changed my emailVeniamin Gvozdikov2013-07-221-2/+2
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* nb - Micro-benchmarking NoSQL storage. Features include:Ruslan Makhmatkhanov2012-12-114-0/+36
* Benchmarking support: tarantool, memcached, redis * GNUPlot generation WWW: https://github.com/mailru/nosqlbench PR: 170347 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=308709