Commit graph

650767 commits

Author SHA1 Message Date
Po-Chuan Hsieh
2a33c9bfda
textproc/py-langcodes: Add py-langcodes 3.3.0
langcodes knows what languages are. It knows the standardized codes that refer
to them, such as en for English, es for Spanish and hi for Hindi.

These are IETF language tags. You may know them by their old name, ISO 639
language codes. IETF has done some important things for backward compatibility
and supporting language variations that you won't find in the ISO standard.
2024-02-21 23:06:08 +08:00
Po-Chuan Hsieh
51e1402c84
net-im/py-slackeventsapi: Add py-slackeventsapi 3.0.1
The Slack Events Adapter is a Python-based solution to receive and parse events
from Slack's Events API. This library uses an event emitter framework to allow
you to easily process Slack events by simply attaching functions to event
listeners.

This adapter enhances and simplifies Slack's Events API by incorporating useful
best practices, patterns, and opportunities to abstract out common tasks.
2024-02-21 23:06:08 +08:00
Po-Chuan Hsieh
fa39b281ad
net-im/py-mattermostdriver: Add py-mattermostdriver 7.3.2
mattermostdriver is the Python Mattermost Driver for API v4.

You interact with this module mainly by using the Driver class. If you want to
access information about the logged in user, like the user id, you can access
them by using Driver.client.userid.
2024-02-21 23:06:08 +08:00
Po-Chuan Hsieh
cd8081bb55
net/py-errbot-backend-slackv3: Add py-errbot-backend-slackv3 0.2.1
The err-backend-slackv3 backend lets you connect to the Slack messaging service
using the Real-time Messaging Protocol, Events Request-URL or Events Socket
mode.
2024-02-21 23:06:08 +08:00
Po-Chuan Hsieh
14a81575b0
net/py-err-backend-mattermost: Add py-err-backend-mattermost 3.0.0
The err-backend-mattermost backend lets you connect errbot to the Mattermost
open source collaboration platform.
2024-02-21 23:06:07 +08:00
Po-Chuan Hsieh
000dabc7dc
net/py-err-backend-discord: Add py-err-backend-discord 4.0.0
The err-backend-discord backend lets you connect to the Discord platform. A
place that makes it easy to talk every day and hang out more often.
2024-02-21 23:06:07 +08:00
Po-Chuan Hsieh
eeb13706e3
math/py-pyprobables: Add py-pyprobables 0.6.0
pyprobables is a pure-python library for probabilistic data structures. The goal
is to provide the developer with a pure-python implementation of common
probabilistic data-structures to use in their work.

To achieve better raw performance, it is recommended supplying an alternative
hashing algorithm that has been compiled in C. This could include using the MD5
and SHA512 algorithms provided or installing a third party package and writing
your own hashing strategy. Some options include the murmur hash mmh3 or those
from the pyhash library. Each data object in pyprobables makes it easy to pass
in a custom hashing function.
2024-02-21 23:06:07 +08:00
Po-Chuan Hsieh
21b9950f5e
math/py-blis: Add py-blis 0.7.11
Cython BLIS provides the Blis linear algebra routines as a self-contained Python
C-extension.
2024-02-21 23:06:07 +08:00
Po-Chuan Hsieh
c6b110ee40
devel/py-weasel: Add py-weasel 0.3.4
Weasel lets you manage and share end-to-end workflows for different use cases
and domains, and orchestrate training, packaging and serving your custom
pipelines. You can start off by cloning a pre-defined project template, adjust
it to fit your needs, load in your data, train a pipeline, export it as a Python
package, upload your outputs to a remote storage and share your results with
your team. Weasel can be used via the weasel command and we provide templates in
our projects repo.
2024-02-21 23:06:06 +08:00
Po-Chuan Hsieh
b0a0cacc08
devel/py-thinc: Add py-thinc 8.2.3
Thinc is a lightweight deep learning library that offers an elegant,
type-checked, functional-programming API for composing models, with support for
layers defined in other frameworks such as PyTorch, TensorFlow and MXNet. You
can use Thinc as an interface layer, a standalone toolkit or a flexible way to
develop new models. Previous versions of Thinc have been running quietly in
production in thousands of companies, via both spaCy and Prodigy.
2024-02-21 23:06:06 +08:00
Po-Chuan Hsieh
e2bd8b024e
devel/py-pytest-codspeed: Add py-pytest-codspeed 2.2.0
CodSpeed is a continuous benchmarking platform that allows you to track and
compare the performance of your codebase during development.

