Commit graph

633832 commits

Author SHA1 Message Date
Po-Chuan Hsieh
115bce2a3c
devel/py-datadog: Update to 0.47.0
Changes:	https://github.com/DataDog/datadogpy/releases
2023-09-11 11:08:10 +08:00
Po-Chuan Hsieh
458f6f30c1
devel/py-dask: Update to 2023.9.1
Changes:	https://github.com/dask/dask/blob/main/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2023-09-11 11:08:09 +08:00
Po-Chuan Hsieh
28f921be34
devel/py-botocore: Update to 1.31.44
Changes:	https://github.com/boto/botocore/blob/develop/CHANGELOG.rst
2023-09-11 11:08:08 +08:00
Po-Chuan Hsieh
515f98e9f5
databases/py-fakeredis: Update to 2.18.1
Changes:	https://github.com/cunla/fakeredis-py/releases
2023-09-11 11:08:07 +08:00
Po-Chuan Hsieh
53d3e34211
archivers/py-zopfli: Update to 0.2.3
Changes:	https://github.com/fonttools/py-zopfli/releases
2023-09-11 11:08:06 +08:00
Po-Chuan Hsieh
821a031c39
archivers/py-brotli: Update to 1.1.0
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/google/brotli/releases
2023-09-11 11:08:05 +08:00
Po-Chuan Hsieh
243c6ee72e
www/p5-Web-Query: Update to 1.00
Changes:	https://metacpan.org/dist/Web-Query/changes
2023-09-11 11:08:04 +08:00
Po-Chuan Hsieh
0bf2b64b8e
net/p5-Net-CLI-Interact: Update to 2.400002
Changes:	https://metacpan.org/dist/Net-CLI-Interact/changes
2023-09-11 11:08:01 +08:00
Po-Chuan Hsieh
1d3c0b770c
devel/p5-XS-Parse-Sublike: Update to 0.20
Changes:	https://metacpan.org/dist/XS-Parse-Sublike/changes
2023-09-11 11:07:56 +08:00
Po-Chuan Hsieh
7f50a36746
devel/p5-Future-AsyncAwait: Update to 0.66
Changes:	https://metacpan.org/dist/Future-AsyncAwait/changes
2023-09-11 11:07:55 +08:00
Po-Chuan Hsieh
665bdcb286
www/owncloud: Update to 10.13.1
Changes:	https://github.com/owncloud/core/blob/master/CHANGELOG.md
		https://owncloud.com/changelog/server/
2023-09-11 11:07:54 +08:00
Po-Chuan Hsieh
aa3a1197bb
textproc/tinyxml2: Update WWW and clean up pkg-descr 2023-09-11 11:07:51 +08:00
Po-Chuan Hsieh
babc6ed446
sysutils/rset: Update to 2.6
Changes:	https://github.com/eradman/rset/blob/master/NEWS
2023-09-11 11:07:48 +08:00
Po-Chuan Hsieh
443f59eae2
misc/pciids: Update to 20230810
Changes:	https://github.com/pciutils/pciids/commits/master
2023-09-11 11:07:45 +08:00
Po-Chuan Hsieh
26deacbdae
lang/cython: Update pkg-descr 2023-09-11 11:07:42 +08:00
Po-Chuan Hsieh
fd109ee19b
dns/public_suffix_list: Update to 20230827
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2023-09-11 11:07:41 +08:00
Po-Chuan Hsieh
65c756fec1
devel/libddwaf: Update to 1.14.0
Changes:	https://github.com/DataDog/libddwaf/releases
2023-09-11 11:07:40 +08:00
Po-Chuan Hsieh
56534b8a7d
devel/google-styleguide: Update to 20230823
Changes:	https://github.com/google/styleguide/commits/gh-pages
2023-09-11 11:07:39 +08:00
Po-Chuan Hsieh
75d0ff39c0
databases/plpgsql_check: Update to 2.5.0
Changes:	https://github.com/okbob/plpgsql_check/releases
2023-09-11 11:07:38 +08:00
Po-Chuan Hsieh
02e6acd633
databases/rocksdb: Clean up Makefile
These lines are added in d7ec4632b5 to find out
why it is broken on our package building clusters. It seems the problem was
fixed in b5c33f2db3.
2023-09-11 11:07:37 +08:00
Po-Chuan Hsieh
6469e85dbd
devel/rubygem-cucumber-tag-expressions4: Remove obsoleted port
Use devel/rubygem-cucumber-tag-expressions instead.
2023-09-11 11:07:15 +08:00
Po-Chuan Hsieh
161e648667
devel/rubygem-semver_dialects12: Add rubygem-semver_dialects12 1.2.1 (copied from rubygem-semver_dialects)
- Add PORTSCOUT
2023-09-11 11:03:57 +08:00
Po-Chuan Hsieh
e9258b23fb
databases/rubygem-state_machines-activerecord08: Add rubygem-state_machines-activerecord08 0.8.0 (copied from rubygem-state_machines-activerecord)
- Add PORTSCOUT
2023-09-11 11:03:56 +08:00
Po-Chuan Hsieh
11bb9c7a8f
devel/py-setoptconf: Add py-setoptconf 0.3.0
setoptconf is a Python library that can be used to retrieve program settings
from a variety of common sources:
- Command Line
- Environment Variables
- INI Files
- JSON Files
- YAML Files
- Python Objects/Modules

