| non port: databases/Makefile |
Number of commits found: 2224 (showing only 100 on this page) |
|
Saturday, 29 Nov 2025
|
23:20 Po-Chuan Hsieh (sunpoet)
databases/py-redis6: Add py-redis6 6.4.0 (copied from py-redis)
- Update CONFLICTS_INSTALL
- Add PORTSCOUT
2c6cf39 |
|
Friday, 28 Nov 2025
|
10:39 Muhammad Moinur Rahman (bofh)
databases/pgpool-II-47: 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.7.X branch of pgpool
WWW: https://pgpool.net/
007eee9 |
|
Thursday, 20 Nov 2025
|
12:15 Muhammad Moinur Rahman (bofh)
databases/redis82: New port
This is the redis 8.2.X branch of redis copied from databases/redis in
preparation for upgrading redis to redis 8.4.X branch.
47d75dc |
|
Monday, 17 Nov 2025
|
21:06 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_queue-rails80: Add rubygem-solid_queue-rails80 1.2.4
(copied from rubygem-solid_queue-rails72)
fc183d0 |
21:06 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_cable-rails80: Add rubygem-solid_cable-rails80 3.0.12
(copied from rubygem-solid_cable-rails72)
54423ca |
21:06 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_cache-rails80: Add rubygem-solid_cache-rails80 1.0.8
(copied from rubygem-solid_cache-rails72)
b53b620 |
21:06 Po-Chuan Hsieh (sunpoet)
databases/rubygem-globalid-rails81: Add rubygem-globalid-rails81 1.3.0 (copied
from rubygem-globalid-rails80)
a6cb8ed |
21:06 Po-Chuan Hsieh (sunpoet)
databases/rubygem-activemodel81: Add rubygem-activemodel81 8.1.0
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.
50e23bd |
21:06 Po-Chuan Hsieh (sunpoet)
databases/rubygem-activerecord81: Add rubygem-activerecord81 8.1.0
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.
ffad4e7 |
|
Sunday, 9 Nov 2025
|
09:12 Juraj Lutter (otis)
databases/prisma-engines: Add new port
Add a port of engies for Prisma toolkit.
Sponsored by: resulta.tech
c884d07 |
|
Wednesday, 5 Nov 2025
|
10:23 Po-Chuan Hsieh (sunpoet)
databases/rubygem-red-arrow-flight-sql: Add rubygem-red-arrow-flight-sql 21.0.0
Red Arrow Flight SQL is the Ruby bindings of Apache Arrow Flight SQL. Red Arrow
Flight SQL is based on GObject Introspection.
Apache Arrow Flight SQL is one of Apache Arrow components to interact with SQL
databases using the Apache Arrow in-memory format and Apache Arrow Flight.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Arrow Flight SQL uses Apache Arrow Flight SQL GLib and gobject-introspection
gem to generate Ruby bindings of Apache Arrow Flight SQL.
56255d6 |
|
Saturday, 1 Nov 2025
|
16:40 Daniel Engberg (diizzy)
databases/erlfdb: Remove port
Depends on removed port databases/foundationdb71-client
f83bc80 |
16:40 Daniel Engberg (diizzy)
databases/foundationdb7*: Remove ports
All have been listed as broken since Feb 2025 and no attempts of
fixing these since
60b6fb5 |
11:05 Rene Ladan (rene)
databases/py-pycql: Remove expired port
2025-10-31 databases/py-pycql: Upstream repository has been archived on Aug 31,
2021
314b8c8 |
11:03 Rene Ladan (rene)
databases/mongodb60: Remove expired port
2025-10-30 databases/mongodb60: EOL starting August 2025, see
https://www.mongodb.com/legal/support-policy/lifecycles, please use
databases/mongodb70
a798561 |
|
Monday, 27 Oct 2025
|
15:09 Po-Chuan Hsieh (sunpoet)
databases/py-anysqlite: Add py-anysqlite 0.0.5
Anysqlite provides an async/await interface to the standard sqlite3 library and
supports both trio and asyncio backends using the power of Anyio.
7ed85d1 |
13:43 Muhammad Moinur Rahman (bofh)
databases/valkey8: New port
Valkey is a high-performance data structure server that primarily
serves key/value workloads. It supports a wide range of native
structures and an extensible plugin system for adding new data
structures and access patterns.
WWW: https://valkey.io/
Note that this is the 8.X.X version of valkey which has been added to
upgrade the valkey port to 9.X.X
30dd85c |
|
Sunday, 26 Oct 2025
|
15:28 Jochen Neumeister (joneum)
databases/mysql94-{server|client}: add new Ports
Welcome MySQL 9.4
What is new in MySQL9.4:
https://dev.mysql.com/doc/relnotes/mysql/9.4/en/news-9-4-0.html
MySQL8.4+ supports only 64-bit platforms!
Sponsored by: Netzkommune GmbH
ef1428d |
|
Wednesday, 22 Oct 2025
|
16:23 Matthias Fechner (mfechner)
www/gitlab: security and bugfix update to 18.3.5
Changes: https://about.gitlab.com/releases/2025/10/22/patch-release-gitlab-18-5-1-released/
Security: f741ea93-af61-11f0-98b5-2cf05da270f3
9b4801f |
|
Tuesday, 21 Oct 2025
|
14:39 Bernhard Froehlich (decke) Author: Lukas Engelhardt
databases/pg-safeupdate: Add new port
PostgreSQL extension to block unconditional UPDATE/DELETE
PR: 290229
9588093 |
|
Wednesday, 15 Oct 2025
|
07:36 Hiroki Tagato (tagattie)
databases/py-redisvl: Add port: Python client library and CLI for using Redis as
a vector database
Redis Vector Library (RedisVL) is the production-ready Python client
for AI applications built on Redis. Lightning-fast vector search meets
enterprise-grade reliability.
Built for Modern AI Workloads:
- RAG Pipelines -> Real-time retrieval with hybrid search capabilities
- AI Agents -> Short term & long term memory and semantic routing for
intent-based decisions
- Recommendation Systems -> Fast retrieval and reranking
WWW: https://github.com/redis/redis-vl-python
f6f3494 |
07:36 Hiroki Tagato (tagattie)
databases/py-prisma: Add port: Type-safe database access for Python
Prisma Client Python is a next-generation ORM built on top of Prisma
that has been designed from the ground up for ease of use and
correctness.
Prisma is a TypeScript ORM with zero-cost type safety for your
database, although don't worry, Prisma Client Python interfaces with
Prisma using Rust, you don't need Node or TypeScript.
Prisma Client Python can be used in any Python backend
application. This can be a REST API, a GraphQL API or anything else
that needs a database.
WWW: https://github.com/RobertCraigie/prisma-client-py
Note:
Although the upstream repository has been archived, this port is
needed by LLM proxy functions of misc/py-litellm, which is in
preparation.
55b0ec1 |
|
Wednesday, 8 Oct 2025
|
22:15 Hiroki Tagato (tagattie) Author: Paavo-Einari Kaipila
databases/tkrzw-python: new port: Python interface for Tkrzw, successor of Kyoto
Cabinet
Python interface for Tkrzw library implementing DBM with various
algorithms. Tkrzw features high degrees of performance, concurrency,
scalability and durability.
Tkrzw is a successor of Kyoto Cabinet.
WWW: https://dbmx.net/tkrzw/
PR: 289951
Reported by: Paavo-Einari Kaipila <pkaipila@gmail.com> (new maintainer)
4d67b17 |
22:12 Hiroki Tagato (tagattie) Author: Paavo-Einari Kaipila
databases/tkrzw: new port: Set of implementations of DBM, successor of Kyoto
Cabinet
Tkrzw is a C++ library implementing DBM with various algorithms. It
features high degrees of performance, concurrency, scalability and
durability.
Tkrzw is a successor of Kyoto Cabinet.
WWW: https://dbmx.net/tkrzw/
PR: 289951
Reported by: Paavo-Einari Kaipila <pkaipila@gmail.com> (new maintainer)
e2324e7 |
|
Monday, 22 Sep 2025
|
08:51 Jimmy Olgeni (olgeni)
databases/pgschema: Add new port
pgschema is a Terraform-style, declarative schema migration workflow for
PostgreSQL databases. It enables you to manage database schema changes
through code with a declarative approach that tracks schema state and applies
only necessary changes.
Supports PostgreSQL versions 14, 15, 16, and 17.
WWW: https://github.com/pgschema/pgschema
ae09fb5 |
|
Sunday, 14 Sep 2025
|
10:31 Juraj Lutter (otis)
databases/py-qdrant-client: Add new port
Add py-qdrant-client, a client library and SDK for the Qdrant
vector search engine.
Sponsored by: resulta.tech
8da146f |
|
Friday, 12 Sep 2025
|
01:43 Vanilla I. Shu (vanilla)
databases/pgactive: add new ports.
it's aws' active-active replication extension for postgresql.
7e86a0d |
|
Tuesday, 9 Sep 2025
|
19:16 Rene Ladan (rene)
databases/redisdesktopmanager: Remove expired port
2025-09-08 databases/redisdesktopmanager: RedisDesktopManager is no longer
maintained upstream as the project has been replaced by RedisInsight
299d21b |
19:16 Rene Ladan (rene)
databases/adminerevo: Remove expired port
2025-09-08 databases/adminerevo: Abandoned upstream, repo archived Jan 24, 2025
4b01676 |
|
Monday, 1 Sep 2025
|
17:22 Rene Ladan (rene)
databases/emacsql-devel: Remove expired port
2025-08-31 databases/emacsql-devel: Use databases/emacsql instead
6b9dcc0 |
17:21 Rene Ladan (rene)
databases/closql-devel: Remove expired port
2025-08-31 databases/closql-devel: Use databases/closql instead
3063996 |
|
Friday, 29 Aug 2025
|
09:06 Hiroki Tagato (tagattie)
databases/py-sqlmodel: add port: SQL databases in Python, designed for
simplicity, compatibility, and robustness
SQLModel is a library for interacting with SQL databases from Python
code, with Python objects. It is designed to be intuitive, easy to
use, highly compatible, and robust.
SQLModel is based on Python type annotations, and powered by Pydantic
and SQLAlchemy.
The key features are:
- Intuitive to write: Great editor support. Completion
everywhere. Less time debugging. Designed to be easy to use and
learn. Less time reading docs.
- Easy to use: It has sensible defaults and does a lot of work
underneath to simplify the code you write.
- Compatible: It is designed to be compatible with FastAPI, Pydantic,
and SQLAlchemy.
- Extensible: You have all the power of SQLAlchemy and Pydantic
underneath.
- Short: Minimize code duplication. A single type annotation does a
lot of work. No need to duplicate models in SQLAlchemy and Pydantic.
WWW: https://sqlmodel.tiangolo.com/
70dd655 |
|
Tuesday, 26 Aug 2025
|
16:44 Mateusz Piotrowski (0mp)
databases/tdb1413: Update to 1.4.13
- Lint with portclippy and portfmt.
- Remove unnecessary NO_COLOR-related settings. It is not clear what the
purpose of those really is nowadays.
- Update CONFLICTS_INSTALL in databases/tdb1410.
PR: 287985
Reported by: Andrej Ebert <andrej@ebert.su>
Sponsored by: Klara, Inc.
7b76462 |
|
Sunday, 24 Aug 2025
|
10:28 Yuri Victorovich (yuri)
databases/weaviate: New port: Vector database that stores both objects and
vectors
4052701 |
|
Thursday, 21 Aug 2025
|
08:34 Muhammad Moinur Rahman (bofh)
databases/mysql-connector-odbc: New port
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL
databases.
Please note that this port is the successor of mysql-connector-odbc-80.
The older port is no longer required as the older port was mysql version
agnostic which is no longer the case with the connector ODBC. The older
port has been removed in this same commit and relevant MOVED entry has
been added. The new port also supports differet flavors of ODBC engines.
The default flavor is unisodbc which is backed by unixODBC engine and the
other iodbc backed by iodbc engine.
WWW: https://www.mysql.com/
1333fc6 |
02:45 Matthias Fechner (mfechner)
www/gitlab: added new ports required for 18.3
a3fb271 |
|
Sunday, 17 Aug 2025
|
22:49 Daniel Engberg (diizzy) Author: Walker Riggs Thompson
databases/fmptools: New port: Utility for converting FileMaker Pro databases
Utility for converting databases created with the proprietary
FileMaker Pro software to various formats (XLSX, SQLite, JSON)
PR: 288330
cba4b65 |
|
Tuesday, 12 Aug 2025
|
18:15 Po-Chuan Hsieh (sunpoet)
databases/rubygem-pg-gitlab: Add rubygem-pg-gitlab 1.5.9 (copied from
rubygem-pg)
- Add PORTSCOUT
1c50be5 |
|
Saturday, 9 Aug 2025
|
10:23 Bernard Spil (brnrd)
databases/mariadb105-server: Delete, upstream EoL
5370d46 |
09:09 Muhammad Moinur Rahman (bofh)
databases/redis80: New port
This is the 8.0.X series of redis
Redis is an open source, advanced key-value store. It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.
You can run atomic operations on these types, like appending to a
string; incrementing the value in a hash; pushing to a list; computing
set intersection, union and difference; or getting the member with
highest ranking in a sorted set.
In order to achieve its outstanding performance, Redis works with an
in-memory dataset. Depending on your use case, you can persist it
either by dumping the dataset to disk every once in a while, or by
appending each command to a log.
Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.
WWW: https://redis.io/
3e5466c |
|
Tuesday, 5 Aug 2025
|
19:36 Rene Ladan (rene)
databases/pear-DoctrineCommon: Remove expired port
2025-08-04 databases/pear-DoctrineCommon: Upstream no longer serves through PEAR
channel and has been moved to Composer
de37b00 |
06:54 Loïc Bartoletti (lbartoletti)
databases/postgis36: Add new port
358fbef |
|
Monday, 4 Aug 2025
|
13:34 Rene Ladan (rene)
databases/pear-DoctrineDBAL: Remove expired port
2025-08-03 databases/pear-DoctrineDBAL: Upstream no longer serves through PEAR
channel and has been moved to Composer
d66982a |
|
Sunday, 3 Aug 2025
|
16:40 Vladimir Druzenko (vvd) Author: Martin Filla
databases/dbeaver: New port: Free universal database tool and SQL client
Free multi-platform database tool for developers, SQL programmers,
database administrators and analysts.
* Has a lot of features including schema editor, SQL editor, data
editor, AI integration, ER diagrams, data export/import/migration,
SQL execution plans, database administration tools, database
dashboards, Spatial data viewer, proxy and SSH tunnelling, custom
database drivers editor, etc.
* Out of the box supports more than 100 database drivers.
* Supports any database which has JDBC or ODBC driver (basically -
almost all existing databases).
PR: 288628
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
8b4d8b8 |
|
Saturday, 2 Aug 2025
|
09:53 Rene Ladan (rene)
databases/rrdtool12: Remove expired port
2025-07-31 databases/rrdtool12: Legacy version that's unsupported upstream and
unfetchable
bda8e6f |
|
Thursday, 31 Jul 2025
|
10:32 Rene Ladan (rene)
databases/mongodb50: Remove expired port
2025-07-30 databases/mongodb50: EOL from October 2024, see
https://www.mongodb.com/legal/support-policy/lifecycles, please use
databases/mongodb60
2865687 |
|
Friday, 25 Jul 2025
|
15:52 Vladimir Druzenko (vvd) Author: Dan
databases/mariadb-java-client: New port: MariaDB JDBC driver for Java
applications (precompiled .jar)
The MariaDB java connector is a JDBC 4.2 compatible driver, used to
connect applications developed in Java to MariaDB and MySQL databases.
PR: 288358
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
bd9871b |
07:24 Baptiste Daroussin (bapt)
databases/libgdamm5: remove
libgdamm5 is depending on gnome components not supported anymore
and has no consumers in the ports tree.
815623f |
|
Wednesday, 23 Jul 2025
|
07:23 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
734af58 |
07:23 Po-Chuan Hsieh (sunpoet)
databases/py-datafusion: Add py-datafusion 48.0.0
This is a Python library that binds to Apache Arrow in-memory query engine
DataFusion.
DataFusion's Python bindings can be used as a foundation for building new data
systems in Python. Here are some examples:
- Dask SQL uses DataFusion's Python bindings for SQL parsing, query planning,
and logical plan optimizations, and then transpiles the logical plan to Dask
operations for execution.
- DataFusion Ballista is a distributed SQL query engine that extends
DataFusion's Python bindings for distributed use cases.
- DataFusion Ray is another distributed query engine that uses DataFusion's
Python bindings.
31425e7 |
|
Saturday, 19 Jul 2025
|
21:07 Romain Tartière (romain)
databases/openvoxdb-terminus8: New port
Copied from databases/puppetdb-terminus8
With hat: puppet
3467e09 |
21:07 Romain Tartière (romain)
databases/openvoxdb8: New port
Copied from databases/puppetdb8
With hat: puppet
e97cd41 |
|
Tuesday, 15 Jul 2025
|
02:54 Jesús Daniel Colmenares Oviedo (dtxdf)
databases/libvalkey: New port: Valkey client library in C
Libvalkey is the official C client for the Valkey database. It also
supports any server that uses the RESP protocol (version 2 or 3).
This project supports both standalone and cluster modes.
Approved by: acm (mentor)
e7d0110 |
02:54 Jesús Daniel Colmenares Oviedo (dtxdf)
databases/py-valkey: New port: Python client for Valkey forked from redis-py
Valkey-py is a python library that allows you to connect to Valkey,
the open source (BSD) high-performance key/value datastore that
supports a variety of workloads such as caching, message queues,
and can act as a primary database.
Approved by: acm (mentor)
c10ae48 |
|
Sunday, 13 Jul 2025
|
18:35 Po-Chuan Hsieh (sunpoet)
databases/py-aiodataloader: Add py-aiodataloader 0.4.2
DataLoader is a generic utility to be used as part of your application's data
fetching layer to provide a simplified and consistent API over various remote
data sources such as databases or web services via batching and caching.
A port of the "Loader" API originally developed by @schrockn at Facebook in 2010
as a simplifying force to coalesce the sundry key-value store back-end APIs
which existed at the time. At Facebook, "Loader" became one of the
implementation details of the "Ent" framework, a privacy-aware data entity
loading and caching layer within web server product code. This ultimately became
the underpinning for Facebook's GraphQL server implementation and type
definitions.
Asyncio DataLoader is a Python port of the original JavaScript DataLoader
implementation. DataLoader is often used when implementing a GraphQL service,
though it is also broadly useful in other situations.
40f2618 |
|
Wednesday, 9 Jul 2025
|
07:25 Jimmy Olgeni (olgeni)
databases/sq: Add new port
sq is a command-line tool that provides jq-style access to structured
data sources including SQL databases and document formats. It supports
cross-source joins, multiple output formats, and unified querying across
various data sources.
WWW: https://sq.io/
dede8a4 |
|
Wednesday, 2 Jul 2025
|
16:29 Muhammad Moinur Rahman (bofh)
*/*php85*: 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.5.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha1/NEWS
c0b9892 |
|
Monday, 30 Jun 2025
|
20:54 Po-Chuan Hsieh (sunpoet)
databases/postgresql18-*: Connect PostgreSQL 18 ports to the build
Approved by: portmgr (blanket)
b778c74 |
11:03 Rene Ladan (rene)
databases/gnatsweb4: Remove expired port
2025-06-30 databases/gnatsweb4: Abandoned upstream, last release in 2015 and no
active development in the last 10 years
d990616 |
11:02 Rene Ladan (rene)
databases/gnats4: Remove expired port
2025-06-30 databases/gnats4: Abandoned upstream, last release in 2015 and last
activity about 9 years ago
afe5909 |
|
Friday, 20 Jun 2025
|
03:55 Matthias Fechner (mfechner)
www/gitlab: added new ports required for gitlab 18.1.0
2644952 |
|
Wednesday, 18 Jun 2025
|
17:31 Bernard Spil (brnrd)
databases/mariadb118-server: New MariaDB LTS version
PR: 287056
Reported by: <doctor doctor nl2k ab ca>
c760e16 |
|
Wednesday, 11 Jun 2025
|
16:08 Baptiste Daroussin (bapt) Author: Olivier Duchateau
databases/libgda6: new port
Libgda is a (relatively small) database access library:
* it is a wrapper like ODBC but with more features to access several
database engines
* features a meta data extractor (to know all about database objects
in a common way)
* comes with an SQL console application (like mysql, psql or sqlite3 consoles)
* relies on GLib, coded in C, its API is easy to use
PR: 286697
Differential Revission: https://reviews.freebsd.org/D40489
93d74f4 |
|
Tuesday, 10 Jun 2025
|
12:35 Gleb Popov (arrowd)
databases/linux-rl9-sqlite3: Remove the port
93c3f9b |
09:12 Hiroki Tagato (tagattie) Author: Mahlon
databases/kuzu: add port: Embeddable, scalable, extremely fast graph database
Kuzu is an embedded graph database built for query speed and scalability.
It is optimized for handling complex analytical workloads on very large
databases and provides a set of retrieval features, such as a full text
search and vector indices.
WWW: https://kuzudb.com/
PR: 285388
Reported by: mahlon@martini.nu (new maintainer)
Reviewed by: Pat Maddox <pat@patmaddox.com>, linimon
64e0030 |
|
Monday, 2 Jun 2025
|
17:31 Rene Ladan (rene)
databases/datasette: Remove expired port
2025-06-01 databases/datasette: Depends on expired devel/py-pytest-runner
b5a8aa2 |
17:00 Rene Ladan (rene)
databases/py-fastapi-users-db-ormar: Remove expired port
2025-06-01 databases/py-fastapi-users-db-ormar: Depends on expiring
www/py-fastapi-users
1e91bf4 |
|
Sunday, 1 Jun 2025
|
16:23 Po-Chuan Hsieh (sunpoet)
databases/py-redis5: Add py-redis5 5.3.0 (copied from py-redis)
- Update WWW
- Add PORTSCOUT
dbd60c0 |
|
Monday, 19 May 2025
|
13:35 Matthias Fechner (mfechner)
www/gitlab: new ports required for 18.0.0
2ee2123 |
|
Sunday, 18 May 2025
|
03:14 Po-Chuan Hsieh (sunpoet)
databases/py-redis3: Remove obsoleted port
Use databases/py-redis instead.
91240a6 |
|
Saturday, 10 May 2025
|
10:48 Rene Ladan (rene)
databases/puppetdb-terminus7: Remove expired port
2025-05-09 databases/puppetdb-terminus7: Reached EOL
c57ac10 |
10:45 Rene Ladan (rene)
databases/puppetdb7: Remove expired port
2025-05-09 databases/puppetdb7: Reached EOL
78e368b |
|
Friday, 2 May 2025
|
13:00 Yasuhiro Kimura (yasu)
databases/redis74: Copy from databases/redis72
Copy databases/redis to databases/redis74 as preparation for updating
the former to 8.0.
a1fad3a |
|
Tuesday, 29 Apr 2025
|
12:42 Po-Chuan Hsieh (sunpoet)
databases/rocksdb9: Add rocksdb9 9.11.2 (copied from rocksdb)
- Add PORTSCOUT
97687d8 |
|
Monday, 28 Apr 2025
|
18:56 Rene Ladan (rene)
databases/py-carbon: Remove expired port
2025-04-27 databases/py-carbon: In bandaid mode as the concentration is on
go-carbon
b5a41bf |
|
Saturday, 26 Apr 2025
|
19:27 Yuri Victorovich (yuri)
databases/replibyte: Remove
PR: 285933
57bc6bd |
|
Friday, 4 Apr 2025
|
19:21 Rene Ladan (rene)
databases/rubygem-scenic61: Remove expired port
2025-04-03 databases/rubygem-scenic61: Uses EOL version 6.1.X of Rails
47b919f |
|
Monday, 31 Mar 2025
|
15:42 Rene Ladan (rene)
databases/grass7: Remove expired port
2025-03-31 databases/grass7: Please use databases/grass8
24efb6d |
14:38 Rene Ladan (rene)
databases/pgfouine: Remove expired port
2025-03-31 databases/pgfouine: Upstream project disappeared in 2010
07d7fa9 |
14:32 Rene Ladan (rene)
databases/py-pgxnclient: Remove expired port
2025-03-31 databases/py-pgxnclient: Depends on expired devel/py-pytest-runner
91c01c9 |
|
Wednesday, 19 Mar 2025
|
03:34 Po-Chuan Hsieh (sunpoet)
databases/py-sqlframe: Add py-sqlframe 3.24.1
SQLFrame implements the PySpark DataFrame API in order to enable running
transformation pipelines directly on database engines - no Spark clusters or
dependencies required.
f19c30d |
|
Friday, 7 Mar 2025
|
06:32 Wen Heping (wen)
databases/pg_store_plans: New port
The pg_store_plans module provides a means for tracking execution
plan statistics of all SQL statements executed by a server.
PR: 283560
Reported by: joseph@2egos.de
a3381d5 |
|
Tuesday, 4 Mar 2025
|
08:33 Muhammad Moinur Rahman (bofh)
databases/pgpool-II-46: 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.
WWW: https://www.pgpool.net
Release Note: https://www.pgpool.net/docs/latest/en/html/release-4-6-0.html
7b361b1 |
|
Saturday, 1 Mar 2025
|
16:16 Rene Ladan (rene)
databases/tarantool2: Remove expired port
2025-02-28 databases/tarantool2
a936130 |
08:12 Loïc Bartoletti (lbartoletti)
databases/postgis31: Remove expired port
2024-12-31 databases/postgis31: Please use newer versions
823664f |
|
Friday, 28 Feb 2025
|
10:33 Po-Chuan Hsieh (sunpoet)
databases/rubygem-red-arrow-flight: Add rubygem-red-arrow-flight 19.0.0
Red Arrow Flight is the Ruby bindings of Apache Arrow Flight. Red Arrow Flight
is based on GObject Introspection.
Apache Arrow Flight is one of Apache Arrow components to read and write semantic
flights stored in different locations and formats.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Arrow Flight uses Apache Arrow Flight GLib and gobject-introspection gem to
generate Ruby bindings of Apache Arrow Flight.
149b5ca |
|
Sunday, 16 Feb 2025
|
11:54 Rene Ladan (rene)
databases/redis70: Remove expired port
2025-02-15 databases/redis70: Has already reached its EoL
168ee06 |
|
Tuesday, 4 Feb 2025
|
20:44 Rene Ladan (rene)
databases/xtrabackup81: Remove expired port
2025-01-31 databases/xtrabackup81: Unsupported upstream, consider migrating to
databases/xtrabackup84
4cfd980 |
20:39 Rene Ladan (rene)
databases/mysql90-server: Remove expired port
2025-01-31 databases/mysql90-server: MySQL 9.0 is no longer supported by the
vendor
a48e825 |
20:38 Rene Ladan (rene)
databases/mysql90-client: Remove expired port
2025-01-31 databases/mysql90-client: MySQL 9.0 is no longer supported by the
vendor
e3d94fe |
|
Thursday, 30 Jan 2025
|
14:41 Xavier Beaudouin (kiwi)
databases/ldb29: Update to 2.9.2
Also hook it to build.
PR: 280533
Sponsored by: Klara, Inc.
Approved by: 0mp (mentor)
Approved by: samba (0mp, kiwi)
Differential Revision: https://reviews.freebsd.org/D48656
7edf338 |
14:41 Xavier Beaudouin (kiwi)
databases/tdb1410: Update to 1.4.10
Also hook it to the build.
PR: 280533
Sponsored by: Klara, Inc.
Approved by: 0mp (mentor)
Approved by: samba (0mp, kiwi)
Differential Revision: https://reviews.freebsd.org/D48655
ee2f3dc |
|
Saturday, 25 Jan 2025
|
12:49 Rene Ladan (rene)
databases/jdbc-oracle11g: Remove expired port
2025-01-24 databases/jdbc-oracle11g: Oracle no longer provides public downloads
of the old JDBC drivers
f13092d |
|
Thursday, 23 Jan 2025
|
20:31 Rene Ladan (rene)
databases/rubygem-active_model_serializers61: Remove expired port
2025-01-23 databases/rubygem-active_model_serializers61: Ruby on Rails 6.1.x
reached EOL on 2024-10-01
d957d3d |
|
Thursday, 9 Jan 2025
|
18:44 Jochen Neumeister (joneum)
databases/mysql91-{server|client}: add new Ports
Welcome MySQL 9.1
What is new in MySQL9.1:
https://dev.mysql.com/doc/relnotes/mysql/9.1/en/news-9-1-0.html
MySQL8.4+ supports only 64-bit platforms!
Sponsored by: Netzkommune GmbH
Special thanks to: samm
1fbff9c |
|
Thursday, 2 Jan 2025
|
16:28 Po-Chuan Hsieh (sunpoet)
databases/rubygem-solid_queue-rails72: Add rubygem-solid_queue-rails72 1.1.2
(copied from rubygem-solid_queue)
58c8f65 |
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 |
Number of commits found: 2224 (showing only 100 on this page) |