1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

494545 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
99a7cd0cc0 Update to 4.0.5.2
- Update COMMENT
- Change MASTER_SITES from GitHub to PECL

Changes:	https://pecl.php.net/package-changelog.php?package=memcache
2019-12-29 12:53:43 +00:00
Sunpoet Po-Chuan Hsieh
9f24d73ad2 Update to 3.1.0
Changes:	https://pecl.php.net/package-changelog.php?package=igbinary
2019-12-29 12:53:38 +00:00
Sunpoet Po-Chuan Hsieh
0f76b5fb6b Update to 1.03
Changes:	https://metacpan.org/changes/distribution/Excel-Writer-XLSX
2019-12-29 12:53:33 +00:00
Sunpoet Po-Chuan Hsieh
a43185ccfc Update to 0.028
Changes:	https://metacpan.org/changes/distribution/Test-Warnings
2019-12-29 12:53:28 +00:00
Sunpoet Po-Chuan Hsieh
e6a6d5f556 Update to 0.592
Changes:	https://metacpan.org/changes/distribution/Package-MoreUtil
2019-12-29 12:53:22 +00:00
Sunpoet Po-Chuan Hsieh
5776447fb0 Update to 5.20191220
Changes:	https://metacpan.org/changes/distribution/Module-CoreList
2019-12-29 12:53:17 +00:00
Sunpoet Po-Chuan Hsieh
968cbb5087 Update to 1.865
Changes:	https://metacpan.org/changes/distribution/MCE
2019-12-29 12:53:11 +00:00
Sunpoet Po-Chuan Hsieh
06efcc1d0f Update to 3.02
Changes:	https://metacpan.org/changes/distribution/Encode
2019-12-29 12:53:06 +00:00
Sunpoet Po-Chuan Hsieh
86ec0488d5 Fix LICENSE for 2.0.16 update 2019-12-29 12:53:01 +00:00
Sunpoet Po-Chuan Hsieh
4caa3a056b Update to 1.3.34
Changes:	http://www.graphicsmagick.org/NEWS.html
2019-12-29 12:52:56 +00:00
Sunpoet Po-Chuan Hsieh
8b98266d29 Update to 6.6.4
Changes:	https://www.gnu.org/software/global/whatsnew.html
		https://lists.gnu.org/archive/html/info-global/2019-12/msg00000.html
2019-12-29 12:52:51 +00:00
Sunpoet Po-Chuan Hsieh
4d8a5fdc1a Add rubygem-sidekiq5 5.2.7 (copied from rubygem-sidekiq)
- Add PORTSCOUT
2019-12-29 12:51:38 +00:00
Jochen Neumeister
82edc3da30 Add CONFLICTS_INSTALL=
Sponsored by:	Netzkommune GmbH
2019-12-29 12:50:28 +00:00
Sunpoet Po-Chuan Hsieh
6a2023073c Add rubygem-async-pool 0.2.0
Async::Pool provides support for connection pooling both singleplex and
multiplex resources.

WWW: https://github.com/socketry/async-pool
2019-12-29 12:47:32 +00:00
Sunpoet Po-Chuan Hsieh
1e3cd41fef Add rubygem-timeliness 0.4.3
Date/time parser for Ruby with the following features:
- Extensible with custom formats and tokens.
- It's pretty fast. Up to 60% faster than Time/Date parse method.
- Control the parser strictness.
- Control behaviour of ambiguous date formats (US vs European e.g. mm/dd/yy,
  dd/mm/yy).
- I18n support (for months), if I18n gem loaded.
- Fewer WTFs than Time/Date parse method.
- Has no dependencies.

Extracted from the validates_timeliness gem, it has been rewritten cleaner and
much faster. It's most suitable for when you need to control the parsing
behaviour. It's faster than the Time/Date class parse methods, so it has general
appeal.

WWW: https://github.com/adzap/timeliness
2019-12-29 12:47:26 +00:00
Sunpoet Po-Chuan Hsieh
8757648874 Add rubygem-sentry-raven29 2.9.0 (copied from rubygem-sentry-raven)
- Add PORTSCOUT
2019-12-29 12:47:12 +00:00
Sunpoet Po-Chuan Hsieh
10972a5418 Add rubygem-ms_rest 0.11.1
MsRestAzure is a library which supports the Azure clients (SDKs) generated with
Autorest tool. It contains core logic and helper classes for error handling and
authentication. Also it includes azure specific logic like long polling
functionality and Azure application authentication. Usually it is not supposed
to be used as a standalone gem but only as a dependency for generated client
gems.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest_azure
2019-12-29 12:47:06 +00:00
Sunpoet Po-Chuan Hsieh
770544beef Add rubygem-ms_rest 0.7.5
MsRest is a library which supports the clients (SDKs) generated with Autorest
tool. It contains core logic and helper classes for error handling and
authentication. Usually it is not supposed to be used as a standalone gem but
only as a dependency for generated client gems.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/runtime/ms_rest
2019-12-29 12:47:00 +00:00
Sunpoet Po-Chuan Hsieh
856656f956 Add rubygem-logger 1.4.2
Logger is a simple but powerful logging utility to output messages in your Ruby
program.

