notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/cegobridge/Makefile
SVNWeb

Number of commits found: 29

Thu, 26 Jan 2023
[ 18:58 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke ]    commit hash:49c4713f9c6cec4d9c1340e04699cb3763d6bf24  commit hash:49c4713f9c6cec4d9c1340e04699cb3763d6bf24  commit hash:49c4713f9c6cec4d9c1340e04699cb3763d6bf24  49c4713 
databases/cegobridge: 1.6.3 -> 1.6.4

Fixes for new dateformat function ( cego-2.48.13 and up )
and more sophisticated database procedure use ( select in procedure )
Tue, 3 Jan 2023
[ 12:31 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke ]    commit hash:c4bd7112177b15db430300f39f86ac6356029572  commit hash:c4bd7112177b15db430300f39f86ac6356029572  commit hash:c4bd7112177b15db430300f39f86ac6356029572  c4bd711 
devel/lfcbase: update 1.17.2 -> 1.18.0

- Fix for some geometries in Screen::showFormBox
- Further improvements for Screen::showFormBox and showInfoBox
  ( selected rows and newline treatment )
- integrate Screen2 interface

databases/cego: update 2.48.2 -> 2.48.10

- Introduced Backup branch id for online backup verification. Due
  to datafile page id constraints, just online backups can be recovered
  inside one backup branch. Creation of a tableset and adding a
  datafile to a tableset violates this contraint, so a new backup
  branch is created.
- Added backup branch option for backup manager. So just valid
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 3 Jan 2022
[ 09:12 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke ]    commit hash:8510bc99b7219fa6a867c930144a007b3285f465  commit hash:8510bc99b7219fa6a867c930144a007b3285f465  commit hash:8510bc99b7219fa6a867c930144a007b3285f465  8510bc9 
databases/cegobridge: 1.6.1 -> 1.6.2

- better MySQL grammar support, escape character handling for
  several special characters ( \\, \n,\t etc )
Mon, 24 May 2021
[ 07:24 Kurt Jaeger (pi) search for other commits by this committer Author: Bjoern Lemke ]    commit hash:6794ce73f1eb7f732823398324a8995969aa36f3  commit hash:6794ce73f1eb7f732823398324a8995969aa36f3  commit hash:6794ce73f1eb7f732823398324a8995969aa36f3  6794ce7 
databases/cegobridge: update 1.6.0 -> 1.6.1

Also update databases/cego: update 2.47.1 -> 2.47.2

cego:
- Fix in CegoQueryHelper::checkIndexForPredicate, wrong tabSetId
  was used for getObjectListByTable, must be table specific

cegobridge:
- In method void MySQLAction::storeVarcharType, dimension value was
  doubled, since MySQL calculates visible length for varchars and
  cego length in bytes. So for multibyte character encodings, length
  might exceed ...
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 28 Nov 2020
[ 19:28 pi search for other commits by this committer ] Original commit   Revision:556518
devel/lfcbase: update 1.14.6 -> 1.15.0
devel/lfcxml: update 1.2.11 -> 1.3.0
databases/cego: update 2.45.35 -> 2.46.0
databases/cegobridge: update 1.5.4 -> 1.6.0

Please note: database updates from 2.45.x to version 2.46.x require
a xml tableset export and import, since table structure information
has been changed!

lfcbase:
- Added template class GraphT for dependency graph implementations
- Fix in BigInteger::mul and BigInteger::div, signing was not treated
  ( e.g. -12 * 12 => -144 ( was 144 ) )

lfcxml: get in sync with lfcbase
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 1 Dec 2019
[ 20:17 pi search for other commits by this committer ] Original commit   Revision:518812
databases/cegobridge: upgrade 1.5.3 -> 1.5.4

- Fixes in MySQLFormatter to treat several datatypes and default values

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Sat, 21 Sep 2019
[ 05:58 pi search for other commits by this committer ] Original commit   Revision:512468
databases/cegobridge: upgrade 1.5.2 -> 1.5.3

- MySQL SET lines are no longer parsed, the scanner ignores these lines now

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Sat, 6 Jul 2019
[ 10:43 pi search for other commits by this committer ] Original commit   Revision:505975
databases/cegobridge: upgrade 1.5.1 -> 1.5.2