The goal of this project is to define your desired settings in a simple and
consistent way, and then point setoptconf at as many of the sources as you'd
like to use, and let it comb them all, looking for your settings.
2023-09-11 11:03:56 +08:00
Po-Chuan Hsieh
62cbc4c293
devel/py-pytest-cases: Add py-pytest-cases 3.6.14
Did you ever think that most of your test functions were actually the same test
code, but with different data inputs and expected results/exceptions?
- pytest-cases leverages pytest and its great @pytest.mark.parametrize
  decorator, so that you can separate your test cases from your test functions.
- In addition, pytest-cases provides several useful goodies to empower pytest.
  In particular it improves the fixture mechanism to support "fixture unions".
  This is a major change in the internal pytest engine, unlocking many
  possibilities such as using fixture references as parameter values in a test
  function. See here.

pytest-cases is fully compliant with pytest-harvest so you can easily monitor
the execution times and created artifacts. With it, it becomes very easy to
create a complete data science benchmark, for example comparing various models
on various datasets.
2023-09-11 11:03:47 +08:00
Po-Chuan Hsieh
e086206534
devel/py-pyroma: Add py-pyroma 4.2
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well
a Python project complies with the best practices of the Python packaging
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that
could be improved.

The aim of this is both to help people make a project that is nice and usable,
but also to improve the quality of Python third-party software, making it easier
and more enjoyable to use the vast array of available modules for Python.

It's written so that there are a library with methods to call from Python, as
well as a script, also called pyroma.
2023-09-11 11:00:50 +08:00
Po-Chuan Hsieh
1e5b770742
devel/py-pylint-flask: Add py-pylint-flask 0.6
pylint-flask is Pylint plugin for improving code analysis when editing code
using Flask. It is inspired by pylint-django.
2023-09-11 11:00:49 +08:00
Po-Chuan Hsieh
a4f84fcf37
devel/py-prospector: Add py-prospector 1.9.0
Prospector is a tool to analyze Python code and output information about errors,
potential problems, convention violations and complexity.

It brings together the functionality of other Python analysis tools such as
Pylint, pycodestyle, and McCabe complexity. See the Supported Tools
documentation section for a complete list.

The primary aim of Prospector is to be useful 'out of the box'. A common
complaint of other Python analysis tools is that it takes a long time to filter
through which errors are relevant or interesting to your own coding style.
Prospector provides some default profiles, which hopefully will provide a good
starting point and will be useful straight away, and adapts the output depending
on the libraries your project uses.
2023-09-11 11:00:49 +08:00
Po-Chuan Hsieh
3892971a0e
devel/py-decopatch: Add py-decopatch 1.4.10
Because of a tiny oddity in the python language, writing decorators without help
can be a pain because you have to handle the no-parenthesis usage explicitly.
decopatch provides a simple way to solve this issue so that writing decorators
is simple and straightforward.
2023-09-11 11:00:45 +08:00
Po-Chuan Hsieh
9ab6753b4e
lang/cython3: Add cython3 3.0.2 2023-09-11 10:56:51 +08:00
Po-Chuan Hsieh
d7a909689f
*/Makefile: Sort SUBDIRs 2023-09-11 10:48:58 +08:00
Wen Heping
504ce92390 deskutils/py-khal: Take maintainership 2023-09-11 07:47:12 +08:00
Wen Heping
2f49bf53d3 editors/texstudio: Take maintainership 2023-09-11 07:46:26 +08:00
Alexandre C. Guimarães
53feed73dd
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore.
2023-09-10 20:13:40 -03:00
Kyle Evans
6cbeebb080 cad/ngspice_rework: update to v41
The current version's distfiles have dropped off sourceforge, so let's
take this time to update.  While we're here, upstream has since removed
the sbrk usage, so we can successfully build on aarch64 again.

