aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dkftpbench
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/dkftpbench: fix build on GCC (taken from dports)John Marino2016-12-181-2/+3
| | | | Notes: svn path=/head/; revision=428827
* Cleanup patches, category benchmarksMathieu Arnold2016-07-272-7/+7
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419178
* - Fix plist [1]Roman Bogorodskiy2015-09-082-7/+41
| | | | | | | | | - Drop maintainership Reported by: amdmi3 [1] Notes: svn path=/head/; revision=396418
* Patch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLSTijl Coosemans2014-09-252-161/+6
| | | | Notes: svn path=/head/; revision=369257
* Define LICENSE (GPLv2); reformat pkg-descr and kill bogus EOL whitespace.Alexey Dokuchaev2014-08-252-7/+10
| | | | Notes: svn path=/head/; revision=366064
* Unbreak the build under modern environments and cleanup Makefile while here.Alexey Dokuchaev2014-08-252-9/+28
| | | | Notes: svn path=/head/; revision=366062
* Mark BROKEN on FreeBSD 10 and above.Adam Weinberger2014-08-211-1/+7
| | | | | | | | | | | | | | | ./Platoon.h:4:10: fatal error: 'list.h' file not found #include <list.h> ^ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/benchmarks/dkftpbench/work/dkftpbench-0.45 *** Error code 1 Notes: svn path=/head/; revision=365598
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* cat astro / benchmarksOlli Hauer2014-06-011-1/+0
| | | | | | | | - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License Notes: svn path=/head/; revision=356065
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Fix build with gcc 4.2.Roman Bogorodskiy2007-07-081-0/+8
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195200
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* - Add ftp as secondary categoryPav Lucistnik2004-11-061-1/+1
| | | | | | | | PR: ports/73623 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=120982
* Add dkftpbench 0.45,Kirill Ponomarev2004-10-264-0/+193
dkftpbench is an FTP benchmark program inspired by SPECweb99. The result of the benchmark is a number-of-simultaneous-users rating; after running the benchmark properly, you have a good idea how many simultaneous dialup clients a server can support. The target bandwidth per client is set at 28.8 kilobits/second to model dialup users; this is important for servers on the real Internet, which often serve thousands of clients on only 10 MBits/sec of bandwidth. PR: ports/73006 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=120271