aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
...
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile sotijl2017-02-061-4/+3
| | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to iperf-3.1.6, with a couple of small bugfixes.bmah2017-02-032-4/+4
| | | | Sponsored by: ESnet
* Mark various ports broken on aarch64 and armv6.linimon2017-01-311-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Add missing build dependency for benchmarks/sippfarrokhi2017-01-231-0/+2
| | | | | | | | PR: 215953 Reported by: Karsten Schmidt <bsd@guggemand.dk> Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9131
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-212-2/+2
|
* Update to 0.07.15olivier2017-01-182-4/+4
| | | | | PR: 216232 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to 2.17bapt2017-01-182-4/+4
| | | | Sponsored by: Gandi.net
* benchmarks/sipp: Fix stage-QA and restore curses supportmarino2017-01-131-3/+4
| | | | | | | | | | | 1. curses support: Adding autoreconf negated the changes to configure script, so change configure.ac instead 2. The man page wasn't being installed (plist QA fail) so fix 3. While here, change USE_OPENSSL to USES=ssl Approved by: ncurses and just-fix-it blankets
* Update to iperf-3.1.5.bmah2017-01-132-4/+4
| | | | Sponsored by: ESnet
* Update to 0.07.14olivier2017-01-122-4/+4
| | | | | PR: 215987 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-10/+0
| | | | Approved by: portmgr blanket
* Update benchmarks/sipp to 3.5.1farrokhi2017-01-092-8/+6
| | | | | | Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9088
* Update to 0.07.13olivier2017-01-034-33/+5
| | | | | | | PR: 215728 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D9028
* Remove BROKEN_FreeBSD_9sunpoet2017-01-011-1/+0
| | | | Approved by: portmgr (blanket)
* - Update to 1.6.1amdmi32016-12-293-10/+28
| | | | | | PR: 214343 Submitted by: joneum@bsdproject.de Approved by: dreibh@iem.uni-due.de (maintainer)
* Update to 6.8.0.rakuco2016-12-282-5/+6
| | | | | | | | The suite is entirely php based, then the package is now defined as NO_ARCH. Some benchmark added and php reporting improved. PR: 215414 Submitted by: Lucca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
* Update to 2.16bapt2016-12-233-5/+6
|
* Update to 1.97.3martymac2016-12-222-4/+4
|
* Update to 0.07.11ehaupt2016-12-213-7/+7
| | | | | PR: 215413 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* benchmarks/super-smack: fix build for GCC and DF (taken from dports)marino2016-12-182-0/+30
|
* benchmarks/dkftpbench: fix build on GCC (taken from dports)marino2016-12-181-2/+3
|
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* benchmarks/fio: use pshared mutex on 11.0+jbeich2016-12-132-0/+13
| | | | | PR: 215254 Approved by: bapt (maintainer)
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-073-3/+3
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* - Update to 0.8.0ehaupt2016-12-052-13/+11
| | | | | | | | | | | | | - Add new dependency: misc/e2fsprogs-libuuid - Add ftp/curl and www/libwww as dependencies (Q/A reported): They are dependencies of net/xmlrpc-c, but flowgrind is linking with them - Add USES=ssl - Remove CONFIGURE_ARGS: pcap and gsl are enabled by default - Remove post-patch entry: not necessary anymore - Pass maintainer'ship to submitter PR: 214529 Submitted by: dbaio@bsd.com.br
* Remove dependency on devel/py-argparse which is expired and included inrene2016-12-041-2/+1
| | | | | | Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors.
* - Update to 2.7.2sunpoet2016-12-042-3/+4
| | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
* Update to 0.07.07olivier2016-11-285-18/+18
| | | | | | | PR: 214899 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D8661
* - Add LICENSEamdmi32016-11-241-4/+6
| | | | | - Switch to options helpers - Install more doc files
* - Update to 2.0.9sunpoet2016-11-234-21/+6
| | | | | | | | - While I'm here, update WWW Changes: https://sourceforge.net/projects/iperf2/files/readme.txt/view PR: 213241 Submitted by: arved
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-202-0/+2
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* Mark various leaf ports broken on aarch64, and, where appropriate, otherlinimon2016-11-112-2/+5
| | | | | | tier-2 archs. Approved by: portmgr (tier-2 blanket)
* Update to 0.07.02olivier2016-11-102-4/+4
| | | | | | | PR: 214361 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D8481
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-101-0/+2
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* Fix build with gcc 4.9antoine2016-11-061-0/+18
| | | | PR: 196712
* benchmarks/postal: Support DEFAULT_VERSIONS+=sslmarino2016-11-053-2/+20
| | | | | The newest version of OpenSSL doesn't have SSLv3_method, similar to LibreSSL, so update the patches to support both.
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Update benchmarks/iperf3 to 3.1.4.bmah2016-11-012-3/+4
| | | | Sponsored by: ESnet
* devel/py-pytz: track PORTEPOCH in consumersjbeich2016-10-291-1/+1
|
* Update to 2.15bapt2016-10-262-4/+4
|
* Update to upstream version 6.6.1riggs2016-10-242-4/+4
| | | | | PR: 213647 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* ${RM} already has -f.mat2016-10-215-6/+6
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Update to 0.07.00amdmi32016-10-204-6/+17
| | | | | PR: 213591 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to 1.97.2martymac2016-10-196-79/+20
|
* Update to upstream version 0.06.18riggs2016-10-152-4/+4
| | | | | PR: 213409 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-1/+1
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 2.14bapt2016-09-183-4/+6
|
* GOOGLE_CODE has gone away.mat2016-09-141-1/+0
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* benchmarks/iorate: implicit decl. of function 'gettimeofday' is invalid in C99pi2016-09-112-0/+18
| | | | | | | PR: 210856 Reported by: Mark Millard <markmi@dsl-only.net> Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: blttll@gmail.com (maintainer timeout)
* benchmarks/polygraph: Handle missing SSLv3marino2016-09-102-1/+15
| | | | Approved by: SSL blanket
* Add a port of glmark2, a benchmark for OpenGL (ES) 2.0.danfe2016-09-096-0/+215
| | | | TIMESTAMP (glmark2-2014.03.tar.gz) = 1394537514
* - Update to 0.06.15amdmi32016-09-012-4/+4
| | | | | PR: 212286 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to version 0.06.14pawel2016-08-192-4/+4
| | | | | PR: 211968 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* benchmarks/clpeak: set USE_GL rather than hardcoding LIB_DEPENDSmarino2016-08-051-2/+3
| | | | | | | The proper way to handle libGL is to set USE_GL=gl, and doing so allows dependency registration to match the port Approved by: infrastructure blanket (redundant deps work)
* Prefer devel/byacc in ports over devel/bison for FreeBSD 9bapt2016-08-011-4/+2
| | | | byacc has less dependencies and is the same yacc as what FreeBSD 10+ has
* Update to latest versionjpaetzel2016-07-285-1706/+4
| | | | | | | | | Incorporates port patches Fixes type warnings on 32 bit and 64 bit with clang Should fix iozone on some of the more "esoteric" arches PR: 211289 Sponsored by: iXsystems
* Cleanup patches, category benchmarksmat2016-07-27113-444/+434
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1
| | | | With hat: portmgr-secretary
* Update to 2.13bapt2016-07-242-4/+4
|
* Unbreak on 32bit FreeBSDjpaetzel2016-07-241-1/+1
| | | | | | | PR: 211289 Sponsored by: iXsystems Pointyhat: jpaetzel Cluebat: jhb
* Update iozone to build on HEAD and take maintainershipjpaetzel2016-07-204-144/+687
| | | | Sponsored by: iXsystems
* - Update to 0.06.12amdmi32016-07-192-4/+4
| | | | | PR: 211194 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to version 0.06.10pawel2016-07-142-4/+4
| | | | | PR: 211034 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Convert USE_PHP*=yes into USES=php*mat2016-06-281-2/+1
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Update to 0.06.07olivier2016-06-282-4/+4
| | | | | | | PR: 210653 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D7005
* Add clpeak 1.0, benchmarking tool to measure peak capabilities of openclnovel2016-06-275-0/+81
| | | | | | | devices. PR: 209849 Submitted by: Johannes Dieterich <dieterich@ogolem.org>
* benchmarks/himenobench: Follow up IFC removalmarino2016-06-252-6/+2
| | | | | The IFC option removal was not complete. Alter the pkg-plist accordingly and bump.
* - Remove redundant ALL_TARGETamdmi32016-06-241-6/+7
| | | | - Switch to options helpers
* Fix a problem with the new patch. It is a no-op on FreeBSD,mi2016-06-231-2/+4
| | | | | but it prevented compillation on 32-bit Linux. This is the version the author has just incorporated into his source.
* Ensure clean build with clang on both amd64 and i386. Respect themi2016-06-233-49/+1143
| | | | | | SSH-option turned off (rsh was replaced with ssh unconditionally). PR: 210449
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-219-286/+287
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* lang/ifc was removed quite a while back.mat2016-06-201-25/+2
| | | | Sponsored by: Absolight
* Rename all files containing a : in their filename.mat2016-06-187-23/+24
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Use DISTVERSION instead of crafting the version to get the distnamebapt2016-06-171-3/+3
| | | | Prefer USES to set the extract suffix
* Update to 3.434bapt2016-06-175-27/+58
| | | | Sponsored by: Gandi.net
* Update to 2.12bapt2016-06-162-4/+4
|
* Update benchmarks/stress-ng to 0.06.06olivier2016-06-152-4/+4
| | | | | | | PR: 210249 Submitted by: Luca Pizzamiglio (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D6837
* benchmarks/siege: Update version 4.0.1=>4.0.2bofh2016-06-102-3/+4
|
* Don't put things in WRKDIR, use NO_WRKSUBDIR.mat2016-06-092-25/+27
| | | | Sponsored by: Absolight
* Update to iperf3, which addresses a buffer overflow vulnerabilitybmah2016-06-092-3/+3
| | | | | | | on the iperf3 control channel. Security: d6bbf2d8-2cfc-11e6-800b-080027468580 Sponsored by: ESnet
* Update to upstream version 0.06.05riggs2016-06-042-3/+4
| | | | | PR: 209934 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to upstream release 6.4.0riggs2016-06-042-3/+4
| | | | | PR: 209999 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to 2.11bapt2016-05-302-4/+4
|
* Update to 2.10bapt2016-05-233-3/+5
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-198-19/+19
| | | | Approved by: portmgr blanket
* Update benchmarks/stress-ng to 0.06.00olivier2016-05-102-3/+3
| | | | | | | PR: 209330 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Approved by: tabthorpe Differential Revision: https://reviews.freebsd.org/D6268
* This port does not need to depend on libpcap from portsarved2016-05-041-3/+3
|
* Update to 2.9bapt2016-04-302-3/+3
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-282-2/+2
|
* create USES=gem and update rubygem- ports to use itswills2016-04-282-4/+2
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Update to upstream version 0.05.25riggs2016-04-282-3/+3
| | | | | PR: 209088 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Remove ${PORTSDIR}/ from *_DEPENDS lines.mat2016-04-221-2/+2
| | | | Sponsored by: Absolight
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Hook new ports on its categories Makefile.araujo2016-04-191-0/+2
| | | | Reported by: antoine
* benchmarks/stress-ng: 0.05.22 -> 0.05.24pi2016-04-193-6/+7
| | | | | | | | | | | | | | | | | | | | | Changes: - Makefile: bump version - stress-mmap: handle SIGBUS signals (LP: #1569468) - stress-mmapmany: sanity check sysconf return - stress-mmapmany: detect SEGV deaths - stress-mlock: detect SEGV deaths - stress-brk: detect SEGV deaths - stress-bigheap: detect SEGV deaths - stress-memfd: detect SEGV deaths - stress-mmapmany: allocate mappings on heap rather than stack - stress-mlock: allocate mappings on heap rather than stack - stress-cpu: move sieve buffer to static to reduce stack size - stress-sem*: differentiate between which semaphore init that failed - stress-remap-file-pages: abort if remap fails - stress-fiemap: remove \n from pr_fail_err messages PR: 208885 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Zopkio is a test framework built to support at scale performance andaraujo2016-04-183-0/+31
| | | | | | | | | | | | functional testing. WWW: https://github.com/linkedin/Zopkio Reviewed by: mat, koobs, Python Requested by: gnn (AsiaBSDCon) Tested by: gnn (earlier version) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D5670
* Naarad is a framework for performance analysis & rating of sharded &araujo2016-04-183-0/+37
| | | | | | | | | | | stateful services. WWW: https://github.com/linkedin/naarad Reviewed by: mat, koobs, Python Tested by: gnn (earlier version) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D5670
* - Update to 2.6.1sunpoet2016-04-162-3/+3
| | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt https://github.com/evanphx/benchmark-ips/commits/master
* - Update to 2.6.0sunpoet2016-04-152-3/+3
| | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt https://github.com/evanphx/benchmark-ips/commits/master
* Upgrade from 4.0.1 to 4.0.2.osa2016-04-123-53/+5
|
* - Fix build with libc++ 3.8.0sunpoet2016-04-091-0/+12
| | | | | PR: 208491 Submitted by: dim
* benchmarks/stress-ng: update 0.05.21 -> 0.05.22junovitch2016-04-082-3/+3
| | | | | PR: 208599 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-0121-41/+41
| | | | | With hat: portmgr Sponsored by: Absolight
* benchmarks/siege: Update version 3.1.4=>4.0.1bofh2016-03-314-11/+9
|
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.05.21amdmi32016-03-242-4/+4
| | | | | | | - While here, fix MANDIRS misuse PR: 208245 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* benchmarks/stress-ng: Update to 0.05.20feld2016-03-182-3/+3
| | | | PR: 208017
* benchmarks/phoronix-test-suite: Update to 6.2.2feld2016-03-183-25/+29
| | | | | | | | - New MAINTAINER - Updated PHP dependencies - New dependency on gcc and cmake PR: 207981
* Update to 2.8bapt2016-03-172-3/+3
|
* Update to 2.7bapt2016-03-153-3/+5
| | | | Sponsored by: Gandi.net
* Update to 2015.07.09.mat2016-03-089-103/+91
| | | | | | PR: 205198 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Update to 2.5.0sunpoet2016-03-062-3/+3
| | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
* Update to 0.05.19.rakuco2016-03-052-3/+3
| | | | | PR: 207702 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* - Add LICENSEamdmi32016-02-283-101/+22
| | | | - Simplify upstream makefile handling
* Pass maintainership to submitter.rakuco2016-02-272-6/+1
| | | | | | | While here, remove an unused directory from the package. PR: 207339 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
* Update to 2.6bapt2016-02-252-3/+3
|
* - Reassign brian@'s ports after his commit bit was taken in for safekeepingculot2016-02-241-1/+1
|
* Update to 0.05.18.rakuco2016-02-203-10/+11
| | | | | PR: 207338 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
* - Reset lars@eggert.org maintainership (maintainer no longer uses these ports)amdmi32016-02-192-2/+2
| | | | | | | - While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email)
* benchmarks/siege: Update version 3.1.3=>3.1.4bofh2016-02-196-13/+25
| | | | - Fix patch files for 'make makepatch'
* benchmarks/sipp: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+4
| | | | | | Also link with ncurses, curses approved by: infrastructure blanket
* Update benchmarks/iperf3 to 3.1.2.bmah2016-02-022-3/+3
| | | | Sponsored by: ESnet
* - Update to 0.7.5amdmi32016-02-012-5/+5
| | | | | | | | - While here, fix LICENSE PR: 206407 Submitted by: jochen@jochen-neumeister.de Approved by: lars@eggert.org (maintainer)
* - Update to 0.3.6amdmi32016-02-012-3/+4
| | | | | | PR: 206406 Submitted by: jochen@jochen-neumeister.de Approved by: lars@eggert.org (maintainer)
* Update to 2.5bapt2016-01-232-3/+3
|
* - Update to latestvg2016-01-213-5/+31
|
* - Update to 4.9.0amdmi32016-01-167-113/+101
| | | | | PR: 206242 Submitted by: tkato432@yahoo.com
* - Chase upgrade of math/octave to 4.0.0 by bumping portrevision.stephen2016-01-131-1/+1
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-132-2/+2
| | | | Approved by: portmgr blanket
* Add Public Domain support to ports license framework. You can now useamdmi32016-01-121-4/+1
| | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
* Update to 2.3bapt2016-01-123-3/+4
| | | | Sponsored by: Gandi.net
* - Update to 0.9.1 pre-release [2]zi2016-01-084-13/+60
| | | | | | | | | | - Add support for building when SSLv2 or SSLv3 are disabled [1] PR: 203675 [1], 205900 [2] Submitted by: brnrd@ [1], zi@ [2] Reviewed by: jlaffaye@ (maintainer) Approved by: jlaffaye@ (maintainer) Obtained from: upstream github
* Regenerate distinfo and unmark BROKEN.rakuco2016-01-012-4/+2
| | | | | It looks like the tarball got rerolled. diff -uprN between the tarball in distcache.FreeBSD.org and the new one shows no differences.
* - Rename nonstandard src directory to filesak2015-12-303-13/+9
| | | | - Modernize ports
* Cleanup GH_* and variables order.mat2015-12-291-2/+1
| | | | Sponsored by: Absolight
* Fix usage of ${PERL5}.mat2015-12-181-4/+0
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* mark some of the ports that don't build on powerpc64 for meswills2015-12-143-0/+6
|
* Mark as broken: does not fetchbapt2015-12-131-0/+2
|
* Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, themat2015-12-082-4/+2
| | | | | | | framework already sets a unique DISTNAME. With hat: portmgr Sponsored by: Absolight
* Update to 2.2.12bapt2015-12-053-7/+8
| | | | Sort plist examples
* Fix typos.adamw2015-12-051-2/+2
| | | | Pointy hats on standby.
* Depend on flex and bison from ports on 9.rakuco2015-12-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | According to portsmon, benchmarks/fio's build is currently broken on 9 after the update to 2.2.11: lex: can't open lex.yy.c with a verbose build it's possible to see that this is because base's flex on 9 is too old and does not support "-o foo", it requires "-ofoo". Depending on flex from ports to fix the build is not enough, as then the yacc call fails: /usr/bin/yacc -o y.tab.c -l -d -b y exp/expression-parser.y yacc: e - line 68 of "exp/expression-parser.y", syntax error %parse-param { long long *result } ^ Makefile:312: recipe for target 'y.tab.c' failed Fix it by depending on both textproc/flex and devel/bison when the versions in base are too old. PR: 205022 Approved by: bapt (maintainer)
* Remove expired ports:rene2015-11-294-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream
* - Take Maintainershipmiwi2015-11-261-1/+1
| | | | Approved by: mat (mentor)
* - Pet portlintamdmi32015-11-262-22/+23
| | | | - Switch to options helpers
* Update benchmarks/iperf3 to 3.1.1. Also update WWW.bmah2015-11-203-4/+4
| | | | Sponsored by: ESnet
* - Switch to DISTVERSION to avoid hard-coded value in MASTER_SITESdanfe2015-11-201-4/+5
| | | | | - Similarly, avoid hardcoding the port name in DISTNAME - Wrap one overly long line when installing programs
* Flush a short queue of minor non-functional changes sitting it my tree:danfe2015-11-201-1/+1
| | | | | | | - Escape literal dot properly in sed(1) code (for REINPLACE_CMD) - Spell "C-string" correctly in COMMENT and add a missing newline - Use NULL for pointer in C code (original snippet was for C++ and Bjarne prefers to avoid macros, per his C++ Style and Technique FAQ)
* - Drop requirement for linprocfs(5) to be mounted under /compat/linux/procdanfe2015-11-193-17/+44
| | | | - Use `do-install-DOCS-on' target for docs and perform some minor cleanups
* Update to 2.2.11bapt2015-11-193-4/+8
| | | | | | | - Take maintainership Approved by: skreuzer (former maintainer) Sponsored by: Gandi.net
* benchmarks/siege: Update version 3.1.2=>3.1.3bofh2015-11-172-3/+3
|
* benchmarks/stress-ng: update 0.04.20 -> 0.04.21junovitch2015-11-103-31/+3
| | | | | | | - Also remove portion of patch pushed upstream PR: 204309 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-052-3/+3
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Update to iperf-3.1.bmah2015-10-292-4/+4
| | | | | | PR: 204092 Submitted by: pkubaj at riseup dot net Sponsored by: ESnet
* Deprecate ports broken for more than 6 monthsantoine2015-10-261-0/+2
|
* - Update to 2.7.0.marius2015-10-2110-36/+240
| | | | | | | | - Add an EXAMPLES knob. - Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak SCTP support for FreeBSD >= 10. PR: 203752 [1]
* - Add LICENSE_FILEsunpoet2015-10-182-4/+3
| | | | | | - Remove RUN_DEPENDS - Update WWW - Bump PORTREVISION
* - Switch to USES=taramdmi32015-10-071-12/+8
| | | | - Switch to options helpers
* - Switch to options helpersamdmi32015-10-011-10/+3
|
* benchmarks/siege: Update version 3.1.1=>3.1.2bofh2015-09-302-3/+3
|
* benchmarks/filebench: update to 1.4.9.1jbeich2015-09-284-17/+15
| | | | | | | | | | | | | - Drop ONLY_FOR_ARCHS as the Linux-specific code is gone - Chase new home on SourceForge - LICENSE_FILE is now shipped within distfile Changes: http://www.fsl.cs.sunysb.edu/~vass/filebench/ChangeLog (before 1.4.9) Changes: http://sourceforge.net/p/filebench/code/ci/1.4.9.1/log/ PR: 202989 Tested by: danfe (powerpc locally, ia64 on eris, sparc64 on flame) Tested by: myself (armv6 via qemu-user-static) Approved by: maintainer timeout (18 days)
* This stress test suite will stress a computer system in various selectable waysamdmi32015-09-257-0/+96
| | | | | | | | | | It was designed to exercise various physical subsystems of a computer as well as various operating system kernel interfaces. WWW: http://kernel.ubuntu.com/~cking/stress-ng/ PR: 200949 Submitted by: luca.pizzamiglio@gmail.com
* benchmarks/iorate: USES+=alias to fix build on DragonFlymarino2015-09-221-1/+1
|
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-211-1/+1
|
* benchmarks/siege: Update version 3.1.0=>3.1.1bofh2015-09-152-3/+3
|
* benchmarks/filebench: fix cosmetic issuesjbeich2015-09-102-6/+7
| | | | | | | | | | - Expand Linux ppc into FreeBSD powerpc and powerpc64 - Reword COMMENT based on summary in ${WRKSRC}/README - Rename files/patch-* according to |make makepatch| - Pet |portlint -C| PR: 202989 Approved by: portmgr blanket
* - Fix plist [1]novel2015-09-092-7/+41
| | | | | | - Drop maintainership Reported by: amdmi3 [1]
* - Update to 3.4.1farrokhi2015-09-045-305/+25
| | | | | | | - Take maintainership Approved by: mat Differential Revision: https://reviews.freebsd.org/D3560
* - Remove useless use of MASTER_SITE_SUBDIR [1]jlaffaye2015-08-252-4/+3
| | | | | | | - Convert from USE_AUTOTOOLS to USES=autoreconf [2] - Convert WWW's pkg-descr line from tab to single space Suggested by: bapt [1], [2]
* Commit the real fix.jlaffaye2015-08-251-3/+4
| | | | | r395185 did not fix fetch stage While I'm here, move LICENSE to make portlint happy.
* Unbreak by updating MASTER_SITE_SUBDIRjlaffaye2015-08-251-2/+1
| | | | | PR: 199824 Submitted by: lacey.leanne@gmail.com
* - Updated to latesvg2015-08-244-18/+27
| | | | | | - New description and website - Added license - Sorted USES
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-213-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include a patch for addressing timer issues [1] - Add support for building both GHC and Haskell ports with Clang, either from ports or the base system - Discontinue supporting Haskell Platform, use Stackage instead as a reference - Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs - Update Gtk2Hs to version 0.13 [2] - Update Pandoc to version 1.15.0.6 - Update git-annex to version 5.20150727 - Update Darcs to 2.10 [3] - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (48): converters/hs-aeson-pretty JSON pretty-printing library and command-line tool converters/hs-sandi Data encoding library devel/hs-StateVar State variables devel/hs-base-orphans Backwards-compatible orphan instances for base devel/hs-bytestring-mmap Mmap support for strict ByteStrings devel/hs-constraints Constraint manipulation devel/hs-data-ordlist Set and bag operations on ordered lists devel/hs-easy-file Cross-platform File handling devel/hs-extra Extra functions devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like functions devel/hs-haddock-api Documentation-generation tool for Haskell libraries devel/hs-hex Convert strings into hexadecimal and back devel/hs-hourglass Simple performant time related library devel/hs-hsb2hs Preprocesses a file, adding blobs from files as string literals devel/hs-hspec-core Testing Framework for Haskell devel/hs-hspec-discover Automatically discover and run Hspec tests devel/hs-js-flot Obtain minified flot code devel/hs-js-jquery Obtain minified jQuery code devel/hs-lifted-async Run lifted IO operations asynchronously and wait for their results devel/hs-map-syntax Syntax sugar for defining maps devel/hs-memory Memory and related abtraction stuff devel/hs-mutable-containers Abstactions and concrete implementations of mutable containers devel/hs-newtype Typeclass and set of functions for working with newtypes devel/hs-old-locale Locale library devel/hs-old-time Time library devel/hs-preprocessor-tools Framework for extending Haskell's syntax via quick-and-dirty preprocessors devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale and time-1.5 devel/hs-uuid-types Type definitions for Universally Unique Identifiers math/hs-Agda-stdlib Agda standard library math/hs-adjunctions Adjunctions and representable functors math/hs-kan-extensions Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM net-p2p/hs-torrent BitTorrent file parser and generater net/hs-aws Amazon Web Services (AWS) for Haskell net/hs-network-uri URI manipulation security/hs-cryptonite Cryptography Primitives sink security/hs-nonce Generate cryptographic nonces shells/hs-shelly Shell-like (systems) programming in Haskell sysutils/hs-ekg-json JSON encoding of ekg metrics textproc/hs-bencode Parser and printer for bencoded data textproc/hs-cassava CSV parsing and encoding library textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser and renderer textproc/hs-pandoc-citeproc Supports using pandoc with citeproc textproc/hs-regex-applicative Regex-based parsing with applicative interface textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using regex-tdfa textproc/hs-rfc5051 Simple unicode collation as per RFC5051 www/hs-http2 HTTP/2.0 library including frames and HPACK www/hs-multipart HTTP multipart split out of the cgi package Updated ports (317): archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1 archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7 archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2 archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5 audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0 audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0 audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2 benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0 converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2 converters/hs-json 0.7_8 --> 0.9.1 databases/hs-esqueleto 1.4.4_1 --> 2.4.1 databases/hs-hedis 0.6.5 --> 0.6.9 databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8 databases/hs-persistent 1.3.1.1_1 --> 2.2 databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2 databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4 devel/hs-BNFC 2.6.0.3_8 --> 2.8 devel/hs-Boolean 0.2.1_1 --> 0.2.3 devel/hs-ConfigFile 1.1.2_1 --> 1.1.4 devel/hs-List 0.5.1_8 --> 0.5.2 devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1 devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3 devel/hs-MonadRandom 0.1.13_1 --> 0.4 devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0 devel/hs-QuickCheck 2.6_6 --> 2.8.1 devel/hs-ReadArgs 1.2.1_8 --> 1.2.2 devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3 devel/hs-ShellCheck 0.3.5 --> 0.3.8 devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2 devel/hs-alex 3.1.3_1 --> 3.1.4 devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1 devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3 devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0 devel/hs-asn1-parse 0.8.1_1 --> 0.9.1 devel/hs-asn1-types 0.2.3_1 --> 0.3.0 devel/hs-async 2.0.1.5_1 --> 2.0.2 devel/hs-atomic-primops 0.6.0.6_1 --> 0.8 devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2 devel/hs-basic-prelude 0.3.8_1 --> 0.5.0 devel/hs-bifunctors 4.1.1.1_1 --> 5 devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1 devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0 devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0 devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0 devel/hs-boxes 0.1.3_1 --> 0.1.4 devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2 devel/hs-c2hs 0.17.2_1 --> 0.26.1 devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0 devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1 devel/hs-checkers 0.3.2_1 --> 0.4.3 devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0 devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1 devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1 devel/hs-cmdargs 0.10.9_1 --> 0.10.13 devel/hs-conduit 1.1.7_1 --> 1.2.5 devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3 devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1 devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0 devel/hs-cpphs 1.18.5_1 --> 1.19 devel/hs-darcs 2.8.5 --> 2.10.1 devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1 devel/hs-data-pprint 0.2.3_1 --> 0.2.4 devel/hs-datetime 0.2.1_12 --> 0.3.1 devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2 devel/hs-dlist 0.7.1_1 --> 0.7.1.1 devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1 devel/hs-either 4.3.0.1_1 --> 4.4.1 devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1 devel/hs-equivalence 0.2.5_1 --> 0.3.1 devel/hs-errors 1.4.7_1 --> 2.0.0 devel/hs-exceptions 0.6.1_1 --> 0.8.0.2 devel/hs-fast-logger 2.2.0_1 --> 2.4.1 devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1 devel/hs-file-embed 0.0.7_1 --> 0.0.9 devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3 devel/hs-filestore 0.6.0.3_1 --> 0.6.1 devel/hs-free 4.9_1 --> 4.12.1 devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1 devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2 devel/hs-generic-deriving 1.6.3_1 --> 1.8.0 devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0 devel/hs-gio 0.12.5.3_1 --> 0.13.1.0 devel/hs-git-annex 5.20140817_1 --> 5.20150727 devel/hs-glib 0.12.5.4_1 --> 0.13.1.1 devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4 devel/hs-haddock 2.14.3_1 --> 2.16.1 devel/hs-haddock-library 1.1.0_1 --> 1.2.1 devel/hs-happy 1.19.4_1 --> 1.19.5 devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1 devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2 devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0 devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1 devel/hs-hasktags 0.69.0_1 --> 0.69.1 devel/hs-hastache 0.6.0_1 --> 0.6.1 devel/hs-hinotify 0.3.7_1 --> 0.3.8.1 devel/hs-hint 0.4.2.0_1 --> 0.4.2.3 devel/hs-hlint 1.9.3_1 --> 1.9.21 devel/hs-hoogle 4.2.34_1 --> 4.2.41 devel/hs-hslogger 1.2.4_1 --> 1.2.9 devel/hs-hslua 0.3.13_1 --> 0.4.0 devel/hs-hspec 1.11.0_1 --> 2.1.10 devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1 devel/hs-keys 3.10.1_1 --> 3.10.2 devel/hs-language-c 0.4.5_1 --> 0.4.7 devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2 devel/hs-lens 4.3.3_1 --> 4.12.3 devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6 devel/hs-mmorph 1.0.3_1 --> 1.0.4 devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4 devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2 devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3 devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7 devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1 devel/hs-mtl 2.1.3.1_1 --> 2.2.1 devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2 devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8 devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2 devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6 devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3 devel/hs-primitive 0.5.2.1_1 --> 0.6 devel/hs-profunctors 4.2.0.1_1 --> 5.1.1 devel/hs-project-template 0.1.4.1_1 --> 0.2.0 devel/hs-random 1.0.1.1_10 --> 1.1 devel/hs-reflection 1.5.1_1 --> 2 devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2 devel/hs-resourcet 1.1.2.3_1 --> 1.1.6 devel/hs-safe 0.3.7_1 --> 0.3.9 devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8 devel/hs-securemem 0.1.3_1 --> 0.1.9 devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3 devel/hs-shake 0.13.2_1 --> 0.15.5 devel/hs-silently 1.2.4.1_7 --> 1.2.5 devel/hs-stm 2.4.2_6 --> 2.4.4 devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4 devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1 devel/hs-syb 0.4.1_1 --> 0.5.1 devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6 devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3 devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4 devel/hs-tagged 0.7.2_1 --> 0.8.1 devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1 devel/hs-text 1.1.0.0_1 --> 1.2.1.3 devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1 devel/hs-threads 0.5.1.2_1 --> 0.5.1.3 devel/hs-threadscope 0.2.4_1 --> 0.2.7 devel/hs-timezone-olson 0.1.4_1 --> 0.1.7 devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1 devel/hs-transformers-base 0.4.2_1 --> 0.4.4 devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4 devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4 devel/hs-unix-time 0.3.3_1 --> 0.3.5 devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1 devel/hs-utf8-string 0.3.8_1 --> 1 devel/hs-uuagc 0.9.51_1 --> 0.9.52.1 devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0 devel/hs-uuid 1.3.3_1 --> 1.3.11 devel/hs-uulib 0.9.16_1 --> 0.9.20 devel/hs-vault 0.3.0.3_1 --> 0.3.0.4 devel/hs-vector 0.10.9.1_1 --> 0.10.12.3 devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1 devel/hs-vector-instances 3.3_1 --> 3.3.1 devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2 devel/hs-void 0.6.1_1 --> 0.7 devel/hs-word8 0.1.1_1 --> 0.1.2 dns/hs-dns 1.4.2_1 --> 2.0.0 graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6 graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0 graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3 graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4 graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3 lang/hs-brainfuck 0.1_15 --> 0.1.0.2 lang/hs-unlambda 0.1.3_8 --> 0.1.4.1 mail/hs-email-validate 2.0.1_1 --> 2.1.3 mail/hs-mime 0.4.0.1_1 --> 0.4.0.2 mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9 mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6 math/hs-Agda 2.4.0.2_1 --> 2.4.2.3 math/hs-NumInstances 1.3_6 --> 1.4 math/hs-categories 1.0.6_1 --> 1.0.7 math/hs-comonad 4.2.2_1 --> 4.2.7.2 math/hs-contravariant 1.1_1 --> 1.3.2 math/hs-data-lens 2.10.5_1 --> 2.10.7 math/hs-data-lens-template 2.1.8_1 --> 2.1.9 math/hs-ieee754 0.7.3_10 --> 0.7.6 math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2 math/hs-pointed 4.1_1 --> 4.2.0.2 math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3 math/hs-semigroups 0.15.2_1 --> 0.16.2.2 math/hs-statistics 0.13.2.1_1 --> 0.13.2.3 math/hs-vector-space 0.8.7_1 --> 0.10.2 net/hs-connection 0.2.3_1 --> 0.2.5 net/hs-gsasl 0.3.5_1 --> 0.3.6 net/hs-hoauth2 0.4.3 --> 0.4.8 net/hs-iproute 1.3.1_1 --> 1.5.0 net/hs-network 2.4.2.3_1 --> 2.6.2.1 net/hs-network-info 0.2.0.5_1 --> 0.2.0.7 net/hs-network-multicast 0.0.11_1 --> 0.1.0 net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8 net/hs-simple-sendfile 0.2.15_1 --> 0.2.21 print/hs-hscolour 1.20.3_8,1 --> 1.23,1 security/hs-DRBG 0.5.2_1 --> 0.5.4 security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1 security/hs-RSA 2.0.0_1 --> 2.1.0.1 security/hs-SHA 1.6.4.1_1 --> 1.6.4.2 security/hs-cipher-aes 0.2.8_1 --> 0.2.11 security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1 security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1 security/hs-cprng-aes 0.5.2_1 --> 0.6.1 security/hs-crypto-api 0.13_1 --> 0.13.2 security/hs-crypto-conduit 0.5.4_1 --> 0.5.5 security/hs-crypto-numbers 0.2.3_1 --> 0.2.7 security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8 security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3 security/hs-crypto-random 0.0.7_1 --> 0.0.9 security/hs-entropy 0.3.2_1 --> 0.3.7 security/hs-gnutls 0.1.5_1 --> 0.2 security/hs-pwstore-fast 2.4.1_1 --> 2.4.4 security/hs-skein 1.0.9_1 --> 1.0.9.3 security/hs-tls 1.2.8_1 --> 1.3.1 security/hs-x509 1.4.11_1 --> 1.6.0 security/hs-x509-store 1.4.4_1 --> 1.6.0 security/hs-x509-system 1.4.5_1 --> 1.6.0 security/hs-x509-validation 1.5.0_1 --> 1.6.0 sysutils/hs-angel 0.5.0_1 --> 0.6.2 sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8 sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0 textproc/hs-Diff 0.3.0_1 --> 0.3.2 textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3 textproc/hs-HaXml 1.24.1_1 --> 1.25.3 textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6 textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4 textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0 textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2 textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4 textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10 textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0 textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0 textproc/hs-hexpat 0.20.6_1 --> 0.20.9 textproc/hs-highlighting-kate 0.5.11.1 --> 0.6 textproc/hs-hs-bibutils 5.0_6 --> 5.5 textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0 textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15 textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1 textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2 textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4 textproc/hs-lhs2tex 1.18.1_8 --> 1.19 textproc/hs-pandoc 1.13.2 --> 1.15.0.6 textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5 textproc/hs-parsec 3.1.5_1 --> 3.1.9 textproc/hs-polyparse 1.9_6 --> 1.11 textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6 textproc/hs-tagsoup 0.13.1_1 --> 0.13.3 textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3 textproc/hs-texmath 0.8.0.1 --> 0.8.3 textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3 textproc/hs-xml 1.3.13_6 --> 1.3.14 textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1 textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11 textproc/hs-xml-types 0.3.4_1 --> 0.3.6 textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4 textproc/hs-yaml 0.8.8.4_1 --> 0.8.13 www/hs-DAV 1.0.1_1 --> 1.0.7 www/hs-HTTP 4000.2.10_1 --> 4000.2.20 www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11 www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1 www/hs-cookie 0.4.1.2_1 --> 0.4.1.6 www/hs-gitit 0.10.6.1_1 --> 0.11.1 www/hs-hS3 0.5.8_1 --> 0.5.9 www/hs-happstack-server 7.3.7_1 --> 7.4.4 www/hs-heist 0.13.1.2_1 --> 0.14.1.1 www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0 www/hs-http-client 0.3.6.1_1 --> 0.4.20 www/hs-http-conduit 2.1.4_1 --> 2.1.8 www/hs-http-date 0.0.4_8 --> 0.0.6.1 www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2 www/hs-http-server 1.0.4_1 --> 1.0.6 www/hs-http-types 0.8.5_1 --> 0.8.6 www/hs-oeis 0.3.5_1 --> 0.3.6 www/hs-path-pieces 0.1.4_1 --> 0.2.0 www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3 www/hs-shakespeare 2.0.1.1_1 --> 2.0.5 www/hs-snap 0.13.2.8_1 --> 0.14.0.6 www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2 www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1 www/hs-wai 3.0.1.1_1 --> 3.0.3.0 www/hs-wai-app-static 3.0.0_1 --> 3.1.1 www/hs-wai-extra 3.0.1.2_1 --> 3.0.10 www/hs-wai-logger 2.2.0_1 --> 2.2.4.1 www/hs-warp 3.0.0.5_1 --> 3.1.3 www/hs-warp-tls 3.0.0_1 --> 3.1.1 www/hs-webkit 0.12.6.1_1 --> 0.13.1.3 www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6 www/hs-yesod 1.2.6.1_1 --> 1.4.1.5 www/hs-yesod-auth 1.3.4_1 --> 1.4.6 www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2 www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3 www/hs-yesod-core 1.2.19_1 --> 1.4.13 www/hs-yesod-form 1.3.14_1 --> 1.4.4.1 www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3 www/hs-yesod-static 1.2.4_1 --> 1.5.0.2 www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1 x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1 x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1 x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1 x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0 x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9 x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1 x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3 x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0 x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2 x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0 x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0 x11-wm/hs-xmonad 0.11_10 --> 0.11.1 x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4 x11/hs-xmobar 0.21_1 --> 0.23.1 Removed ports (14): devel/hs-MaybeT Support for computations with failures (deprecated) devel/hs-geniplate Use template Haskell to generate Uniplate-like functions (upstream support is discontinued) devel/hs-glade Binding to the glade library (upstream support is discontinued) devel/hs-haskell-platform The Haskell Platform (it is not tracked any more) devel/hs-ranges Ranges and various functions on them (deprecated) devel/hs-testpack Test Utility Pack for HUnit and QuickCheck (upstream is unmaintained) graphics/hs-soegtk GUI functions as used in the book "The Haskell School of Expression" (upstream support is discontinued) lang/hs-epic Compiler for a simple functional language (it is not needed any more) math/hs-nats Natural numbers (it has been merged into the base library of GHC) multimedia/hs-gstreamer Binding to the GStreamer open source multimedia framework (upstream support is discontinued) [2] www/hs-scgi Haskell library for writing SCGI programs (deprecated) www/hs-yesod-platform Meta package for Yesod (upstream support is discontinued) www/hs-yesod-routes Effective routing for Yesod (upstream support is discontinued) x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream support is discontinued) PR: 181049 [1] PR: 197925 [2] PR: 200684 [3] Submitted by: arrowdodger <6yearold@gmail.com> [1] Obtained from: FreeBSD Haskell
* remove empty pkg-plistpgollucci2015-08-211-1/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-1910-124/+39
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* - Remove RG linksunpoet2015-08-141-1/+0
|
* benchmarks/tsung: update 1.5.1 -> 1.6.0robak2015-08-083-4/+23
| | | | | PR: 201740 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* - Update to 2.3.0sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
* - Mark BROKEN: does not build as it still requires libtarantool.so which ↵amdmi32015-07-141-0/+2
| | | | | | databases/tarantool no longer installs Approved by: portmgr blanket
* - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-071-1/+0
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-032-0/+4
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* Update to version 3.7.2skreuzer2015-07-023-6/+5
|
* Add LOCAL mirror as distfile does not seem to be available anymoremartymac2015-07-021-1/+2
|
* Convert to USES=autoreconfbapt2015-06-221-4/+1
|
* - Pass maintainership to submitteramdmi32015-06-195-11/+11
| | | | | | | - Regenerate patches PR: 200950 Submitted by: luca.pizzamiglio@gmail.com
* - Fix shebangsamdmi32015-06-101-2/+3
| | | | MFH: 2015Q2 (blanket)
* benchmarks/siege: Update version 3.0.9=>3.1.0bofh2015-06-045-13/+38
| | | | | - Change MASTER_SITES to the newer according to website - Fix patch files to reflect 'make makepatch'
* Fix build after lang/luajit upgrade to latest version.osa2015-06-032-3/+3
| | | | Bump PORTREVISION.
* Unhide compiler and linker output.osa2015-06-012-6/+20
| | | | | | Use CFLAGS defined in port's Makefile. Bump PORTREVISION.
* Cleanup USE_GITHUB usage.mat2015-05-312-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Another attempt to fix undefined reference to `__sync_fetch_and_add_8' andosa2015-05-272-15/+9
| | | | | | `__sync_val_compare_and_swap_8' for FreeBSD[8|9]. Idea from: tijl
* - Install programs/scripts/manpages/data files with corresponding INSTALL_* ↵amdmi32015-05-262-9/+11
| | | | | | | commands, which fixes permissions and stripping - Add LICENSE_FILE - Pet portlint
* Try to fix undefined reference to `__sync_fetch_and_add_8' andosa2015-05-251-0/+14
| | | | `__sync_val_compare_and_swap_8' for FreeBSD[8|9].
* Revive, rework, unbreak, take maintainershipamdmi32015-05-212-25/+9
|
* benchmarks/pathload: Unbreak by setting new MASTER_SITESmarino2015-05-192-7/+9
| | | | | | | | | | While here, set the license (GPLv2). The other changes to the Makefile and the non-WWW part of pkg-descr are technically unnecessary, but in my opinion they are in improvement so I keep them. I did remove some of the suggested changes in the patch though. PR: 200294 Submitted by: Ports Fury
* benchmarks/pathrate: Unbreak by setting new MASTER_SITESmarino2015-05-192-10/+11
| | | | | | | | | | While here, set the license (GPLv2). The other changes to the Makefile and the non-WWW part of pkg-descr are technically unnecessary, but in my opinion they are in improvement so I keep them. I did remove some of the suggested changes in the patch though. PR: 200295 Submitted by: Ports Fury
* benchmarks/fhourstones: New MASTER_SITES to unbreak, move executablemarino2015-05-194-29/+22
| | | | | | | | | | | | This port was broken due to being unfetchable. While finding a new source location, switch the executable from lib/fhourstones to libexec/fhourstones. Also, use "sed" and "echo" to eliminate the need for patches. Some changes were made to the submitted patch by me, but they were minor. PR: 200293 Submitted by: Ports Fury
* - Add another MASTER_SITEamdmi32015-05-191-1/+2
| | | | | PR: 199588 Submitted by: axprof@gmail.com
* MASTER_SITES cleanup.mat2015-05-1410-17/+8
| | | | | | | | | | | | | | | | | | | - 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
* Unbreakmat2015-05-121-3/+2
| | | | Submitted by: stass (on irc)
* - Add rubygem-benchmark-ips 2.2.0sunpoet2015-05-114-0/+25
| | | | | | | Benchmark.ips provides iterations per second enhancement to Benchmark. WWW: https://github.com/evanphx/benchmark-ips RG: https://rubygems.org/gems/benchmark-ips
* Reassign to perl@.adamw2015-05-091-1/+1
|
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-062-4/+2
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Update to 0.3.5wen2015-05-052-3/+3
| | | | | | PR: 199530 Submitted by: lstewart@FreeBSD.org Approved by: maintainer(timeout, > 14 days)
* Upgrade to 4.0.1.osa2015-05-032-8/+8
| | | | PR: 199307
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* over to enlightenment@bapt2015-04-171-1/+1
|
* Back to the pool.gblach2015-04-171-1/+1
| | | | | Currently and in near future I don't have time to be responsible for any port.
* Add DOCS option.adamw2015-04-131-0/+2
| | | | Committed under just-fix-it.
* Reclaim maintainership of ports that I still use regularly, but decided todanfe2015-04-071-1/+1
| | | | | | | | | | | | relinquish at some point to allow contributions coming more easily (not to impose hard lock). These days, there is no reason to yield maintainership with the more lax rules and general consensus that casual changes do not necessarily require explicit approval from maintainer prior to commit. On the other hand, unmaintained ports can give (arguably false) impression of being unwanted and one step above deprecation, yet these ports are not. Inspired by: marino
* benchmarks/nuttcp: DISTFILES are (again?) available, remove BROKENpi2015-04-071-1/+0
|
* - fix unfetchable port (MASTER_SITES)mich2015-04-071-2/+1
|
* - Add LICENSEsunpoet2015-04-061-7/+5
| | | | | | - Update RUN_DEPENDS - Convert to new options helper - Remove OPTIONSFILE
* Mark as broken unfetchable portsbapt2015-04-0610-0/+10
|
* Add SMHasher hashing benchmark and test system as a new port.gnn2015-04-016-0/+86
| | | | | | | | | | | | | | SMHasher is a test suite designed to test the distribution, collision, and performance properties of non-cryptographic hash functions - it aims to be the "DieHarder" of hash testing, and does a pretty good job of finding flaws with a number of popular hashes. The SMHasher suite also includes MurmurHash3, which is the latest version in the series of MurmurHash functions - the new version is faster, more robust, and its variants can produce 32- and 128-bit hash values efficiently on both x86 and x64 platforms. https://code.google.com/p/smhasher/
* - Add LICENSEsunpoet2015-03-291-1/+4
| | | | - Remove MASTER_SITE_SUBDIR
* - Use -lpthread instead of -pthreadsunpoet2015-03-251-1/+1
|
* 5 ports categories: Remove $PTHREAD_LIBSmarino2015-03-255-32/+16
| | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
* Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head.jkim2015-03-243-1/+31
|
* Remove unnecessary whitespace changes in patchfilearved2015-03-232-3031/+241
| | | | add in previous commit
* benchmarks/netio: update 1.26 -> 1.32robak2015-03-233-287/+3131
| | | | | | | | - Fix clang build issues - Maintainer's timeout (arved@FreeBSD.org) PR: 181789 Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
* Make fonts repecting XDGbapt2015-03-221-1/+2
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-1/+1
| | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
* - Add empty directory to plistamdmi32015-03-111-0/+1
|
* - Fix shebangsamdmi32015-03-051-2/+4
| | | | MFH: 2015Q1
* Remove Authors from pkg-descrbapt2015-03-031-2/+1
|
* benchmarks/nuttcp: 6.1.2 -> 7.3.2pi2015-02-164-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - take maintainer - new distsite - changes since 2008 o Allow longer server info timeout for third party via --idle-data-timeout o Added feature to specify source port with "-p#:#" and "-P#:#" o Add "-g" option to specify multicast IP address to use o Clean up really confused transmit code for IPv4/IPv6 SSM multicast o Bug fix from Aristeu Rozanski: Crash caused by closing TCP_ADV_WIN_SCALE file even if open failed o Fix bug with server CPU affinity being parsed as %X instead of %d For non-sinkmode insure complete network block is written to stdout Above fixes nuttscp bug seen with --copy-dir getting premature EOF o Not every system has ERESTART added in 7.1.4, wrapped in ifdef o Fix non-Linux systems to properly count TCP retrans for multiple streams o Detect EOD for non-sinkmode UDP transfers o Suppress bogus warning when using maximum size UDP packet o Terminate non-sinkmode after specified file size with "-n" option o Allow multilink aggregation with "-N##m" option to work for receive o Add "-sz" zero copy option for non-sinkmode when input is a regular file o Remove "-Sf" forced server mode from Usage: statement o Fix zeroing of clientaddr6 during server cleanup o Fix freeaddrinfo() processing during cleanup o Change manually started oneshot server to have parent process just exit o Provide summary TCP retrans info for multi-stream TCP o Fix bug with retrans interval info when -fparse o Add "+stride" or "+n.n.n.n" syntax for multi-stream TCP (IPv4) o Fix third party bug with "-xc" option adding extraneous 't' character o Add optional client-side name resolution for third party host o Add "-N##m" option for multilink aggregation for multiple streams o Add "-xc#/#" and "-P#/#" options to Usage: statement o Enable jitter measurements with "-j" option o Enable one-way delay measurements with "-o" option o Fix bug with RTT and -fparse o Change ctl/data port checks to < 1024 instead of < 5000 o Fix "--idle-data-timeout" Usage: statement for new default minimum o Improve transmit performance with "-i" by setting poll() timeout to 0 o Don't output interval retrans info if non-sinkmode (for nuttscp) o Skip check for unACKed data at end of transfer if -DBROKEN_UNACKED o Play nice with iperf (change default data port to 5101) o Delay sending of server "OK" until after successful server bind() o Client check for server errors before starting data transfer o Continue checking for server output while draining client transmission o Correct "server not ACKing data" error message (server -> receiver) o Add "--packet-burst" option for Rob o Fix "--idle-data-timeout" Usage: statement for client o Improve accuracy of retrans info timing synchronization (client xmitter) o Allow rate limit to be exceeded temporarily by n packets ("-Rixxx/n") o Allow setting server CPU affinity from client via "-xcs" option o Allow setting client & server CPU affinity via third party o Allow passing of third party control port via "-Pctlport/ctlport3" o Up default idle data minimum to 15 sec to better handle net transients o Don't reset nstream until after last use (fix getaddrinfo() memory leak) o Fix bug with simultaneous server connections to manually started server o Fix Usage: statement: "--idle-data-timeout" both server & client option o Don't reset priority on server cleanup o Fix priority output for "-fparse" o Fix bad third party bug causing >= 1 minute transfers to silently fail o Fix Usage: statement: "--idle-data-timeout" not just a server option o Added IPv6 and SSM MC support Ported from Rob's 5.5.5 based code by Bill Fink o Fix client lockup with third party when network problem (for scripts) o Bugfix: set chk_idle_data on client (now also checks no data received) o Use argv[0] instead of "nuttcp" for third party o Bugfix: give error message again on error starting server o Timeout client accept() too and give nice error message (for scripts) PR: 197475 Submitted by: pi Approved by: Andrew Clark <andrewclarkii@gmail.com> (old maintainer)
* Enable OMNI by default; this matches what vanilla netperf does sincemarius2015-01-281-3/+3
| | | | | | | version 2.5 and restores bidirectional compatibility with other OS distributions following suit. PR: 197137
* Update phoronix-test-suite to 5.4.1mm2015-01-204-466/+46
| | | | | | | Release maintainership back to ports@ PR: 196766 Submitted by: lightside
* - Remove duplicate spaces and fix typorodrigo2015-01-194-16/+13
| | | | | | | | | | | - Delete makefil as a patch - Add new makefile for the project without BSD dependencies - Fix out of order declarations in makefile - Install doc by default - bump port revision Submitted by: rodrigo Reviewed by: bapt, danfe
* - Fix Makefile stylerodrigo2015-01-163-21/+19
| | | | | | | | | | | - Fix MASTER site - Fix EXTRACT cmd - Add generic Makefile for compilation - Install DOC by default - Bump PORTREVISION PR: 193153 Reviewed by: bapt
* Add missing USE_OPENSSL=yestijl2015-01-152-2/+6
| | | | PR: 195796
* New port benchmarks/dhrystone : a computing benchmark for integer operationsrodrigo2015-01-146-0/+115
| | | | | PR: 193153 Submitted by: Radim Kolar <hsn@sendmail.cz>
* - Update to 1.5.1wen2015-01-103-47/+22
| | | | | PR: 196643 Submitted by: linpct@gmail.com(maintainer)
* Update to benchmarks/iperf3 3.0.11.bmah2015-01-102-3/+3
| | | | Sponsored by: ESnet
* benchmarks/siege: update version 3.0.8 => 3.0.9bofh2014-12-292-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1389 Approved by: bapt(mentor), marino(mentor)
* - Update net/openmpi to 1.8.4danilo2014-12-262-2/+2
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* Shebangfixantoine2014-12-221-1/+3
|
* Clean up some now useless PLIST_DIRS*bapt2014-12-202-4/+0
|
* Convert to USES=autoreconfbapt2014-12-181-3/+2
|
* Update benchmarks/iperf3 to 3.0.10.bmah2014-12-172-3/+3
| | | | Sponsored by: ESnet
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-264-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Merge EFL libraries into devel/efl and update to 1.12.0gblach2014-11-252-12/+7
| | | | | | | | | | | | | | - Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine
* Switch to USES=pgsqlcrees2014-11-231-1/+1
|
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!