1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Commit Graph

465295 Commits

Author SHA1 Message Date
Jan Beich
bea7824c1c lang/rust: oops, don't default to pre-releases
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:55:58 +00:00
Jan Beich
5da2437891 lang/rust: rename patches to match diff prefix
Git even with -M -C -C couldn't detect all renames in modified files,
so rename in a separate commit.

Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:51:04 +00:00
Jan Beich
6f333b0b12 lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:50:38 +00:00
Steve Wills
d7199aa47d devel/gitlab-runner: update to 11.6.1 2019-01-17 19:23:08 +00:00
Sunpoet Po-Chuan Hsieh
741754d477 Update to 1.13.0
- Add LICENSE_FILE

Changes:	https://github.com/grosser/parallel/commits/master
2019-01-17 19:22:31 +00:00
Sunpoet Po-Chuan Hsieh
8c33179e93 Update to 1.1.0
Changes:	https://github.com/ondrejbartas/sidekiq-cron/blob/master/Changes.md
		https://github.com/ondrejbartas/sidekiq-cron/commits/master
2019-01-17 19:22:26 +00:00
Sunpoet Po-Chuan Hsieh
7ee33c34b4 Update to 2.11.206
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-01-17 19:22:20 +00:00
Sunpoet Po-Chuan Hsieh
0141e7b5e0 Update to 2.11.206
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-01-17 19:22:15 +00:00
Sunpoet Po-Chuan Hsieh
89664a8322 Update to 2.11.206
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-01-17 19:22:09 +00:00
Sunpoet Po-Chuan Hsieh
90c3217e0d Update to 1.8.0
Changes:	https://github.com/RaRe-Technologies/smart_open/releases
2019-01-17 19:22:04 +00:00
Sunpoet Po-Chuan Hsieh
1882cce203 Update to 0.39
Changes:	https://metacpan.org/changes/distribution/Devel-MAT-Dumper
2019-01-17 19:21:59 +00:00
Sunpoet Po-Chuan Hsieh
82f7361c9a Update to 5.3
- Update MASTER_SITES
- Update WWW

Changes:	https://github.com/eugmes/fntsample/releases
2019-01-17 19:21:53 +00:00
Sunpoet Po-Chuan Hsieh
b8c1fa861d Update to 5.3
- Update MASTER_SITES
- Update WWW

Changes:	https://github.com/eugmes/fntsample/releases
2019-01-17 19:21:47 +00:00
Sunpoet Po-Chuan Hsieh
26b0ceb6f2 Update to 2.13.1
Changes:	https://github.com/keybase/client/releases
2019-01-17 19:21:42 +00:00
Sunpoet Po-Chuan Hsieh
68df1c7fbc Update to 2.13.1
- Update WWW

Changes:	https://github.com/keybase/client/releases
2019-01-17 19:21:36 +00:00
Sunpoet Po-Chuan Hsieh
de5d7e55f2 Update MASTER_SITES and WWW 2019-01-17 19:21:31 +00:00
Sunpoet Po-Chuan Hsieh
5542508c35 Add py-asdf 2.3.1
The Advanced Scientific Data Format (ASDF) is a next-generation interchange
format for scientific data. This package contains the Python implementation of
the ASDF Standard.

The ASDF format has the following features:
- A hierarchical, human-readable metadata format (implemented using YAML)
- Numerical arrays are stored as binary data blocks which can be memory mapped.
  Data blocks can optionally be compressed.
- The structure of the data can be automatically validated using schemas
  (implemented using JSON Schema)
- Native Python data types (numerical types, strings, dicts, lists) are
  serialized automatically
- ASDF can be extended to serialize custom data types

WWW: https://github.com/spacetelescope/asdf
2019-01-17 19:21:25 +00:00
Sunpoet Po-Chuan Hsieh
bde795881f Add py-cma 2.6.0
pycma is a Python implementation of CMA-ES and a few related numerical
optimization tools.

The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is a stochastic
derivative-free numerical optimization algorithm for difficult (non-convex,
ill-conditioned, multi-modal, rugged, noisy) optimization problems in continuous
search spaces.

WWW: https://github.com/CMA-ES/pycma
2019-01-17 19:21:19 +00:00
Sunpoet Po-Chuan Hsieh
b93cbf2342 Add py-bayesian-optimization 1.0.0
Bayesian Optimization is a pure Python implementation of bayesian global
optimization with gaussian processes.

This is a constrained global optimization package built upon bayesian inference
and gaussian process, that attempts to find the maximum value of an unknown
function in as few iterations as possible. This technique is particularly suited
for optimization of high cost functions, situations where the balance between
exploration and exploitation is important.

