| non port: databases/Makefile |
Number of commits found: 2228 (showing only 100 on this page) |
|
Thursday, 2 Jan 2025
|
16:28 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_cache-rails72: Add rubygem-solid_cache-rails72 1.0.6
(copied from rubygem-solid_cache)
fb7c551 |
16:28 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_cable-rails72: Add rubygem-solid_cable-rails72 3.0.5
(copied from rubygem-solid_cable)
641333a |
16:28 Po-Chuan Hsieh (sunpoet)
databases/rubygem-globalid-rails80: Add rubygem-globalid-rails80 1.2.1 (copied
from rubygem-globalid-rails72)
cd5c08a |
16:28 Po-Chuan Hsieh (sunpoet)
databases/rubygem-activerecord80: Add rubygem-activerecord80 8.0.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.
8e6d376 |
16:27 Po-Chuan Hsieh (sunpoet)
databases/rubygem-activemodel80: Add rubygem-activemodel80 8.0.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.
ddbf1a7 |
|
Wednesday, 1 Jan 2025
|
12:22 Rene Ladan (rene)
databases/pgpool-II-41: Remove expired port
2024-12-31 databases/pgpool-II-41: Upstream EOL reaches on 2024-10-31
5733f04b |
12:09 Rene Ladan (rene)
databases/compass: Remove expired port
2024-12-31 databases/compass: Depends on expired devel/electron29
de57ad9 |
12:08 Rene Ladan (rene)
databases/postgresql12-server: Remove expired port
2024-12-31 databases/postgresql12-server: PostgreSQL-12 is end-of-life
336f72e |
12:06 Rene Ladan (rene)
databases/postgresql12-pgtcl: Remove expired port, PostgreSQL-12 is end-of-life
96a9c19 |
12:03 Rene Ladan (rene)
databases/postgresql12-docs: Remove expired port
2024-12-31 databases/postgresql12-docs: PostgreSQL-12 is end-of-life
b5a711e |
12:01 Rene Ladan (rene)
databases/postgresql12-plpython: Remove expired port
2024-12-31 databases/postgresql12-plpython: PostgreSQL-12 is end-of-life
5439f3a |
12:01 Rene Ladan (rene)
databases/postgresql12-pltcl: Remove expired port
2024-12-31 databases/postgresql12-pltcl: PostgreSQL-12 is end-of-life
8672622 |
12:01 Rene Ladan (rene)
databases/postgresql12-plperl: Remove expired port
2024-12-31 databases/postgresql12-plperl: PostgreSQL-12 is end-of-life
52ef8f1 |
12:01 Rene Ladan (rene)
databases/postgresql12-client: Remove expired port
2024-12-31 databases/postgresql12-client: PostgreSQL-12 is end-of-life
478e566 |
12:00 Rene Ladan (rene)
databases/postgresql12-contrib: Remove expired port
2024-12-31 databases/postgresql12-contrib: PostgreSQL-12 is end-of-life
f22e3ba |
11:30 Rene Ladan (rene)
databases/ldb22: Remove expired port
2024-12-31 databases/ldb22: Required only by security/sssd, which expires on
2024-12-31
93dc0341 |
11:08 Rene Ladan (rene)
databases/postgis32: Remove expired port
2024-12-31 databases/postgis32: Please use newer versions
aa07cd6 |
|
Tuesday, 31 Dec 2024
|
16:22 Po-Chuan Hsieh (sunpoet)
databases/rubygem-redis52: Remove obsoleted port
Use databases/rubygem-redis instead.
3a1b361 |
16:22 Po-Chuan Hsieh (sunpoet)
databases/rubygem-redis-clustering52: Remove obsoleted port
Use databases/rubygem-redis-clustering instead.
cf30d33 |
16:22 Po-Chuan Hsieh (sunpoet)
databases/rubygem-redis4: Remove obsoleted port
Use databases/rubygem-redis instead.
9a10183 |
16:22 Po-Chuan Hsieh (sunpoet)
databases/py-pgspecial1: Remove obsoleted port
Use databases/py-pgspecial instead.
3e73cc7 |
|
Monday, 23 Dec 2024
|
21:38 Torsten Zuehlsdorff (tz)
databases/pg_incremental: New Port
pg_incremental is a simple extension that helps you do fast, reliable,
incremental batch processing in PostgreSQL.
With pg_incremental, you define a pipeline with a parameterized query. The
pipeline is executed for all existing data when created, and then periodically
executed. If there is new data, the query is executed with parameter values
that
correspond to the new data. Depending on the type of pipeline, the parameters
could reflect a new range of sequence values, a new time range, or a new file.
Sponsored by: P. Variablis GmbH
2d2c756 |
|
Saturday, 30 Nov 2024
|
16:25 Rene Ladan (rene)
databases/vsqlite: Remove expired port
2024-11-30 databases/vsqlite: Abandonware, last release in 2014 and last commit
4 years ago
e51fac9 |
|
Wednesday, 27 Nov 2024
|
02:32 Po-Chuan Hsieh (sunpoet)
databases/py-cymysql: Add py-cymysql 1.0.3
CyMySQL contains a python MySQL client library.
It is a fork project from PyMySQL.
CyMySQL is accerarated by Cython and supports Python versions 2 and 3.
611f412 |
|
Thursday, 21 Nov 2024
|
08:52 Ronald Klop (ronald) Author: Fabien Amelinck
databases/mongosh: new port
Standalone MongoDB Shell replacing deprecated Mongo CLI.
NodeJS doesn't need to be installed.
PR: 279519
31d8a7e |
|
Tuesday, 5 Nov 2024
|
20:55 Palle Girgensohn (girgen)
databases/py-powa-collector: New port
PoWA (PostgreSQL Workload Analyzer) is a performance tool for PostgreSQL
9.4 and newer allowing to collect, aggregate and purge statistics on
multiple PostgreSQL instances from various Stats Extensions.
PoWA-collector is the daemon that gather performance metrics from remote
PostgreSQL instances (optional) on a dedicated repository server.
4f46433 |
|
Thursday, 31 Oct 2024
|
22:19 Rene Ladan (rene)
databases/emacs-sqlite3-api: Remove expired port
2024-10-31 databases/emacs-sqlite3-api: Emacs 29 and later support sqlite3
natively
e53b2ae |
22:17 Rene Ladan (rene)
databases/libmongo-client: Remove expired port
2024-10-31 databases/libmongo-client: Abandonware, upstream removed repo
763d9d5 |
22:16 Rene Ladan (rene)
databases/libpqtypes: Remove expired port
2024-10-31 databases/libpqtypes: Abandonware, upstream is no longer around
a015c34 |
|
Tuesday, 29 Oct 2024
|
00:01 Colin Percival (cperciva)
*/*: Fix INDEX
332c73b |
|
Monday, 28 Oct 2024
|
22:53 Torsten Zuehlsdorff (tz)
databases/pg_cron: New port
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher)
that
runs inside the database as an extension. It uses the same syntax as regular
cron, but it allows you to schedule PostgreSQL commands directly from the
database.
Sponsored by: Bounce Commerce
b3ac13f |
|
Thursday, 24 Oct 2024
|
20:38 Rene Ladan (rene)
databases/rubygem-discard-rails61: Remove expired port
2024-10-24 databases/rubygem-discard-rails61: Ruby on Rails 6.1.x reaches EOL on
2024-10-01
b4749dc |
20:33 Rene Ladan (rene)
databases/rubygem-pghero-rails61: Remove expired port
2024-10-24 databases/rubygem-pghero-rails61: Ruby on Rails 6.1.x reaches EOL on
2024-10-01
f302b88 |
|
Tuesday, 8 Oct 2024
|
01:08 Danilo G. Baio (dbaio)
databases/py-flask-pymongo: New port
PyMongo support for Flask applications
Flask-PyMongo bridges Flask and PyMongo and provides some convenience helpers.
https://flask-pymongo.readthedocs.io/en/latest/
https://pypi.org/project/Flask-PyMongo/
67201db |
|
Friday, 4 Oct 2024
|
19:39 Yuri Victorovich (yuri)
databases/rocksdb-jni: New port: Java (JNI) interface to RocksDB
579b945 |
|
Thursday, 3 Oct 2024
|
09:48 Loïc Bartoletti (lbartoletti)
databases/postgis35: Add PostGIS 3.5.0
New PostGIS Version:
- https://postgis.net/2024/09/PostGIS-3.5.0/
Sponsored by: Oslandia
a88719c |
|
Monday, 30 Sep 2024
|
14:02 Robert Clausecker (fuz) Author: Jesús Daniel Colmenares Oviedo
databases/py-mariadb: New port: Python MariaDB extension
MariaDB Connector/Python enables python programs to access MariaDB
and MySQL databases, using an API which is compliant with the Python
DB API 2.0 (PEP-249). It is written in C and Python and uses MariaDB
Connector/C client library for client server communication.
WWW: https://www.github.com/mariadb-corporation/mariadb-connector-python
PR: 275157
cdee0fd |
13:36 Po-Chuan Hsieh (sunpoet)
databases/py-sqloxide: Add py-sqloxide 0.1.48
sqloxide wraps rust bindings for sqlparser-rs into a python package using pyO3.
The original goal of this project was to have a very fast, efficient, and
accurate SQL parser I could use for building data lineage graphs across large
code bases (think hundreds of auto-generated .sql files). Most existing sql
parsing approaches for python are either very slow or not accurate (especially
in regards to deeply nested queries, sub-selects and/or table aliases). Looking
to the rust community for support, I found the excellent sqlparser-rs crate
which is quite easy to wrap in python code.
c3686ab |
|
Sunday, 22 Sep 2024
|
10:21 Rene Ladan (rene)
databases/ldb21: Remove expired port
2024-09-20 databases/ldb21: Outdated and not necessary for any supported version
of Samba
Event: EuroBSDCon 2024
27e292f |
10:19 Rene Ladan (rene)
databases/ldb20: Remove expired port
2024-09-20 databases/ldb20: Outdated and not necessary for any supported version
of Samba
Event: EuroBSDCon 2024
8750c4b |
|
Wednesday, 18 Sep 2024
|
09:53 Rene Ladan (rene)
databases/ldb15: Remove expired port
2024-09-16 databases/ldb15: Outdated and not necessary for any supported version
of Samba
bb7beaa |
06:13 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_cache: Add rubygem-solid_cache 1.0.6
Solid Cache is a database-backed Active Support cache store that let's you keep
a much larger cache than is typically possible with traditional memory-only
Redis or Memcached stores. This is thanks to the speed of modern SSD drives,
which make the access-time penalty of using disk vs RAM insignificant for most
caching purposes. Simply put, you're now usually better off keeping a huge cache
on disk rather than a small cache in memory.
39f77ea |
06:13 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_queue: Add rubygem-solid_queue 0.9.0
Solid Queue is a DB-based queuing backend for Active Job, designed with
simplicity and performance in mind.
Besides regular job enqueuing and processing, Solid Queue supports delayed jobs,
concurrency controls, recurring jobs, pausing queues, numeric priorities per
job, priorities by queue order, and bulk enqueuing (enqueue_all for Active Job's
perform_all_later).
Solid Queue can be used with SQL databases such as MySQL, PostgreSQL or SQLite,
and it leverages the FOR UPDATE SKIP LOCKED clause, if available, to avoid
blocking and waiting on locks when polling jobs. It relies on Active Job for
retries, discarding, error handling, serialization, or delays, and it's
compatible with Ruby on Rails's multi-threading.
4ac1770 |
06:13 Po-Chuan Hsieh (sunpoet)
databases/rubygem-globalid-rails72: Add rubygem-globalid-rails72 1.2.1
URIs for your models makes it easy to pass references around.
4d88ece |
06:13 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_cable: Add rubygem-solid_cable 3.0.0
Solid Cable is a database-backed Action Cable adapter that keeps messages in a
table and continously polls for updates. This makes it possible to drop the
common dependency on Redis, if it isn't needed for any other purpose. Despite
polling, the performance of Solid Cable is comparable to Redis in most
situations. And in all circumstances, it makes it easier to deploy Rails when
Redis is no longer a required dependency for Action Cable functionality.
88545fc |
06:13 Po-Chuan Hsieh (sunpoet)
databases/rubygem-activemodel72: Add rubygem-activemodel72 7.2.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.
8a46b53 |
06:13 Po-Chuan Hsieh (sunpoet)
databases/rubygem-activerecord72: Add rubygem-activerecord72 7.2.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.
0760163 |
|
Monday, 16 Sep 2024
|
20:14 Robert Clausecker (fuz) Author: Pat Maddox
databases/py-duckdb_engine: new port
Basic SQLAlchemy driver for DuckDB
Once you've installed this package, you should be able to just use it,
as SQLAlchemy does a python path search
WWW: https://github.com/Mause/duckdb_engine
PR: 278138
2c9ec04 |
|
Sunday, 15 Sep 2024
|
20:09 Po-Chuan Hsieh (sunpoet)
databases/py-sqlglotrs: Add py-sqlglotrs 0.2.12
sqlglotrs provides an easily customizable SQL parser and transpiler.
b483c6d |
|
Sunday, 8 Sep 2024
|
18:36 Po-Chuan Hsieh (sunpoet)
databases/rubygem-redis52: Add rubygem-redis52 5.2.0 (copied from rubygem-redis)
- Add PORTSCOUT
b99dfba2 |
18:36 Po-Chuan Hsieh (sunpoet)
databases/rubygem-redis-clustering52: Add rubygem-redis-clustering52 5.2.0
(copied from rubygem-redis-clustering)
- Add PORTSCOUT
d57eec6 |
|
Wednesday, 4 Sep 2024
|
16:10 Oleksii Samorukov (samm)
databases/xtrabackup84: new port to backup MySQL 8.4 database
Based on xtrabackup83 port, with corresponding changes, including:
- usage of bundled boost
- disable build on 32bit platforms (unsupported by vendor)
- new patches from mysql-server84.
1f28cb4 |
|
Monday, 2 Sep 2024
|
19:11 Rene Ladan (rene)
cleanup: Remove expired ports:
2024-09-01 databases/mysql81-server: MySQL 8.1 is not supported by the vendor
and has unfixed vulnerabilies
2024-09-01 databases/mysql81-client: MySQL 8.1 is not supported by the vendor
and has unfixed vulnerabilies
d9574b2 |
|
Sunday, 1 Sep 2024
|
01:00 Jochen Neumeister (joneum)
databases/mysql90-{server|client}: add new Ports
Welcome MySQL 8.4
What is new in MySQL8.4 since MySQL 9.0:
https://dev.mysql.com/doc/refman/9.0/en/mysql-nutshell.html
HINT: MySQL8.4+ supports only 64-bit platforms!!!
Sponsored by: Netzkommune GmbH
83d646c |
|
Friday, 16 Aug 2024
|
02:48 Yasuhiro Kimura (yasu)
databases/redis72: Copy from databases/redis
Copy databases/redis to databases/redis72 as preparation for updating
the former to 7.4.
caa2e54 |
|
Thursday, 15 Aug 2024
|
10:55 Po-Chuan Hsieh (sunpoet)
databases/py-redis4: Remove obsoleted port
Use databases/py-redis instead.
5c38cf8 |
|
Thursday, 8 Aug 2024
|
15:31 Nicola Vitale (nivit)
databases/py-aiosql: Add new port
SQL is code. Write it, version control it, comment it, and run it using files.
Writing your SQL code in Python programs as strings doesn't allow you to easily
reuse them in SQL GUIs or CLI tools like psql. With aiosql you can organize
your SQL statements in .sql files, load them into your python application as
methods to call without losing the ability to use them as you would any other
SQL file.
https://pypi.org/project/aiosql/
9eb6549 |
13:02 Palle Girgensohn (girgen)
databases/postgresql17-*: new ports: Beta of the new major version 17 of
PostgreSQL
Release notes: https://www.postgresql.org/docs/17/release-17.html
7327472 |
|
Sunday, 4 Aug 2024
|
12:51 Rene Ladan (rene)
databases/mongodb44: Remove expired port
2024-07-31 databases/mongodb44: EOL as of February 2024,
https://www.mongodb.com/legal/support-policy/lifecycles
21944ee |
|
Wednesday, 31 Jul 2024
|
08:59 Mateusz Piotrowski (0mp)
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.
1aa6d61 |
|
Sunday, 28 Jul 2024
|
13:15 Muhammad Moinur Rahman (bofh)
*/*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
42db2c3 |
|
Tuesday, 23 Jul 2024
|
15:44 Ronald Klop (ronald)
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/
f2c9ba7 |
11:45 Ronald Klop (ronald) 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
500a61f |
|
Sunday, 21 Jul 2024
|
09:55 Po-Chuan Hsieh (sunpoet)
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.
2c514f7 |
|
Thursday, 18 Jul 2024
|
16:44 Po-Chuan Hsieh (sunpoet)
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.
7fc5c97 |
|
Sunday, 30 Jun 2024
|
09:43 Kurt Jaeger (pi) 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.
e89748e |
|
Monday, 24 Jun 2024
|
21:30 Rene Ladan (rene)
databases/py-sqlalchemy13: Remove expired port
2024-04-30 databases/py-sqlalchemy13: Upstream makred EOL in Release Status
4ab5c80 |
|
Sunday, 16 Jun 2024
|
14:21 Bernard Spil (brnrd)
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.
5a2bb7e |
|
Wednesday, 12 Jun 2024
|
17:13 Ruslan Makhmatkhanov (rm)
./databases/Makefile: remove forgotten tsearch_extra entry
it's a folloup commit for 6eb77efefa31
aaa2736 |
|
Tuesday, 11 Jun 2024
|
17:01 Rene Ladan (rene)
databases/galera: Remove expired port
2024-06-08 databases/galera: Does not build. Superseded by galera26
5ba3757 |
15:30 Rene Ladan (rene)
databases/py-sqlalchemy11: Remove expired port
2024-04-30 databases/py-sqlalchemy11: Upstream makred EOL in Release Status
813ce93 |
15:28 Rene Ladan (rene)
databases/py-sqlalchemy12: Remove expired port
2024-04-30 databases/py-sqlalchemy12: Upstream makred EOL in Release Status
25e1127 |
15:25 Rene Ladan (rene)
databases/py-alembic14: Remove expired port
2024-06-04 databases/py-alembic14: Depends on expired databases/py-sqlalchemy12
0930e64 |
|
Sunday, 9 Jun 2024
|
07:27 Matthias Fechner (mfechner)
databases/rubygem-redis50: Remove expired port
databases/rubygem-redis50
d3b2a982 |
07:08 Matthias Fechner (mfechner)
databases/rubygem-redis-clustering50: Remove expired port
databases/rubygem-redis-clustering50
a3acfce |
|
Tuesday, 4 Jun 2024
|
22:18 Dave Cottlehuber (dch)
databases/pgaccess: revert removal
This reverts commit c7292eb0fa666fb738328675d0d35e6bbcdf323e per
maintainer request. Re-do distinfo with timestamp so it can be
committed.
PR: 277665
5c58c2e |
|
Sunday, 2 Jun 2024
|
22:24 Dave Cottlehuber (dch)
databases/pgaccess: remove abandonware, no maintainer fixes
PR: 277665
c7292eb |
|
Tuesday, 28 May 2024
|
21:20 Po-Chuan Hsieh (sunpoet)
databases/rubygem-flipper-active_record-rails61: Remove obsoleted port
Use databases/rubygem-flipper-active_record instead.
4a17160 |
10:21 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
045bd05 |
10:21 Po-Chuan Hsieh (sunpoet)
databases/rubygem-sqlite31: Add rubygem-sqlite31 1.7.3 (copied from
rubygem-sqlite3)
- Add PORTSCOUT
083eb0a |
|
Monday, 27 May 2024
|
16:04 Joel Bodenmann (jbo) 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
d387fce |
|
Friday, 24 May 2024
|
16:15 Jochen Neumeister (joneum)
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.
3c10bef |
|
Thursday, 23 May 2024
|
22:14 Dave Cottlehuber (dch) 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
3dc4928 |
|
Wednesday, 22 May 2024
|
13:57 Dave Cottlehuber (dch)
databases/py-sqlite-migrate: new port: plugin for py-sqlite-utils
6ed889c |
|
Sunday, 19 May 2024
|
17:15 Po-Chuan Hsieh (sunpoet)
databases/rubygem-dbf4: Add rubygem-dbf4 4.3.2 (copied from rubygem-dbf)
- Add PORTSCOUT
d69d62b |
17:14 Po-Chuan Hsieh (sunpoet)
databases/py-sqlite-anyio: Add py-sqlite-anyio 0.2.0
sqlite-anyio provides asynchronous client for SQLite using AnyIO.
73cd7f1 |
|
Thursday, 16 May 2024
|
06:21 Po-Chuan Hsieh (sunpoet)
databases/rubygem-microscope: Add rubygem-microscope 1.1.1
Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
attributes.
be96f1b |
|
Sunday, 12 May 2024
|
10:01 Gleb Popov (arrowd)
Linuxulator ports: Introduce Rocky Linux 9.
Sponsored by: Serenity Cybersecurity, LLC
Co-authored-by: Dima Panov <fluffy@FreeBSD.org>
5aa75e1 |
|
Tuesday, 30 Apr 2024
|
20:26 Rene Ladan (rene)
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
1a0dbc7 |
|
Saturday, 6 Apr 2024
|
16:17 Vladimir Druzenko (vvd)
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)
7dba254 |
14:42 Nuno Teixeira (eduardo) 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
10abd88 |
14:42 Nuno Teixeira (eduardo) 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
340d723 |
|
Friday, 5 Apr 2024
|
14:57 Ryan Steinmetz (zi)
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).
7a832ca |
|
Tuesday, 2 Apr 2024
|
20:09 Oleksii Samorukov (samm)
databases/xtrabackup: Remove expired port
aa56751 |
19:52 Oleksii Samorukov (samm)
databases/xtrabackup81: New port: xtrabackup 8.1
setting maintainer email to Eugene as aligned in the email
conversation.
e8017b6 |
07:13 Yasuhiro Kimura (yasu)
databases/valkey: Add new port
Add databases/valkey, High-performance data structure server that
primarily serves key/value workloads.
a083364 |
|
Sunday, 31 Mar 2024
|
20:49 Po-Chuan Hsieh (sunpoet)
databases/rubygem-redis-namespace19: Remove obsoleted port
Use databases/rubygem-redis-namespace instead.
015a1af |
|
Friday, 29 Mar 2024
|
16:23 Ryan Steinmetz (zi)
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/
e0cf1d8 |
|
Wednesday, 27 Mar 2024
|
06:06 Matthias Fechner (mfechner)
www/gitlab-ce: new ports required for version 16.10
85abe3a |
|
Tuesday, 12 Mar 2024
|
19:42 Mateusz Piotrowski (0mp) Author: Xavier Beaudouin
databases/ldb25: Add port, needed for noldb flavor of Samba
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D43748
fcceba4 |
Number of commits found: 2228 (showing only 100 on this page) |