summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-03-05 11:08:50 +0000
committerpi <pi@FreeBSD.org>2017-03-05 11:08:50 +0000
commit8afde0ce4c8c61371895c1f2fefd4935a1a13509 (patch)
tree8c8105920b3cf8621a821b68b0d31d2723c58841
parent7b3c48fac201faec57a8776fbfdc8b80c74d2f6f (diff)
downloadFreeBSD-ports-8afde0ce4c8c61371895c1f2fefd4935a1a13509.zip
FreeBSD-ports-8afde0ce4c8c61371895c1f2fefd4935a1a13509.tar.gz
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
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
-rw-r--r--databases/cegobridge/Makefile2
-rw-r--r--databases/cegobridge/distinfo5
-rw-r--r--devel/lfcbase/Makefile2
-rw-r--r--devel/lfcbase/distinfo6
-rw-r--r--devel/lfcbase/pkg-plist2
7 files changed, 14 insertions, 11 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 0ac7bf3..a33d999 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 33fe9eb..2f09ae0 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 0b1bdaa..034623f 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 3e33731..10ac632 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
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index f6e710c..10f7df3 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.8.12
+PORTVERSION= 1.9.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index 7bf2973..e24e2e4 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485681093
-SHA256 (lfcbase-1.8.12.tar.gz) = ac87b4b52e864cf870cd28b44d7f7c6dfb1cec7a83970d273af219c9642a0660
-SIZE (lfcbase-1.8.12.tar.gz) = 602384
+TIMESTAMP = 1488708749
+SHA256 (lfcbase-1.9.0.tar.gz) = 6952bcfd6144b4a6be315729f9669f829fa5461a73e4f41db28695447e609f6f
+SIZE (lfcbase-1.9.0.tar.gz) = 613129
diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist
index f2b2742..7f361e9 100644
--- a/devel/lfcbase/pkg-plist
+++ b/devel/lfcbase/pkg-plist
@@ -17,9 +17,11 @@ include/lfcbase/Host.h
include/lfcbase/ListT.h
include/lfcbase/Logger.h
include/lfcbase/Matcher.h
+include/lfcbase/Monitor.h
include/lfcbase/NanoTimer.h
include/lfcbase/Net.h
include/lfcbase/NetHandler.h
+include/lfcbase/Pager.h
include/lfcbase/Process.h
include/lfcbase/Semaphore.h
include/lfcbase/SetT.h
OpenPOWER on IntegriCloud