Reverse dependencies PORTREVISION bumped to play it safe, because it's
not clear to me that the ABI really didn't change.

Approved by:    kevinz5000@gmail.com (maintainer)
2023-09-10 15:10:40 -05:00
Tobias C. Berner
49eaa88d7d net-im/libquotient: flavorize port for Qt 5 and Qt 6
- To allow for co-instability, the header files have been moved to a
  prefix. This location might change again in the future, if upstream
  adapts their build system for co-instability.

- The android related file is simply not cared about in the Qt6 version,
  to allow for co-instability.

Approved by:	adridg
2023-09-10 22:03:47 +02:00
Franco Fichtner
62bc0aebb1 security/suricata: Update to 7.0.0
* The (broken) Prelude support was removed upstream.
* Netmap API support requires version 14 now. Otherwise it has to be
  disabled to build.
* Caveats may still apply as no stable release was published yet.

  OPNsense users are reporting instability issues with Netmap compared to
  version 6.0.13, but as these things move quite slowly and demand is high
  the update shall go in since it is an official release.

ChangeLog:	https://suricata.io/2023/07/18/suricata-7-0-0-released/
PR:		267688
2023-09-10 20:17:51 +01:00
Jimmy Olgeni
c63480ef2f devel/pyenv: update to version 2.3.26 2023-09-10 21:11:35 +02:00
Matthias Andree
99190adc7d textproc/py-jq: update to 1.5.0
and patch one reference string from "$end" to "end of file"
in several tests, to let "make test" pass... these tests seem to test
that there *IS* an error message, so let's adjust the expect string
to what we get.

ChangeLog:	https://github.com/mwilliamson/jq.py/blob/1.5.0/CHANGELOG.rst#150
2023-09-10 20:58:07 +02:00
Yuri Victorovich
aa82e618e4 biology/seqan3: update 3.2.0 → 3.3.0
PR:		273670
Reported by:	 Lorenzo Salvadore <salvadore@freebsd.org>
2023-09-10 11:10:47 -07:00
Yuri Victorovich
ef2fc74224 science/{,py-}gemmi: update 0.6.2 → 0.6.3
Reported by:	portscout
2023-09-10 11:10:46 -07:00
Yuri Victorovich
f28669043d devel/py-opendht: update 2.4.10 → 2.6.0
Reported by:	portscout
2023-09-10 11:10:46 -07:00
Yuri Victorovich
898b267b94 devel/opendht: update 2.5.1 → 2.6.0
Reported by:	portscout
2023-09-10 11:10:45 -07:00
Yuri Victorovich
8df26e0451 devel/gitui: update 0.24.2 → 0.24.3
Reported by:	portscout
2023-09-10 11:10:45 -07:00
Craig Leres
170ff4fd76 graphics/netpbm: Switch to 11.03.05 (advanced train) from sourceforge
The sourceforge repo does not create actual releases, instead
they to commit to stable and advanced branches. So build
one using svn/tar and distribute via MASTER_SITES=LOCAL/... (Crib
do-fetch logic from graphics/yukon and devel/libopenbsd.)

Remove MANPAGES option (no longer included).

Remove PERL option (we're now unconditionally dependant on perl).

Remove STATIC option (does not build because graphics/jasper no
longer installs a static library).

Reported by:	diizzy
PR:		262212
2023-09-10 10:42:40 -07:00
Jimmy Olgeni
cb8b45ff80 devel/kerl: update to version 3.1.0 2023-09-10 19:31:08 +02:00
Thierry Thomas
961c1eb36c science/gnudatalanguage: upgrade GDL to v1.0.3 2023-09-10 18:29:49 +02:00
Thierry Thomas
bc507dc9f9 devel/sparsebitset: upgrade SparseBitSet to 1.3 2023-09-10 18:29:49 +02:00
Thierry Thomas
1772fc3f22 math/R-cran-XLConnect: fix deps on log4j 2023-09-10 18:29:49 +02:00
Thierry Thomas
6427a447b6 archivers/apache-commons-compress: upgrade to 1.24.0 2023-09-10 18:29:48 +02:00