Logger has the following features:
- Print messages to different levels such as info and error
- Auto-rolling of log files
- Setting the format of log messages
- Specifying a program name in conjunction with the message

WWW: https://github.com/ruby/logger
2019-12-29 12:46:53 +00:00
Sunpoet Po-Chuan Hsieh
a019a5dc99 Add rubygem-forwardable 1.3.1
The Forwardable module provides delegation of specified methods to a designated
object, using the methods #def_delegator and #def_delegators.

WWW: https://github.com/ruby/forwardable
2019-12-29 12:46:47 +00:00
Sunpoet Po-Chuan Hsieh
8cbcf29c2d Add rubygem-faraday-cookie_jar 0.0.6
Faraday::CookieJar is a faraday middleware to manage client-side cookies.

WWW: https://github.com/miyagawa/faraday-cookie_jar
2019-12-29 12:46:41 +00:00
Sunpoet Po-Chuan Hsieh
c2ade17cfc Add rubygem-did_you_mean 1.4.0
The gem that has been saving people from typos since 2014. Ruby 2.3 and later
will automatically require this gem when a Ruby process starts up.

WWW: https://github.com/ruby/did_you_mean
2019-12-29 12:46:35 +00:00
Sunpoet Po-Chuan Hsieh
88fde3a711 Add rubygem-aws-sdk-accessanalyzer 1.0.0
Official AWS Ruby gem for Access Analyzer.

WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-accessanalyzer
2019-12-29 12:46:29 +00:00
Sunpoet Po-Chuan Hsieh
696b678970 Add py-flask-json 0.3.4
Flask-JSON is a simple extension that adds better JSON support to Flask
application.

Features:
- Works on python 2.6, 2.7, 3.3+ and Flask 0.10+.
- More ways to generate JSON responses (comparing to plain Flask).
- Extended JSON encoding support.

WWW: https://github.com/skozlovf/flask-json
2019-12-29 12:46:23 +00:00
Sunpoet Po-Chuan Hsieh
6ff8f71a76 Add py-geomet 0.2.1
GeoMet converts GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.
Extended WKB/WKT are also supported. Conversion functions are exposed through
idiomatic load/loads/dump/dumps interfaces.

GeoMet is intended to cover all common use cases for dealing with 2D, 3D, and 4D
geometries (including 'Z', 'M', and 'ZM').

WWW: https://github.com/geomet/geomet
2019-12-29 12:46:17 +00:00
Sunpoet Po-Chuan Hsieh
6272f4bbab Add py-hdbscan 0.8.24
HDBSCAN - Hierarchical Density-Based Spatial Clustering of Applications with
Noise. Performs DBSCAN over varying epsilon values and integrates the result to
find a clustering that gives the best stability over epsilon. This allows
HDBSCAN to find clusters of varying densities (unlike DBSCAN), and be more
robust to parameter selection.

In practice this means that HDBSCAN returns a good clustering straight away with
little or no parameter tuning -- and the primary parameter, minimum cluster
size, is intuitive and easy to select.

HDBSCAN is ideal for exploratory data analysis; it's a fast and robust algorithm
that you can trust to return meaningful clusters (if there are any).

WWW: https://github.com/scikit-learn-contrib/hdbscan
2019-12-29 12:46:11 +00:00
Sunpoet Po-Chuan Hsieh
a479fa662b Add py-quantecon 0.4.6
QuantEcon is an organization run by economists for economists with the aim of
coordinating distributed development of high quality open source code for all
forms of quantitative economic modelling.

WWW: https://github.com/QuantEcon/QuantEcon.py
2019-12-29 12:46:06 +00:00
Jochen Neumeister
249698cfc2 Fix CONFLICTS_INSTALL
Sponsored by:	Netzkommune GmbH
2019-12-29 12:44:29 +00:00
Jochen Neumeister
9faafe57dc Update to 8.5.1
Sponsored by:	Netzkommune GmbH
2019-12-29 12:43:19 +00:00
Jochen Neumeister
6f0bc310f2 Update to 7.5.18
Sponsored by:	Netzkommune GmbH
2019-12-29 12:40:42 +00:00
Matthias Andree
c32f89896c graphics/rawtherapee: document Makefile better, test-process images
...under "make test", if any are placed into testimages/

