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: 2224 (showing only 100 on this page)

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

Sunday, 21 Nov 2021
18:18 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-psycopg-c: Add py-psycopg-c 3.0.3

PostgreSQL database adapter for Python - optimization package

Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.

WWW: https://www.psycopg.org/
WWW: https://github.com/psycopg/psycopg/tree/master/psycopg_c
commit hash: 8d91d59e98e21cafd8cfc1c3a918308205fe4db2 commit hash: 8d91d59e98e21cafd8cfc1c3a918308205fe4db2 commit hash: 8d91d59e98e21cafd8cfc1c3a918308205fe4db2 commit hash: 8d91d59e98e21cafd8cfc1c3a918308205fe4db2 8d91d59
Wednesday, 3 Nov 2021
17:32 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Alexander Sieg
databases/postgresql-semver: Add new port

This library contains a single PostgreSQL extension, a data type
called "semver". It's an implementation of the version number format
specified by the Semantic Versioning 2.0.0 Specification.

PR:		259001
commit hash: fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 commit hash: fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 commit hash: fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 commit hash: fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 fc5b80a
Monday, 1 Nov 2021
13:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/caterva: Add caterva 0.5.0

Caterva is a C library for handling multi-dimensional, compressed datasets in an
easy and convenient manner. It implements a thin metalayer on top of C-Blosc2
for specifying not only the dimensionality of a dataset, but also the
dimensionality of the chunks inside the dataset. In addition, Caterva adds
machinery for retrieving arbitrary multi-dimensional slices (aka hyper-slices)
out of the multi-dimensional containers in the most efficient way. Hence,
Caterva brings the convenience of multi-dimensional and compressed containers to
your application very easily.

WWW: https://github.com/Blosc/caterva
commit hash: 75356a5906be3cc49cff6c2fcceb39987ea66525 commit hash: 75356a5906be3cc49cff6c2fcceb39987ea66525 commit hash: 75356a5906be3cc49cff6c2fcceb39987ea66525 commit hash: 75356a5906be3cc49cff6c2fcceb39987ea66525 75356a5
13:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-caterva: Add py-caterva 0.6.0

Python wrapper for Caterva.

WWW: https://github.com/Blosc/python-caterva
commit hash: 696c7661135bd1e54f381fd68ba364b43a64ab9a commit hash: 696c7661135bd1e54f381fd68ba364b43a64ab9a commit hash: 696c7661135bd1e54f381fd68ba364b43a64ab9a commit hash: 696c7661135bd1e54f381fd68ba364b43a64ab9a 696c766
13:34 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: 5cce2f59711e226fe3d235ef499068e534b49497 commit hash: 5cce2f59711e226fe3d235ef499068e534b49497 commit hash: 5cce2f59711e226fe3d235ef499068e534b49497 commit hash: 5cce2f59711e226fe3d235ef499068e534b49497 5cce2f5
Saturday, 30 Oct 2021
10:06 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-10-30 databases/mysqlsniffer: Development discontinued upstream, doesn't
build on recent FreeBSD
commit hash: 3060456b81976dbaa2d1c35a86a353d22386645e commit hash: 3060456b81976dbaa2d1c35a86a353d22386645e commit hash: 3060456b81976dbaa2d1c35a86a353d22386645e commit hash: 3060456b81976dbaa2d1c35a86a353d22386645e 3060456
Wednesday, 27 Oct 2021
06:20 Matthias Fechner (mfechner) search for other commits by this committer
databases/rubygem-redis44: make version 4.4.x available

Required for gitlab-ce.
commit hash: 5ca638b2b17e9da2636d5901235d3bf0d5be1738 commit hash: 5ca638b2b17e9da2636d5901235d3bf0d5be1738 commit hash: 5ca638b2b17e9da2636d5901235d3bf0d5be1738 commit hash: 5ca638b2b17e9da2636d5901235d3bf0d5be1738 5ca638b
06:20 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Revert "*/*: Make rails 6.1.3 available"

This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 4a7e890
Sunday, 17 Oct 2021
03:11 Wen Heping (wen) search for other commits by this committer
databases/zodb: Add new port

ZODB provides an object-oriented database for Python that provides
a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4
 and above. It also runs on PyPy.

*no separate language for database operations
*very little impact on your code to make objects persistent
*no database mapper that partially hides the database.
*Using an object-relational mapping is not like using an object-oriented
database.
*almost no seam between code and database.

WWW: https://github.com/zopefoundation/zodb
commit hash: 78d4278cd212919fc5d1455ebb4b6f9726698d19 commit hash: 78d4278cd212919fc5d1455ebb4b6f9726698d19 commit hash: 78d4278cd212919fc5d1455ebb4b6f9726698d19 commit hash: 78d4278cd212919fc5d1455ebb4b6f9726698d19 78d4278
Friday, 15 Oct 2021
16:13 Kevin Bowling (kbowling) search for other commits by this committer
databases/timescaledb-backup: New port

timescaledb-backup is a program for making dumping and restoring a
TimescaleDB database simpler, less error-prone, and more performant.
commit hash: 8754bb5812818b170d8357c5ed140936622884fb commit hash: 8754bb5812818b170d8357c5ed140936622884fb commit hash: 8754bb5812818b170d8357c5ed140936622884fb commit hash: 8754bb5812818b170d8357c5ed140936622884fb 8754bb5
15:08 Kevin Bowling (kbowling) search for other commits by this committer
databases/timescaledb-tune: New port

Tuning/configuration tool for TimescaleDB
commit hash: 54f6ae2058c15fc2fe62c7758fb23cf519a327d1 commit hash: 54f6ae2058c15fc2fe62c7758fb23cf519a327d1 commit hash: 54f6ae2058c15fc2fe62c7758fb23cf519a327d1 commit hash: 54f6ae2058c15fc2fe62c7758fb23cf519a327d1 54f6ae2
Wednesday, 13 Oct 2021
19:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/pg_filedump: Add pg_filedump 14.0

pg_filedump is a utility to format PostgreSQL heap/index/control files into a
human-readable form. You can format/dump the files several ways, as listed in
the Invocation section, as well as dumping straight binary.

The type of file (heap/index) can usually be determined automatically by the
content of the blocks within the file. However, to format a pg_control file you
must use the -c option.

The default is to format the entire file using the block size listed in block 0
and display block relative addresses. These defaults can be modified using
run-time options.

Some options may seem strange but they're there for a reason. For example, block
size. It's there because if the header of block 0 is corrupt, you need a method
of forcing a block size.

