| non port: devel/Makefile |
Number of commits found: 12231 (showing only 100 on this page) |
|
Wednesday, 21 Feb 2024
|
15:06 Po-Chuan Hsieh (sunpoet)
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.
8eb920e |
15:06 Po-Chuan Hsieh (sunpoet)
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.
4e7341c |
15:06 Po-Chuan Hsieh (sunpoet)
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.
e0bab44 |
15:06 Po-Chuan Hsieh (sunpoet)
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.
cc65b56 |
15:06 Po-Chuan Hsieh (sunpoet)
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.
3c1618d |
15:06 Po-Chuan Hsieh (sunpoet)
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.
4960f5d |
15:06 Po-Chuan Hsieh (sunpoet)
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.
ed17a90 |
15:06 Po-Chuan Hsieh (sunpoet)
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.
38e7058 |
15:06 Po-Chuan Hsieh (sunpoet)
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.
8f5ec99 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/py-astroid2: Add py-astroid2 2.15.8 (copied from py-astroid)
- Add PORTSCOUT
2c0164a |
15:06 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
84fbd11 |
09:34 Rodrigo Osorio (rodrigo)
devel/p5-Types-Self: New port p5-Types-Self
Perl module exports a Self type constraint which constrains
values to be blessed objects in the same class as the package
it was imported into.
Required by devel/p5-OrePAN2 to run the tests
b58c534 |
|
Tuesday, 20 Feb 2024
|
14:56 Matthias Fechner (mfechner)
www/gitlab-ce: new ports required for 16.9.0
b62e99d |
07:09 Yuri Victorovich (yuri)
devel/rye: New port: Hassle-free Python experience
309e13f |
|
Monday, 19 Feb 2024
|
04:45 Yuri Victorovich (yuri)
devel/nextest: New port: Next-generation test runner for Rust
7152407 |
00:28 Jose Alonso Cardenas Marquez (acm)
devel/py-pnio-dcp: New port: Library to PROFINET Discovery and basic DCP
protocol
A simple Python library to send and receive messages with the Profinet
Discovery and basic Configuration Protocol (DCP) protocol. It can send requests
and parse the corresponding responses to identify devices over the network, get
and set their parameters or reset them to factory settings.
1472a55 |
|
Sunday, 18 Feb 2024
|
19:28 Jose Alonso Cardenas Marquez (acm)
devel/libiec61850: New port: open-source library for the IEC 61850 protocols
libiec61850 is an open-source (GPLv3) implementation of an IEC 61850 client and
server library implementing the protocols MMS, GOOSE and SV. It is implemented
in C (according to the C99 standard) to provide maximum portability. It can be
used to implement IEC 61850 compliant client and server applications on
embedded systems and PCs running FreeBSD, Linux, Windows, and MacOS. Included
is a set of simple example applications that can be used as a starting point to
implement own IEC 61850 compliant devices or to communicate with IEC 61850
devices. The library has been successfully used in many commercial software
products and devices.
857e6ea |
19:26 Jose Alonso Cardenas Marquez (acm)
devel/argtable3: New port: ANSI C library that parses GNU-style command-line
options
Argtable3 is an open source ANSI C library that parses GNU-style command-line
options with the getopt library. It simplifies command-line parsing by defining
a declarative-style API that you can use to specify what your command-line
syntax looks like. Argtable3 will automatically generate consistent error
handling logic and textual descriptions of the command line syntax, which are
essential but tedious to implement for a robust CLI program.
ae01910 |
12:03 Michael Gmelin (grembo)
devel/py-pytest-httpx: New port
Send responses to py-httpx using pytest
2dde972 |
11:47 Michael Gmelin (grembo)
devel/py-inotifyrecursive: New port
Recursive inotify watches based on inotify-simple
ad10c20 |
11:45 Michael Gmelin (grembo)
devel/py-inotify-simple: New port
Simple wrapper around inotify
70d529b |
11:29 Michael Gmelin (grembo)
devel/py-pathvalidate: New port
Python library to sanitize/validate filenames/-paths
775ff5d |
04:53 Matthias Fechner (mfechner)
www/gitlab-ce: new ports required for version 16.8
201310e |
|
Friday, 16 Feb 2024
|
05:16 Yuri Victorovich (yuri)
devel/uv: New port: Extremely fast Python package installer and resolver,
written in Rust
95a1309 |
|
Thursday, 15 Feb 2024
|
17:45 Dan Langille (dvl)
devel/py-fireREST: Add new port
This port provides an interface to Cisco Firepower Management Center
0ec5a69 |
|
Wednesday, 14 Feb 2024
|
15:05 Antoine Brodin (antoine)
devel/py-acstore: new port
ACStore, or Attribute Container Storage, provides a stand-alone implementation
to read and write Attribute Container stores, such as Plaso storage files.
b049ad0 |
13:17 Antoine Brodin (antoine)
devel/libvsapm: new port
Library and tools to access the APM volume system format
2b7bec3 |
|
Monday, 12 Feb 2024
|
23:07 Yuri Victorovich (yuri)
devel/py-expecttest: New port:Implementation of expect tests
e4dafdd |
|
Sunday, 11 Feb 2024
|
17:25 Nicola Vitale (nivit)
devel/py-pydbus: Add new port
Pythonic DBus library.
https://github.com/LEW21/pydbus/
0cb8cd0 |
|
Thursday, 8 Feb 2024
|
08:28 Alexey Dokuchaev (danfe)
devel/py-sqids: new port had been added (+)
Python module to generate YouTube-like IDs from numbers.
WWW: https://sqids.org/python
5a63c35 |
|
Monday, 5 Feb 2024
|
14:42 Juraj Lutter (otis)
devel/py-click-repl: Add new port
Add python shell-like interface to click.
WWW: https://github.com/click-contrib/click-repl
7a26d18 |
14:42 Juraj Lutter (otis)
devel/py-click-didyoumean: Add new port
This ports enables "git-like" did-you-mean feature in click.
WWW: https://github.com/click-contrib/click-didyoumean
7c40c0f |
|
Saturday, 3 Feb 2024
|
00:58 Wen Heping (wen)
devel/py-clldutils: Add new port.
Originally, clldutils started out as a library for functionality often
used in clld web apps. Over time, it turned into a toolbox for various
data curation tasks, with a focus on cross-linguistic data.
ca41103 |
|
Thursday, 1 Feb 2024
|
17:53 Olivier Cochard (olivier)
devel/cbmc: add new port
Bounded Model Checker for C and C++ programs
https://github.com/diffblue/cbmc
Sponsored by: Netflix
7f087b7 |
|
Tuesday, 30 Jan 2024
|
21:30 Brooks Davis (brooks)
devel/llvm18: actually connect to build...
ae52053e |
|
Monday, 29 Jan 2024
|
07:47 Hiroki Tagato (tagattie)
devel/electron28: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://electronjs.org/
f88751e |
|
Saturday, 27 Jan 2024
|
10:52 Gleb Popov (arrowd)
devel/libasyncplusplus: Remove from the category Makefile
Reported by: antoine
Pointy hat to: arrowd
372d7fa |
03:38 Yuri Victorovich (yuri)
devel/py-syrupy: New port: Zero-dependency pytest snapshot plugin
52fcf1b |
03:38 Yuri Victorovich (yuri)
devel/py-qcs-sdk-python: New port: Python interface for the QCS Rust SDK
7fa3dd2 |
|
Friday, 26 Jan 2024
|
22:07 Dan Langille (dvl)
devel/p5-FFI-Platypus-Lang-Rust: new port
Documentation and tools for using Platypus with the Rust programming
language
f4b43ba |
|
Wednesday, 24 Jan 2024
|
15:20 Gleb Popov (arrowd)
Revert "devel/appstream{,-qt,-compose}: Combine into a single port with
SUBPACKAGES."
The current subpackages implementation does not support USES.<subpackage>, which
causes a lot of extra dependencies to be added to the main subpackage.
This reverts commit f292ea6fb5fc10359f130a4e25a3b60ab0df7c6e.
PR: 276584
c673076 |
01:59 Yuri Victorovich (yuri)
devel/ob-rust: New port: Org-Babel support for evaluating Rust code
PR: 276338
Submitted by: Pat Maddox <pat@patmaddox.com>
9f78131 |
01:51 Yuri Victorovich (yuri)
devel/rust-script: New port: Run Rust files and expressions as scripts without
setup or compilation
PR: 276342
Submitted by: Pat Maddox <pat@patmaddox.com>
287cc19 |
01:37 Yuri Victorovich (yuri)
devel/rust-mode: New port: Emacs major-mode for editing Rust source code
PR: 276340
Submitted by: Pat Maddox <pat@patmaddox.com>
8099c6d |
|
Tuesday, 23 Jan 2024
|
13:47 Stefan Eßer (se)
devel/jujutsu: Add new port
Jujutsu is a version control system that abstracts the user interface
from and version control algorithms from the storage systems used to
serve your content.
This allows it to serve as a VCS with many possible physical backends,
that may have their own data or networking models—like Mercurial or
Breezy, or hybrid systems like Google's cloud-based design, Piper/CitC.
This version of jujutsu supports Git repositories and its native
storage backend.
7900ee7 |
|
Friday, 19 Jan 2024
|
14:52 Gleb Popov (arrowd) Author: Alastair Hogge
devel/py-pytest-drop-dup-tests: Pytest plugin to drop duplicated tests during
collection.
Differential Revision: https://reviews.freebsd.org/D43484
3f1c1f7 |
07:14 Yuri Victorovich (yuri)
devel/libuiohook: New port: C library to provide global keyboard and mouse hooks
from userland
2417cb6 |
|
Thursday, 18 Jan 2024
|
18:14 Gleb Popov (arrowd) Author: Christopher Hall
devel/py-pyinstaller-hooks-contrib: The PyInstaller community hooks repository.
This repository is a collection of hooks for many packages, and allows
PyInstaller to work with these packages seamlessly.
Differential Revision: https://reviews.freebsd.org/D43478
Co-authored-by: Alastair Hogge <agh@riseup.net>
PR: 276396
05b066f |
|
Monday, 15 Jan 2024
|
20:17 Gleb Popov (arrowd)
devel/appstream{,-qt,-compose}: Combine into a single port with SUBPACKAGES.
The Qt part was a bit complex as it had two FLAVORS. To work this out the
slave devel/appstream-qt port wasn't removed but instead switched to build
the master port without SUBPACKAGES and against Qt5 only.
The Qt subpackage of the master port is fixed to Qt6 instead. This will make it
possible to just remove Qt5 slave port when we get rid of Qt5 altogether.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D43445
f292ea6 |
|
Wednesday, 10 Jan 2024
|
19:51 John Baldwin (jhb)
devel/freebsd-gcc9: Remove old GCC system toolchain
FreeBSD 13.0 and later can be compiled with devel/freebsd-gcc12
or devel/freebsd-gcc13 and GCC 9 is unsupported upstream.
PR: 269659
Reviewed by: diizzy, brooks, emaste
Differential Revision: https://reviews.freebsd.org/D43379
4c019c2 |
|
Tuesday, 9 Jan 2024
|
23:02 Norikatsu Shigemura (nork)
devel/p5-Tie-Sub: Add new port
The module ties the subroutine to a hash. The subroutine is executed
at fetch hash.
Approved by: hrs (mentor)
a5d69a4 |
|
Sunday, 7 Jan 2024
|
20:22 Joel Bodenmann (jbo) Author: Dmitry Wagin
devel/jetbrains-restarter: New port
Cross-platform restarter used by other IntelliJ based devel/jetbrains-* ports.
PR: 275922
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D43354
dd4d36a |
|
Saturday, 6 Jan 2024
|
09:44 Muhammad Moinur Rahman (bofh)
devel/py-pygithub: Rename port to match upstream
- Update version 1.57=>2.1.1
Changelog: https://github.com/PyGithub/PyGithub/releases/tag/v2.1.1
PR: 276122
cf6c371 |
08:06 Yuri Victorovich (yuri)
devel/py-pytest-socket: New port: Pytest Plugin to disable socket calls during
tests
98e9111 |
01:55 Yuri Victorovich (yuri)
devel/py-apispec-webframeworks: New port: Web framework plugins for apispec
5010ffc |
|
Wednesday, 3 Jan 2024
|
13:58 Matthias Fechner (mfechner)
www/gitlab-ce: add new ports required for 16.7
d4a2cc3 |
12:58 Jan Beich (jbeich)
devel/tomlplusplus: add new port
TOML config parser and serializer for C++
Features:
- Header-only (optional!)
- Supports the latest TOML release v1.0.0, plus
optional support for some unreleased TOML features
- Passes all tests in the toml-test suite
- Supports serializing to JSON and YAML
- Proper UTF-8 handling (incl. BOM)
- C++17 (plus some C++20 features where available, e.g. experimental support for
char8_t strings)
- Doesn't require RTTI
- Works with or without exceptions
https://marzer.github.io/tomlplusplus/
164e369 |
12:58 Jan Beich (jbeich)
devel/hyprlang: add new port
The hypr configuration language is an extremely efficient, yet easy to
work with, configuration language for linux applications.
It's user-friendly, easy to grasp, and easy to implement.
https://hyprland.org/hyprlang
1c60f59 |
|
Sunday, 31 Dec 2023
|
08:25 Yuri Victorovich (yuri)
devel/bitsery: New port: Binary serialization library
965d752 |
00:06 Muhammad Moinur Rahman (bofh)
lang/php80: Sunset
beced89 |
00:06 Muhammad Moinur Rahman (bofh)
devel/py-dj41-graphene-django: Remove expired port
2023-12-31 devel/py-dj41-graphene-django: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
ff58409 |
00:06 Muhammad Moinur Rahman (bofh)
devel/py-dj41-django-rq: Remove expired port
2023-12-31 devel/py-dj41-django-rq: Extended support of Django 4.1 ends December
2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/
18eba99 |
00:06 Muhammad Moinur Rahman (bofh)
devel/varconf: Remove expired port
2023-12-31 devel/varconf: There has been no release for most of the Worldforge
libraries in the past 10 years.
2530365 |
00:06 Muhammad Moinur Rahman (bofh)
devel/rubygem-aws-sdk-macie: Remove expired port
2023-12-31 devel/rubygem-aws-sdk-macie: Deprecated by upstream
e528239 |
00:06 Muhammad Moinur Rahman (bofh)
devel/rubygem-aws-sdk-sso: Remove expired port
2023-12-31 devel/rubygem-aws-sdk-sso: SSO is included as part of aws-sdk-core.
Use devel/rubygem-aws-sdk-core instead
877edb4 |
00:06 Muhammad Moinur Rahman (bofh)
devel/libwfut: Remove expired port
2023-12-31 devel/libwfut: There has been no release for most of the Worldforge
libraries in the past 10 years.
a32f143 |
00:06 Muhammad Moinur Rahman (bofh)
devel/fuel: Remove expired port
2023-12-31 devel/fuel: Depends on deprecated www/qt5-webkit
260c36a |
00:06 Muhammad Moinur Rahman (bofh)
devel/strace: Remove expired port
2023-12-31 devel/strace: BROKEN on all supported versions after EOL of 12
f88f6fc |
00:06 Muhammad Moinur Rahman (bofh)
devel/atlas-devel: Remove expired port
2023-12-31 devel/atlas-devel: There has been no release for most of the
Worldforge libraries in the past 10 years.
a6e709a |
00:06 Muhammad Moinur Rahman (bofh)
devel/cook: Remove expired port
2023-12-31 devel/cook: Upstream last release was in 2008
701c199 |
00:06 Muhammad Moinur Rahman (bofh)
devel/mercator: Remove expired port
2023-12-31 devel/mercator: There has been no release for most of the Worldforge
libraries in the past 10 years.
6d6c165 |
00:06 Muhammad Moinur Rahman (bofh)
devel/tmake: Remove expired port
2023-12-31 devel/tmake: Last release in 2004 and dead upstream, superseded by
qmake
aa7291f |
00:06 Muhammad Moinur Rahman (bofh)
devel/eris: Remove expired port
2023-12-31 devel/eris: There has been no release for most of the Worldforge
libraries in the past 10 years.
11a96cb |
00:06 Muhammad Moinur Rahman (bofh)
devel/zanata-platform: Remove expired port
2023-12-31 devel/zanata-platform: Depends on expired java/wildfly10, last
release from 2018
464f864 |
00:06 Muhammad Moinur Rahman (bofh)
devel/atlas: Remove expired port
2023-12-31 devel/atlas: There has been no release for most of the Worldforge
libraries in the past 10 years
ba4406f |
|
Saturday, 30 Dec 2023
|
20:59 Jason E. Hale (jhale)
devel/xsd: Update to 4.2.0
Add two new support ports: devel/libxsd and devel/libxsd-frontend.
The runtime library was moved out of devel/xsd to devel/libxsd which is
why the headers are gone. The compiler frontend, which following a
previous comment in the devel/xsd Makefile suggesting that it should be a
separate port, but more out of necessity for compatibility with the
build2 build system, is now devel/libxsd-frontend.
The examples are now a separate distribution and I didn't really see any
urgent need to reincorporate them, as they would require yet another port
that the majority of our userbase would probably not be interested in as
xsd is ultimately just a build dependency for textproc/libkolabxml.
Update devel/libcutl to 1.11.0 due to header relocation.
Update textproc/libkolabxml to HEAD for C++11 compatibility.
Differential Revision: https://reviews.freebsd.org/D43080
8c77316 |
10:17 Alexey Dokuchaev (danfe)
devel/p5-Alien-cmake3: new port had been added (+)
This module provides an external dependency on the
popular CMake build tool version 3.x or better.
2186f43 |
|
Tuesday, 26 Dec 2023
|
19:30 Yuri Victorovich (yuri)
devel/py-test-utils: New port: Collection of utility functions and classes for
integration tests
f7ecd77 |
06:17 Yuri Victorovich (yuri)
devel/py-easydict: New port: Access dict values as attributes, which works
recursively
89ef12c |
|
Monday, 25 Dec 2023
|
16:10 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-networkmonitor: Add rubygem-aws-sdk-networkmonitor 1.0.0
Official AWS Ruby gem for Amazon CloudWatch Network Monitor.
5f3f0e5 |
14:16 Alexey Dokuchaev (danfe)
devel/p5-Module-Extract-VERSION: new port had been added (+)
It allows to pull the version number for the Perl module out of its
source. It assumes that there is only one $VERSION in the file and
the entire $VERSION statement is on the same line.
c1a7fa9 |
08:56 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-neptunegraph: Add rubygem-aws-sdk-neptunegraph 1.0.0
Official AWS Ruby gem for Amazon Neptune Graph.
4e08f7d |
08:56 Po-Chuan Hsieh (sunpoet)
devel/py-expandvars: Add py-expandvars 0.12.0
expandvars is inspired by GNU bash's variable expansion features. It can be used
as an alternative to Python's os.path.expandvars function.
A good use case is reading config files with the flexibility of reading values
from environment variables using advanced features like returning a default
value if some variable is not defined.
9222384 |
08:56 Po-Chuan Hsieh (sunpoet)
devel/py-optree: Add py-optree 0.10.0
OpTree provides optimized PyTree utilities.
A PyTree is a recursive structure that can be an arbitrarily nested Python
container (e.g., tuple, list, dict, OrderedDict, NamedTuple, etc.) or an opaque
Python object. The key concepts of tree operations are tree flattening and its
inverse (tree unflattening). Additional tree operations can be performed based
on these two basic functions.
2852bac |
|
Wednesday, 20 Dec 2023
|
12:54 Joel Bodenmann (jbo) Author: Marian Cingel
devel/laminar: New port
Laminar is a lightweight client-server CI service written in C++ and
configured by environment variables. It comes with a built-in webserver
and uses simple .run shell scripts as jobs.
PR: 273827
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D42877
181bdf4 |
|
Tuesday, 19 Dec 2023
|
16:10 Gleb Popov (arrowd) Author: Peter
devel/libasyncplusplus: Lightweight concurrency framework for C++
3d7543d |
|
Saturday, 16 Dec 2023
|
18:40 Thierry Thomas (thierry)
devel/py-pyproject-api: new port to interact with the python pyproject.toml
API to interact with the python pyproject.toml based projects.
See <https://pypi.org/project/pyproject-api/>.
f4a9b40 |
|
Thursday, 14 Dec 2023
|
20:48 Po-Chuan Hsieh (sunpoet)
devel/py-astroid253: Remove obsoleted port
Use devel/py-astroid instead.
PR: 275478
Approved by: amdmi3 (maintainer)
cc308b0 |
20:42 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages23: Remove obsoleted port
Use devel/rubygem-cucumber-messages instead.
e9df1d5 |
20:41 Po-Chuan Hsieh (sunpoet)
devel/py-pycrdt-websocket: Add py-pycrdt-websocket 0.12.5
Pycrdt-websocket is a Python library for building WebSocket servers and clients
that connect and synchronize shared documents. It can be used to create
collaborative web applications.
The following diagram illustrates a typical architecture. The goal is to share a
document among several clients.
Each client has an instance of a Doc, representing their view of a document. A
shared document also lives in a room on the server side. Conceptually, a room
can be seen as the place where clients collaborate on a document. The WebSocket
to which a client connects points to the corresponding room through the endpoint
path. In the example below, clients A and B connect to a WebSocket at path
room-1, and thus both clients find themselves in a room called room-1. All the
Doc synchronization logic is taken care of by the WebsocketProvider.
Each update to a shared document can be persisted to disk using a store, which
can be a file or a database.
7335a12 |
20:41 Po-Chuan Hsieh (sunpoet)
devel/py-pycrdt: Add py-pycrdt 0.7.1
Pycrdt is a Python CRDT library that provides bindings for Yrs, the Rust port of
the Yjs framework.
Conflict-free Replicated Data Types (CRDTs) allow creating shared documents that
can automatically merge changes made concurrently on different "copies" of the
data. When the data lives on different machines, they make it possible to build
distributed systems that work with local data, leaving the synchronization and
conflict resolution with remote data to the CRDT algorithm, which ensures that
all data replicas eventually converge to the same state.
3df1ab5 |
17:03 Po-Chuan Hsieh (sunpoet)
devel/protobuf3: Add protobuf3 3.21.12 (copied from protobuf)
- Add PORTSCOUT
ff78a16b |
12:22 Matthias Fechner (mfechner)
www/gitlab-ce: fix database migration error
Database migration step requires vite_ruby 3.3 even if a higher version is
allowed.
Following error is fixed:
E, [2023-12-14T14:15:11.286071 #1116] ERROR -- : Failed to check mode for Vite:
vite-plugin-ruby@^3.2.2 might not be compatible with vite_ruby-3.5.0
You may disable this check if needed:
https://vite-ruby.netlify.app/config/#skipcompatibilitycheck
You may upgrade both by running:
bundle exec vite upgrade
rake aborted!
ArgumentError: vite-plugin-ruby@^3.2.2 might not be compatible with
vite_ruby-3.5.0
You may disable this check if needed:
https://vite-ruby.netlify.app/config/#skipcompatibilitycheck
You may upgrade both by running:
bundle exec vite upgrade
/usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
<internal:/usr/local/lib/ruby/site_ruby/3.1/rubygems/core_ext/kernel_require.rb>:38:in
`require'
<internal:/usr/local/lib/ruby/site_ruby/3.1/rubygems/core_ext/kernel_require.rb>:38:in
`require'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
ace1d95 |
11:48 Matthias Fechner (mfechner)
www/gitlab-ce: fix build problem due to json upgrade
Fixes a regression from c7de4cbee4139154462556de356afb6534d5ea7a
add98e1 |
06:43 Matthias Fechner (mfechner)
devel/rubygem-view_component-rails61: Remove expired port
devel/rubygem-view_component-rails61
22a5817 |
05:31 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rails-i18n-rails71: Add rubygem-rails-i18n-rails71 7.0.8 (copied
from rubygem-rails-i18n-rails70)
e3ba874 |
05:31 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-core12: Add rubygem-cucumber-core12 12.0.0 (copied from
rubygem-cucumber-core)
- Add PORTSCOUT
b996e3b |
05:31 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-marketplacedeployment: Add
rubygem-aws-sdk-marketplacedeployment 1.0.0
Official AWS Ruby gem for AWS Marketplace Deployment Service.
922b290 |
05:31 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-marketplaceagreement: Add
rubygem-aws-sdk-marketplaceagreement 1.0.0
Official AWS Ruby gem for AWS Marketplace Agreement Service.
9e9ea27 |
|
Tuesday, 12 Dec 2023
|
23:14 Yuri Victorovich (yuri)
devel/glaze: New port: Fast, in memory, JSON and interface library for modern
C++
fc07162 |
Number of commits found: 12231 (showing only 100 on this page) |