- Fix in MySQLAction::storeAttrColumn, _defaultOptString.length() and
  _nullOptString.length() must be equal or greater 1 ( not 0 )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Thu, 4 Jul 2019
[ 19:14 pi search for other commits by this committer ] Original commit   Revision:505864
databases/cegobridge: upgrade 1.5.0 -> 1.5.1

- Added MySQL type support for type date and type bigint
- Activated append mode in CegoBridge::main, which speeds up import
  performance significantly
- In MySQLAction::storeKey, changed btreename to _ since MySQL
  allows non unique key names
- Added stored procedure grammar defintions to MySQLParser.def.
  Semantic actions still not implemented

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Sun, 21 Apr 2019
[ 13:31 pi search for other commits by this committer ] Original commit   Revision:499537 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/lfcbase: update 1.11.9 -> 1.13.0
devel/lfcxml: update 1.2.6 -> 1.2.10
databases/cego: update 2.39.16 -> 2.44.1
databases/cegobridge: update 1.4.0 -> 1.5.0
databases/p5-DBD-cego: update 14.0 -> 1.5.0

- Warning: storage format has changed
  Export to xml format before upgrade and re-import after the upgrade
  See UPDATING
- recompile all applications linked to libcego
- Lots of changes, among them:
  o improved crash recovery
  o fixes to SQL expected behaviour
  o better CDATA handling
  o fixes primary key handling design issue
  o changes to serialisation for export/import, XML export/import is still
    possible

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Changelog:	http://www.lemke-it.com/litexec?request=pubnews&user=&lang=en&numlog=1000
Thu, 1 Mar 2018
[ 12:29 pi search for other commits by this committer ] Original commit   Revision:463300
databases/cego: update 2.39.1 -> 2.39.2
databases/cegobridge: update 1.3.0 -> 1.4.0

cego:
- Fix in CegoTableManager::updateTuple, while setting up expression
  list, field list array must be setup BEFORE block ist set, since
  field list is needed by block setup ( in case of subqueries for
  prepare )

cegobridge:
- Adaptions for cego-2.39

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Sat, 18 Nov 2017
[ 08:34 pi search for other commits by this committer ] Original commit   Revision:454415
databases/cego: update 2.37.3 -> 2.38.0
databases/cegobridge: update 1.2.1 -> 1.3.0

cego:
- Fix in CegoSelect::clone, pUnionSelect was not cloned, which might
  lead to seg faults
- Introduced predicate clause for select .. in ( expr, expr, ... ),
  e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not
  implemented but is part of standard SQL.

cegobridge:
- Adaptions made for modified cego-2.38.0 API with extended
  CegoDatabaseFormatter::formatPred method ( exprList was added for
  new introduced select in ( expr list ) predicate )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Fri, 10 Nov 2017
[ 19:09 pi search for other commits by this committer ] Original commit   Revision:453921
devel/lfcbase: update 1.11.0 -> 1.11.1
devel/lfcxml: update 1.2.5 -> 1.2.6
databases/cego: update 2.37.0 -> 2.37.1
databases/cegobridge: update 1.2.0 -> 1.2.1

- New generated configure script with libtool-2.4.6

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Wed, 8 Nov 2017
[ 10:23 pi search for other commits by this committer ] Original commit   Revision:453728
devel/lfcbase: update 1.10.3 -> 1.11.0
databases/cego: update 2.36.4 -> 2.37.0
databases/p5-DBD-cego: update 1.3.0 -> 1.4.0
databases/cegobridge: update 1.1.6 -> 1.2.0

lfcbase:
- Layout improvements in Pager class
- Changed constructor for Net and NetHandler class to setup maxSendLen.
  Since this changes the API, minor release level has been increased

cego:
- Improvements for cgblow simulation mode added
- Improvements for cgclt, added pipe mode to read input from stdin
  Now comments are allowed also after delimiter token, e.g.
  create table t1(a int); -- a sample table
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 1 Nov 2017
[ 17:42 pi search for other commits by this committer ] Original commit   Revision:453310
devel/lfcbase: update 1.10.1 -> 1.10.2
databases/cego: update 2.36.3 -> 2.36.4
databases/cegobridge: update 1.1.5 -> 1.1.6

