Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.2_5 31 Mar 2024 20:48:58 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Remove obsoleted port
Use devel/py-pycrdt instead. |
0.6.2_5 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.6.2_4 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.6.2_3 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.6.2_2 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.6.2_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.6.2 11 Oct 2023 12:58:04 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Update to 0.6.2
- Update WWW
Changes: https://github.com/y-crdt/ypy/releases |
0.6.0_4 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.6.0_3 16 Aug 2023 18:25:38 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Update BUILD_DEPENDS after py-maturin 1.2.0 update
(f74de16438cc844916b8227bddac10d8a989b19b) |
0.6.0_3 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.6.0_2 30 Jun 2023 07:04:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Allow build with py-maturin 0.15+ |
0.6.0_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.6.0_2 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.6.0_1 27 Apr 2023 15:46:37 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Clean up Makefile |
0.6.0_1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.6.0 05 Apr 2023 17:30:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Update to 0.6.0
Changes: https://github.com/y-crdt/ypy/releases |
0.5.5_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.5.5 21 Mar 2023 19:19:53 |
Po-Chuan Hsieh (sunpoet) |
devel/py-y-py: Add py-y-py 0.6.0
Ypy is a Python binding for Y-CRDT. It provides distributed data types that
enable real-time collaboration between devices. Ypy can sync data with any other
platform that has a Y-CRDT binding, allowing for seamless cross-domain
communication. The library is a thin wrapper around Yrs, taking advantage of the
safety and performance of Rust. |