WWW: https://github.com/fmfn/BayesianOptimization
2019-01-17 19:20:56 +00:00
Sunpoet Po-Chuan Hsieh
e26d68717a Add py-typing-extensions 3.7.2
The typing module was added to the standard library in Python 3.5 on a
provisional basis and will no longer be provisional in Python 3.7. However, this
means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to
take advantage of new types added to the typing module, such as typing.Text or
typing.Coroutine.

The typing_extensions module contains both backports of these changes as well as
experimental types that will eventually be added to the typing module, such as
Protocol.

WWW: https://github.com/python/typing/tree/master/typing_extensions
2019-01-17 19:20:50 +00:00
Steve Wills
2f2dd87bfa devel/git-remote-hg: create port
Transparent bidirectional bridge between Git and Mercurial for Git.

WWW: https://github.com/mnauw/git-remote-hg

PR:		234200
Submitted by:	Šimun Mikecin <numisemis@yahoo.com>
2019-01-17 18:54:29 +00:00
Tobias Kortkamp
5b89fd88d6 New port: devel/redo
Daniel J. Bernstein's redo idea is a system for building target
files from source files.  Its purpose is to provide a build system
for software packages that does incremental builds, i.e. if the
package is built and then some of its source files are changed, the
build system will only rerun that part of the build procedure that
is necessary to rebuild the changed parts of the package.

This is the redo implementation by Jonathan de Boyne Pollard written
in C++.  It comprises:

- redo - the main utility for rebuilding
- redo-ifchange - a secondary utility for rebuilding targets if
  existing sources change
- redo-ifcreate - a secondary utility for rebuilding targets if
  non-existent sources manifest
- cubehash - a utility program that generates hashes of file contents
  using the same parameterization of Bernstein CubeHash as is used
  by the redo tools to check for changes to source and target files

WWW: https://jdebp.eu/Softwares/redo/
2019-01-17 17:48:19 +00:00
Steve Wills
462d6e7219 net-im/matterbridge: create port
Bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram,
rocket.chat,hipchat (via xmpp), steam, twitch, ssh-chat, zulip and matrix with
REST API (mattermost not required!)

WWW: https://github.com/42wim/matterbridge
2019-01-17 17:34:17 +00:00
Jochen Neumeister
7ca69563ec Update to 2.6.1
Changelog:
 - Azure SD: Fix discovery getting stuck sometimes.
 - Marathon SD: Use Tasks.Ports when RequirePorts is false.
 - Promtool: Fix "out-of-order sample" errors when testing rules.

PR:		234996
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-01-17 17:32:35 +00:00
Guido Falsi
98e59dc6cd Fix extract phase when G729 option is enabled.
I involuntarily introduced the failure in the previous commit.
2019-01-17 17:31:16 +00:00
Guido Falsi
de18bc87be Update xfce-icons-elementary theme to 0.13.1
PR:		234998
Approved by:    Matthias Petermann <matthias@petermann-it.de>
		(maintainer)
2019-01-17 16:58:02 +00:00
Rene Ladan
f6754479fd devel/trac-bitten: reset maintainer upon his request 2019-01-17 16:31:28 +00:00
Jan Beich
d015ea6054 Don't reference obsolete drm-*-kmod ports 2019-01-17 16:19:39 +00:00
Steve Wills
66a151b227 devel/jiri: fix fetch 2019-01-17 16:19:18 +00:00
Steve Wills
4b6fb1ce57 www/grafana5: update to 5.4.3 2019-01-17 16:10:25 +00:00
Steve Wills
892513376f security/vault: update to 1.0.2 2019-01-17 15:45:42 +00:00
Jan Beich
cd740e600a graphics/mesa-{libs,dri}: update to 18.3.2
Changes:	https://www.mesa3d.org/relnotes/18.3.0.html
Changes:	https://www.mesa3d.org/relnotes/18.3.1.html
Changes:	https://www.mesa3d.org/relnotes/18.3.2.html
PR:		233034
Tested by:	Kevin Oberman
Approved by:	maintainer timeout (2 weeks after 2019Q1)
Differential Revision:	https://reviews.freebsd.org/D17872
2019-01-17 15:34:55 +00:00
Jan Beich
435f466d59 graphics/mesa-{libs,dri}: update to 18.2.8
- TEXTURE option is always enabled per
  https://cgit.freedesktop.org/mesa/mesa/commit/?id=66673bef941a

