aboutsummaryrefslogtreecommitdiff
path: root/databases/dbeaver
Commit message (Collapse)AuthorAgeFilesLines
* databases/*: Add CPE infoBernard Spil2026-05-311-1/+1
|
* */*: bump portrevision after java_default=25 updateRonald Klop2026-04-021-1/+1
| | | | | | Included all ports that have USES=java. PR: 293559
* databases/dbeaver: fix build on openjdk25Ronald Klop2026-03-111-0/+2
| | | | | | | | | | Some jdk.xml EntitySizeLimit defaults changed in openjdk24. In the issue are more details. Tested to still compile with openjdk21 also. PR: 293697 Approved-by: Martin Filla (maintainer)
* */*: bump portrevision after java_default=21 updateRonald Klop2026-02-261-1/+1
| | | | PR: 272855
* databases/dbeaver: Remove aarch64 from ONLY_FOR_ARCHS - port builds amd64 ↵Vladimir Druzenko2025-08-311-1/+1
| | | | | | | | | | binary even on aarch64 host If you are interested in making this port work on other arches, please prepare a patch. PR: 288783 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer)
* databases/dbeaver: Fix product name spellingAnton Saietskii2025-08-052-3/+4
| | | | | | | | | Bump port revision for package change. PR: 288652 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer, via private message to vvd@ in Discord) Approved by: yuri@ (Mentor)
* databases/dbeaver: New port: Free universal database tool and SQL clientMartin Filla2025-08-0312-0/+312
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>