It uses a smart runtime engine to measure the performance of your code in an
accurate and reproducible way without creating a huge runtime overhead, unlike
traditional benchmarks. CodSpeed produces detailed performance reports, helping
you improve your codebase performance, directly within your repository
provider(Pull Requests comments, Merge checks, ...).
2024-02-21 23:06:06 +08:00
Po-Chuan Hsieh
cc65b56368
devel/py-preshed3: Add py-preshed3 3.0.9
preshed provides simple but high performance Cython hash table mapping
pre-randomized keys to void* values.
2024-02-21 23:06:05 +08:00
Po-Chuan Hsieh
e0bab44c02
devel/py-mmh3: Add py-mmh3 4.1.0
mmh3 is a Python extension for MurmurHash (MurmurHash3), a set of fast and
robust non-cryptographic hash functions invented by Austin Appleby.

Combined with probabilistic techniques like a Bloom filter, MinHash, and feature
hashing, mmh3 allows you to develop high-performance systems in fields such as
data mining, machine learning, and natural language processing.

Another common use of mmh3 is to calculate favicon hashes used by Shodan, the
world's first IoT search engine.
2024-02-21 23:06:05 +08:00
Po-Chuan Hsieh
4e7341ccc5
devel/py-marisa-trie: Add py-marisa-trie 1.1.0
MARISA Trie provides static memory-efficient Trie-like structures for Python
based on marisa-trie C++ library.

String data in a MARISA-trie may take up to 50x-100x less memory than in a
standard Python dict; the raw lookup speed is comparable; trie also provides
fast advanced methods like prefix search.

Note: There are official SWIG-based Python bindings included in C++ library
distribution; this package provides alternative Cython-based pip-installable
Python bindings.
2024-02-21 23:06:05 +08:00
Po-Chuan Hsieh
8eb920e429
devel/py-hatch-mypyc: Add py-hatch-mypyc 0.16.0
hatch-mypyc provides a build hook plugin for Hatch that compiles code with
Mypyc.
2024-02-21 23:06:05 +08:00
Po-Chuan Hsieh
ed17a9032d
devel/py-dirty-equals: Add py-dirty-equals 0.7.1.post0
dirty-equals is a python library that (mis)uses the __eq__ method to make python
code (generally unit tests) more declarative and therefore easier to read and
write.

dirty-equals can be used in whatever context you like, but it comes into its own
when writing unit tests for applications where you're commonly checking the
response to API calls and the contents of a database.
2024-02-21 23:06:04 +08:00
Po-Chuan Hsieh
4960f5d566
devel/py-confection: Add py-confection 0.1.4
confection is a lightweight library that offers a configuration system letting
you conveniently describe arbitrary trees of objects.

Configuration is a huge challenge for machine-learning code because you may want
to expose almost any detail of any function as a hyperparameter. The setting you
want to expose might be arbitrarily far down in your call stack, so it might
need to pass all the way through the CLI or REST API, through any number of
intermediate functions, affecting the interface of everything along the way. And
then once those settings are added, they become hard to remove later. Default
values also become hard to change without breaking backwards compatibility.