WWW: https://github.com/df7cb/pg_filedump
commit hash: c18ccc804aee20baab47775e65366100cf714bd1 commit hash: c18ccc804aee20baab47775e65366100cf714bd1 commit hash: c18ccc804aee20baab47775e65366100cf714bd1 commit hash: c18ccc804aee20baab47775e65366100cf714bd1 c18ccc8
Tuesday, 5 Oct 2021
07:40 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Make rails 6.1.3 available

The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR:		258855
commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb f4511dc
Wednesday, 29 Sep 2021
23:00 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/py-alembic14: Add NEW port

As part of upgrading py-alembic to latest upstream version this version
of py-alembic is forked as the latest version uses sqlalchemy from 1.3.X
branches.

Once the dependent ports are fixed py-alembic will be updated to the
latest.
commit hash: 84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 commit hash: 84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 commit hash: 84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 commit hash: 84d91aba9e132ec9d6a1b15d2e8660c94f8a4f14 84d91ab
Monday, 27 Sep 2021
15:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-asyncmy: Add py-asyncmy 0.2.0

asyncmy is a fast asyncio MySQL driver, which reuse most of pymysql and aiomysql
but rewrite core protocol with cython to speedup.

WWW: https://github.com/long2ice/asyncmy
commit hash: 27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb commit hash: 27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb commit hash: 27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb commit hash: 27ef9941bc2dcc15da30ae8f6c0b1cad40a03aeb 27ef994
Wednesday, 1 Sep 2021
10:33 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-08-31 devel/magit-popup: No consumer in the ports tree any more.
2021-08-31 databases/mongodb49: This was a developer version which became
MongoDB 5.0.
commit hash: d08465b492572d7b1ccc77cc22fefe7a7b31cd37 commit hash: d08465b492572d7b1ccc77cc22fefe7a7b31cd37 commit hash: d08465b492572d7b1ccc77cc22fefe7a7b31cd37 commit hash: d08465b492572d7b1ccc77cc22fefe7a7b31cd37 d08465b
Wednesday, 18 Aug 2021
23:37 Sergey A. Osokin (osa) search for other commits by this committer
databases/redis*: update databases/redis to 6.2.5.

Update CONFLICTS for databases/redis* ports.
Add a notice to UPDATING.
Connect databases/redis6 to build.
commit hash: 6f1d9defbd273136c63f4b2da7654ef3135ff3aa commit hash: 6f1d9defbd273136c63f4b2da7654ef3135ff3aa commit hash: 6f1d9defbd273136c63f4b2da7654ef3135ff3aa commit hash: 6f1d9defbd273136c63f4b2da7654ef3135ff3aa 6f1d9de
Tuesday, 17 Aug 2021
19:57 Rainer Hurling (rhurlin) search for other commits by this committer
databases/gmdb2: New port: Official GUI for databases/mdbtools

gmdb2 0.9.0 is the first official release of gmdb2 since it was split
off from the main mdbtools repository. It is a standalone program that
was recently ported to GTK+3.

https://github.com/mdbtools/gmdb2/releases/tag/v0.9.0
commit hash: d43d724e449b9fd3329abf55500d300310ea7001 commit hash: d43d724e449b9fd3329abf55500d300310ea7001 commit hash: d43d724e449b9fd3329abf55500d300310ea7001 commit hash: d43d724e449b9fd3329abf55500d300310ea7001 d43d724
Tuesday, 10 Aug 2021
22:47 Sergey A. Osokin (osa) search for other commits by this committer
databases/redisjson: New port: JSON data type for Redis
commit hash: e66f56f4af6a96b837853217f0d66b6f01e06381 commit hash: e66f56f4af6a96b837853217f0d66b6f01e06381 commit hash: e66f56f4af6a96b837853217f0d66b6f01e06381 commit hash: e66f56f4af6a96b837853217f0d66b6f01e06381 e66f56f
Saturday, 31 Jul 2021
21:28 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Daniel Morante
databases/metabase: (New) Simple and powerful analytics tool that supports
multiple data stores

PR:		257304
commit hash: 71a09abcf55da3469921ea4154bd704183c23372 commit hash: 71a09abcf55da3469921ea4154bd704183c23372 commit hash: 71a09abcf55da3469921ea4154bd704183c23372 commit hash: 71a09abcf55da3469921ea4154bd704183c23372 71a09ab
Sunday, 25 Jul 2021
06:25 Matthias Fechner (mfechner) search for other commits by this committer
cleanup: Remove expired ports:

databases/rubygem-redis-namespace17
commit hash: c6162a8729e5e6635a9497fcd66b199c57098288 commit hash: c6162a8729e5e6635a9497fcd66b199c57098288 commit hash: c6162a8729e5e6635a9497fcd66b199c57098288 commit hash: c6162a8729e5e6635a9497fcd66b199c57098288 c6162a8
Monday, 19 Jul 2021
12:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/p5-DBIx-QuickDB: Add p5-DBIx-QuickDB 0.000021

DBIx::QuickDB makes it easy to spin up a temporary database server for any
supported driver. PostgreSQL and MySQL are the initially supported drivers.

WWW: https://metacpan.org/dist/DBIx-QuickDB
commit hash: a74a69da5df0215ec72a06d297212896d340e326 commit hash: a74a69da5df0215ec72a06d297212896d340e326 commit hash: a74a69da5df0215ec72a06d297212896d340e326 commit hash: a74a69da5df0215ec72a06d297212896d340e326 a74a69d
Sunday, 18 Jul 2021
17:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/p5-DBIx-DisconnectAll: Add p5-DBIx-DisconnectAll 0.03

DBIx::DisconnectAll is utility module to disconnect all connected databases.

DBI has DBI->disconnect_all methods, but some DBD modules does not support it,
so DBI->disconnect_all is undocumented yet and unusable.

DBIx::DisconnectAll realizes disconnect_all from DBI's public API.

WWW: https://metacpan.org/dist/DBIx-DisconnectAll
commit hash: 4f636753cc3ed36059d5b658f37403df607ef3d9 commit hash: 4f636753cc3ed36059d5b658f37403df607ef3d9 commit hash: 4f636753cc3ed36059d5b658f37403df607ef3d9 commit hash: 4f636753cc3ed36059d5b658f37403df607ef3d9 4f63675
Tuesday, 6 Jul 2021
14:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: 4ad759113960755d29d475b68457e36140eac92c commit hash: 4ad759113960755d29d475b68457e36140eac92c commit hash: 4ad759113960755d29d475b68457e36140eac92c commit hash: 4ad759113960755d29d475b68457e36140eac92c 4ad7591
Monday, 5 Jul 2021
13:00 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/pg_tilserv: add new port

pg_tileserv is a PostGIS-only tile server written in Go.
By restricting itself to only using PostGIS as a data source,
pg_tileserv gains the following features:

