reop is a simple, semi-modern wannabe PGP clone. Supported operations include signing -S and verifying -V messages, plus a variety of options for encrypting messages (-D -E). It does everything you'd expect a PGP program to do. More accurately, it does everything I expect you to expect a PGP program to do. WWW: https://github.com/tedu/reop reebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * devel/py-pymaven-patch: Update to 0.2.9kai2019-08-263-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch from GitHub to PyPI as upstream now offers Python sdists * Python 3 is now supported so remove the version contraints * Use pytest for running the tests as it's already required as a dependency to process them thus make real use of that tool * Pet portlint (whitespace issue in pkg-descr) Changelog: https://github.com/nexB/pymaven/compare/3caf65f...4e065e4
| * graphics/gpu-firmware-kmod:: update to latest upstreamjmd2019-08-262-5/+5
| | | | | | | | Submitted by: jkim
| * Allow the JDK to be compiled with gcc.glewis2019-08-261-8/+22
| | | | | | | | | | | | This is required for powerpc64 support. PR: 237370
| * Add support for powerpc64glewis2019-08-262-1/+13
| | | | | | | | PR: 237208
| * Add support for powerpc64glewis2019-08-262-2/+4
| | | | | | | | PR: 237208
| * Fix Linux ALSA OSS plugin by removing a configuration file. Thetijl2019-08-263-4/+4
| | | | | | | | | | | | | | configuration from FreeBSD /usr/local/etc/asound.conf should be used. PR: 240043 Reported by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
| * Don't install libudev.so. The linux flash player plugin tries to use ittijl2019-08-263-8/+2
| | | | | | | | but it doesn't work on FreeBSD.
| * science/jmol: Update 14.29.51 -> 14.29.52yuri2019-08-262-4/+4
| | | | | | | | Reported by: portscout
| * net/inlets: Update 2.2.0 -> 2.3.1yuri2019-08-262-4/+4
| | | | | | | | Reported by: portscout
| * science/py-chainer: Update 6.2.0 -> 6.3.0yuri2019-08-262-4/+4
| | | | | | | | Reported by: portscout
| * math/osi: Update 0.108.4 -> 0.108.5yuri2019-08-263-7/+6
| | | | | | | | Reported by: portscout
| * Update to 0.0.16dvl2019-08-262-5/+4
| | | | | | | | When restarted PostgreSQL, do a reload instead.
| * Add py-whitenoise 4.1.2sunpoet2019-08-264-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Radically simplified static file serving for Python web apps With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. (Especially useful on Heroku, OpenShift and other PaaS providers.) It's designed to work nicely with a CDN for high-traffic sites so you don't have to sacrifice performance to benefit from simplicity. WhiteNoise works with any WSGI-compatible app but has some special auto- configuration features for Django. - While I'm here, add NO_ARCH WWW: http://whitenoise.evans.io/ PR: 239107 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-urlman 1.2.0sunpoet2019-08-264-0/+28
| | | | | | | | | | | | | | | | | | | | | | Replaces things like get_absolute_url with a .urls attribute that can reference other URLs and build sensible trees of things, and can then be accessed using instance.urls.name. WWW: https://github.com/andrewgodwin/urlman PR: 239103 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-rules 2.0.1sunpoet2019-08-264-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | rules is a tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks. WWW: https://github.com/dfunckt/django-rules PR: 239102 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-inlinestyler 0.2.5sunpoet2019-08-264-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inlinestyler is an easy way to locally inline CSS into an HTML email message. Styling HTML email is a black art. CSS works, but only when it's been placed inline on the individual elements (and event then, not always) - which makes development frustrating, and iteration slow. The general solution is to use an inlining service, which takes a message with the CSS placed externally, and rewrites it so that all CSS is applied to the individual elements. The most widely used of these services - and as far as I can tell, the one that powers CampaignMonitor - is Premailer. It's a great service, and the guys behind it put a lot of work into keeping it up to date with the most recent discoveries in what works and what doesn't. inlinestyler takes (most) of the functionality of Premailer, and makes it available locally, accessible without having call a remote service. WWW: https://github.com/dlanger/inlinestyler - While I'm here: - Add LICENSE_FILE - Add NO_ARCH PR: 239063 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-django-libsass 0.7sunpoet2019-08-264-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | django-libsass builds on libsass-python to make @import paths aware of Django's staticfiles mechanism, and provides a filter module for django-compressor which uses the libsass-python API directly, avoiding the overheads of calling an external executable to do the compilation. WWW: https://github.com/torchbox/django-libsass - While I'm here, add NO_ARCH PR: 239061 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-django-i18nfield 1.5.0sunpoet2019-08-264-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is yet another way to store multi-lingual content in Django. In contrast to other options like django-hvad, django-modeltranslation or django-parler it does not require additonal database tables and you can reconfigure the available languages without any changes to the database schema. In constrast to nece, it is not specific to PostgreSQL. WWW: https://github.com/raphaelm/django-i18nfield - While I'm here, add NO_ARCH PR: 239060 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-django-hierarkey 1.0.3sunpoet2019-08-264-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | django-hierarkey -- Hierarchical key-value store This package allows you to attach a key-value store to a model, e.g. to store preferences of an user or a customer. The package supports arbitrary datatypes, defaults and model hierarchies, i.e. you can define a different model instance as your instance's parent and the values of the parent instance will be used as default values for the child instances. This approach has been in use in pretix for quite a while, so it has been tested in production. This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the AUTHORS file for a list of all the awesome folks who contributed to this project. WWW: https://github.com/raphaelm/django-hierarkey - While I'm here, add NO_ARCH PR: 239059 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-dj22-django-formset-js-improved 0.5.0.2sunpoet2019-08-264-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fork of django-formset-js that adds support for reordering and nested formsets. A wrapper for a JavaScript formset helper. WWW: https://github.com/pretix/django-formset-js - While I'm here: - Add LICENSE_FILE - Fix USES=python PR: 239050 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-dj22-django-jquery-js 3.1.1sunpoet2019-08-264-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | jQuery, bundled up so apps can depend upon it WWW: https://pypi.org/project/django-jquery-js/ - While I'm here: - Fix LICENSE - Add LICENSE_FILE PR: 239049 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-django-context-decorator 1.5.0sunpoet2019-08-264-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Python package for Django removing the need to call super().get_context_data(**kwargs) in nearly every Django view. WWW: https://github.com/rixx/django-context-decorator - While I'm here: - Fix USES=python - Update WWW PR: 239048 Submitted by: Alexander Sieg <alex@xanderio.de>
| * Add py-dj22-django_csp 3.5sunpoet2019-08-264-0/+29
| | | | | | | | | | | | | | | | | | | | | | Django-CSP adds Content-Security-Policy headers to Django. WWW: https://github.com/mozilla/django-csp - While I'm here, fix USES=python PR: 239043 Submitted by: Alexander Sieg <alex@xanderio.de>
| * www/h2o-devel: update to 2.3.0-beta2dch2019-08-263-29/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolves: - CVE-2019-9512 (Ping Flood) - CVE-2019-9514 (Reset Flood) - CVE-2019-9515 (Settings Flood) PR: 239843 Submitted by: Max Kostikov <max@kostikov.co> Reported by: Max Kostikov <max@kostikov.co> Reviewed by: adamw Approved by: jrm (mentor, implicit) MFH: 2019Q3 Security: CVE-2019-9512 Security: CVE-2019-9514 Security: CVE-2019-9515 Sponsored by: SkunkWerks, GmbH
| * security/vuxml: Document multiple vulnerabilities in www/h2o*dch2019-08-261-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | http://blog.kazuhooku.com/2019/08/h2o-version-226-230-beta2-released.html PR: 239843 Reported by: Kazuho Oku Approved by: jrm (mentor, implicit) Security: CVE-2019-9512 Security: CVE-2019-9514 Security: CVE-2019-9515 Sponsored by: SkunkWerks, GmbH
| * Update TIMESTAMPsunpoet2019-08-262-2/+2
| |
| * Add rubygem-devise-two-factor30-rails52 3.0.3 (copied from ↵sunpoet2019-08-265-0/+47
| | | | | | | | rubygem-devise-two-factor30-rails5)
| * www/h2o: update to 2.2.6dch2019-08-263-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolves: - CVE-2019-9512 (Ping Flood) - CVE-2019-9514 (Reset Flood) - CVE-2019-9515 (Settings Flood) PR: 239843 Submitted by: Max Kostikov <max@kostikov.co> Reported by: Max Kostikov <max@kostikov.co> Reviewed by: adamw Approved by: jrm (mentor, implicit) MFH: 2019Q3 Security: CVE-2019-9512 Security: CVE-2019-9514 Security: CVE-2019-9515 Sponsored by: SkunkWerks, GmbH
| * Add rubygem-gettext_i18n_rails_js-rails52 1.3.0 (copied from ↵sunpoet2019-08-264-0/+37
| | | | | | | | rubygem-gettext_i18n_rails_js-rails5)
| * Add rubygem-rails52 5.2.3 (copied from rubygem-rails5)sunpoet2019-08-264-0/+70
| |
| * Add RUN_DEPENDS for www/py-requests-filedvl2019-08-261-2/+4
| | | | | | | | | | | | | | Add USE_PYTHON=concurrent PR: 240103 Submitted by: Adam Jimerson <vendion@gmail.com>
| * Add rubygem-devise-rails52 4.7.0 (copied from rubygem-devise-rails5)sunpoet2019-08-264-0/+37
| |
| * Add rubygem-sass-rails-rails52 5.0.7 (copied from rubygem-sass-rails-rails5)sunpoet2019-08-264-0/+34
| |
| * Add rubygem-responders-rails52 3.0.0 (copied from rubygem-responders-rails5)sunpoet2019-08-264-0/+31
| |
| * Add rubygem-web-console-rails52 3.7.0 (copied from rubygem-web-console-rails5)sunpoet2019-08-264-0/+32
| |
| * Add rubygem-coffee-rails-rails52 4.2.2 (copied from rubygem-coffee-rails-rails5)sunpoet2019-08-264-0/+31
| |
| * Add rubygem-railties52 5.2.3 (copied from rubygem-railties5)sunpoet2019-08-264-0/+40
| |
| * Add rubygem-actioncable52 5.2.3 (copied from rubygem-actioncable5)sunpoet2019-08-264-0/+42
| |
| * Add rubygem-activestorage52 5.2.3sunpoet2019-08-264-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Active Storage makes it simple to upload and reference files in cloud services like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other MiniMagick supported transformation. WWW: https://rubyonrails.org/
| * Add rubygem-actionmailer52 5.2.3 (copied from rubygem-actionmailer5)sunpoet2019-08-264-0/+43
| |
| * Add rubygem-sprockets-rails-rails52 3.2.1 (copied from ↵sunpoet2019-08-264-0/+32
| | | | | | | | rubygem-sprockets-rails-rails5)
| * Add rubygem-actionpack52 5.2.3 (copied from rubygem-actionpack5)sunpoet2019-08-264-0/+46
| |
| * Add rubygem-activerecord52 5.2.3 (copied from rubygem-activerecord5)sunpoet2019-08-264-0/+39
| |
| * Add rubygem-activejob52 5.2.3 (copied from rubygem-activejob5)sunpoet2019-08-264-0/+33
| |
| * Add rubygem-actionview52 5.2.3 (copied from rubygem-actionview5)sunpoet2019-08-264-0/+36
| |
| * acts: Update to 1.4.1adamw2019-08-265-40/+14
| | | | | | | | | | | | | | * Change the suggested backup target list to only have /usr/home, not /usr/home + /home. * Add DOCS option * Change LICENSE to more specific UNLICENSE
| * Add rubygem-rails-dom-testing-rails52 2.0.3 (copied from ↵sunpoet2019-08-264-0/+36
| | | | | | | | rubygem-rails-dom-testing-rails5)
| * Add rubygem-jbuilder-rails52 2.9.1 (copied from rubygem-jbuilder-rails5)sunpoet2019-08-264-0/+30
| |
| * Add rubygem-globalid-rails52 0.4.2 (copied from rubygem-globalid-rails5)sunpoet2019-08-264-0/+30
| |
| * Add rubygem-activemodel52 5.2.3 (copied from rubygem-activemodel5)sunpoet2019-08-264-0/+35
| |
| * Add rubygem-activesupport52 5.2.3 (copied from rubygem-activesupport5)sunpoet2019-08-264-0/+38
| |
| * - Update to 1.1.3amdmi32019-08-262-4/+4
| |
| * math/blasfeo: Specify TARGET in architecture-specific way, this fixes build ↵yuri2019-08-261-0/+19
| | | | | | | | | | | | on non-Intel architectures Reported by: fallout
| * Add dependency on systemd-libs, needed by libpulsecommon-10.0.so.tijl2019-08-261-2/+3
| | | | | | | | PR: 240043
| * www/falkon: add hint and resolution to color problems in video playbacktcberner2019-08-261-0/+5
| | | | | | | | | | | | | | | | | | | | - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240095 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira
| * www/otter-browser: add hint and resolution to color problems in video playbacktcberner2019-08-261-0/+5
| | | | | | | | | | | | | | | | | | | | - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240097 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira
| * www/konqueror: add hint and resolution to color problems in video playbacktcberner2019-08-261-0/+10
| | | | | | | | | | | | | | | | | | | | - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240098 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira
| * Add entries for r509784 (linux-c?-libelf -> linux-c?-elfutils-libelf) andtijl2019-08-261-0/+3
| | | | | | | | | | | | r509800 (merge linux-c7-openssl into linux_base-c7). Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
| * Move security/linux-c7-openssl into emulators/linux_base-c7. It is neededtijl2019-08-2515-116/+86
| | | | | | | | by sha*sum from the coreutils package.
| * Fix CATEGORIES.tijl2019-08-251-1/+1
| | | | | | | | Reported by: FreshPorts sanity daemon
| * java/intellij: Update to 2019.2.1 and morebsam2019-08-254-45/+59
| | | | | | | | | | | | | | | | | | | | | | PR: 240080 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> . update to 2019.2.1 . drop dependency on intellij-pt4j port -- the FreeBSD native library is already included in the upstream pty4j jar . install FreeBSD native library for jansi . fix the "Typeahead timeout is exceeded" error . small cleanup
| * Add devel/git-lite as missing RUN_DEPENDSdvl2019-08-251-1/+3
| |
| * Fix build on gcc-based architectures:linimon2019-08-251-1/+1
| | | | | | | | | | | | | | | | CMake Error in src/CMakeLists.txt: Target "hpcttrigger" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
| * Remove programs from the util-linux package that are missing some librariestijl2019-08-253-54/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so they don't work, but I suspect we don't need them: usr/bin/chfn usr/bin/chsh usr/bin/findmnt usr/bin/login usr/bin/lsblk usr/bin/lscpu usr/bin/lsipc usr/bin/lslogins usr/bin/lsmem usr/bin/lsns usr/bin/script usr/bin/setpriv usr/sbin/clock usr/sbin/debugfs usr/sbin/hwclock usr/sbin/runuser usr/sbin/zramctl
| * sysutils/testdisk: Update to 7.1 and unbreakkai2019-08-252-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make the source tarball fetchable again since the 7.1 release has left its pre-release status (hence the removal of the -WIP suffix). * Pet portlint by making the USES block separate while I'm here. Changelog: https://github.com/cgsecurity/testdisk/blob/3bb714e6/NEWS PR: 240066 Submitted by: cyberleo@cyberleo.net MFH: 2019Q3
| * www/qutebrowser: tell user how to disable hardware accelerationnovel2019-08-251-0/+16
| | | | | | | | | | | | | | | | | | | | On older hardwares or systems where hardware acceleration has not been configured correctly the browser shows videos with wrong colors. Add a pkg-message notice on how to disable hardware acceleration as a workaround for this issue. PR: 240096 Submitted by: Lorenzo Salvadore
| * - Mark BROKEN on 13.xamdmi32019-08-251-0/+4
| |
| * - Update to 3.1.3wen2019-08-252-5/+4
| |
| * Add devel/linux-c7-systemd-libs and let linux-c7-dbus-libs depend on it.tijl2019-08-258-0/+81
| | | | | | | | | | PR: 240043 Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
| * textproc/py-packageurl-python: Make tests verbosekai2019-08-251-1/+1
| | | | | | | | | | | | | | | | | | The '-v' flag was intentionally left out to reduce the cluttering of the screen as some tests have rather long names. But after a second look it makes more sense to enable the verbosity of the tests because they'll be more meaningful in case of errors. Reported by: koobs
| * Add archivers/linux-c7-lz4, required by upcoming linux-c7-systemd-libs.tijl2019-08-256-0/+56
| |
| * games/anki: Update to 2.1.15kai2019-08-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * The V2 scheduler now fully randomizes review cards due on a given day. * Fix flag changes in Browse screen not syncing. * Cleanup recording wav file when recording canceled. * Fix the window icon on Wayland. * Add a progress bar to media deletion. * Other minor changes. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15 MFH: 2019Q3
| * Update WWW and add linux to CATEGORIES.tijl2019-08-254-4/+4
| |
| * Add devel/linux-c7-elfutils-libs, required by upcomingtijl2019-08-257-0/+137
| | | | | | | | linux-c7-systemd-libs.
| * Move devel/linux-c?-libelf to devel/linux-c?-elfutils-libelf to match thetijl2019-08-2514-5/+5
| | | | | | | | | | package name and to be similar to upcoming ports for other elfutils libraries.
| * Stop including elfutils. The utilities are missing some libraries so theytijl2019-08-254-54/+2
| | | | | | | | don't work and nobody has ever complained about that.
| * archivers/deutex: Update WWW fieldkai2019-08-251-1/+1
| | | | | | | | | | | | | | * Point to the new home as the previous site has ceased to exist. This should have been added with r508451. Reported by: Repology
| * mail/fetchmail64: Update to -rc3 with a few fixes that are to appear in ↵mandree2019-08-257-4/+728
| | | | | | | | | | | | 6.4.0, ... and one patch (2 GibiB mailbox size reporting) that won't make 6.4.
| * - Switch to USES=localbaseamdmi32019-08-252-6/+3
| | | | | | | | | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
| * sysutils/py-mitogen: update to 0.2.8 to support latest ansibledch2019-08-252-4/+4
| | | | | | | | | | Approved by: jrm (mentor, implicit) Sponsored by: SkunkWerks, GmbH
| * net/knxd: fix build with GCC architectures.mfechner2019-08-251-0/+14
| | | | | | | | | | | | | | | | This patch is also requested upstream: https://github.com/knxd/knxd/pull/407 PR: 239469 Submitted by: pkubaj
| * net/kio-gdrive: update to 1.2.7tcberner2019-08-252-6/+4
| | | | | | | | - supports the current KDE Applications' PIM versions
| * New port: math/cppad: C++ Algorithmic Differentiation packageyuri2019-08-255-0/+342
| |
| * audio/mpg123: update to 1.25.12novel2019-08-253-5/+5
| |
| * math/casadi: Correct pkg-descryuri2019-08-251-6/+7
| |
| * New port: math/casadi: Symbolic framework for numeric optimizationyuri2019-08-255-0/+234
| |
| * New port: math/symphony: Solver and development framework for mixed-integer ↵yuri2019-08-255-0/+58
| | | | | | | | linear programs
| * New port: math/couenne: Convex Over and Under Envelopes for NonliNear Estimationyuri2019-08-255-0/+129
| |
| * New port: math/bonmin: Basic Open-source Nonlinear Mixed INteger programmingyuri2019-08-255-0/+105
| |
| * lang/rust-nightly: update to 1.38.0.20190825jbeich2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/rust-lang/rust/compare/29a54035c77c...eeba189cfb2c
| * textproc/scdoc: update to 1.9.7jbeich2019-08-252-5/+4
| | | | | | | | | | Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.7 Reported by: Repology
| * multimedia/aom: update to 1.0.0.2285jbeich2019-08-252-5/+5
| | | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/fb4c1a793..e5b1d0973
| * multimedia/rav1e: update to s20190824jbeich2019-08-252-13/+13
| | | | | | | | Changes: https://github.com/xiph/rav1e/compare/2b20894d...dc34123f
| * multimedia/svt-av1: update to 0.6.0.181jbeich2019-08-252-5/+5
| | | | | | | | Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/6012f53c...bb6f8f3f
| * emulators/rpcs3: update to 0.0.6.8568jbeich2019-08-252-5/+5
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/b0d0f51d8...b70908c8f
| * New port: math/hpipm: High-performance interior-point-method QP solversyuri2019-08-256-0/+104
| |
| * New port: math/blasfeo: Basic Linear Algebra Subroutines For Embedded ↵yuri2019-08-256-0/+93
| | | | | | | | Optimization
| * Minor fixesglewis2019-08-252-19/+24
| | | | | | | | | | | | * Fix include file path * Fix the mode for jspawnhelper so it is executable * Sort the packing list
| * science/opensim-core: Add the JAVA option that adds the Java bindingyuri2019-08-252-2/+721
| | | | | | | | Asked the upstream to separate the Java binding from the C++ library.
| * net-mgmt/py-ciscoconfparse: Update to 1.4.3kai2019-08-253-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | * Add "do-test" target to make future QA easier Changelog since 1.3.43: * Add parser for various NXOS features * Fix issue with "ip_helper_adddresses" function that wasn't able to handle 'global' helpers * Implement "re_search_children()" directly on the "CiscoConfParse()" object * Fix NXOS HRSP issue with "has_ip_hsrp" function
| * Update to 1.20olivier2019-08-252-5/+5
| | | | | | | | | | PR: 239886 Submitted by: Artyom Davidov <ard_1@mail.ru>
| * Fix typo in port directory name.kwm2019-08-252-0/+0
| | | | | | | | | | PR: 240071 [1] Reported by: jbeich@, Dries Michiels <driesm.michiels@gmail.com> [1]
| * Update to 3.0.6sunpoet2019-08-253-4/+5
| | | | | | | | | | | | Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 240024 Exp-run by: antoine
| * Sort TEST_DEPENDSsunpoet2019-08-251-3/+3
| |
| * Update to 2.0.7sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
| * Update to 2.0.7sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
| * Update to 2.0.7sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
| * Update to 1.3.4sunpoet2019-08-252-4/+4
| | | | | | | | | | Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/stackdriver-core/CHANGELOG.md
| * Update to 1.7.0sunpoet2019-08-252-4/+4
| | | | | | | | | | Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-logging/CHANGELOG.md
| * Update to 1.2.1sunpoet2019-08-252-5/+5
| | | | | | | | | | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-env/CHANGELOG.md
| * Update to 1.3.1sunpoet2019-08-252-5/+5
| | | | | | | | | | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-core/CHANGELOG.md
| * Update to 2.11.339sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
| * Update to 2.11.339sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
| * Update to 2.11.339sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
| * Update to 1.0.8sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/jupyterlab/jupyterlab/commits/master
| * Update to 4.34.0sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
| * Update to 0.80sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/YAML-LibYAML
| * Update to 0.9907sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Perl-PrereqScanner-NotQuiteLite
| * Update to 0.599sunpoet2019-08-252-4/+4
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Color-RGB-Util
| * Remove p5-Color-RGB-Util version hack as 0.599 is released nowsunpoet2019-08-251-4/+1
| |
| * Update to 4.3.2sunpoet2019-08-253-4/+22
| | | | | | | | Changes: https://github.com/keybase/client/releases
| * Update to 878.260.1sunpoet2019-08-252-4/+4
| |
| * devel/pthreadpool: fix build with GCC architecturespkubaj2019-08-251-1/+1
| | | | | | | | | | | | | | Use newer GCC than what base offers: /wrkdirs/usr/ports/devel/pthreadpool/work/pthreadpool-6673a4c/src/threadpool-pthreads.c:59:4: error: #error "Unsupported platform" Approved by: mentors (implicit approval)
| * mail/mairix: fix build with GCC-based architecturespkubaj2019-08-251-1/+1
| | | | | | | | | | | | | | C11 compiler is necessary: parse.c:1889: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token Approved by: mentors (implicit approval)
| * science/opensim-core: Update 4.0 -> 4.0-601 (a2574fcda)yuri2019-08-253-6/+64
| | | | | | | | | | Add the PYTHON option that enables the pythin binding. Asked the upstream to make the python binding build separately.
| * Update to upstream version 0.21.14riggs2019-08-252-5/+4
| | | | | | | | | | | | | | | | | | Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.14/NEWS - Includes a fix for rare crash after song change MFH: 2019Q3 (hat: ports-secteam)
| * misc/dive: Switch to USES=go:modules, fix build with go1.13yuri2019-08-251-3/+1
| | | | | | | | | | PR: 240074 Reported by: Dmitri Goutnik <dg@syrec.org>
| * security/kbfsd: Update to v1.4.10mp2019-08-242-4/+4
| |
| * - Update to 1.92wen2019-08-242-5/+6
| | | | | | | | - Add missing TEST_DEPENDS
| * lang/angelscript: remove unnecessary AS_BIG_ENDIANpkubaj2019-08-241-2/+1
| | | | | | | | Reported by: jbeich
| * devel/py-validators: Update to 0.14.0dbaio2019-08-242-4/+4
| | | | | | | | | | | | Changelog: - Added new validators ``ipv4_cidr``, ``ipv6_cidr`` (#117, pull request courtesy woodruffw)
| * textproc/py-packageurl-python: Update to 0.8.7kai2019-08-243-5/+10
| | | | | | | | | | | | | | | | | | * Add "do-test" target to easen future QA * Pet portlint (whitespace issues in pkg-descr) Changelog: https://github.com/package-url/packageurl-python/compare/v0.8.5...v0.8.7
| * math/amath: fix build on powerpc* and mips*pkubaj2019-08-242-3/+11
| | | | | | | | | | | | | | The big-endian ifdef misses ||. PR: 239298 Approved by: cs@innolan.net (maintainer timeout), linimon (mentor)
| * databases/xtrabackup: fix build on GCC architecturespkubaj2019-08-241-0/+15
| | | | | | | | | | | | | | Patch this port similarly to other mysql/mariadb/percona ports - make GCC a valid compiler. PR: 239310 Approved by: aleks@twindb.com (maintainer timeout), linimon (mentor)
| * lang/angelscript: fix build on powerpc64pkubaj2019-08-242-2/+15
| | | | | | | | | | | | | | Angelscript works on powerpc, but its naming convention is only 32-bit. Define AS_MAX_PORTABILITY when building on powerpc64 to fix build. PR: 239496 Approved by: ndowens@yahoo.com (maintainer timeout), linimon (mentor)
| * finance/py-python-bitcoinlib: Update to 0.10.2kai2019-08-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * New RPC "generatetoaddress(self, numblocks, addr)" * Fixed Python 2.7 incompatibility * Various OpenSSL fixes, including a memory leak Note: This will be the last release of finance/python-bitcoinlib with Python 2.7 compatibility. MFH: 2019Q3
| * Properly push down lang/gcc9/patch-clang-vec_step into the files/gerald2019-08-241-0/+0
| | | | | | | | subdirectory.
| * clang on rs6000/powerpc* unfortunately poisons user namespace by defaultgerald2019-08-241-0/+21
| | | | | | | | | | | | | | | | | | (without any special options or include files being required). Until that changes (or GCC changes) we need to avoid using vec_step as a variable name. PR: 239266
| * Remove the hb-view utitilty from the main harfbuzz port and move it to it'skwm2019-08-246-7/+87
| | | | | | | | | | | | | | | | | | | | | | own port. The hb-view utility is the only part of harfbuzz that requires cairo. So now harfbuzz doesn't pull in x11 libraries or mesa via cairo,this is usefull for ports that want to use harfbuzz but don't use or want x11. Add license Exp-run by: antoine@ PR: 239662
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-08-24