To solve this problem, confection offers a config system that lets you easily
describe arbitrary trees of objects. The objects can be created via function
calls you register using a simple decorator syntax. You can even version the
functions you create, allowing you to make improvements without breaking
backwards compatibility. The most similar config system we're aware of is Gin,
which uses a similar syntax, and also allows you to link the configuration
system to functions in your code using a decorator. confection's config system
is simpler and emphasizes a different workflow via a subset of Gin's
functionality.
2024-02-21 23:06:04 +08:00
Po-Chuan Hsieh
3c1618d8e3
devel/py-cloudpathlib: Add py-cloudpathlib 0.17.0
cloudpathlib is a Python library with classes that mimic pathlib.Path's
interface for URIs from different cloud storage services.

Why use cloudpathlib?
- Familiar: If you know how to interact with Path, you know how to interact with
  CloudPath. All of the cloud-relevant Path methods are implemented.
- Supported clouds: AWS S3, Google Cloud Storage, and Azure Blob Storage are
  implemented. FTP is on the way.
- Extensible: The base classes do most of the work generically, so implementing
  two small classes MyPath and MyClient is all you need to add support for a new
  cloud storage service.
- Read/write support: Reading just works. Using the write_text, write_bytes or
  .open('w') methods will all upload your changes to cloud storage without any
  additional file management as a developer.
- Seamless caching: Files are downloaded locally only when necessary. You can
  also easily pass a persistent cache folder so that across processes and
  sessions you only re-download what is necessary.
- Tested: Comprehensive test suite and code coverage.
- Testability: Local filesystem implementations that can be used to easily mock
  cloud storage in your unit tests.
2024-02-21 23:06:04 +08:00
Po-Chuan Hsieh
2c0164af9a
devel/py-astroid2: Add py-astroid2 2.15.8 (copied from py-astroid)
- Add PORTSCOUT
2024-02-21 23:06:03 +08:00
Po-Chuan Hsieh
8f5ec999b4
devel/p5-meta: Add p5-meta 0.004
meta provides an API for metaprogramming; that is, allowing code to inspect or
manipulate parts of its own program structure. Parts of the perl interpreter
itself can be accessed by means of "meta"-objects provided by this package.
Methods on these objects allow inspection of details, as well as creating new
items or removing existing ones.

The intention of this API is to provide a nicer replacement for existing tricks
such as no strict 'refs' and using globrefs, and also to be a more consistent
place to add new abilities, such as more APIs for inspection and alteration of
internal structures, metaprogramming around the new 'class' feature, and other
such uses.
2024-02-21 23:06:03 +08:00
Po-Chuan Hsieh
38e70588aa
devel/phpunit11: Add phpunit11 11.0.3
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
the xUnit architecture for unit testing frameworks.
2024-02-21 23:06:03 +08:00
Po-Chuan Hsieh
84fbd11805
*/Makefile: Sort SUBDIRs 2024-02-21 23:06:02 +08:00
Jan Beich
5ef61de221 devel/hyprlang: update to 0.4.0
Changes:	https://github.com/hyprwm/hyprlang/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
2024-02-21 16:03:32 +01:00
Jan Beich
3e8e22e9a0 devel/hyprlang: update to 0.3.2
Changes:	https://github.com/hyprwm/hyprlang/releases/tag/v0.3.2
Reported by:	GitHub (watch releases)
2024-02-21 16:03:30 +01:00
Jan Beich
e4e07338f4 devel/hyprlang: update to 0.3.1
Changes:	https://github.com/hyprwm/hyprlang/releases/tag/v0.3.1
Reported by:	GitHub (watch releases)
2024-02-21 16:03:28 +01:00
Jan Beich
7e504433ab x11-toolkits/libdecor: sort OPTIONS_DEFINE after 975061d733
95f1b3cc0b was accidentally reverted.
2024-02-21 15:32:24 +01:00
Jan Beich
dc4129270d x11/wapanel: temporarily drop subpackages
https://github.com/freebsd/poudriere/issues/1113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276845

Requested by:	makc (kde), bdrewery (pkgmgr)
Suggested by:	pizzamig (portmgr)

This reverts commit 4b4539c779.
2024-02-21 15:27:21 +01:00
Jan Beich
975061d733 x11-toolkits/libdecor: temporarily drop subpackages
https://github.com/freebsd/poudriere/issues/1113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276845