- Automatic configuration. The server can discover and
automatically publish as tiles sources all tables it has read
access to: just point it at a PostgreSQL/PostGIS database.

- Full SQL flexibility. Using function layers, the server can
run any SQL to generate tile outputs. Any data processing,
feature filtering, or record aggregation that can be expressed in SQL,
can be exposed as parameterized tile sources.

- Database security model. You can restrict access to tables and
functions using standard database access control.
This means you can also use advanced access control techniques,
like row-level security to dynamically filter access based on the
login role.

WWW: https://github.com/crunchydata/pg_tileserv/issues
commit hash: 0cc2abb2de08eabc14d69611f0613c16f0c39a9a commit hash: 0cc2abb2de08eabc14d69611f0613c16f0c39a9a commit hash: 0cc2abb2de08eabc14d69611f0613c16f0c39a9a commit hash: 0cc2abb2de08eabc14d69611f0613c16f0c39a9a 0cc2abb
09:04 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-07-01 databases/puppetdb5: Puppet 5 has reached EOL
2021-07-01 sysutils/puppet5: Puppet 5 has reached EOL
2021-07-01 sysutils/puppetserver5: Puppet 5 has reached EOL
2021-07-01 databases/puppetdb-terminus5: Puppet 5 has reached EOL
commit hash: 09c05e179fe478091ebb7715d37462589010de8f commit hash: 09c05e179fe478091ebb7715d37462589010de8f commit hash: 09c05e179fe478091ebb7715d37462589010de8f commit hash: 09c05e179fe478091ebb7715d37462589010de8f 09c05e1
Saturday, 3 Jul 2021
06:03 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Added ports required by gitlab-ce 14.0.0.
commit hash: eafbc05cd8f3b1f0ee21543c8dcfe5296f6e6d7b commit hash: eafbc05cd8f3b1f0ee21543c8dcfe5296f6e6d7b commit hash: eafbc05cd8f3b1f0ee21543c8dcfe5296f6e6d7b commit hash: eafbc05cd8f3b1f0ee21543c8dcfe5296f6e6d7b eafbc05
Thursday, 1 Jul 2021
14:35 Rene Ladan (rene) search for other commits by this committer
*/*: Remove expired ports:

2021-06-30 databases/pgpool-II-35: EOL since January 2021, please use one of the
other pgpool-II-* ports
commit hash: d6db6bd18b42829b9bf5cb7a638051a7ff53ab5b commit hash: d6db6bd18b42829b9bf5cb7a638051a7ff53ab5b commit hash: d6db6bd18b42829b9bf5cb7a638051a7ff53ab5b commit hash: d6db6bd18b42829b9bf5cb7a638051a7ff53ab5b d6db6bd
Wednesday, 30 Jun 2021
20:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: 215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505 commit hash: 215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505 commit hash: 215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505 commit hash: 215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505 215a9bb
Monday, 28 Jun 2021
01:26 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
databases/firebird40-[client|server]: New port: Firebird-4 relational database

Firebird is a relational database offering many ANSI SQL-99 features
that runs on Linux, Windows, and a variety of Unix platforms.  Firebird
offers excellent concurrency, high performance, and powerful language
support for stored procedures and triggers.  It has been used in
production systems, under a variety of names since 1981.

Firebird is completely free of any registration, licensing or deployment
fees.  It may be deployed freely for use with any third-party software,
whether commercial or not.

WWW: https://sourceforge.net/projects/firebird/
WWW: http://www.firebirdsql.org/
commit hash: dbbc9f821bd9039ff5679100be826ecf4c585fb3 commit hash: dbbc9f821bd9039ff5679100be826ecf4c585fb3 commit hash: dbbc9f821bd9039ff5679100be826ecf4c585fb3 commit hash: dbbc9f821bd9039ff5679100be826ecf4c585fb3 dbbc9f8
01:14 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
databases/fireird30-[client|server]: New port: Firebird-3 relational database

Firebird is a relational database offering many ANSI SQL-99 features
that runs on Linux, Windows, and a variety of Unix platforms.  Firebird
offers excellent concurrency, high performance, and powerful language
support for stored procedures and triggers.  It has been used in
production systems, under a variety of names since 1981.

Firebird is completely free of any registration, licensing or deployment
fees.  It may be deployed freely for use with any third-party software,
whether commercial or not.

WWW: https://sourceforge.net/projects/firebird/
WWW: http://www.firebirdsql.org/
PR:		254387
commit hash: ca43515803a2c11ec91ed6f32aa3155628e45ae8 commit hash: ca43515803a2c11ec91ed6f32aa3155628e45ae8 commit hash: ca43515803a2c11ec91ed6f32aa3155628e45ae8 commit hash: ca43515803a2c11ec91ed6f32aa3155628e45ae8 ca43515
Saturday, 26 Jun 2021
13:00 Rene Ladan (rene) search for other commits by this committer
*/*: Remove expired ports:

2021-06-23 databases/elixir-mongo: Upsupported by upstream
commit hash: 8156c8ffb78fc17577c6401dc2ffcb9a9fea280c commit hash: 8156c8ffb78fc17577c6401dc2ffcb9a9fea280c commit hash: 8156c8ffb78fc17577c6401dc2ffcb9a9fea280c commit hash: 8156c8ffb78fc17577c6401dc2ffcb9a9fea280c 8156c8f
10:57 Rene Ladan (rene) search for other commits by this committer
*/*: Remove expired ports:

2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream
2021-06-23 databases/pypy-gdbm: Uses EOL Python 2.7 via lang/pypy
2021-06-23 databases/pypy-sqlite3: Uses EOL Python 2.7 via lang/pypy
2021-06-23 x11-toolkits/pypy-tkinter: Uses EOL Python 2.7 via lang/pypy
commit hash: 5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 commit hash: 5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 commit hash: 5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 commit hash: 5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 5e1a89f
Monday, 14 Jun 2021
05:06 Koichiro Iwao (meta) search for other commits by this committer
databases/mongodb50: add port as repocopy of databases/mongodb49

PR:		255588
Reported by:	Ronald Klop <ronald-lists@klop.ws>
Sponsored by:	HAW International
commit hash: 58f4100c0c7d4a16b3806a3f1ec6bc76edfe6ffb commit hash: 58f4100c0c7d4a16b3806a3f1ec6bc76edfe6ffb commit hash: 58f4100c0c7d4a16b3806a3f1ec6bc76edfe6ffb commit hash: 58f4100c0c7d4a16b3806a3f1ec6bc76edfe6ffb 58f4100
Sunday, 13 Jun 2021
10:50 Rene Ladan (rene) search for other commits by this committer
*/*: Remove expired ports:

