aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* - Enhances detection of CPU countMichael Scheidell2012-04-154-13/+68
| | | | | | | | | | | - fixes compile time warnings with string.hg not being included in xdd.h PR: ports/165197 Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by: g.gonter@ieee.org (maintainer, timeout 60 days) Notes: svn path=/head/; revision=294846
* Bump port revision of all the octave-forge ports,Maho Nakata2012-04-111-1/+1
| | | | | | | | | | | | | since there was an API change to octave (from 3.4 to 3.6). Now it is appropriate to bump the portrevision of every single octave-forge port, but a few of the ports needed further patches to make them work: ad, communications, parallel, odepkg. The es package doesn't build so we switched off. Submitted by: stephen@ Reviewed by: maho@ Notes: svn path=/head/; revision=294587
* Update to 3.8.0Martin Matuska2012-03-274-53/+62
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293884
* Cpipe copies its standard input to its standard output while measuring the timeWesley Shields2012-03-014-0/+35
| | | | | | | | | | | | | | 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
* Update to 3.6.1Martin Matuska2012-02-262-3/+3
| | | | Notes: svn path=/head/; revision=292262
* Return maintainership back to poolMartin Matuska2012-02-261-1/+1
| | | | Notes: svn path=/head/; revision=292259
* - Update to 0.6.0.1Gabor Pali2012-02-133-13/+8
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291141
* - Fix CATEGORIES when IPV6 option is offSunpoet Po-Chuan Hsieh2012-02-011-18/+16
| | | | | | | | | | - Use correct flag: LDFLAGS - Simplify doc installation - Cosmetic change - Take maintainership Notes: svn path=/head/; revision=290250
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6Munechika SUMIKAWA2012-01-272-0/+70
| | | | | | | | | addresses correctly. Otherwise bind(2) calls will fail, etc. Submitted by: bz Notes: svn path=/head/; revision=289864
* Update to 0.72Martin Matuska2012-01-253-21/+19
| | | | Notes: svn path=/head/; revision=289771
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Respect CCMartin Wilke2012-01-141-0/+1
| | | | | | | | | PR: 163087 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer Notes: svn path=/head/; revision=289237
* - Respect CC & ALL_TARGETMartin Wilke2012-01-141-2/+2
| | | | | | | | | PR: 163086 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer Notes: svn path=/head/; revision=289202
* - Update to 1.2.9Martin Wilke2012-01-142-8/+5
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=289188
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Respect CC/CFLAGSMartin Wilke2012-01-031-6/+20
| | | | | | | | PR: 163085 Submitted by: Jan Beich <jbeich@tormail.net> Notes: svn path=/head/; revision=288479
* Update to 3.6.0Martin Matuska2011-12-213-3/+8
| | | | Notes: svn path=/head/; revision=287786
* - Unbreak PGSQL support [1]Ryan Steinmetz2011-12-141-2/+3
| | | | | | | | | | - Add LICENSE PR: ports/163244 [1] Submitted by: Pavel Timofeev <timp87@gmail.com> [1] Notes: svn path=/head/; revision=287341
* - Update to 3.397Martin Wilke2011-11-193-14/+3
| | | | | | | | | PR: 162636 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286078
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-7/+1
| | | | Notes: svn path=/head/; revision=285175
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-242-4/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - remove maintainer tags from pkg-descrEitan Adler2011-10-2211-28/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-239-13/+8
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 3.4.0Martin Matuska2011-09-213-10/+12
| | | | Notes: svn path=/head/; revision=282122
* - Update to 1.8.3Dennis Herrmann2011-09-014-29/+23
| | | | | | | | PR: ports/160082 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280994
* - Update math/hs-statistics to 0.9.0.0Gabor Pali2011-08-141-1/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279721
* - Update math/hs-mwc-random to 0.10.0.0Gabor Pali2011-08-141-1/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279719
* - Update devel/hs-vector-algorithms to 0.5.2Gabor Pali2011-08-131-1/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279645
* - Update devel/hs-vector to 0.7.1Gabor Pali2011-08-131-1/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279642
* - add MASTER_SITE_LOCALDirk Meyer2011-08-081-1/+3
| | | | Notes: svn path=/head/; revision=279252
* This port is in the public domain.David E. O'Brien2011-08-031-0/+5
| | | | Notes: svn path=/head/; revision=278836
* Deprecate port with no more public distfilesBaptiste Daroussin2011-08-021-0/+3
| | | | Notes: svn path=/head/; revision=278758
* Bye bye abandonwares (part 2)Baptiste Daroussin2011-08-018-345/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles 2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles 2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile 2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile 2011-08-01 biology/distribfold: No more upstream, looks like an abandonware 2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile 2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile 2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile 2011-08-01 chinese/ntuttf: No more public distfiles available 2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile 2011-08-01 chinese/tocps: No more pulic distfiles 2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile 2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles 2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile 2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile 2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile 2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles 2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile 2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead 2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile 2011-08-01 databases/sybase_ase: no more public distfiles available Notes: svn path=/head/; revision=278678
* Update to 2.1.13Tilman Keskinoz2011-07-243-6/+7
| | | | | | | | | | | Update WWW PR: 158764 Submitted by: Dee-Nice <hostmaster@dee-nice.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=278249
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-2/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Mark BROKEN on recent -CURRENT:Pav Lucistnik2011-07-201-1/+7
| | | | | | | | | /usr/include/netinet/in_pcb.h:390: error: requested alignment is not a constant Reported by: pointyhat Notes: svn path=/head/; revision=278036
* Upgrade to 2.5.0.Munechika SUMIKAWA2011-07-203-13/+3
| | | | Notes: svn path=/head/; revision=277980
* Update to 3.2.1Martin Matuska2011-07-152-3/+3
| | | | Notes: svn path=/head/; revision=277747
* - Update math/hs-erf to 2.0.0.0Ashish SHUKLA2011-07-101-0/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277443
* - Update to 0.5.0.10Ashish SHUKLA2011-07-102-4/+3
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277436
* - Remove USE_GZIP=yes since it is defaultWen Heping2011-07-071-1/+0
| | | | | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: pav@(portmgr) Notes: svn path=/head/; revision=277219
* - Bump portrevision for octave-forge-* ports because of update ofStephen Montgomery-Smith2011-06-301-1/+1
| | | | | | | | | math/octave-forge-base to 1.1, and update of Mk/bsd.octave.mk. Approved by: gabor (mentor) Notes: svn path=/head/; revision=276748
* - Bump portrevision because math/octave updated to 3.4.1Stephen Montgomery-Smith2011-06-241-1/+1
| | | | | | | | | - Fix to work with math/octave-3.4.1 Approved by: maho (mentor) Notes: svn path=/head/; revision=276180
* Update to 3.2.0Martin Matuska2011-06-234-26/+12
| | | | Notes: svn path=/head/; revision=276119
* Another bunch of deprecation: no more public distfiles and/or abandonwareBaptiste Daroussin2011-06-162-0/+6
| | | | Notes: svn path=/head/; revision=275671
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgStephen Montgomery-Smith2011-06-141-1/+1
| | | | | | | Approved by: maho (mentor) Notes: svn path=/head/; revision=275537
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-082-2/+2
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* Bump PORTREVISION of all ports dependent on lang/ghc as duringAshish SHUKLA2011-05-261-0/+1
| | | | | | | | | | upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=274668
* - Add licenseSylvio Cesar Teixeira2011-05-191-0/+2
| | | | Notes: svn path=/head/; revision=274330