Changes:	https://www.mesa3d.org/relnotes/18.2.0.html
Changes:	https://www.mesa3d.org/relnotes/18.2.1.html
Changes:	https://www.mesa3d.org/relnotes/18.2.2.html
Changes:	https://www.mesa3d.org/relnotes/18.2.3.html
Changes:	https://www.mesa3d.org/relnotes/18.2.4.html
Changes:	https://www.mesa3d.org/relnotes/18.2.5.html
Changes:	https://www.mesa3d.org/relnotes/18.2.6.html
Changes:	https://www.mesa3d.org/relnotes/18.2.7.html
Changes:	https://www.mesa3d.org/relnotes/18.2.8.html
PR:		230298
Tested by:	Samy Mahmoudi, Kevin Oberman
Approved by:	maintainer timeout (2 weeks after 2019Q1)
Differential Revision:	https://reviews.freebsd.org/D16571
2019-01-17 15:34:37 +00:00
Alexey Dokuchaev
283244a113 With Qt 4.x sadly going away in less than two months, remove the QT4
option earlier to ease the deprecation process and reduce repo churn
when the time comes.
2019-01-17 15:30:51 +00:00
Emanuel Haupt
9ae4845db6 Update to 2.9.3 2019-01-17 15:12:55 +00:00
Roman Bogorodskiy
fa2fa008bd security/libgpg-error: update to 1.34
Also, move USES to pet portlint.
2019-01-17 15:10:26 +00:00
Steve Wills
f792228f6e www/minio: update to 2019.01.16.21.44.08 2019-01-17 14:36:40 +00:00
Tobias Kortkamp
a03dcb701c misc/wmcalendar: Fix some out-of-bounds memory access
PR:		227101
Submitted by:	crahman@gmail.com
Approved by:	xride (maintainer)
2019-01-17 14:09:26 +00:00
Alexey Dokuchaev
7b6776d47e Unbreak the build against modern compilers caused by some sloppy C++ coding. 2019-01-17 13:53:43 +00:00
Tobias Kortkamp
b1e585b0f2 audio/libg722: Use INSTALL_LIB to install the shared library
PR:		233780
Submitted by:	sobomax (based on)
Approved by:	ports@sippysoft.com (maintainer timeout, 1.5 months)
2019-01-17 13:48:46 +00:00
Hajimu UMEMOTO
a695b90823 Make it buildable with clamav-0.101.X.
PR:		235002
Obtained from:	09b5bf11e1 (diff-e162ed934ed89d2014e496fc1961be01)
2019-01-17 13:15:23 +00:00
Dmitry Marakasov
af23a62324 - Update to 3.5.4 2019-01-17 13:15:22 +00:00
Dmitry Marakasov
229725f31a - Update to 3.5.4 2019-01-17 13:15:18 +00:00
Guido Falsi
53ebcba1a1 Add OPUS option to asterisk ports to enable the opus codec.
While here use DIST_SUBDIR to keep all the asterisk files in one
subdirectory.

PR:		234547
Submitted by:	Ludovic Desweemer <ludovic.desweemer@gmail.com>
2019-01-17 13:06:18 +00:00
Tobias Kortkamp
44001b3f15 editors/texstudio: Reset maintainer after > 3 timeouts in a row
r413266, r419186, r472195, r490312
2019-01-17 13:04:09 +00:00
Steve Wills
d0d1cc44a8 net/p5-IO-Socket-Socks-Wrapper: create port
Add SOCKS support for any perl object / package / program

WWW: https://metacpan.org/release/IO-Socket-Socks-Wrapper

PR:		234746
Submitted by:	gehm@physik.tu-berlin.de
2019-01-17 12:59:08 +00:00
Steve Wills
1546c8a8e0 audio/vgmplay: create port
The official and always up-to-date player for all VGM (Video Game
Music) files. VGM is an audio file format for multiple video game
platforms, such as Sega Master System, Game Gear, Mega Drive/Genesis,
MSX, Neo Geo, IBM PC AT (Adlib/SoundBlaster), and has expanded to a
variety of arcade system boards since its release.

WWW: https://github.com/vgmrips/vgmplay

PR:		234848
Submitted by:	Hiroki Tagato <tagattie@yandex.com>
2019-01-17 12:45:34 +00:00
Steve Wills
d584ffc1d3 devel/py-jsonform: create port
Form validation for JSON-like data (i.e. document) in Python.

WWW: https://github.com/RussellLuo/jsonform

PR:		234889
Submitted by:	Antonio Huete Jimenez <tuxillo@quantumachine.net>
2019-01-17 12:37:56 +00:00
Jochen Neumeister
c889d30615 Update to 4.3.2
Changelog:
 * fix compile failure on OpenBSD (reported by Mithrond)

PR:		234933
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-01-17 12:30:45 +00:00
Alexey Dokuchaev
549bc96be6 Update `audio/deadbeef-mpris2-plugin' to version 1.12 (minor bugfix).
Reported by:	portscout
2019-01-17 12:17:26 +00:00