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

Number of commits found: 2069 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Wednesday, 31 Jul 2024
08:59 Mateusz Piotrowski (0mp) search for other commits by this committer
databases/ldb28: Add a new version of ldb

This port is based on ldb25. The changes are:

- Fix checks for Python support

  The bsd.port.pre.mk was included too early and USES=python wasn't
  processed as expected. As a result, the checks for Python support were
  broken.

- Switch from waf to configure and make.

  Upstream wants us to do it this way. Otherwise, the build system
  produces the following error message:

  > ===>  Configuring for ldb28-2.8.1
  > PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make!

  So, set HAS_CONFIGURE and BINARY_ALIAS to make the port build without
  waf.

- Clean up the makefile (sort variables and fix indentation)

- Drop the NO_PYTHON variable. It complicates the makefile
  unnecessarily. It is still possible to disable Python support by
  configuring the PYTHON3 option.

- Use WITH_DEBUG instead of option DEBUG.

- Enable PYTHON3 by default.

  The PYTHON3 option is required by net/samba419 to build without the
  bundled dependencies. The primary purpose of databases/ldb28 is to
  make it possible, so enable Python support by default.

PR:		280510
Sponsored by:	Klara, Inc.
commit hash: 1aa6d61564e1ebb6057b9fef14b5e0321f1516fc commit hash: 1aa6d61564e1ebb6057b9fef14b5e0321f1516fc commit hash: 1aa6d61564e1ebb6057b9fef14b5e0321f1516fc commit hash: 1aa6d61564e1ebb6057b9fef14b5e0321f1516fc 1aa6d61
Sunday, 28 Jul 2024
13:15 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*php84*: Sunrise

Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
commit hash: 42db2c39e566955903a9176e0a4c4c7589d5aaca commit hash: 42db2c39e566955903a9176e0a4c4c7589d5aaca commit hash: 42db2c39e566955903a9176e0a4c4c7589d5aaca commit hash: 42db2c39e566955903a9176e0a4c4c7589d5aaca 42db2c3
Tuesday, 23 Jul 2024
15:44 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb80: new port 8.0.0-rc14

Still release candidate, use with care.

Notes:
https://www.mongodb.com/docs/v8.0/release-notes/8.0/
commit hash: f2c9ba7c53c9a599c36b722305a189fd912db5d2 commit hash: f2c9ba7c53c9a599c36b722305a189fd912db5d2 commit hash: f2c9ba7c53c9a599c36b722305a189fd912db5d2 commit hash: f2c9ba7c53c9a599c36b722305a189fd912db5d2 f2c9ba7
11:45 Ronald Klop (ronald) search for other commits by this committer Author: Hiroo Ono
databases/compass: Powerful GUI for MongoDB (v1.43.0)

New port.

https://www.mongodb.com/products/tools/compass
https://github.com/mongodb-js/compass

PR: 272180
commit hash: 500a61f19f4294c12faac37a0c8ca4a4e544c9db commit hash: 500a61f19f4294c12faac37a0c8ca4a4e544c9db commit hash: 500a61f19f4294c12faac37a0c8ca4a4e544c9db commit hash: 500a61f19f4294c12faac37a0c8ca4a4e544c9db 500a61f
Sunday, 21 Jul 2024
09:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xrootd: Add py-xrootd 5.7.0

The XRootD project provides a high-performance, fault-tolerant, and secure
solution for handling massive amounts of data distributed across multiple
storage resources, such as disk servers, tape libraries, and remote sites. It
enables efficient data access and movement in a transparent and uniform manner,
regardless of the underlying storage technology or location. It was initially
developed by the High Energy Physics (HEP) community to meet the data storage
and access requirements of the BaBar experiment at SLAC and later extended to
meet the needs of experiments at the Large Hadron Collider (LHC) at CERN. XRootD
is the core technology powering the EOS distributed filesystem, which is the
storage solution used by LHC experiments and the storage backend for CERNBox.
XRootD is also used as the core technology for global CDN deployments across
multiple science domains.

XRootD is based on a scalable architecture that supports multi-protocol
communications. XRootD provides a set of plugins and tools that allows the user
to configure it freely to deploy data access clusters of any size, and which can
include sophisticated features such as erasure coded files, various methods of
authentication and authorization, as well as integration with other storage
systems like ceph.

This port is the Python binding for XRootD.
commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7 commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7 commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7 commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7 2c514f7
Thursday, 18 Jul 2024
16:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/p5-SQL-SplitStatement: Add p5-SQL-SplitStatement 1.00023

SQL::SplitStatement is a simple module which tries to split any SQL code, even
including non-standard extensions, into the atomic statements it is composed of.

The logic used to split the SQL code is more sophisticated than a raw split on
the ; (semicolon) character: first, various different statement terminator
tokens are recognized (see below for the list), then this module is able to
correctly handle the presence of said tokens inside identifiers, values,
comments, BEGIN ... END blocks (even nested), dollar-quoted strings, MySQL
custom DELIMITERs, procedural code etc., as (partially) exemplified in the
"SYNOPSIS" above.