cego:
- Fix in CegoSelect::nextTuple, before adding an entry to the query
  cache, it has to be checked, if any tables from foreign tableset
  are referenced in the query. If so, no cache entry is made, since
  table changes for foreign tables are not detected.
- Improved error messages for invalid database objects
- Decreased shutdown delay time by reducing net delays for all
  thread pools and optimized mediator thread wait procedure
- Completely removed the nologging option for import actions.
  Logging is disabled in any case now.
- Optimization added for log handling. During ( xml ) import,
  logging is completely deactivated, after import is completed,
  log is started again and a checkpoint is written.
  Since import can be repeated in case of a system during import,
  nothing gets lost. Deactivating logging increases import speed and
  avoids side effects

cegobridge:
- Speed up imports by changing the way the parser reads the input

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Mon, 30 Oct 2017
[ 18:06 pi search for other commits by this committer ] Original commit   Revision:453201
databases/cegobridge: update 1.1.4 -> 1.1.5

- Add some compat hooks to parse mysql 5.0 exports

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Sat, 22 Jul 2017
[ 08:32 pi search for other commits by this committer ] Original commit   Revision:446372
databases/cegobridge: update 1.1.3 -> 1.1.4

- fixes build problem due to invalid pointer arithmetic

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Sun, 7 May 2017
[ 11:17 pi search for other commits by this committer ] Original commit   Revision:440324
databases/cegobridge: fix backChar() for Oracle/Postgres, too
Sun, 5 Mar 2017
[ 11:08 pi search for other commits by this committer ] Original commit   Revision:435469
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 6 Feb 2016
[ 15:59 pi search for other commits by this committer ] Original commit   Revision:408300
devel/lfcbase: 1.7.0 -> 1.7.2
databases/cego: 2.28.3 -> 2.29.1
databases/cegobridge: 1.1.1 -> 1.1.2

Please note: Updating cego databases needs an export/import
             cycle for 2.28 -> 2.29

lfcbase:
- Fix in Datetime.cc, added include config.h, otherwiese the local
  implementation of strptime ist used. This should just be done, if
  the system API does not provide this call ( e.g. MINGW ) .
- Memory leak fixed in File::readLine

cego:
- Started with clob datatype implementation
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 12 Jan 2016
[ 08:53 pi search for other commits by this committer ] Original commit   Revision:405840
databases/cegobridge: 1.1.0 -> 1.1.1, fixes build
Mon, 11 Jan 2016
[ 12:30 pi search for other commits by this committer ] Original commit   Revision:405781
devel/lfcbase: 1.6.7 -> 1.7.0
devel/lfcxml: 1.1.8 -> 1.2.2
databases/cego: 2.27.2 -> 2.28.3
databases/p5-DBD-cego: bump portrevision
databases/cegobridge: bump portrevision

IMPORTANT: Upgrades of cego 2.27.x to 2.28.x databases has to be done by
export and import.

lfcbase:
- Adaptions made for build with msys2 / mingw64. Many windows
  specific stuff could be eliminated, since mingw64 provides better
  POSIX support ( e.g. pthreads, timer functions .. )

lfcxml:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 11 Sep 2015
[ 06:42 pi search for other commits by this committer ] Original commit   Revision:396651
databases/cegobridge: 1.0.1 -> 1.1.0

- adaptions for cego-2.25.0 API change

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Mon, 1 Jun 2015
[ 20:58 pi search for other commits by this committer ] Original commit   Revision:388287
databases/cegobridge: 1.0.0 -> 1.0.1

- Fixes for MySQL import

Submitted by:	lemke@lemke-it.com
Tue, 19 May 2015
[ 06:23 pi search for other commits by this committer ] Original commit   Revision:386745
New port: databases/cegobridge (replaces databases/my2cego)

cegobridge is a tool to import/export database dumps into Cego, a
Relational Database Management System (RDBMS). Currently it supports
MySQL, other database systems to import/export can be added.

Many more details are available at:

WWW: http://www.lemke-it.com/

Submitted by:	Bjorn Lemke <lemke@lemke-it.com>

Number of commits found: 29