# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 github.setup dbeaver dbeaver 24.2.3 github.tarball_from releases revision 0 name dbeaver-community categories databases supported_archs x86_64 arm64 license Apache-2 maintainers {judaew @judaew} openmaintainer description Free multi-platform database tool for developers, SQL \ programmers, database administrators and analysts. long_description \ {*}${description} Supports any database which has JDBC driver (which \ basically means - ANY database). Has a lot of features including metadata \ editor, SQL editor, rich data editor, ERD, data export/import/migration, \ SQL execution plans, etc. Uses plugins architecture and provides \ additional functionality for the following databases: MySQL/MariaDB, \ PostgreSQL, Greenplum, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP \ ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, \ Informix, etc. homepage https://dbeaver.io/ use_dmg yes switch ${build_arch} { x86_64 { distfiles dbeaver-ce-${version}-macos-x86_64${extract.suffix} checksums rmd160 a2f74fb3308b9599eddb9fd7ed9e5cd55559d5f8 \ sha256 fd8c8de5d69ea31ab4a228baa9846967c71be37bba9fc1ee55cd89a953a1af1b \ size 123325756 } arm64 { distfiles dbeaver-ce-${version}-macos-aarch64${extract.suffix} checksums rmd160 bc780d017eeae435e3838ca407abba9f74072942 \ sha256 4ad6fbe90a4b9e99a90580e6fba7e091cc7e4e563c85590db6f1a074c59b6878 \ size 122210747 } default { known_fail yes pre-fetch { ui_error "${subport} @ ${version} only supported for architectures ${supported_archs}" return -code error "Unsupported architecture: ${build_arch}" } } } use_configure no build {} destroot { copy ${worksrcpath}/DBeaver.app ${destroot}${applications_dir} }