2021-06-13 databases/postgresql95-client: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-contrib: PostgreSQL-9.5 has reached
end-of-life
2021-06-13 databases/postgresql95-docs: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-pgtcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plperl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plpython: PostgreSQL-9.5 has reached
end-of-life
2021-06-13 databases/postgresql95-pltcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-server: PostgreSQL-9.5 has reached end-of-life
databases/pg_reorg: abandonware only for PostgreSQL 9.5
databases/pgespresso: functionality part of PostgreSQL 9.6 and later
commit hash: a3da90c5e4f183d6a61b55ac6da01974ab575ed1 commit hash: a3da90c5e4f183d6a61b55ac6da01974ab575ed1 commit hash: a3da90c5e4f183d6a61b55ac6da01974ab575ed1 commit hash: a3da90c5e4f183d6a61b55ac6da01974ab575ed1 a3da90c
Thursday, 10 Jun 2021
02:10 Yuri Victorovich (yuri) search for other commits by this committer
databases/sqlitecpp: New port: SQLiteC++: Easy to use C++ SQLite3 wrapper
commit hash: ddd5d93e0916ead2ae4693b513210344c25eb7e0 commit hash: ddd5d93e0916ead2ae4693b513210344c25eb7e0 commit hash: ddd5d93e0916ead2ae4693b513210344c25eb7e0 commit hash: ddd5d93e0916ead2ae4693b513210344c25eb7e0 ddd5d93
Friday, 4 Jun 2021
21:19 Torsten Zuehlsdorff (tz) search for other commits by this committer
databases/pgpool-II-42: 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://pgpool.net/

PR:		256128
Submitted by:	Mike Jakubik <mike.jakubik@swiftsmsgateway.com>
commit hash: c167b0329e65dd5bd69f4ae4e46eab05160b0661 commit hash: c167b0329e65dd5bd69f4ae4e46eab05160b0661 commit hash: c167b0329e65dd5bd69f4ae4e46eab05160b0661 commit hash: c167b0329e65dd5bd69f4ae4e46eab05160b0661 c167b03
Thursday, 3 Jun 2021
11:57 Antoine Brodin (antoine) search for other commits by this committer
databases/Makefile: hook pgbackrest to the build
commit hash: 0e15ba5335dd749ab88eaa20b4b90271272492c5 commit hash: 0e15ba5335dd749ab88eaa20b4b90271272492c5 commit hash: 0e15ba5335dd749ab88eaa20b4b90271272492c5 commit hash: 0e15ba5335dd749ab88eaa20b4b90271272492c5 0e15ba53
Wednesday, 2 Jun 2021
03:44 Guangyuan Yang (ygy) search for other commits by this committer Author: Yasuhiro Kimura
databases/closql: New port: Store EIEIO objects using EmacSQL

PR:		255959
Approved by:	lwhsu (mentor)
commit hash: 2d55cda1e4cdd5659f39e3462f018f0b09ffa85c commit hash: 2d55cda1e4cdd5659f39e3462f018f0b09ffa85c commit hash: 2d55cda1e4cdd5659f39e3462f018f0b09ffa85c commit hash: 2d55cda1e4cdd5659f39e3462f018f0b09ffa85c 2d55cda
02:18 Guangyuan Yang (ygy) search for other commits by this committer Author: Yasuhiro Kimura
databases/emacsql: New port: High-level Emacs Lisp RDBMS front-end

PR:		255958
Approved by:	lwhsu (mentor)
commit hash: 585e00a411c08024816bcf8e787014cdd5aa10b7 commit hash: 585e00a411c08024816bcf8e787014cdd5aa10b7 commit hash: 585e00a411c08024816bcf8e787014cdd5aa10b7 commit hash: 585e00a411c08024816bcf8e787014cdd5aa10b7 585e00a
Tuesday, 1 Jun 2021
07:31 Guangyuan Yang (ygy) search for other commits by this committer Author: Yasuhiro Kimura
databases/pg.el: New port: PostgreSQL Elisp interface

PR:		255951
Approved by:	lwhsu (mentor)
commit hash: 8c5327da384adacda9e6b76344237cdcb0023528 commit hash: 8c5327da384adacda9e6b76344237cdcb0023528 commit hash: 8c5327da384adacda9e6b76344237cdcb0023528 commit hash: 8c5327da384adacda9e6b76344237cdcb0023528 8c5327d
Thursday, 20 May 2021
14:38 Palle Girgensohn (girgen) search for other commits by this committer
databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.

Release notes:	https://www.postgresql.org/docs/devel/release-14.html

Also reintroduce parallel builds. Some components, namely plperl,
plpython, pltcl and contrib, fail to build properly when using parallel
builds. Something with static linking using `ar` that fails.
MAKE_JOBS_UNSAFE is set for these ports.
commit hash: fccc45e5ff4a8aea150005196c0d4f2cbaeed5db commit hash: fccc45e5ff4a8aea150005196c0d4f2cbaeed5db commit hash: fccc45e5ff4a8aea150005196c0d4f2cbaeed5db commit hash: fccc45e5ff4a8aea150005196c0d4f2cbaeed5db fccc45e
Monday, 3 May 2021
07:41 Matthias Fechner (mfechner) search for other commits by this committer
databases/rubygem-gitlab-pg_query: Remove obsolete ports

Use databases/rubygem-pg_query instead.
commit hash: 2c440ff75fa71bf94cb2ff41f3a9140dd6ce0581 commit hash: 2c440ff75fa71bf94cb2ff41f3a9140dd6ce0581 commit hash: 2c440ff75fa71bf94cb2ff41f3a9140dd6ce0581 commit hash: 2c440ff75fa71bf94cb2ff41f3a9140dd6ce0581 2c440ff
Wednesday, 21 Apr 2021
09:00 Alexey Dokuchaev (danfe) search for other commits by this committer
This is unixODBC package from CentOS 7.9.2009.
commit hash: 6047bfcae6164a5deff52c4f0a6ec24beb33ab0e commit hash: 6047bfcae6164a5deff52c4f0a6ec24beb33ab0e commit hash: 6047bfcae6164a5deff52c4f0a6ec24beb33ab0e commit hash: 6047bfcae6164a5deff52c4f0a6ec24beb33ab0e 6047bfc
Sunday, 11 Apr 2021
21:42 Florian Smeets (flo) search for other commits by this committer
Remove Percona Server for MySQL 5.5, it is EOL upstream
commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 1ac77b7
Wednesday, 7 Apr 2021
21:19 Dave Cottlehuber (dch) search for other commits by this committer
databases/couchdb2: not supported upstream, use databases/couchdb3