Requested by:	makc (kde), bdrewery (pkgmgr)
Suggested by:	pizzamig (portmgr)

This reverts commit bd94cb1ba7.
This reverts commit bb176de034.
This reverts commit 1a1e43198c.
2024-02-21 15:27:20 +01:00
Jan Beich
390e208ac1 audio/alsa-plugins: disable PULSEAUDIO by default after 44c14328c0
- Reduce heavy dependencies for consumers e.g., wine, pipewire, qt?-webengine
- "pulse" plugin was partially broken until 5131751558
- All plugins with extra dependencies (like "pulse") to be subpackaged later

PR:		245321
2024-02-21 15:27:20 +01:00
Jan Beich
7dd904d917 audio/alsa-plugins: temporarily drop subpackages
https://github.com/freebsd/poudriere/issues/1113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276845

Requested by:	makc (kde), bdrewery (pkgmgr)
Suggested by:	pizzamig (portmgr)

This reverts commit 06dbf1df62.
2024-02-21 15:27:19 +01:00
Vladimir Druzenko
b9da7fa044 games/ezquake: support for textures built into bsp maps up to 8192x8192 in size
1. Add support for textures built into bsp maps up to 8192x8192 in size.
2. Add LICENSE.
3. Recreate all patches with make makepatch.

Approved by:	arrowd (mentor, implicit)
2024-02-21 16:50:23 +03:00
Koichiro Iwao
9b8eff5fb0 x11-drivers/xorgxrdp-devel: Update to next release candidate 2024-02-21 21:54:55 +09:00
Koichiro Iwao
d8851307ea net/xrdp-devel: Update to next release candidate 2024-02-21 21:54:51 +09:00
Bernard Spil
32265f6183 www/nextcloud-contacts: Update to 5.5.2 2024-02-21 13:21:57 +01:00
Ashish SHUKLA
795ec16dba
devel/mold: Remove the patch which was missed
In the last commit to this port, I missed removing the patch which
was failing to apply, there by causing the build to be broken.

Sorry about this.

Reported by:	pkg-fallout
2024-02-21 11:44:33 +00:00
Ashish SHUKLA
6420293a2f
sysutils/nix: Update to 2.20.2
- Unbreak it
- Remove the non-applicable patches
- Disable unit tests for now
- Adopt port
2024-02-21 11:30:54 +00:00
Muhammad Moinur Rahman
10109b3304
astro/starplot: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:33 +01:00
Muhammad Moinur Rahman
33a1192b1e
multimedia/mkvtoolnix: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:33 +01:00
Muhammad Moinur Rahman
68861d78a4
astro/rmap: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:32 +01:00
Muhammad Moinur Rahman
f5af5b07e5
astro/gpxloggerd: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:31 +01:00
Muhammad Moinur Rahman
40cd061a77
astro/xmoontool: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:31 +01:00
Muhammad Moinur Rahman
1adcb63ca4
astro/wmspaceweather: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:30 +01:00
Muhammad Moinur Rahman
93017695d4
archivers/advancecomp: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:29 +01:00
Muhammad Moinur Rahman
ee4204676c
graphics/libprojectm: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:29 +01:00
Muhammad Moinur Rahman
7e90c45689
Templates/BSD.local.dist: Add missing es/man7 directory
Approved by:	portmgr (blanket)
2024-02-21 12:08:28 +01:00
Muhammad Moinur Rahman
61f6a7de99
x11-toolkits/fox16: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:27 +01:00
Muhammad Moinur Rahman
87e0c76f27
archivers/xar: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:27 +01:00
Muhammad Moinur Rahman
144b418bba
x11-fm/thunar: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:26 +01:00
Muhammad Moinur Rahman
8a33de9ad8
x11-fm/caja: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:25 +01:00
Muhammad Moinur Rahman
c09ab8bc92
graphics/plotutils: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-21 12:08:25 +01:00