aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/cpipe
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove dead links from MASTER_SITES or WWWBaptiste Daroussin2017-10-131-2/+0
| | | | Notes: svn path=/head/; revision=451957
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Support stagingEmanuel Haupt2014-02-091-5/+7
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=343438
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Cpipe copies its standard input to its standard output while measuring the timeWesley Shields2012-03-013-0/+34
it takes to read an input buffer and write an output buffer. Statistics of average throughput and the total amount of bytes copied are printed to the standard error output. WWW: http://developer.berlios.de/projects/cpipe/ PR: ports/165593 Submitted by: "Christopher J. Umina" <chris@uminac.com> Notes: svn path=/head/; revision=292500