Consider however that this is by no means a validating parser (technically
speaking, it's just a context-sensitive tokenizer). It should rather be seen as
an in-progress heuristic approach, which will gradually improve as test cases
will be reported. This also means that, except for the "LIMITATIONS" detailed
below, there is no known (to the author) SQL code the most current release of
this module can't correctly split.
commit hash: 7fc5c9713a63e0ab4da05ae240d1c2baebd73f96 commit hash: 7fc5c9713a63e0ab4da05ae240d1c2baebd73f96 commit hash: 7fc5c9713a63e0ab4da05ae240d1c2baebd73f96 commit hash: 7fc5c9713a63e0ab4da05ae240d1c2baebd73f96 7fc5c97
Sunday, 30 Jun 2024
09:43 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke
databases/pythoncego: New port

The Cego Python driver enables Python programs to access cego databases,
using an API which is compliant with the Python DB API 2.0 (PEP-249).
It is written in C and uses the Cego C wrapper client library for
client server communication.

This implementation is derived from the MariaDB Connector written
by Georg Richter.
commit hash: e89748e0ca32e838e041b47d011d21e8bed7e95c commit hash: e89748e0ca32e838e041b47d011d21e8bed7e95c commit hash: e89748e0ca32e838e041b47d011d21e8bed7e95c commit hash: e89748e0ca32e838e041b47d011d21e8bed7e95c e89748e
Monday, 24 Jun 2024
21:30 Rene Ladan (rene) search for other commits by this committer
databases/py-sqlalchemy13: Remove expired port

2024-04-30 databases/py-sqlalchemy13: Upstream makred EOL in Release Status
commit hash: 4ab5c8042d4961d0952f40e7a9093e256c17dba0 commit hash: 4ab5c8042d4961d0952f40e7a9093e256c17dba0 commit hash: 4ab5c8042d4961d0952f40e7a9093e256c17dba0 commit hash: 4ab5c8042d4961d0952f40e7a9093e256c17dba0 4ab5c80
Sunday, 16 Jun 2024
14:21 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb114-server: New MariaDB 11.4 port

 * This is an LTS version.
 * the mysql command now generates a warning about deprecation.
   to prevent these for other ports with USES=mysql Mk/Uses/mysql.mk
   has been patched.
commit hash: 5a2bb7e61569f908f8a52dd4afd2998b86e9e54d commit hash: 5a2bb7e61569f908f8a52dd4afd2998b86e9e54d commit hash: 5a2bb7e61569f908f8a52dd4afd2998b86e9e54d commit hash: 5a2bb7e61569f908f8a52dd4afd2998b86e9e54d 5a2bb7e
Wednesday, 12 Jun 2024
17:13 Ruslan Makhmatkhanov (rm) search for other commits by this committer
./databases/Makefile: remove forgotten tsearch_extra entry

it's a folloup commit for 6eb77efefa31
commit hash: aaa27364b908d3c6a1525257b3243f0c589e08e2 commit hash: aaa27364b908d3c6a1525257b3243f0c589e08e2 commit hash: aaa27364b908d3c6a1525257b3243f0c589e08e2 commit hash: aaa27364b908d3c6a1525257b3243f0c589e08e2 aaa2736
Tuesday, 11 Jun 2024
17:01 Rene Ladan (rene) search for other commits by this committer
databases/galera: Remove expired port

2024-06-08 databases/galera: Does not build. Superseded by galera26
commit hash: 5ba37575b568610af5b5910817a0181adf95b5de commit hash: 5ba37575b568610af5b5910817a0181adf95b5de commit hash: 5ba37575b568610af5b5910817a0181adf95b5de commit hash: 5ba37575b568610af5b5910817a0181adf95b5de 5ba3757
15:30 Rene Ladan (rene) search for other commits by this committer
databases/py-sqlalchemy11: Remove expired port

2024-04-30 databases/py-sqlalchemy11: Upstream makred EOL in Release Status
commit hash: 813ce936f07ae6eb898c87c96b8ec8846cc9fdb2 commit hash: 813ce936f07ae6eb898c87c96b8ec8846cc9fdb2 commit hash: 813ce936f07ae6eb898c87c96b8ec8846cc9fdb2 commit hash: 813ce936f07ae6eb898c87c96b8ec8846cc9fdb2 813ce93
15:28 Rene Ladan (rene) search for other commits by this committer
databases/py-sqlalchemy12: Remove expired port

2024-04-30 databases/py-sqlalchemy12: Upstream makred EOL in Release Status
commit hash: 25e1127e5703dd56162b7cf0e9acbe0427baae89 commit hash: 25e1127e5703dd56162b7cf0e9acbe0427baae89 commit hash: 25e1127e5703dd56162b7cf0e9acbe0427baae89 commit hash: 25e1127e5703dd56162b7cf0e9acbe0427baae89 25e1127
15:25 Rene Ladan (rene) search for other commits by this committer
databases/py-alembic14: Remove expired port

2024-06-04 databases/py-alembic14: Depends on expired databases/py-sqlalchemy12
commit hash: 0930e64bfd878af29e7aaed940867664ada8d721 commit hash: 0930e64bfd878af29e7aaed940867664ada8d721 commit hash: 0930e64bfd878af29e7aaed940867664ada8d721 commit hash: 0930e64bfd878af29e7aaed940867664ada8d721 0930e64
Sunday, 9 Jun 2024
07:27 Matthias Fechner (mfechner) search for other commits by this committer
databases/rubygem-redis50: Remove expired port

databases/rubygem-redis50
commit hash: d3b2a9828ea2a0409953f02de06fd6d1b29c9e82 commit hash: d3b2a9828ea2a0409953f02de06fd6d1b29c9e82 commit hash: d3b2a9828ea2a0409953f02de06fd6d1b29c9e82 commit hash: d3b2a9828ea2a0409953f02de06fd6d1b29c9e82 d3b2a982
07:08 Matthias Fechner (mfechner) search for other commits by this committer
databases/rubygem-redis-clustering50: Remove expired port

databases/rubygem-redis-clustering50
commit hash: a3acfcef84f34a7a48556e8cf96b0abc911b8a18 commit hash: a3acfcef84f34a7a48556e8cf96b0abc911b8a18 commit hash: a3acfcef84f34a7a48556e8cf96b0abc911b8a18 commit hash: a3acfcef84f34a7a48556e8cf96b0abc911b8a18 a3acfce
Tuesday, 4 Jun 2024
22:18 Dave Cottlehuber (dch) search for other commits by this committer
databases/pgaccess: revert removal

This reverts commit c7292eb0fa666fb738328675d0d35e6bbcdf323e per
maintainer request. Re-do distinfo with timestamp so it can be
committed.

PR:		277665
commit hash: 5c58c2ee7223c661e83139e1bf8e08f6677f1587 commit hash: 5c58c2ee7223c661e83139e1bf8e08f6677f1587 commit hash: 5c58c2ee7223c661e83139e1bf8e08f6677f1587 commit hash: 5c58c2ee7223c661e83139e1bf8e08f6677f1587 5c58c2e
Sunday, 2 Jun 2024
22:24 Dave Cottlehuber (dch) search for other commits by this committer
databases/pgaccess: remove abandonware, no maintainer fixes

PR:		277665
commit hash: c7292eb0fa666fb738328675d0d35e6bbcdf323e commit hash: c7292eb0fa666fb738328675d0d35e6bbcdf323e commit hash: c7292eb0fa666fb738328675d0d35e6bbcdf323e commit hash: c7292eb0fa666fb738328675d0d35e6bbcdf323e c7292eb
Tuesday, 28 May 2024
21:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-flipper-active_record-rails61: Remove obsoleted port

Use databases/rubygem-flipper-active_record instead.
commit hash: 4a17160977f178d3da27f23028ade9dc17eb60be commit hash: 4a17160977f178d3da27f23028ade9dc17eb60be commit hash: 4a17160977f178d3da27f23028ade9dc17eb60be commit hash: 4a17160977f178d3da27f23028ade9dc17eb60be 4a17160
10:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: 045bd05313355e00fb04e05e7da87560ff9df344 commit hash: 045bd05313355e00fb04e05e7da87560ff9df344 commit hash: 045bd05313355e00fb04e05e7da87560ff9df344 commit hash: 045bd05313355e00fb04e05e7da87560ff9df344 045bd05
10:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-sqlite31: Add rubygem-sqlite31 1.7.3 (copied from
rubygem-sqlite3)

- Add PORTSCOUT
commit hash: 083eb0a0a004778655721d485c3d7c7c2f9ff9f4 commit hash: 083eb0a0a004778655721d485c3d7c7c2f9ff9f4 commit hash: 083eb0a0a004778655721d485c3d7c7c2f9ff9f4 commit hash: 083eb0a0a004778655721d485c3d7c7c2f9ff9f4 083eb0a
Monday, 27 May 2024
16:04 Joel Bodenmann (jbo) search for other commits by this committer Author: Lexi Winter
databases/prometheus-postgres-exporter: New port

PostgreSQL metric exporter for Prometheus.

PR:			276996
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D44888
commit hash: d387fce6b513cdb86d73cf8b7ab3e7ce6a3c3a97 commit hash: d387fce6b513cdb86d73cf8b7ab3e7ce6a3c3a97 commit hash: d387fce6b513cdb86d73cf8b7ab3e7ce6a3c3a97 commit hash: d387fce6b513cdb86d73cf8b7ab3e7ce6a3c3a97 d387fce
Friday, 24 May 2024
16:15 Jochen Neumeister (joneum) search for other commits by this committer
databases/mysql84-{server|client}: add new Ports

Welcome MySQL 8.4

What is new in MySQL8.4 since MySQL 8.0:
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html

HINT: MySQL8.2+ supports only 64-bit platforms!!!

special thanks for the majority of the work on this port: samm aka Alex
S.
commit hash: 3c10befc00dadfb8ff0db2e9016ef092df855345 commit hash: 3c10befc00dadfb8ff0db2e9016ef092df855345 commit hash: 3c10befc00dadfb8ff0db2e9016ef092df855345 commit hash: 3c10befc00dadfb8ff0db2e9016ef092df855345 3c10bef
Thursday, 23 May 2024
22:14 Dave Cottlehuber (dch) search for other commits by this committer Author: Dmitry Wagin
databases/foundationdb*: split, update to 7.1.59 & 7.3.41

Update FoundationDB to both main supported versions, and also split
between server and client builds for convenience.

PR:		277262
Reviewed by:	dch
Sponsored by:	SkunkWerks, GmbH
commit hash: 3dc4928b6c995e22f199f7b9a1bdb5247d8d7a10 commit hash: 3dc4928b6c995e22f199f7b9a1bdb5247d8d7a10 commit hash: 3dc4928b6c995e22f199f7b9a1bdb5247d8d7a10 commit hash: 3dc4928b6c995e22f199f7b9a1bdb5247d8d7a10 3dc4928
Wednesday, 22 May 2024
13:57 Dave Cottlehuber (dch) search for other commits by this committer
databases/py-sqlite-migrate: new port: plugin for py-sqlite-utils
commit hash: 6ed889c845902e8eeabdaa629e2704b9704f6edd commit hash: 6ed889c845902e8eeabdaa629e2704b9704f6edd commit hash: 6ed889c845902e8eeabdaa629e2704b9704f6edd commit hash: 6ed889c845902e8eeabdaa629e2704b9704f6edd 6ed889c
Sunday, 19 May 2024
17:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dbf4: Add rubygem-dbf4 4.3.2 (copied from rubygem-dbf)

- Add PORTSCOUT
commit hash: d69d62b4ab9d3474825ae13d7176734cc44b421a commit hash: d69d62b4ab9d3474825ae13d7176734cc44b421a commit hash: d69d62b4ab9d3474825ae13d7176734cc44b421a commit hash: d69d62b4ab9d3474825ae13d7176734cc44b421a d69d62b
17:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlite-anyio: Add py-sqlite-anyio 0.2.0

sqlite-anyio provides asynchronous client for SQLite using AnyIO.
commit hash: 73cd7f1458580377e83d329ae6ea13e857bd60f3 commit hash: 73cd7f1458580377e83d329ae6ea13e857bd60f3 commit hash: 73cd7f1458580377e83d329ae6ea13e857bd60f3 commit hash: 73cd7f1458580377e83d329ae6ea13e857bd60f3 73cd7f1
Thursday, 16 May 2024
06:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-microscope: Add rubygem-microscope 1.1.1

Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
attributes.
commit hash: be96f1b09f379899503ddc853023d42c1c88121b commit hash: be96f1b09f379899503ddc853023d42c1c88121b commit hash: be96f1b09f379899503ddc853023d42c1c88121b commit hash: be96f1b09f379899503ddc853023d42c1c88121b be96f1b
Sunday, 12 May 2024
10:01 Gleb Popov (arrowd) search for other commits by this committer
Linuxulator ports: Introduce Rocky Linux 9.

Sponsored by:	Serenity Cybersecurity, LLC
Co-authored-by:	Dima Panov <fluffy@FreeBSD.org>
commit hash: 5aa75e1ca0fca26372479bd36773428e2c24f1e4 commit hash: 5aa75e1ca0fca26372479bd36773428e2c24f1e4 commit hash: 5aa75e1ca0fca26372479bd36773428e2c24f1e4 commit hash: 5aa75e1ca0fca26372479bd36773428e2c24f1e4 5aa75e1
Tuesday, 30 Apr 2024
20:26 Rene Ladan (rene) search for other commits by this committer
databases/pgsphere: Remove expired port

2024-04-30 databases/pgsphere: The repository has been archived by the owner on
2023-08-09 and is inactive for almost 4.5 years
commit hash: 1a0dbc7183d57b08fc54d46ec9d3a361bb042505 commit hash: 1a0dbc7183d57b08fc54d46ec9d3a361bb042505 commit hash: 1a0dbc7183d57b08fc54d46ec9d3a361bb042505 commit hash: 1a0dbc7183d57b08fc54d46ec9d3a361bb042505 1a0dbc7
Saturday, 6 Apr 2024
16:17 Vladimir Druzenko (vvd) search for other commits by this committer
databases/p5-DBD-mysql4: add port to databases/Makefile

databases/p5-DBD-mysql4 added in 95f49cb3b54aa5c685fb3ea73aaf1be76af6111

PR:		277889 275100
Approved by:	flo, arrowd (mentor, implicit)
commit hash: 7dba254f0765eae5aaec87579cc1e1779fd8defe commit hash: 7dba254f0765eae5aaec87579cc1e1779fd8defe commit hash: 7dba254f0765eae5aaec87579cc1e1779fd8defe commit hash: 7dba254f0765eae5aaec87579cc1e1779fd8defe 7dba254
14:42 Nuno Teixeira (eduardo) search for other commits by this committer Author: Einar Bjarni Halldórsson
databases/R-cran-dbplyr: New port: 'dplyr' Back End for Databases

- Submitter becomes maintainer

A 'dplyr' back end for databases that allows you to work with remote database
tables as if they are in-memory data frames. Basic features works with any
database that has a 'DBI' back end; more advanced features require 'SQL'
translation to be provided by the package author.

WWW: https://dbplyr.tidyverse.org/

Differential Revision:	https://reviews.freebsd.org/D43735
commit hash: 10abd882d5ad365b16dcda616c31d09d2fcd192e commit hash: 10abd882d5ad365b16dcda616c31d09d2fcd192e commit hash: 10abd882d5ad365b16dcda616c31d09d2fcd192e commit hash: 10abd882d5ad365b16dcda616c31d09d2fcd192e 10abd88
14:42 Nuno Teixeira (eduardo) search for other commits by this committer Author: Einar Bjarni Halldórsson
databases/R-cran-dtplyr: New port: Data Table Back-End for 'dplyr'

- Submitter becomes maintainer

Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you
to write 'dplyr' code that is automatically translated to the equivalent, but
usually much faster, data.table code.

WWW: https://dtplyr.tidyverse.org/

Differential Revision:	https://reviews.freebsd.org/D43735
commit hash: 340d72381df973bcf7c61486b4a5945f60e7433b commit hash: 340d72381df973bcf7c61486b4a5945f60e7433b commit hash: 340d72381df973bcf7c61486b4a5945f60e7433b commit hash: 340d72381df973bcf7c61486b4a5945f60e7433b 340d723
Friday, 5 Apr 2024
14:57 Ryan Steinmetz (zi) search for other commits by this committer
databases/percona-orchestrator: new port!

Orchestrator is a replication topology manager for MySQL.

Features include:

* The topology and status of the replication tree is automatically detected
  and monitored.
* Either a GUI, CLI or API can be used to check the status and perform
  operations.
* Supports automatic failover of the master, and the replication tree can
  be fixed when servers in the tree fail - either manually or automatically.
* It is not dependent on any specific version or flavor of MySQL (MySQL,
  Percona Server, MariaDB or even MaxScale binlog servers).
* Orchestrator supports many different types of topologies, from a single
  master -> slave  to complex multi-layered replication trees consisting of
  hundreds of servers.
* Orchestrator can make topology changes and will do so based on the state
  at that moment; it does not require a configuration to be defined with what
  corresponds to the database topology.
* The GUI is not only there to report the status - one of the cooler things
  you can do is change replication just by doing a drag and drop in the web
  interface (of course you can do this and much more through the CLI and API
  as well).
commit hash: 7a832ca25a64b0700c75b982c42fe2c649444842 commit hash: 7a832ca25a64b0700c75b982c42fe2c649444842 commit hash: 7a832ca25a64b0700c75b982c42fe2c649444842 commit hash: 7a832ca25a64b0700c75b982c42fe2c649444842 7a832ca
Tuesday, 2 Apr 2024
20:09 Oleksii Samorukov (samm) search for other commits by this committer
databases/xtrabackup: Remove expired port
commit hash: aa56751deb161daa6df82b93a61f4f6fc20d67c5 commit hash: aa56751deb161daa6df82b93a61f4f6fc20d67c5 commit hash: aa56751deb161daa6df82b93a61f4f6fc20d67c5 commit hash: aa56751deb161daa6df82b93a61f4f6fc20d67c5 aa56751
19:52 Oleksii Samorukov (samm) search for other commits by this committer
databases/xtrabackup81: New port: xtrabackup 8.1

setting maintainer email to Eugene as aligned in the email
conversation.
commit hash: e8017b636faf34ffaac9f68ad2cfc31b3cf5390e commit hash: e8017b636faf34ffaac9f68ad2cfc31b3cf5390e commit hash: e8017b636faf34ffaac9f68ad2cfc31b3cf5390e commit hash: e8017b636faf34ffaac9f68ad2cfc31b3cf5390e e8017b6
07:13 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/valkey: Add new port

Add databases/valkey, High-performance data structure server that
primarily serves key/value workloads.
commit hash: a08336423d727103442208c74633a2f01aacdb74 commit hash: a08336423d727103442208c74633a2f01aacdb74 commit hash: a08336423d727103442208c74633a2f01aacdb74 commit hash: a08336423d727103442208c74633a2f01aacdb74 a083364
Sunday, 31 Mar 2024
20:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-redis-namespace19: Remove obsoleted port

Use databases/rubygem-redis-namespace instead.
commit hash: 015a1af2dc9b7144b2c685e84121b61bc92107eb commit hash: 015a1af2dc9b7144b2c685e84121b61bc92107eb commit hash: 015a1af2dc9b7144b2c685e84121b61bc92107eb commit hash: 015a1af2dc9b7144b2c685e84121b61bc92107eb 015a1af
Friday, 29 Mar 2024
16:23 Ryan Steinmetz (zi) search for other commits by this committer
databases/proxysql: New port!

ProxySQL is a high performance, high availability, protocol aware proxy for
MySQL and forks (like Percona Server and MariaDB).

With its ability to intelligently route queries, balance loads, and provide
failover handling, ProxySQL empowers organizations to harness the full
potential of their database infrastructure. Whether grappling with
scalability challenges, striving to enhance performance, or seeking to
ensure high availability, ProxySQL emerges as a versatile ally, capable of
addressing diverse needs across various database environments.

WWW: https://www.proxysql.com/
commit hash: e0cf1d89c0ea475fdaf82dfce2d27c23b743dd3d commit hash: e0cf1d89c0ea475fdaf82dfce2d27c23b743dd3d commit hash: e0cf1d89c0ea475fdaf82dfce2d27c23b743dd3d commit hash: e0cf1d89c0ea475fdaf82dfce2d27c23b743dd3d e0cf1d8
Wednesday, 27 Mar 2024
06:06 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: new ports required for version 16.10
commit hash: 85abe3a1608c05a09aff7519df849564079902e8 commit hash: 85abe3a1608c05a09aff7519df849564079902e8 commit hash: 85abe3a1608c05a09aff7519df849564079902e8 commit hash: 85abe3a1608c05a09aff7519df849564079902e8 85abe3a
Tuesday, 12 Mar 2024
19:42 Mateusz Piotrowski (0mp) search for other commits by this committer Author: Xavier Beaudouin
databases/ldb25: Add port, needed for noldb flavor of Samba

Sponsored by:		Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D43748
commit hash: fcceba49c9c175ecd36f7bb04c4aac822b283589 commit hash: fcceba49c9c175ecd36f7bb04c4aac822b283589 commit hash: fcceba49c9c175ecd36f7bb04c4aac822b283589 commit hash: fcceba49c9c175ecd36f7bb04c4aac822b283589 fcceba4
Saturday, 9 Mar 2024
14:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-flask-sqlalchemy30: Add py-flask-sqlalchemy30 3.0.3 (copied from
py-flask-sqlalchemy)

- Add PORTSCOUT
commit hash: 01e96ccc9a10b84f0c052786e660bd314b0a6bf8 commit hash: 01e96ccc9a10b84f0c052786e660bd314b0a6bf8 commit hash: 01e96ccc9a10b84f0c052786e660bd314b0a6bf8 commit hash: 01e96ccc9a10b84f0c052786e660bd314b0a6bf8 01e96cc
Thursday, 29 Feb 2024
19:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-45: 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.5.X series of the port.

WWW: https://pgpool.net
commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911 commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911 commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911 commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911 6741435
Thursday, 22 Feb 2024
09:35 Eugene Grosbein (eugen) search for other commits by this committer
databases/xtrabackup80: renamed from databases/xtrabackup8 and updated

The port databases/xtrabackup8 upgraded to version 8.0.35-30
and renamed to databases/xtrabackup80 in preparation for upcoming
incompatible branch databases/xtrabackup81, to avoid confusion.

Drop unused dependency on libncurses.

The update based on maintainer's submittion.

PR:             277088
Tested by:	Eugene M. Zheganin (maintainer)
Approved by:	Eugene M. Zheganin (maintainer)
commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 147efd9
Sunday, 18 Feb 2024
21:21 Yuri Victorovich (yuri) search for other commits by this committer
databases/greptimedb: New port: Open-source, cloud-native, distributed
time-series database

The RC script is to follow.
commit hash: 2bb654a8e610a70c8493b90168a75f4e3a879bc6 commit hash: 2bb654a8e610a70c8493b90168a75f4e3a879bc6 commit hash: 2bb654a8e610a70c8493b90168a75f4e3a879bc6 commit hash: 2bb654a8e610a70c8493b90168a75f4e3a879bc6 2bb654a
Wednesday, 14 Feb 2024
22:33 Yuri Victorovich (yuri) search for other commits by this committer
databases/py-sqlcipher3: New port: Python 3 bindings for SQLCipher
commit hash: 49039a7d9687be83bc3803205fd7e6ce2077c5ad commit hash: 49039a7d9687be83bc3803205fd7e6ce2077c5ad commit hash: 49039a7d9687be83bc3803205fd7e6ce2077c5ad commit hash: 49039a7d9687be83bc3803205fd7e6ce2077c5ad 49039a7
Tuesday, 6 Feb 2024
20:31 Torsten Zuehlsdorff (tz) search for other commits by this committer
databases/pg_vector: Rename to match upstream and fix license

  Also split DISTVERSION into PORTVERSION and DISTVERSIONPREFIX

PR:		276846
Reported by:	Andrew Kane <andrew@ankane.org>
commit hash: 65494cab7b3d95c81e99957fc49e6f7e8e9a9b4d commit hash: 65494cab7b3d95c81e99957fc49e6f7e8e9a9b4d commit hash: 65494cab7b3d95c81e99957fc49e6f7e8e9a9b4d commit hash: 65494cab7b3d95c81e99957fc49e6f7e8e9a9b4d 65494ca
Thursday, 25 Jan 2024
20:35 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/isql-viewer: Remove expired port

2024-01-24 databases/isql-viewer: Requires old mysql versions and last upstream
release was in 2004
commit hash: 7de8f482d2672997b7f610c768d40b43f3417795 commit hash: 7de8f482d2672997b7f610c768d40b43f3417795 commit hash: 7de8f482d2672997b7f610c768d40b43f3417795 commit hash: 7de8f482d2672997b7f610c768d40b43f3417795 7de8f48
Sunday, 21 Jan 2024
11:56 Rene Ladan (rene) search for other commits by this committer
databases/qt5-sqldrivers-ibase: Remove expired port

2024-01-21 databases/qt5-sqldrivers-ibase: No fix with the oldest Firebird and
BROKEN around 1 year
commit hash: 26b5d440b21ac684fd1edcbf0ff337723ea2d31d commit hash: 26b5d440b21ac684fd1edcbf0ff337723ea2d31d commit hash: 26b5d440b21ac684fd1edcbf0ff337723ea2d31d commit hash: 26b5d440b21ac684fd1edcbf0ff337723ea2d31d 26b5d44
Wednesday, 17 Jan 2024
21:42 Yuri Victorovich (yuri) search for other commits by this committer
databases/surrealdb: New port: Scalable, distributed, collaborative,
document-graph database
commit hash: 4893564820776531ba152dd47401088d5f6f35a3 commit hash: 4893564820776531ba152dd47401088d5f6f35a3 commit hash: 4893564820776531ba152dd47401088d5f6f35a3 commit hash: 4893564820776531ba152dd47401088d5f6f35a3 4893564
Friday, 5 Jan 2024
15:25 Antoine Brodin (antoine) search for other commits by this committer
databases/rubygem-ruby-mysql: new port

ruby-mysql is a MySQL client library.  It is written entirely in Ruby.
commit hash: cf89f76d5f01fe8feb1350f68f822dc9d07682b6 commit hash: cf89f76d5f01fe8feb1350f68f822dc9d07682b6 commit hash: cf89f76d5f01fe8feb1350f68f822dc9d07682b6 commit hash: cf89f76d5f01fe8feb1350f68f822dc9d07682b6 cf89f76
Wednesday, 3 Jan 2024
13:58 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: add new ports required for 16.7
commit hash: d4a2cc3cca9e7f618cc55b1b9db0eb97cd41e8b2 commit hash: d4a2cc3cca9e7f618cc55b1b9db0eb97cd41e8b2 commit hash: d4a2cc3cca9e7f618cc55b1b9db0eb97cd41e8b2 commit hash: d4a2cc3cca9e7f618cc55b1b9db0eb97cd41e8b2 d4a2cc3
Sunday, 31 Dec 2023
08:53 Yuri Victorovich (yuri) search for other commits by this committer
databases/sqlx-cli: New port: Rust SQL Toolkit with support for PostgreSQL,
MySQL, SQLite, MSSQL
commit hash: 2dc6d2832148ffb76b902d781af8bc3aea9ed398 commit hash: 2dc6d2832148ffb76b902d781af8bc3aea9ed398 commit hash: 2dc6d2832148ffb76b902d781af8bc3aea9ed398 commit hash: 2dc6d2832148ffb76b902d781af8bc3aea9ed398 2dc6d28
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php80: Sunset
commit hash: beced896adede7791902c084864668404d24aa46 commit hash: beced896adede7791902c084864668404d24aa46 commit hash: beced896adede7791902c084864668404d24aa46 commit hash: beced896adede7791902c084864668404d24aa46 beced89
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/postgresql11: Sunset
commit hash: bbd8259de39f261bcd44716957c77536b3648bd6 commit hash: bbd8259de39f261bcd44716957c77536b3648bd6 commit hash: bbd8259de39f261bcd44716957c77536b3648bd6 commit hash: bbd8259de39f261bcd44716957c77536b3648bd6 bbd8259
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mysql57-*: Remove expired port
commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da e716c4e
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-40: Remove expired port

2023-12-31 databases/pgpool-II-40: Upstream EOL reaches on 2023-12-31
commit hash: 24f01fff6706bda8f34fda69ca13f1a0acf1b703 commit hash: 24f01fff6706bda8f34fda69ca13f1a0acf1b703 commit hash: 24f01fff6706bda8f34fda69ca13f1a0acf1b703 commit hash: 24f01fff6706bda8f34fda69ca13f1a0acf1b703 24f01ff
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/ateam_mysql57_ldap_auth: Remove expired port

Depends on upstream EOL MySQL 5.7
commit hash: 7b9d7322b69e2d1e9cd4cc41d4803c6469785307 commit hash: 7b9d7322b69e2d1e9cd4cc41d4803c6469785307 commit hash: 7b9d7322b69e2d1e9cd4cc41d4803c6469785307 commit hash: 7b9d7322b69e2d1e9cd4cc41d4803c6469785307 7b9d732
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mysqlwsrep57-server: Remove expired port

Depends on upstream EOL MySQL 5.7.
commit hash: 74b5232a29e953d91f9b0bba4a1e5d6dcdd915cb commit hash: 74b5232a29e953d91f9b0bba4a1e5d6dcdd915cb commit hash: 74b5232a29e953d91f9b0bba4a1e5d6dcdd915cb commit hash: 74b5232a29e953d91f9b0bba4a1e5d6dcdd915cb 74b5232
Saturday, 30 Dec 2023
11:41 Gleb Popov (arrowd) search for other commits by this committer
databases/tarantool2: Attach to the build.

Reported by:	antoine
Fixes:	1251766a70bf28970936cf4dcf7c32b5e519339a
commit hash: 42f0f157aa28ac2bf57a7b238a8ba6650d4a6bc0 commit hash: 42f0f157aa28ac2bf57a7b238a8ba6650d4a6bc0 commit hash: 42f0f157aa28ac2bf57a7b238a8ba6650d4a6bc0 commit hash: 42f0f157aa28ac2bf57a7b238a8ba6650d4a6bc0 42f0f15
Friday, 22 Dec 2023
23:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Jesús Daniel Colmenares Oviedo
databases/adminerevo: New port

AdminerEvo (fork of Adminer) is a full-featured database management tool
written in PHP. Conversely to phpMyAdmin, it consists of a single file
ready to deploy to the target server.

WWW: https://adminerevo.org

PR:		274188
commit hash: 6ae35de7f126fc32bc6290a88ef9cc93ea32bb28 commit hash: 6ae35de7f126fc32bc6290a88ef9cc93ea32bb28 commit hash: 6ae35de7f126fc32bc6290a88ef9cc93ea32bb28 commit hash: 6ae35de7f126fc32bc6290a88ef9cc93ea32bb28 6ae35de
Thursday, 21 Dec 2023
18:39 Yuri Victorovich (yuri) search for other commits by this committer
databases/rqlite: New port: Lightweight, distributed relational database built
on SQLite
commit hash: de06c41c3a6926721dbb97473d8f9a88abe9dd82 commit hash: de06c41c3a6926721dbb97473d8f9a88abe9dd82 commit hash: de06c41c3a6926721dbb97473d8f9a88abe9dd82 commit hash: de06c41c3a6926721dbb97473d8f9a88abe9dd82 de06c41
Monday, 18 Dec 2023
06:54 Jochen Neumeister (joneum) search for other commits by this committer
add databases/mysql81-server and databases/mysql81-client

Welcome MySQL81 to the Port Tree

Special thanks for help: fluffy, both
Sponsored by:	Netzkommune GmbH
commit hash: 7e5dafecce04d97df3963192d41f25984c7e57d2 commit hash: 7e5dafecce04d97df3963192d41f25984c7e57d2 commit hash: 7e5dafecce04d97df3963192d41f25984c7e57d2 commit hash: 7e5dafecce04d97df3963192d41f25984c7e57d2 7e5dafe
Thursday, 14 Dec 2023
05:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-google-cloud-firestore-v1: Add
rubygem-google-cloud-firestore-v1 0.10.0

Ruby Client for the Cloud Firestore V1 API

Accesses the NoSQL document database built for automatic scaling, high
performance, and ease of application development.

Cloud Firestore is a NoSQL document database built for automatic scaling, high
performance, and ease of application development.
commit hash: 66806f0dd5bb6a4014aa6827a5c4ab6dc943278e commit hash: 66806f0dd5bb6a4014aa6827a5c4ab6dc943278e commit hash: 66806f0dd5bb6a4014aa6827a5c4ab6dc943278e commit hash: 66806f0dd5bb6a4014aa6827a5c4ab6dc943278e 66806f0
05:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-google-cloud-firestore: Add rubygem-google-cloud-firestore
2.13.1

Cloud Firestore is a NoSQL document database built for automatic scaling, high
performance, and ease of application development. While the Cloud Firestore
interface has many of the same features as traditional databases, as a NoSQL
database it differs from them in the way it describes relationships between data
objects.
commit hash: 330c4a6f9695691a0482310a1b2ed54cb4af76c8 commit hash: 330c4a6f9695691a0482310a1b2ed54cb4af76c8 commit hash: 330c4a6f9695691a0482310a1b2ed54cb4af76c8 commit hash: 330c4a6f9695691a0482310a1b2ed54cb4af76c8 330c4a6
05:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-google-cloud-datastore-v1: Add
rubygem-google-cloud-datastore-v1 0.14.0

Ruby Client for the Firestore in Datastore mode V1 API

Accesses the schemaless NoSQL database to provide fully managed, robust,
scalable storage for your application.

Firestore in Datastore mode is a NoSQL document database built for automatic
scaling, high performance, and ease of application development.
commit hash: 93fa1e5a20ea4d3f051768b6a131a2168df6f6df commit hash: 93fa1e5a20ea4d3f051768b6a131a2168df6f6df commit hash: 93fa1e5a20ea4d3f051768b6a131a2168df6f6df commit hash: 93fa1e5a20ea4d3f051768b6a131a2168df6f6df 93fa1e5
05:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-google-cloud-datastore: Add rubygem-google-cloud-datastore
2.8.0

google-cloud-datastore is the official library for Google Cloud Datastore.

Google Cloud Datastore is a fully managed, schemaless database for storing
non-relational data. Cloud Datastore automatically scales with your users and
supports ACID transactions, high availability of reads and writes, strong
consistency for reads and ancestor queries, and eventual consistency for all
other queries.
commit hash: a4cc6229998ea91fa4815117408a6dbdf531a722 commit hash: a4cc6229998ea91fa4815117408a6dbdf531a722 commit hash: a4cc6229998ea91fa4815117408a6dbdf531a722 commit hash: a4cc6229998ea91fa4815117408a6dbdf531a722 a4cc622
Friday, 1 Dec 2023
22:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/xapian-bindings12: Remove obsoleted port

Use databases/xapian-bindings instead.
commit hash: fad6a0cf07b54ebc5dd40facca93bcbf857dce99 commit hash: fad6a0cf07b54ebc5dd40facca93bcbf857dce99 commit hash: fad6a0cf07b54ebc5dd40facca93bcbf857dce99 commit hash: fad6a0cf07b54ebc5dd40facca93bcbf857dce99 fad6a0c
22:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/xapian-core12: Remove obsoleted port

Use databases/xapian-core instead.
commit hash: 06de28f28be4e52735751269594da932f1c0e748 commit hash: 06de28f28be4e52735751269594da932f1c0e748 commit hash: 06de28f28be4e52735751269594da932f1c0e748 commit hash: 06de28f28be4e52735751269594da932f1c0e748 06de28f
22:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/p5-Search-Xapian12: Remove obsoleted port

Use databases/p5-Search-Xapian instead.
commit hash: fed0f75d78ec27b6dff8f65310772961b302dc54 commit hash: fed0f75d78ec27b6dff8f65310772961b302dc54 commit hash: fed0f75d78ec27b6dff8f65310772961b302dc54 commit hash: fed0f75d78ec27b6dff8f65310772961b302dc54 fed0f75
Wednesday, 22 Nov 2023
20:29 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis30: Remove expired port

databases/postgis30
commit hash: 2835b93705342861c7c2168ed042b3ab9aaa9d32 commit hash: 2835b93705342861c7c2168ed042b3ab9aaa9d32 commit hash: 2835b93705342861c7c2168ed042b3ab9aaa9d32 commit hash: 2835b93705342861c7c2168ed042b3ab9aaa9d32 2835b93
Sunday, 12 Nov 2023
23:58 Yuri Victorovich (yuri) search for other commits by this committer
databases/goose: New port: Database migration tool
commit hash: 3b08abecd6b604b2840869ad33eb5d0b1a62de42 commit hash: 3b08abecd6b604b2840869ad33eb5d0b1a62de42 commit hash: 3b08abecd6b604b2840869ad33eb5d0b1a62de42 commit hash: 3b08abecd6b604b2840869ad33eb5d0b1a62de42 3b08abe
20:49 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc-*: Merge all units to lang/fpc

- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
  and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
  of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 0b92f92
Monday, 6 Nov 2023
14:29 Torsten Zuehlsdorff (tz) search for other commits by this committer
database/pg_vector: Add missing hook for database/pg_vector in database/Makefile
commit hash: 3c8f5b25e796f3b25fbd847defca804f983a77ab commit hash: 3c8f5b25e796f3b25fbd847defca804f983a77ab commit hash: 3c8f5b25e796f3b25fbd847defca804f983a77ab commit hash: 3c8f5b25e796f3b25fbd847defca804f983a77ab 3c8f5b2
Wednesday, 1 Nov 2023
07:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-globalid-rails71: Add rubygem-globalid-rails71 1.2.1 (copied
from rubygem-globalid-rails70)
commit hash: 619090f6dd1ca4748d5036985d171c19b2233a46 commit hash: 619090f6dd1ca4748d5036985d171c19b2233a46 commit hash: 619090f6dd1ca4748d5036985d171c19b2233a46 commit hash: 619090f6dd1ca4748d5036985d171c19b2233a46 619090f
07:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-activerecord71: Add rubygem-activerecord71 7.1.1

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In the context of an application,
these classes are commonly referred to as models. Models can also be connected
to other models; this is done by defining associations.

Active Record relies heavily on naming in that it uses class and association
names to establish mappings between respective database tables and foreign key
columns. Although these mappings can be defined explicitly, it's recommended to
follow naming conventions, especially when getting started with the library.
commit hash: 1bd0a2378448470bb9211b46664afc7230d428cd commit hash: 1bd0a2378448470bb9211b46664afc7230d428cd commit hash: 1bd0a2378448470bb9211b46664afc7230d428cd commit hash: 1bd0a2378448470bb9211b46664afc7230d428cd 1bd0a23
07:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-activemodel71: Add rubygem-activemodel71 7.1.1

Active Model provides a known set of interfaces for usage in model classes. They
allow for Action Pack helpers to interact with non-Active Record models, for
example. Active Model also helps with building custom ORMs for use outside of
the Rails framework.

Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::API.
commit hash: 2490688ccc7c5064768ef116ca1e8eb650546434 commit hash: 2490688ccc7c5064768ef116ca1e8eb650546434 commit hash: 2490688ccc7c5064768ef116ca1e8eb650546434 commit hash: 2490688ccc7c5064768ef116ca1e8eb650546434 2490688
Wednesday, 25 Oct 2023
18:16 Ryan Steinmetz (zi) search for other commits by this committer
databases/keydb: New port!

KeyDB is a high performance fork of Redis with a focus on multithreading,
memory efficiency, and high throughput. In addition to performance
improvements, KeyDB offers features such as Active Replication, FLASH
Storage and Subkey Expires. KeyDB has a MVCC architecture that allows you
to execute queries such as KEYS and SCAN without blocking the database and
degrading performance.

KeyDB maintains full compatibility with the Redis protocol, modules, and
scripts. This includes the atomicity guarantees for scripts and transactions.
Because KeyDB keeps in sync with Redis development KeyDB is a superset of
Redis functionality, making KeyDB a drop in replacement for existing Redis
deployments.

On the same hardware KeyDB can achieve significantly higher throughput than
Redis. Active-Replication simplifies hot-spare failover allowing you to
easily distribute writes over replicas and use simple TCP based load
balancing/failover. KeyDB's higher performance allows you to do more on less
hardware which reduces operation costs and complexity.

WWW: https://docs.keydb.dev/
commit hash: 11f4c366bf393632b33cf681b1ccb3cc1490d9c4 commit hash: 11f4c366bf393632b33cf681b1ccb3cc1490d9c4 commit hash: 11f4c366bf393632b33cf681b1ccb3cc1490d9c4 commit hash: 11f4c366bf393632b33cf681b1ccb3cc1490d9c4 11f4c36
Sunday, 22 Oct 2023
12:50 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-snowddl: new port

SnowDDL is a declarative-style tool for object management automation in
Snowflake.

It is not intended to replace other tools entirely, but to provide an
alternative approach focused on practical data engineering challenges.

You may find SnowDDL useful if:

- complexity of object schema grows exponentially, and it becomes hard to manage
- your organization maintains multiple Snowflake accounts (dev, stage, prod)
- your organization has multiple developers sharing the same Snowflake account
  and suffering from conflicts
- it is necessary to generate some part of configuration dynamically using
  Python

PR:		274586
Author:    Pat Maddox <pat@patmaddox.com>
commit hash: 2201fe594d5c7790a08f40a630023ea1a2faace7 commit hash: 2201fe594d5c7790a08f40a630023ea1a2faace7 commit hash: 2201fe594d5c7790a08f40a630023ea1a2faace7 commit hash: 2201fe594d5c7790a08f40a630023ea1a2faace7 2201fe5
11:28 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-schemachange: new port

schemachange is a simple python based tool to manage all of your Snowflake
objects. It follows an Imperative-style approach to Database Change Management
(DCM) and was inspired by the Flyway database migration tool. When combined with
a version control system and a CI/CD tool, database changes can be approved and
deployed through a pipeline using modern software delivery practices. As such
schemachange plays a critical role in enabling Database (or Data) DevOps.

PR:		274585
Author:		Pat Maddox <pat@patmaddox.com>
commit hash: a65ea84c048e834e46c0011ff25caeed1c1ad884 commit hash: a65ea84c048e834e46c0011ff25caeed1c1ad884 commit hash: a65ea84c048e834e46c0011ff25caeed1c1ad884 commit hash: a65ea84c048e834e46c0011ff25caeed1c1ad884 a65ea84
09:15 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-dbt-duckdb: new port

dbt-duckdb

DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style
analytics. It is crazy fast and allows you to read and write data stored in CSV,
JSON, and Parquet files directly, without requiring you to load them into the
database first.

dbt is the best way to manage a collection of data transformations written in
SQL or Python for analytics and data science. dbt-duckdb is the project that
ties DuckDB and dbt together, allowing you to create a Modern Data Stack In A
Box or a simple and powerful data lakehouse with Python.

PR:		274584
Author:    Pat Maddox <pat@patmaddox.com>
commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362 commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362 commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362 commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362 ad476a8
08:43 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-dbt-snowflake: new port

The dbt-snowflake package contains all of the code enabling dbt to work with
Snowflake.

PR:		274583
Author:    Pat Maddox <pat@patmaddox.com>
commit hash: 3601989e86ec783801f9ffca5b8374e1757f107b commit hash: 3601989e86ec783801f9ffca5b8374e1757f107b commit hash: 3601989e86ec783801f9ffca5b8374e1757f107b commit hash: 3601989e86ec783801f9ffca5b8374e1757f107b 3601989
08:33 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-dbt-core: new port

dbt enables data analysts and engineers to transform their data using the same
practices that software engineers use to build applications.

Analysts using dbt can transform their data by simply writing select statements,
while dbt handles turning these statements into tables and views in a data
warehouse.

These select statements, or "models", form a dbt project. Models frequently
build on top of one another - dbt makes it easy to manage relationships between
models, and visualize these relationships, as well as assure the quality of your
transformations through testing.

PR:		274582
Author:    Pat Maddox <pat@patmaddox.com>
commit hash: b0ebeff48e5e2dfcf470c59e0c8dfe7041da7d04 commit hash: b0ebeff48e5e2dfcf470c59e0c8dfe7041da7d04 commit hash: b0ebeff48e5e2dfcf470c59e0c8dfe7041da7d04 commit hash: b0ebeff48e5e2dfcf470c59e0c8dfe7041da7d04 b0ebeff
Saturday, 21 Oct 2023
20:32 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-snowflake-connector-python: new port

The Snowflake Connector for Python conforms to the Python DB API 2.0
specification.

The Snowflake Connector for Python provides an interface for developing Python
applications that can connect to Snowflake and perform all standard
operations. It provides a programming alternative to developing applications in
Java or C/C++ using the Snowflake JDBC or ODBC drivers.

The connector has no dependencies on JDBC or ODBC. It can be installed using pip
on Linux, Mac OSX, and Windows platforms where Python 3.8.0 (or higher) is
installed.

PR:		274576
Author:    Pat Maddox <pat@patmaddox.com>
commit hash: 1e97857613486223c16217074e7aa8d212ca375e commit hash: 1e97857613486223c16217074e7aa8d212ca375e commit hash: 1e97857613486223c16217074e7aa8d212ca375e commit hash: 1e97857613486223c16217074e7aa8d212ca375e 1e97857
18:18 Kurt Jaeger (pi) search for other commits by this committer Author: Pat Maddox
databases/py-dbt-semantic-interfaces: new port

dbt-semantic-interfaces contains the shared semantic classes, default
validation, and tests designed to be used by both the dbt-core and MetricFlow
projects. By centralizing these shared resources, we aim to maintain consistency
and reduce code duplication across both projects.

Features:

- Protocols for shared semantic classes: Define the interfaces and common
  attributes that must be implemented by the objects in both projects.
- Validation: Ensure that the objects comply with the expected structure and
  constraints.
- Tests: Ensure that the objects' behavior is consistent and correct across both
  projects.

PR:		274581
Author:		Pat Maddox <pat@patmaddox.com>
commit hash: 433ffc21d6ed48f6da712e477a7820ba37a4ccb0 commit hash: 433ffc21d6ed48f6da712e477a7820ba37a4ccb0 commit hash: 433ffc21d6ed48f6da712e477a7820ba37a4ccb0 commit hash: 433ffc21d6ed48f6da712e477a7820ba37a4ccb0 433ffc2
Friday, 20 Oct 2023
13:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/postgis34: Add new port

Release notes:
- https://postgis.net/2023/08/PostGIS-3.4.0/
commit hash: eca23d3d7b5f5e3fc5496bf673be572267357636 commit hash: eca23d3d7b5f5e3fc5496bf673be572267357636 commit hash: eca23d3d7b5f5e3fc5496bf673be572267357636 commit hash: eca23d3d7b5f5e3fc5496bf673be572267357636 eca23d3
Monday, 16 Oct 2023
15:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-trilogy: Add rubygem-trilogy 2.6.0

Ruby bindings to the Trilogy client library
commit hash: c52ac3c054ce8c30d8fed35ba7ceb2a9125f13c9 commit hash: c52ac3c054ce8c30d8fed35ba7ceb2a9125f13c9 commit hash: c52ac3c054ce8c30d8fed35ba7ceb2a9125f13c9 commit hash: c52ac3c054ce8c30d8fed35ba7ceb2a9125f13c9 c52ac3c
15:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/trilogy: Add trilogy 2.6.0

Trilogy is a client library for MySQL-compatible database servers, designed for
performance, flexibility, and ease of embedding.

It's currently in production use on github.com.

Features:
- Supports the most frequently used parts of the text protocol
  - Handshake
  - Password authentication
  - Query, ping, and quit commands
- Support prepared statements (binary protocol)
- Low-level protocol API completely decoupled from IO
- Non-blocking client API wrapping the protocol API
- Blocking client API wrapping the non-blocking API
- No dependencies outside of POSIX, the C standard library & OpenSSL
- Minimal dynamic allocation
- MIT licensed
commit hash: 833ccb4129f7a9938fea067a2db5f05854d86dab commit hash: 833ccb4129f7a9938fea067a2db5f05854d86dab commit hash: 833ccb4129f7a9938fea067a2db5f05854d86dab commit hash: 833ccb4129f7a9938fea067a2db5f05854d86dab 833ccb4
15:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-activerecord-trilogy-adapter: Add
rubygem-activerecord-trilogy-adapter 3.1.2

Trilogy Adapter is a Ruby on Rails Active Record database adapter for Trilogy, a
client library for MySQL-compatible database servers, designed for performance,
flexibility, and ease of embedding.
commit hash: 70bcccc1e95712084623b45253da8a6fea4df1b1 commit hash: 70bcccc1e95712084623b45253da8a6fea4df1b1 commit hash: 70bcccc1e95712084623b45253da8a6fea4df1b1 commit hash: 70bcccc1e95712084623b45253da8a6fea4df1b1 70bcccc
Sunday, 1 Oct 2023
09:30 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2023-10-01 databases/percona57-pam-for-mysql: Upstream EOL reaches on 2023-10-01
2023-10-01 databases/percona57-server: Upstream EOL reaches on 2023-10-01
2023-10-01 databases/percona57-client: Upstream EOL reaches on 2023-10-01
commit hash: 438a30ec44e27e6c183b085f4a5c6479e1bcbbad commit hash: 438a30ec44e27e6c183b085f4a5c6479e1bcbbad commit hash: 438a30ec44e27e6c183b085f4a5c6479e1bcbbad commit hash: 438a30ec44e27e6c183b085f4a5c6479e1bcbbad 438a30e
09:21 Rene Ladan (rene) search for other commits by this committer
databases/percona-pam-for-mysql: Remove expired port

2023-10-01 databases/percona-pam-for-mysql: Upstream EOL reaches on 2023-10-01
commit hash: 7ba41b9e4e4b3a7b1494c0bd858577c25395efa9 commit hash: 7ba41b9e4e4b3a7b1494c0bd858577c25395efa9 commit hash: 7ba41b9e4e4b3a7b1494c0bd858577c25395efa9 commit hash: 7ba41b9e4e4b3a7b1494c0bd858577c25395efa9 7ba41b9
Saturday, 30 Sep 2023
02:22 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mongodb42: Remove expired port

2023-09-30 databases/mongodb42: Upstream EOL reached on 2023-04-30
commit hash: 517736cd9333f75734ec1507d4408f8f10e8fceb commit hash: 517736cd9333f75734ec1507d4408f8f10e8fceb commit hash: 517736cd9333f75734ec1507d4408f8f10e8fceb commit hash: 517736cd9333f75734ec1507d4408f8f10e8fceb 517736c
02:22 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/redis6: Remove expired port

2023-09-30 databases/redis6: Has reached its EoL. Please migrate to newer
version.
commit hash: 0d94aec254501d4fffcf5c882259de1392b0e2bc commit hash: 0d94aec254501d4fffcf5c882259de1392b0e2bc commit hash: 0d94aec254501d4fffcf5c882259de1392b0e2bc commit hash: 0d94aec254501d4fffcf5c882259de1392b0e2bc 0d94aec
02:22 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mongodb42-tools: Remove expired port

2023-09-30 databases/mongodb42-tools: Upstream EOL reached on 2023-04-30
commit hash: c393e20cc6bde9be3b008c043513399f5f4ad139 commit hash: c393e20cc6bde9be3b008c043513399f5f4ad139 commit hash: c393e20cc6bde9be3b008c043513399f5f4ad139 commit hash: c393e20cc6bde9be3b008c043513399f5f4ad139 c393e20
Monday, 11 Sep 2023
03:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-state_machines-activerecord08: Add
rubygem-state_machines-activerecord08 0.8.0 (copied from
rubygem-state_machines-activerecord)

- Add PORTSCOUT
commit hash: e9258b23fb53864c264b608e26358ae746c973b5 commit hash: e9258b23fb53864c264b608e26358ae746c973b5 commit hash: e9258b23fb53864c264b608e26358ae746c973b5 commit hash: e9258b23fb53864c264b608e26358ae746c973b5 e9258b2
Tuesday, 5 Sep 2023
02:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pyarrow: Add py-pyarrow 13.0.0

Python library for Apache Arrow provides a Python API for functionality provided
by the Arrow C++ libraries, along with tools for Arrow integration and
interoperability with pandas, NumPy, and other software in the Python ecosystem.
commit hash: c4a7f0d29397a9b13ff8e93ea8cc3db45395d377 commit hash: c4a7f0d29397a9b13ff8e93ea8cc3db45395d377 commit hash: c4a7f0d29397a9b13ff8e93ea8cc3db45395d377 commit hash: c4a7f0d29397a9b13ff8e93ea8cc3db45395d377 c4a7f0d
Monday, 4 Sep 2023
09:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-red-plasma: Remove obsoleted port

red-plasma is deprecated since 10.0.0. red-plasma will not be released from
Apache Arrow 12.0.0 or so.
commit hash: 9f60248a5d50d0fe100c6e4a3c9ddeb4184881b8 commit hash: 9f60248a5d50d0fe100c6e4a3c9ddeb4184881b8 commit hash: 9f60248a5d50d0fe100c6e4a3c9ddeb4184881b8 commit hash: 9f60248a5d50d0fe100c6e4a3c9ddeb4184881b8 9f60248
07:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/postgresql16-*: Connect to the build

Approved by:	portmgr (blanket)
commit hash: 678b7f6f620a29951b8d8b8868c2d72b5dc72097 commit hash: 678b7f6f620a29951b8d8b8868c2d72b5dc72097 commit hash: 678b7f6f620a29951b8d8b8868c2d72b5dc72097 commit hash: 678b7f6f620a29951b8d8b8868c2d72b5dc72097 678b7f6
Wednesday, 30 Aug 2023
07:29 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: add new ports required for gitlab-ce 16.3
commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 c8836dc
Sunday, 27 Aug 2023
17:00 Richard Gallamore (ultima) search for other commits by this committer
databases/mysql-connector-j: Renamed and updated to 8.1.0

Starting on 8.0.31, upstream has renamed the port to mysql-connector-j
and the groupId and artifactId has changed to comply with proper naming
guidelines. Please read the changelog for more details.

Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.1/en/news-8-1-0.html
commit hash: 99af02b5255468335cc65fba0c7c9d3e583d5244 commit hash: 99af02b5255468335cc65fba0c7c9d3e583d5244 commit hash: 99af02b5255468335cc65fba0c7c9d3e583d5244 commit hash: 99af02b5255468335cc65fba0c7c9d3e583d5244 99af02b

Number of commits found: 2069 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]