shells/bash: Reintroduce PORTS_READLINE
Now that readline has been updated to 8.3, the option to use the library from
ports rather than the bundled version can be restored. The option remains
disabled by default to avoid unexpected build or runtime changes for users
and to maintain consistency with previous releases.
PR: 288208
devel/py-terminaltexteffects: Update to 0.14.0
- Change the build dependency
- Add a patch to fix the following error:
*** Error compiling '/usr/local/poudriere/ports/default/devel/py-terminaltexteffects/work-py311/stage/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template
.py'...
File "/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template.py", line 72
"steps will create a smoother and longer gradient animation."
^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: action
*** Error compiling '/usr/local/poudriere/ports/default/devel/py-terminaltexteffects/work-py311/stage/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template
.py'...
File "/usr/local/lib/python3.11/site-packages/terminaltexteffects/template/effect_template.py", line 72
"steps will create a smoother and longer gradient animation."
^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: action
[2 lines not shown]
misc/far2l: try to further improve information panel display
- Follow existing logic for volume name and do not show empty
disk serial number
- Obtain volume name by invoking fstyp(8) utility as it seems
we currently do not have a library function for that
- In the InfoList::PrintInfo() method, call CellsCount()
instead of GetLength() to handle strings with double-width,
e.g. CJK characters correctly
databases/pgpool-II-47: New port
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL
client can +connect to pgpool as if it were a standard PostgreSQL
server.
pgpool caches the connection to PostgreSQL server to reduce the overhead
to establish the connection to it.
This is the 4.7.X branch of pgpool
WWW: https://pgpool.net/