Apache CouchDB v2 requires spidermonkey185 and python2.7 which are both EOL
commit hash: e9c46eff6764e30d0cf5ee2ba407940b58a4a592 commit hash: e9c46eff6764e30d0cf5ee2ba407940b58a4a592 commit hash: e9c46eff6764e30d0cf5ee2ba407940b58a4a592 commit hash: e9c46eff6764e30d0cf5ee2ba407940b58a4a592 e9c46ef
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
16:58 Jimmy Olgeni (olgeni) search for other commits by this committer
Add databases/webdis, a simple HTTP gateway for Redis.
commit hash: a1a984dd9763dd8bd0c50e538e0ee6bcf6d213b8 commit hash: a1a984dd9763dd8bd0c50e538e0ee6bcf6d213b8 commit hash: a1a984dd9763dd8bd0c50e538e0ee6bcf6d213b8 commit hash: a1a984dd9763dd8bd0c50e538e0ee6bcf6d213b8 a1a984d
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
14:19 Rene Ladan (rene) search for other commits by this committer
databases: fix category Makefile after 03cebea45b11
commit hash: 4f51dedf724dc7c8da88ce85f064713852557feb commit hash: 4f51dedf724dc7c8da88ce85f064713852557feb commit hash: 4f51dedf724dc7c8da88ce85f064713852557feb commit hash: 4f51dedf724dc7c8da88ce85f064713852557feb 4f51ded
09:55 Piotr Kubaj (pkubaj) search for other commits by this committer
databases/mongodb49: add new port

PR:	254631
Submitted by: ronald-lists@klop.ws
commit hash: 4b13a4c45a26c7d0c8551a8099e4402ce552b1e3 commit hash: 4b13a4c45a26c7d0c8551a8099e4402ce552b1e3 commit hash: 4b13a4c45a26c7d0c8551a8099e4402ce552b1e3 commit hash: 4b13a4c45a26c7d0c8551a8099e4402ce552b1e3 4b13a4c
Friday, 12 Mar 2021
05:47 vanilla search for other commits by this committer
Add py-pgmigrate 1.0.6, postgreSQL migrations made easy.

PR:		254181
Submitted by:	dmitry.wagin@ya.ru
Original commitRevision:568144 
Thursday, 11 Mar 2021
13:06 vanilla search for other commits by this committer
Add pg_hashids 1.3, postgreSQL extension for generates short, unique,
non-sequential ids from numbers.

PR:		254180
Submitted by:	dmitry.wagin@ya.ru
Original commitRevision:568089 
06:31 vanilla search for other commits by this committer
Add lua-pgsql 1.6.8, lua binding for PostgreSQL.

PR:		254188
Submitted by:	dmitry.wagin@ya.ru
Original commitRevision:568066 
Sunday, 7 Mar 2021
22:08 sunpoet search for other commits by this committer
Add p5-SQL-Abstract-Pg 1.0

SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by
Mojo::Pg.

WWW: https://metacpan.org/release/SQL-Abstract-Pg
Original commitRevision:567595 
Friday, 26 Feb 2021
12:11 tobik search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories

Reported by:	portscan
Original commitRevision:566598 
Sunday, 21 Feb 2021
20:52 nc search for other commits by this committer
New port: databases/litestream: Standalone streaming replication tool for SQLite

Litestream is a standalone streaming replication tool for SQLite. It runs as
a background process and safely replicates changes incrementally to another
file or S3. Litestream only communicates with SQLite through the SQLite API
so it will not corrupt your database.

WWW: https://litestream.io/
Original commitRevision:566245 
Wednesday, 17 Feb 2021
17:12 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:565525 
Friday, 12 Feb 2021
18:46 bofh search for other commits by this committer
[NEW] databases/py-berkeleydb: Python bindings for Oracle Berkeley DB

This module provides a nearly complete wrapping of the Oracle/Sleepycat C
API for the Database Environment, Database, Cursor, Log Cursor, Sequence and
Transaction objects, and each of these is exposed as a Python type in the
berkeleydb.db module. The database objects can use various access methods:
btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
distributed transactions. Complete support for Oracle Berkeley DB
Replication Manager. Complete support for Oracle Berkeley DB Base
Replication.

Please see the documents in the docs directory of the source distribution or
at the website for more details on the types and methods provided. The goal
is to mirror most of the real Oracle Berkeley DB API so fall back to the
Oracle Berkeley DB documentation as appropriate.

WWW: https://www.jcea.es/programacion/pybsddb.htm
Original commitRevision:565047 
Saturday, 6 Feb 2021
20:42 sunpoet search for other commits by this committer
Add py-aiomysql 0.0.21

aiomysql is a "driver" for accessing a MySQL database from the asyncio
(PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL .
aiomysql tries to be like awesome aiopg library and preserve same api, look and
feel.

Internally aiomysql is copy of PyMySQL, underlying io calls switched to async,
basically yield from and asyncio.coroutine added in proper places)). sqlalchemy
support ported from aiopg.

WWW: https://github.com/aio-libs/aiomysql
Original commitRevision:564246 
Saturday, 30 Jan 2021
23:18 tota search for other commits by this committer
- Add new port: databases/R-cran-cachem

  Key-value stores with automatic pruning. Caches can limit either
  their total size or the age of the oldest object (or both),
  automatically pruning objects to maintain the constraints.

  WWW: https://cran.r-project.org/web/packages/cachem/
Original commitRevision:563438 
Monday, 25 Jan 2021
11:57 mfechner search for other commits by this committer
New port required for gitlab-ce 13.8.
Original commitRevision:562564 
Wednesday, 13 Jan 2021
16:13 osa search for other commits by this committer
Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel

Connect databases/redis5 to the build.

Bump PORTREVISIONs for dependant ports.
Original commitRevision:561486 
Monday, 11 Jan 2021
21:36 rhurlin search for other commits by this committer
databases/libmswstr: New port, version 0.0.1

Provides functionality that allows using indexes from
Microsoft Access databases in JET4 format

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D27955
Original commitRevision:561279 
Sunday, 10 Jan 2021
08:51 sunpoet search for other commits by this committer
Add rubygem-globalid-rails61 6.1.0 (copied from rubygem-globalid-rails60)
Original commitRevision:561039 
08:50 sunpoet search for other commits by this committer
Add rubygem-activerecord61 6.1.0 (copied from rubygem-activerecord60)
Original commitRevision:561027 
08:50 sunpoet search for other commits by this committer
Add rubygem-activemodel61 6.1.0 (copied from rubygem-activemodel60)
Original commitRevision:561026 
Friday, 8 Jan 2021
14:55 rhurlin search for other commits by this committer
databases/py-rrdtool: New port, version 0.1.15

