aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to stagingEitan Adler2013-10-202-4/+1
| | | | Notes: svn path=/head/; revision=331020
* - 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
* benchmarks/polygraph: Fix c++ errors caught by modern compilersJohn Marino2013-10-013-0/+50
| | | | | | | | | | There were two scope issues caught by -fpermissions and another case of a redeclared variabled, all of which are caught on recent gcc. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329004
* - Support stagingGrzegorz Blach2013-09-291-1/+0
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=328750
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-253-3/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Remove useless shebangfixBaptiste Daroussin2013-09-241-3/+2
| | | | Notes: svn path=/head/; revision=328113
* Use stage, while here fix some shebangBaptiste Daroussin2013-09-232-20/+14
| | | | | | | Bump port revision Notes: svn path=/head/; revision=327912
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2074-128/+101
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - update to 3.420Jason Helfman2013-09-204-8/+8
| | | | | | | | | PR: 182111 Submitted by: cmt@burggraben.net Approved by: chifeng@gmail.com ( maintainer ) Notes: svn path=/head/; revision=327656
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* - convert to the new perl5 frameworkAndrej Zverev2013-09-152-4/+5
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* - Try to fix parallel builds (-jX) by sanitizing targets dependenciesAlexey Dokuchaev2013-09-101-8/+9
| | | | | | | | | | | | | | - Stop abusing ALL_TARGET for passing arguments to make(1), use it to specify the actual build target (default target would also be fine, but because of its phony dependencies, some commands would be called twice, which is not good and just asks for trouble) - Modernize LIB_DEPENDS syntax, add missing OPTIONS_DEFINE for DOCS, kill few stray empty lines and commented PORTREVISION while here Approved by: miwi, bapt (portmgr, implicit) Notes: svn path=/head/; revision=326867
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-051-0/+1
| | | | Notes: svn path=/head/; revision=326373
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326089
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-3019-85/+41
| | | | | | | | | While here: - Trim headers - convert some port to the new perl5 world Notes: svn path=/head/; revision=325728
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-262-1/+2
| | | | Notes: svn path=/head/; revision=325401
* Update to 4.8.1Martin Matuska2013-08-252-3/+3
| | | | Notes: svn path=/head/; revision=325365
* - Fix OPTIONS_DEFAULT: IPV6 is on by defaultSunpoet Po-Chuan Hsieh2013-08-211-2/+2
| | | | | | | - Remove leading indefinite article from COMMENT Notes: svn path=/head/; revision=325112
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-143-3/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update EFL to 1.7.8Grzegorz Blach2013-08-072-3/+3
| | | | | | | | | - Update Enlightenment to 0.17.4 Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=324364
* - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | Approved by: eadler@ (maintainer) Notes: svn path=/head/; revision=324222
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Fix build with clangBaptiste Daroussin2013-07-311-7/+4
| | | | Notes: svn path=/head/; revision=324075
* Convert my ports to the new perl orderBaptiste Daroussin2013-07-311-2/+2
| | | | Notes: svn path=/head/; revision=324006
* Update phoronix-test-suite to 4.6.1Martin Matuska2013-07-304-25/+36
| | | | Notes: svn path=/head/; revision=323998
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-251-7/+2
| | | | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header - pass maintainership to @perl Information: wiki@ PortsLongtermTargets Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=323639
* - Update to version 0.6.1Pawel Pekala2013-07-234-60/+7
| | | | | | | | | | | | - Port now links dynamically to libpcap from ports, add it to LIB_DEPENDS with ABI version to prevent detecting libpcap from base PR: ports/180756 Submitted by: Lars Eggert <lars@eggert.org> (maintainer) Notes: svn path=/head/; revision=323542
* - 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
* - Unbreak parallel builds by separating cleaning and buildingAlexey Dokuchaev2013-07-191-8/+9
| | | | | | | | | | | - Sort the knobs a bit while I am here - Remove the check for old, unsupported versions of FreeBSD - Relinquish control of the port, it's pretty safe to fly solo Reported by: pointyhat-west Notes: svn path=/head/; revision=323295
* Remove expired port:Rene Ladan2013-07-138-151/+0
| | | | | | | 2013-07-13 benchmarks/polygraph31: Broken since March 2010 Notes: svn path=/head/; revision=322904
* Fix fetching by update to 2.2.2.Sergey A. Osokin2013-07-132-7/+7
| | | | Notes: svn path=/head/; revision=322902
* Mark as job unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322713
* - Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;Stephen Montgomery-Smith2013-07-051-8/+3
| | | | | | | | | | | ${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk. This is because USE_GMAKE no longer works after .include <bsd.ports.pre.mk>. - Trim headers. - Clean whitespace. - Portlint. Notes: svn path=/head/; revision=322356
* benchmarks/flowgrind: fix IPv6 address parsingWilliam Grzybowski2013-07-052-1/+31
| | | | | | | | | | | - Fix IPv6 address parsing (upstream) - Enable debug by default PR: ports/180259 Submitted by: Lars Eggert <lars@eggert.org> (maintainer) Notes: svn path=/head/; revision=322318
* benchmarks/flowgrind: fix DSCP markingWilliam Grzybowski2013-07-032-0/+23
| | | | | | | | | | - Fix DSCP marking PR: ports/180197 Submitted by: Lars Eggert <lars@eggert.org> (maintainer) Notes: svn path=/head/; revision=322224
* Update to 2.1.1Steven Kreuzer2013-07-013-24/+24
| | | | | | | Submitted by: Bruce Cran <bruce@cran.org.uk> Notes: svn path=/head/; revision=322127
* Adopt portSteven Kreuzer2013-06-271-1/+1
| | | | Notes: svn path=/head/; revision=321896
* Reset maintaner per Bruce Cran's request.Niclas Zeising2013-06-271-1/+1
| | | | | | | | | While here trim headers. Thank you for your support! Notes: svn path=/head/; revision=321884
* - Update to 1.5.0Steve Wills2013-06-253-23/+84
| | | | | | | | PR: ports/179945 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=321757
* Reset g.gonter@ieee.org: mbox full.Mark Linimon2013-06-191-6/+2
| | | | | | | While here, modernize headers. Notes: svn path=/head/; revision=321320
* Add the port of Iorate, a general purpose storage I/O benchmarking tool.Alexey Dokuchaev2013-06-157-0/+151
| | | | | | | PR: ports/175630 Notes: svn path=/head/; revision=321007
* - Update to 0.6.0Frederic Culot2013-06-152-4/+4
| | | | | | | | PR: ports/179554 Submitted by: Lars Eggert <lars@eggert.org> (maintainer) Notes: svn path=/head/; revision=320993
* Deprecate: broken since March 2010Antoine Brodin2013-06-131-0/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=320810
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3Gabor Pali2013-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=319894
* - Update to 0.3.4Frederic Culot2013-05-262-3/+4
| | | | | | | | PR: ports/178949 Submitted by: Lars Eggert <lars@eggert.org> (maintainer) Notes: svn path=/head/; revision=319106
* Update to version 1.9.1.Boris Samorodov2013-05-203-10/+10
| | | | | | | | PR: ports/178572 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=318592
* - Update EFL libraries to 1.7.7Grzegorz Blach2013-05-182-3/+3
| | | | | | | | | - Update Enlightenment to 0.17.3 Approved by: crees (mentor) Notes: svn path=/head/; revision=318442
* - Fix plistMartin Wilke2013-05-162-1/+1
| | | | | | | Reported by: poudriere exp-run Notes: svn path=/head/; revision=318286