diff options
author | Björn Lemke <lemke@lemke-it.com> | 2025-05-02 21:33:52 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2025-05-02 21:33:52 +0200 |
commit | 3bb25f44091ba8dd9115042b19503a738b881b31 (patch) | |
tree | 7bb78ebb0d69bacafb13f293c8113ed9ba817c00 | |
parent | archivers/par2cmdline: Update to 1.0.0 (diff) |
databases/cego: update 2.51.9 -> 2.25.2, devel/lfcbase: 1.20.1 -> 1.21.3
lfcbase:
- more patches for the Pager class
Removed init_color with custom color for select cursor since the
custom color seems to be poor supported for curses. Fixes added
to Pager::writeFooter
- edit-feature in Pager (must discuss this with Bjoern 8-)
- ignore SIGINT in Pager
- change from unsigned long long to long long value in Datetime class
- pattern search feature for Pager class
cego:
- Small fix in CegoBufferPool.h
- CegoClient adapted to new Pager API
- Queries now can be interrupted with Cntrl-C also in pager mode
- adapt to Datetime long long values ( e.g. date2str from int to long long )
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 228a2fc12ddb..c146f81d18f0 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.51.9 +PORTVERSION= 2.52.2 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index f3de866c4685..8e51c29045c1 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745690746 -SHA256 (cego-2.51.9.tar.gz) = b6aef832d7fba147c2037bcb380965f98fe500884885e11dc6ca026b650118a5 -SIZE (cego-2.51.9.tar.gz) = 3301675 +TIMESTAMP = 1746213576 +SHA256 (cego-2.52.2.tar.gz) = 6caf5e6b5e6f6e9ee35cbdab41c0fcfa2c85a7b5da927cdf979971420df22927 +SIZE (cego-2.52.2.tar.gz) = 3318284 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 2ea3ef43d508..763f54288232 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.20.1 +PORTVERSION= 1.21.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index ab55f5a721cb..68522ab6fe90 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745738395 -SHA256 (lfcbase-1.20.1.tar.gz) = bcc3ab6f7819a79d5b598fc6e880e9130db40a4477e80e83dde55fb353f94e6f -SIZE (lfcbase-1.20.1.tar.gz) = 706608 +TIMESTAMP = 1746213556 +SHA256 (lfcbase-1.21.3.tar.gz) = 6e6426e995a95a6f55554e7c69d5371d4a04b888d78caf3a2605921b2435e030 +SIZE (lfcbase-1.21.3.tar.gz) = 721579 |