diff options
author | pi <pi@FreeBSD.org> | 2017-03-05 19:08:50 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-03-05 19:08:50 +0800 |
commit | 8afde0ce4c8c61371895c1f2fefd4935a1a13509 (patch) | |
tree | 8c8105920b3cf8621a821b68b0d31d2723c58841 /databases | |
parent | 7b3c48fac201faec57a8776fbfdc8b80c74d2f6f (diff) | |
download | freebsd-ports-gnome-8afde0ce4c8c61371895c1f2fefd4935a1a13509.tar.gz freebsd-ports-gnome-8afde0ce4c8c61371895c1f2fefd4935a1a13509.tar.zst freebsd-ports-gnome-8afde0ce4c8c61371895c1f2fefd4935a1a13509.zip |
devel/lfcbase: update 1.8.12 -> 1.9.0
databases/cego: update 2.32.8 -> 2.32.11
databases/cegobridge: update 1.1.2 -> 1.1.3, fix build with clang 4.0
devel/lfcbase:
- Added Monitor class for ncurses based GUI utility implementation.
This class provides GUI layout and event handling to simply ncurses
based GUI tool implementaton.
- Added class Pager for curses based pager implementation
databases/cego:
- Include stdlib.h added in CegoNet ( still missing forLinux compiles )
- Added CegoFieldValue::getDim method required for arithmetic operations
on fixed values
- Fix in CegoTableManager::getPoolInfo, readdelay and writedelay was
not calculated correctly
- Fix in CegoDistManager::stopDistTableSet, removing of btree objects
from database object dictionary was still missing
- In CegoTableManager::dropTableSet now also counter objects are
dropped ( stored in the database xml file ).
- Added some sizing optimizations for CegoAdmMon forms
- Fix in CegoRecoveryManager::recoverCurrentTransactionLog, added
the force option to addCounter method, since counters already could
be synched to xml ( not completely transaction save )
- Online index build up tested and verified. First tests with heavy
insert operations ( using cgblow ) during index build went succesful.
- Improvements for CegoAdmMon role permission handling, added remove
permission option
- Preparation of CegoObjectCursor and CegoTableManager to support
online index rebuild with write access to the table.
For this, concurrent insert operations have to be performed with
append =true. The ObjectCursor locks the last page until the index
rebuild is finished ( method setLastPageSync )
In this way, the index can be build up in parallel, while further
tuples could be appended to the table. ( just supported for btree
index objects )
PR: 216621
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Reported by: jbeich
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | databases/cegobridge/Makefile | 2 | ||||
-rw-r--r-- | databases/cegobridge/distinfo | 5 |
4 files changed, 8 insertions, 7 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 0ac7bf36507e..a33d9992d05d 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.8 +PORTVERSION= 2.32.11 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 33fe9eb67d50..2f09ae07ac5b 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485681108 -SHA256 (cego-2.32.8.tar.gz) = c59a6d4cbaa7a060ad85a83c71e2edb82146d0e8e73935ac550c9a123e0b03d1 -SIZE (cego-2.32.8.tar.gz) = 1396470 +TIMESTAMP = 1488708824 +SHA256 (cego-2.32.11.tar.gz) = 684fa8c239bc6fbe61b575c59aa4ea0f3a2a130c8fc0498b7d7238ffbc3e2e6c +SIZE (cego-2.32.11.tar.gz) = 1394544 diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile index 0b1bdaa75fe5..034623f95184 100644 --- a/databases/cegobridge/Makefile +++ b/databases/cegobridge/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cegobridge -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo index 3e337317128e..10ac6323dcc2 100644 --- a/databases/cegobridge/distinfo +++ b/databases/cegobridge/distinfo @@ -1,2 +1,3 @@ -SHA256 (cegobridge-1.1.2.tar.gz) = 117922e147fca49ee498e558c7f88182448a6dc7b5a2023c3c718bfb1be8ea8d -SIZE (cegobridge-1.1.2.tar.gz) = 962307 +TIMESTAMP = 1488709322 +SHA256 (cegobridge-1.1.3.tar.gz) = 53352ba3c8e2abc725612084eac628367ddec39747150bfe6bcad2c4a672ff4a +SIZE (cegobridge-1.1.3.tar.gz) = 551872 |