As the successor to the deprecated port databases/py-rrdtool_lgpl [1],
this port is intended to inherit its functionality, but comes from a
different source [2][3] and is also named differently.

[1] https://sourceforge.net/projects/py-rrdtool/files/
[2] http://www.nongnu.org/py-rrdtool/
[3] https://github.com/commx/python-rrdtool

PR:		251126
Submitted by:	darius@dons.net.au (new maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D28038
Original commitRevision:560778 
Sunday, 3 Jan 2021
19:58 sunpoet search for other commits by this committer
Add rubygem-sdbm 1.0.0

SDBM provides a simple file-based key-value store, which can only store String
keys and values.

WWW: https://github.com/ruby/sdbm
Original commitRevision:560059 
Saturday, 2 Jan 2021
13:49 rene search for other commits by this committer
Remove a few expired ports:

2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn
instead
2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python
2.7 which is EOLed upstream
Original commitRevision:559941 
Friday, 1 Jan 2021
10:11 antoine search for other commits by this committer
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
Original commitRevision:559822 
00:57 rene search for other commits by this committer
Remove most expired ports that depend on Python 2.7:

Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
  upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
  them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
  of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves

I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things.

2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 audio/xmms2: Uses Python 2.7 which is EOLed upstream
2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn
instead
2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron7: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/godot2: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 devel/godot2-tools: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/llvm60: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python
2.7 which is EOLed upstream
2020-06-30 devel/p5-Log-Any-Adapter-Callback: Use devel/p5-Log-Any
(Log::Any::Adapter::Capture) instead
2020-12-31 devel/py-backports.functools_lru_cache: Uses Python 2.7 which is
EOLed upstream
2020-12-31 devel/py-backports.os: Python 2 is EOL upstream
2020-12-31 devel/py-backports.shutil_get_terminal_size: Python 2 is EOL upstream
2020-12-31 devel/py-backports_abc: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-cheetah: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-dis3: Python 2 only, backport of Python 3
2020-12-31 devel/py-enum34: Will be removed along with python27
2020-12-31 devel/py-functools32: Python 2 only, backport of Python 3
2020-12-31 devel/py-futures: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-more-itertools5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-pathlib: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-selectors2: Python 2 is EOL upstream
2020-12-31 devel/py-should_dsl: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-singledispatch: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-subprocess32: Python 2 only, following EOL of lang/python27
2020-12-31 devel/py-total-ordering: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-typing: Python 2 only, backport of Python 3
2020-12-31 devel/py-weakrefmethod: Python 2 only, backport of Python 3
2020-12-31 devel/rbtools: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/subversion-lts: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream
2020-12-31 dns/py-dns: Uses Python 2.7 which is EOLed upstream
2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream
2020-12-31 emulators/fceux: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 emulators/gem5: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 emulators/nonpareil: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/0ad: Uses deprecated version of python
2020-12-31 games/dangerdeep: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/freera: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 games/glob2: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 games/marsnomercy: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/netpanzer: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 games/pingus: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 games/renpy: Uses deprecated version of python
2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 graphics/py-pillow6: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/sk1libs: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/uniconvertor: Uses deprecated version of python
2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey60: Requires python2 to build
2020-12-31 lang/tolua++: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 mail/getmail: Uses deprecated version of python
2020-12-31 math/gringo: Uses Python 2.7 which is EOLed upstream
2020-12-31 multimedia/ffmpeg2theora: Uses Python 2.7 version of scons, and
Python 2.7 which is EOLed upstream
2020-12-31 multimedia/mimms: Uses Python 2.7 which is EOLed upstream
2020-12-31 net/py-ipaddress: Uses Python 2.7 which is EOLed upstream
2020-12-31 net-p2p/linuxdcpp: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream
2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 security/py-backports.ssl_match_hostname: Uses Python 2.7 which is
EOLed upstream
2020-12-31 security/sandsifter: Uses deprecated version of python, see
https://github.com/rigred/sandsifter/issues/10
2020-12-31 sysutils/cinnamon-control-center: Uses Python 2.7 which is EOLed
upstream
2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream
2020-12-31 sysutils/py-shutilwhich: Python 2 only, backport of Python 3
2020-12-31 sysutils/uefi-edk2-bhyve-csm: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/cliqz: Uses deprecated version of python
2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/moinmoin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/node10: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/node12: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-OhlohWidgetsMacro: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-TracGoogleAnalytics: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-advancedticketworkflow: Uses Python 2.7 which is EOLed
upstream
2020-12-31 www/trac-autocomplete: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ccselector: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-customfieldadmin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-datefield: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-defaultcc: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-devel: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-discussion: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-downloads: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-email2trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-email2trac-postfix: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-estimator: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fivestarvote: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fullblog: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fullblognotification: Uses Python 2.7 which is EOLed
upstream
2020-12-31 www/trac-graphviz: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-iniadmin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-keywords: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-keywordsecretticket: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ldap: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ldapauthstore: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-math: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-mercurial: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-navadd: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-permredirect: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-privatetickets: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-pydotorgtheme: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-scrumburndown: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-spam-filter: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-subtickets: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tags: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-themeengine: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ticketimport: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tickettemplate: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-timingandestimation: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tocmacro: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tweakui: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-vote: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikigoodies: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikinotification: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikitemplates: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikitopdf: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wysiwyg: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-xmlrpc: Uses Python 2.7 which is EOLed upstream
Original commitRevision:559792 
Thursday, 31 Dec 2020
12:44 rene search for other commits by this committer
Remove PHP 7.2 which expired today, use PHP 7.4 instead.

2020-12-31 ./net/php72-soap: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-sockets: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-xmlrpc: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-ldap: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xmlwriter: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-pspell: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-enchant: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-wddx: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xsl: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-dom: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-ctype: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xml: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-simplexml: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xmlreader: Security Support ends on 30 Nov 2020
2020-12-31 ./graphics/php72-gd: Security Support ends on 30 Nov 2020
2020-12-31 ./graphics/php72-exif: Security Support ends on 30 Nov 2020
2020-12-31 ./mail/php72-imap: Security Support ends on 30 Nov 2020
2020-12-31 ./www/php72-opcache: Security Support ends on 30 Nov 2020
2020-12-31 ./www/mod_php72: Security Support ends on 30 Nov 2020
2020-12-31 ./www/php72-session: Security Support ends on 30 Nov 2020
2020-12-31 ./www/php72-tidy: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-filter: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-sodium: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-hash: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-openssl: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-shmop: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-tokenizer: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-sysvshm: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-gettext: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-readline: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-pcntl: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-json: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-sysvmsg: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-sysvsem: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-intl: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_sqlite: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_mysql: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pgsql: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_pgsql: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-odbc: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_odbc: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-mysqli: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-interbase: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_firebird: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-dba: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_dblib: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-sqlite3: Security Support ends on 30 Nov 2020
2020-12-31 ./ftp/php72-curl: Security Support ends on 30 Nov 2020
2020-12-31 ./ftp/php72-ftp: Security Support ends on 30 Nov 2020
2020-12-31 ./misc/php72-calendar: Security Support ends on 30 Nov 2020
2020-12-31 ./math/php72-bcmath: Security Support ends on 30 Nov 2020
2020-12-31 ./math/php72-gmp: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-zip: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-phar: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-zlib: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-bz2: Security Support ends on 30 Nov 2020
2020-12-31 ./net-mgmt/php72-snmp: Security Support ends on 30 Nov 2020
./lang/php72-extensions
2020-12-31 ./lang/php72: Security Support ends on 30 Nov 2020
2020-12-31 ./converters/php72-mbstring: Security Support ends on 30 Nov 2020
2020-12-31 ./converters/php72-recode: Security Support ends on 30 Nov 2020
2020-12-31 ./converters/php72-iconv: Security Support ends on 30 Nov 2020
2020-12-31 ./sysutils/php72-posix: Security Support ends on 30 Nov 2020
2020-12-31 ./sysutils/php72-fileinfo: Security Support ends on 30 Nov 2020
Original commitRevision:559731 
Tuesday, 29 Dec 2020
12:36 rene search for other commits by this committer
Remove expired port:

2020-12-29 databases/py-MySQLdb: Uses deprecated version of python
Original commitRevision:559575 
11:53 rene search for other commits by this committer
Remove expired ports:

2020-12-12 textproc/py-hypua2jamo: Uses deprecated version of python
2020-12-12 devel/py-delfick_error: Uses deprecated version of python
2020-12-12 devel/py-fusefs: Uses deprecated version of python
2020-08-15 devel/py-noseofyeti: Uses deprecated version of python
2020-12-29 databases/py-bsddb: Uses deprecated version of python
2020-12-29 www/py-webhelpers: Uses deprecated version of python
2020-12-29 security/py-pyptlib: Uses deprecated version of python
2020-12-29 japanese/py-zinnia: Uses deprecated version of python
2020-12-29 math/slepc: Broken, uses deprecated version of python
2020-12-29 www/py-pastescript: Uses deprecated version of python
2020-12-29 databases/ldb14: Uses deprecated version of python
2020-12-29 math/py-slepc4py: Depends on broken and expiring math/slepc
2020-12-29 multimedia/py-kaa-base: Uses deprecated version of python
2020-12-29 devel/py-ydbf: Uses deprecated version of python
2020-12-29 devel/py-SymbolType: Uses deprecated version of python
Original commitRevision:559568 
Saturday, 19 Dec 2020
06:54 lbartoletti search for other commits by this committer
databases: add postgis31

fix r558434
Original commitRevision:558435 
Saturday, 12 Dec 2020
13:10 rene search for other commits by this committer
Remove expired ports:

2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation
policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python
Original commitRevision:557820 
Friday, 4 Dec 2020
21:25 romain search for other commits by this committer
Hello PuppetDB 7!

Actually update databases/puppetdb7 and databases/puppetdb-terminus7 and a few
minor tweaks.

With hat:	puppet
Original commitRevision:557024 
Thursday, 3 Dec 2020
20:42 rene search for other commits by this committer
Remove expired ports:

2020-11-30 www/rubygem-dashing: Unmaintained by upstream, use
www/rubygem-smashing instead
2020-11-30 www/rubygem-redmine_acts_as_taggable_on: Unmaintained by upstream
2020-11-30 www/rubygem-gitlab-grack: Deprecated by upstream
2020-12-02 databases/db6: latest 6.2.x version and newer not downloadable
without registration
Original commitRevision:556925 
Wednesday, 2 Dec 2020
21:48 amdmi3 search for other commits by this committer
- Add databases/py-aesqlapius

So you don't want to use ORM, and want to organize your SQL queries
in a convenient way. Don't mix them with your python code, don't
write `execute` and `fetchrow`s by hand for each query. With
aesqlapius:

- Store your SQL queries separate from the code, in a dedicated
  file or directory hierarchy
- Annotate each query with python-like function definition specifying
  input arguments and output types and patterns

aesqlapius builds a class out of this, where you can call your
queries as plain methods. It handles arguments (pass positional
or keyword arguments as you like, default values are also handled) and
output types and patterns (you may specify whether a method returns
iterator, list, dict of rows, or a single row, where row may
be represented as a tuple, list, dict, single value or a custom
type such as a dataclass).

WWW: https://pypi.org/project/aesqlapius/
Original commitRevision:556856 
00:09 mandree search for other commits by this committer
New port: databases/db18 Oracle Berkeley DB, Release 18.1

Oracle Berkeley DB is a family of open source embeddable databases
that allows developers to incorporate within their applications a
fast, scalable, transactional database engine with industrial grade
reliability and availability. As a result, customers and end-users
will experience an application that simply works, reliably manages
data, can scale under extreme load, but requires no ongoing database
administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.

This port is derived from databases/db6 (by svn copy + edits).

PR:		248415
Submitted by:	Yasuhiro KIMURA
Original commitRevision:556798 
Tuesday, 1 Dec 2020
20:09 rene search for other commits by this committer
Remove expired ports:

2020-11-30 databases/datamodeler: depends on expiring java/openjfx8-devel
2020-11-30 devel/gradle4: only needed for expiring biology/igv and
java/openjfx8-devel
2020-11-30 devel/py-astroid1: Use devel/py-astroid instead
2020-11-30 devel/pylint1: Use devel/pylint instead
2020-11-30 german/mediathekview: depends on expiring java/openjfx8-devel
2020-11-30 java/openjfx8-devel: No longer maintained upstream
2020-11-30 java/openjfx8-scenebuilder: depends on expiring java/openjfx8-devel
2020-11-30 net-im/py-sleekxmpp: Upstream archived and advices to use
net-im/py-slixmpp
2020-12-01 net-mgmt/zabbix44-agent: End of Life
2020-12-01 net-mgmt/zabbix44-frontend: End of Life
2020-12-01 net-mgmt/zabbix44-java: End of Life
2020-12-01 net-mgmt/zabbix44-proxy: End of Life
2020-12-01 net-mgmt/zabbix44-server: End of Life
2020-11-30 print/jabref: depends on expiring java/openjfx8-devel
2020-11-30 science/datawarrior: depends on expiring java/openjfx8-devel
Original commitRevision:556791 
Saturday, 28 Nov 2020
23:52 yuri search for other commits by this committer
New port: databases/xls2txt: Utilities to convert spreadsheet files to text and
csv formats
Original commitRevision:556542 
13:37 vanilla search for other commits by this committer
Add mdbx 0.9.1, lightning Memory-Mapped Database (Extended).

PR:		251221
Submitted by:	Mahlon E. Smith <mahlon@martini.nu>
Original commitRevision:556490 
Monday, 23 Nov 2020
09:13 yuri search for other commits by this committer
New port: databases/ods2sql: Create SQLite3 database from ODS spreadsheet
Original commitRevision:556097 
Saturday, 21 Nov 2020
08:07 mfechner search for other commits by this committer
New ports required for gitlab-ce 13.6 upgrade.
Original commitRevision:555813 
Sunday, 15 Nov 2020
18:37 rene search for other commits by this committer
Remove expired ports:

2020-11-15 archivers/py-pyliblzma: Uses deprecated version of python
2020-11-15 databases/postgis23: Upstream no longer maintained
2020-11-15 databases/py-htsql: Uses deprecated version of python
2020-11-15 devel/bzr-fastimport: Uses deprecated version of python
2020-11-15 devel/py-ToscaWidgets: Uses deprecated version of python
2020-11-15 devel/py-calendar: Uses deprecated version of python
2020-11-15 devel/py-distorm: Uses deprecated version of python
2020-11-15 devel/py-fabric1: Uses deprecated version of python
2020-11-15 devel/py-rcsparse: Uses deprecated version of python
2020-11-15 devel/pyrex: Uses deprecated version of python
2020-11-15 japanese/py-tegaki: Uses deprecated version of python
2020-11-15 math/py-networkx1: Obsolete, please use math/py-networkx instead
2020-11-15 misc/py-progressbar231: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-imlib2: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-metadata: Uses deprecated version of python
2020-11-15 net-im/libtelepathy: Uses deprecated version of python
2020-11-15 security/py-mcrypt: Uses deprecated version of python
2020-11-15 www/py-beautifulsoup32: Uses deprecated version of python
2020-11-15 www/py-evernote: Uses deprecated version of python
2020-04-01 www/py-meld3: EOLed upstream
2020-11-15 www/py-requestbuilder: Uses deprecated version of python
2020-11-15 x11-toolkits/py-SquareMap: Uses deprecated version of python
Original commitRevision:555416 
17:55 sunpoet search for other commits by this committer
Add py-sqlalchemy14 1.4.0b1 (copied from py-sqlalchemy13)
Original commitRevision:555248 
12:31 madpilot search for other commits by this committer
Add databases/courier-authlib-sqlite port to install sqlite support
for courier-authlib

Suggested by:	Ewout Boks <ewout@boks.com>
Original commitRevision:555203 
Tuesday, 10 Nov 2020
20:04 rene search for other commits by this committer
Remove expired ports:

2020-08-15 databases/py-python-rrdtool: Uses deprecated version of python
2020-09-15 net/spideroak: Uses deprecated version of python
2020-09-15 emulators/playonbsd: Uses deprecated version of python
2020-09-15 net/xorp: Uses deprecated version of python
Original commitRevision:554856 
Friday, 6 Nov 2020
20:37 danfe search for other commits by this committer
Split `databases/xtrabackup8', based on 8.x versions, which is intended
to be used against `databases/mysql80-server', which versions 2.4.x are
incompatible with.

PR:	250744
Original commitRevision:554316 
Tuesday, 3 Nov 2020
04:02 lwhsu search for other commits by this committer
Remove databases/py-sqlparse020

This was a dependency of www/calendarserver which will not be ported to python3
and was deleted.  Users should move to databases/py-sqlparse.

PR:		250290
Submitted by:	Axel.Rau@Chaos1.DE (maintainer)
Original commitRevision:553949 
Monday, 26 Oct 2020
15:36 adridg search for other commits by this committer
New port: database/cutelyst-asql

asql is an asynchronous, C++11-native, Qt5 based SQL Query library.
You can use it to write async queries with natural C++-lambda
and Qt5-slots style code.

Right now there is only a PostgreSQL backend, but others are
planned (and then the port will grow OPTIONS).

This comes from the cutelyst project, and it would conflict with
www/asql is named the "obvious" way, so name it something inbetween.
Original commitRevision:553357 
Thursday, 22 Oct 2020
00:24 tz search for other commits by this committer
PHP 8.0: Connect all the ports added in r552906

Sponsored by:	PHP Update Service
Original commitRevision:552910 
Sunday, 4 Oct 2020
14:12 sunpoet search for other commits by this committer
Add py-sqlalchemy-json 0.4.0

SQLAlchemy-JSON provides mutation-tracked JSON types to SQLAlchemy.

WWW: https://github.com/edelooff/sqlalchemy-json
Original commitRevision:551391 
Saturday, 26 Sep 2020
09:08 pi search for other commits by this committer
New port: databases/mongodb-tools

According to https://docs.mongodb.com/database-tools/#versioning
the versioning of mongodb-tools changed. One version of mongodb-tools
for all future mongodb versions.

- removed mongoreplay: it does not exist (anymore)
- enabled all tools: I don't know the history why these were not enabled
- builds and runs on aarch64
- Add WWW to official documentation

--------
Useful utilities for managing a MongoDB instance written in Go.

- bsondump - display BSON files in a human-readable format
- mongoimport - Convert data from JSON, TSV or CSV and insert them
  into a collection
- mongoexport - Write an existing collection to CSV or JSON format
- mongodump/mongorestore - Dump MongoDB backups to disk in .BSON
  format, or restore them to a live database
- mongostat - Monitor live MongoDB servers, replica sets, or sharded
  clusters
- mongofiles - Read, write, delete, or update files in GridFS
- mongotop - Monitor read/write activity on a mongo server

WWW: https://github.com/mongodb/mongo-tools
WWW: https://docs.mongodb.com/database-tools/

PR:		249426
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Original commitRevision:550139 
Thursday, 24 Sep 2020
13:33 girgen search for other commits by this committer
Welcome PostgreSQL 13

Release notes:	https://www.postgresql.org/about/news/2077/
Original commitRevision:549921 
Wednesday, 23 Sep 2020
00:46 timur search for other commits by this committer
Add Samba 4.13 supplimentary lib databases/ldb22
Original commitRevision:549649 
00:16 timur search for other commits by this committer
Add ldb21 port
Original commitRevision:549646 
Saturday, 19 Sep 2020
13:01 rene search for other commits by this committer
Remove expired ports:

2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:548980 

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

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