aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New port: math/SCIP: Solver for mixed integer, mixed integer nonlinear ↵Yuri Victorovich2017-12-255-0/+483
| | | | | | | | | | | programming Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13614 Notes: svn path=/head/; revision=457249
* Remove USE_AUTOTOOLS. There's already USES=autoreconf.Tijl Coosemans2017-12-251-1/+0
| | | | Notes: svn path=/head/; revision=457248
* New port: math/SoPlex: Optimization package for solving linear programming ↵Yuri Victorovich2017-12-257-0/+255
| | | | | | | | | | | problems (LPs) Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13613 Notes: svn path=/head/; revision=457247
* - Remove unneeded USE_AUTOTOOLS.Tijl Coosemans2017-12-252-26/+168
| | | | | | | - Various cleanups + regenerate pkg-plist. Notes: svn path=/head/; revision=457246
* net-p2p/bitcoin: unbreak with boost 1.66Jan Beich2017-12-254-0/+10
| | | | | | | | | PR: 224129 224132 Obtained from: upstream (Bitcoin 0.16.0) Approved by: portmgr blanket Notes: svn path=/head/; revision=457245
* multimedia/mpv: Add VAAPI on Wayland supportCarlos J. Puga Medina2017-12-252-17/+19
| | | | | | | | | | | - Add support to enable VAAPI under Wayland (disabled by default) - Regenerate patch with makepatch to make portlint happy PR: 224425 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=457244
* Replace USE_AUTOTOOLS and pre-configure with a plain build dependency onTijl Coosemans2017-12-251-8/+2
| | | | | | | | devel/autoconf. The upstream build system runs autoconf to regenerate generated-configure.sh. Notes: svn path=/head/; revision=457243
* Add devel/py-vine, a promises library for Python.Jimmy Olgeni2017-12-254-0/+24
| | | | Notes: svn path=/head/; revision=457242
* - Add mutual runtime conflicts between hs-dataenc and hs-sandiDmitry Marakasov2017-12-252-0/+4
| | | | | | | | | | | | | If these both are installed, haskell fails to use modules from any of them: Ambiguous interface for `Codec.Binary.Base64': it was found in multiple packages: dataenc-0.14.0.7 sandi-0.4.0 PR: 224192 Approved by: portmgr blanket Notes: svn path=/head/; revision=457241
* games/ags: Update to 3.4.1.11Tobias Kortkamp2017-12-253-15/+4
| | | | | | | Changes: https://github.com/adventuregamestudio/ags/releases/tag/v.3.4.1.11 Notes: svn path=/head/; revision=457240
* Update to 5.4.0Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | | | | Changes: https://bogomips.org/unicorn/NEWS.html Notes: svn path=/head/; revision=457239
* Remove no-op GNU_CONFIGURESunpoet Po-Chuan Hsieh2017-12-251-1/+0
| | | | Notes: svn path=/head/; revision=457238
* Update to 0.19.0Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | | | | Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=457237
* Update to 1.2.6Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | | | | Changes: https://github.com/thuehlinger/daemons/releases Notes: svn path=/head/; revision=457236
* Update to 0.14.0Sunpoet Po-Chuan Hsieh2017-12-253-9/+9
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=457235
* Update to 1.10Sunpoet Po-Chuan Hsieh2017-12-252-6/+10
| | | | | | | | | | | - Add LICENSE - Remove Perl core module - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-SubCalls/Changes Notes: svn path=/head/; revision=457234
* Update to 2017.12.24Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | Notes: svn path=/head/; revision=457233
* Update to 2017.12.24Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | Notes: svn path=/head/; revision=457232
* Update to 20171224Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | Notes: svn path=/head/; revision=457231
* Change WWW to PyPISunpoet Po-Chuan Hsieh2017-12-251-1/+1
| | | | Notes: svn path=/head/; revision=457230
* Update to 0.21Sunpoet Po-Chuan Hsieh2017-12-252-9/+5
| | | | | | | Changes: http://search.cpan.org/dist/PPIx-EditorTools/Changes Notes: svn path=/head/; revision=457229
* Update to 2.97001Sunpoet Po-Chuan Hsieh2017-12-252-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=457228
* Add py-deprecation 1.0.1Sunpoet Po-Chuan Hsieh2017-12-254-0/+39
| | | | | | | | | | | | | | | | | | | | | The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. Together, the two enable the automation of several things: - The docstring of a deprecated method gets the deprecation details appended to the end of it. If you generate your API docs direct from your source, you don't need to worry about writing your own notification. You also don't need to worry about forgetting to write it. It's done for you. - Rather than having code live on forever because you only deprecated it but never actually moved on from it, you can have your tests tell you when it's time to remove the code. The @deprecated decorator can be told when it's time to entirely remove the code, which causes @fail_if_not_removed to raise an AssertionError, causing either your unittest or py.test tests to fail. WWW: https://pypi.python.org/pypi/deprecation WWW: https://github.com/briancurtin/deprecation Notes: svn path=/head/; revision=457227
* Remove a bunch of BROKEN_$arch statements: this port only supports amd64Alexey Dokuchaev2017-12-251-4/+3
| | | | | | | for the time being. Notes: svn path=/head/; revision=457226
* - Unbreak buildDmitry Marakasov2017-12-253-3/+23
| | | | | | | | | - Add LICENSE Approved by: portmgr blanket Notes: svn path=/head/; revision=457225
* - Resurrect games/jumpnbump, update to 1.60Dmitry Marakasov2017-12-257-1/+97
| | | | Notes: svn path=/head/; revision=457224
* Remove games/jumpnbump in order to re-add it preserving historyDmitry Marakasov2017-12-256-97/+0
| | | | Notes: svn path=/head/; revision=457223
* Update to 0.10.5Matthew Rezny2017-12-255-11/+62
| | | | Notes: svn path=/head/; revision=457222
* www/mod_md-devel: Update Apache mod_ssl patchBernard Spil2017-12-251-7/+2
| | | | Notes: svn path=/head/; revision=457221
* Update to WolfSSL 3.13.0Johan van Selst2017-12-253-6/+6
| | | | | | | https://www.wolfssl.com/docs/wolfssl-changelog/ Notes: svn path=/head/; revision=457220
* www/mod_md-devel: Bugfix update to 1.1.5Bernard Spil2017-12-252-4/+4
| | | | | | | Changelog: https://github.com/icing/mod_md/releases/tag/v1.1.5 Notes: svn path=/head/; revision=457219
* Update to tin 2.4.2Johan van Selst2017-12-253-5/+6
| | | | Notes: svn path=/head/; revision=457218
* security/vuxml: mark thunderbird < 52.5.2 as vulnerableJan Beich2017-12-251-0/+35
| | | | Notes: svn path=/head/; revision=457217
* www/phalcon: Update from 3.2.4 to 3.3.0Jochen Neumeister2017-12-252-6/+6
| | | | | | | | | | | | | Changelog: https://github.com/phalcon/cphalcon/releases/tag/v3.3.0 *While here, pet portlint and switch to DISTVERSION PR: 224579 Submitted by: linpct@gmail.com (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=457216
* - Update to 2.2Johan van Selst2017-12-253-14/+50
| | | | | | | | | | - Add LICENSE PR: ports/224494 Submitted by: wen Notes: svn path=/head/; revision=457215
* Update to upstream version 2.8.8; fix build with multimedia/libquicktimeThomas Zander2017-12-252-4/+6
| | | | | | | | | | | | | | | | Details: - Update to upstream version 2.8.8 - Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like multimedia/libquicktime. This is, however, no longer supported upstream, see https://sourceforge.net/p/faac/bugs/236/ In future, consumers need to change their detection mechanism for faad2 PR: 224464 Submitted by: mi Notes: svn path=/head/; revision=457214
* comms/cwstudio: Update from 0.9.5 to 0.9.6Jochen Neumeister2017-12-252-6/+6
| | | | | | | | | | | *While here, pet portlint and switch to DISTVERSION PR: 224547 Submitted by: Lukasz Komsta <sp8qed@onet.eu> (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=457213
* - Simplify MakefileDmitry Marakasov2017-12-251-10/+3
| | | | | | | - Unsilence installation commands Notes: svn path=/head/; revision=457212
* - Switch to options helpersDmitry Marakasov2017-12-256-13/+13
| | | | | | | | - Regenerate patches - Update WWW Notes: svn path=/head/; revision=457211
* Update misc/elixir-mime to version 1.2.0.Jimmy Olgeni2017-12-252-4/+4
| | | | Notes: svn path=/head/; revision=457210
* . Don't incorrectly set the scopeId of an IPv6 interface on BSD.Greg Lewis2017-12-252-1/+14
| | | | | | | | | | This fixes binding sockets for applications running on IPv6. PR: 224079 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=457209
* This two ports had to be removed long time ago, as they are not supposed to ↵Timur I. Bakeyev2017-12-252-0/+6
| | | | | | | be used with net/samba* anymore. Notes: svn path=/head/; revision=457208
* Update to 2.1.2Akinori MUSHA2017-12-252-3/+4
| | | | | | | | PR: 224576 Submitted by: swills Notes: svn path=/head/; revision=457207
* sysutils/nq: Update to 0.2.2Tobias Kortkamp2017-12-252-4/+4
| | | | | | | Changes: https://github.com/chneukirchen/nq/blob/v0.2.2/NEWS.md Notes: svn path=/head/; revision=457206
* Update port to the more recent devscripts_2.17.11, as older version isn't ↵Timur I. Bakeyev2017-12-252-3/+4
| | | | | | | | | fetchable anymore. Approved by: maintainer(implicit, maintainer timeout) Notes: svn path=/head/; revision=457205
* sysutils/htop: Add a new default LSOF optionTobias Kortkamp2017-12-252-3/+7
| | | | | | | | | | | | | | | | | htop only requires lsof for its open files view. Move the lsof run dependency to an option so that it can be removed by users. While here - Add LICENSE_FILE - Follow http://htop.sourceforge.net/ redirect to http://hisham.hm/htop/ and update WWW PR: 224241 Approved by: gaod@hychen.org (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=457204
* lang/beignet: fix order of flags for mkdir(1) and rm(1)Jan Beich2017-12-253-1/+33
| | | | | | | | | | BSD versions of commands don't support specifiying flags after arguments. Obtained from: DPorts Pointy hat to: jbeich (lost in r451413) Notes: svn path=/head/; revision=457203
* graphics/waifu2x-converter-cpp: drop misleading manpageJan Beich2017-12-251-18/+1
| | | | | | | The manpage only quotes --help and mentions CUDA, unsupported on FreeBSD. Notes: svn path=/head/; revision=457202
* devel/lua-luarocks: update to 2.4.3Jan Beich2017-12-253-3/+6
| | | | | | | Changes: https://github.com/luarocks/luarocks/compare/v2.3.0...v2.4.3 Notes: svn path=/head/; revision=457201
* devel/lua-luarocks: drop optional dependenciesJan Beich2017-12-251-21/+0
| | | | | | | | | Additional dependencies should be specified in consumers when required. Simple projects don't need them and complex one can't rely on some port options being set. Notes: svn path=/head/; revision=457200