No functional changes to generated package => PORTREVISION unchanged.
2019-12-29 12:34:34 +00:00
Matthias Andree
0a5153be5e net-im/farstream: import patch to isolate from Git version updates
...on the download portal of the patch.

PR:		242657
Approved by:	gnome@ (kwm)
2019-12-29 12:22:30 +00:00
Matthias Andree
ee697d8371 graphics/ilmbase,openexr: fix vulnerabilities
Uses backported patches from upstream Git repository, without the
exr2aces parts, and regenerates all openexr patches from scratch.

MFH:		2019Q4 (blanket, security patches)
Security:	e4d9dffb-2a32-11ea-9693-e1b3f6feec79
Security:	CVE-2018-18443
Security:	CVE-2018-18444
2019-12-29 12:16:18 +00:00
Matthias Andree
4d15461f06 Document graphics/ilmbase graphics/openexr vulnerabilities.
Security:	e4d9dffb-2a32-11ea-9693-e1b3f6feec79
Security:	CVE-2018-18443
Security:	CVE-2018-18444
2019-12-29 12:11:09 +00:00
Matthias Andree
03535a0e4b Add license, per assessing only vxquery.cc. 2019-12-29 12:09:05 +00:00
Alexey Dokuchaev
62ef892742 - Update `archivers/libdeflate' to version 1.5
- Add LICENSE_FILE which is not a boilerplate (includes author's name)
- Hook available tests to our framework

Reported by:	portscout
2019-12-29 12:08:56 +00:00
Jochen Neumeister
82e73ce6ac Update to 1.0.8
Changelog: https://pecl.php.net/package/yaconf/1.0.8

Sponsored by:	Netzkommune GmbH
2019-12-29 12:08:11 +00:00
Dirk Meyer
88d4aaeba0 - fixes default charset for all translations 2019-12-29 11:31:25 +00:00
Jochen Neumeister
4957a8a5b2 Give Maintainership tu Submitter
PR:		242949
Reported by:	Neel Chauhan <neel@neelc.org>
Sponsored by:	Netzkommune GmbH
2019-12-29 11:14:58 +00:00
Jochen Neumeister
f2341200bc Update to 1.4.4
Sponsored by:	Netzkommune GmbH
2019-12-29 11:12:44 +00:00
Jochen Neumeister
492252ea23 Update pkg-descr
Sponsored by:	Netzkommune GmbH
2019-12-29 11:05:39 +00:00
Jochen Neumeister
c5877f4f19 Update to 3.5.3
Changelog: https://pear.php.net/package/PHP_CodeSniffer/download/

Sponsored by:	Netzkommune GmbH
2019-12-29 11:00:16 +00:00
Jochen Neumeister
b2c4fbd776 Update to 1.6.1
Changelog:
- Replace "each()" calls with "foreach" for PHP 7.2-compatibility
- Fix autoloading definition for composer 1.11
- Fix LGPL SPDX license identifier in composer.json

Sponsored by:	Netzkommune GmbH
2019-12-29 10:50:40 +00:00
Matthias Andree
f5b4d614a0 graphics/magnum*: Update to 2019.10 to unbreak the build
https://blog.magnum.graphics/announcements/2019.10/

Approved by:	yuri@ (blanket, unbreaking BROKEN port)
2019-12-29 10:45:21 +00:00
Jochen Neumeister
7d21657328 Update to 2.13.1
PR:		242933
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-12-29 10:35:56 +00:00
Dmitry Marakasov
3af570d5af - Add LICENSE_FILE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2019-12-29 09:30:06 +00:00
Tobias C. Berner
dc6a97e9e0 devel/py-JsPy: update to 0.67 2019-12-29 08:28:10 +00:00
Tobias Kortkamp
1b530ac7cc multimedia/kodi-devel: Enable more features/options by default
While here update CPUInfo patch which now includes patch-neon.

PR:		242926
2019-12-29 08:15:31 +00:00
Vanilla I. Shu
6c231d85ce Update to 4.4.14. 2019-12-29 06:58:46 +00:00
Tobias Kortkamp
5f7b1757a8 devel/tokei: Update to v10.1.1
Changes:	https://github.com/XAMPPRocky/tokei/blob/v10.1.1/CHANGELOG.md#1011
2019-12-29 06:50:40 +00:00