mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.7 KiB
Tcl
45 lines
1.7 KiB
Tcl
# -*- 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 java 1.0
|
|
|
|
name dbvis
|
|
version 23.2.2
|
|
categories databases
|
|
platforms darwin
|
|
supported_archs x86_64
|
|
license Restrictive
|
|
maintainers nomaintainer
|
|
|
|
description DbVisualizer is the universal database tool for developers, DBAs and analysts
|
|
long_description DbVisualizer is a feature rich, intuitive multi-database tool for developers \
|
|
and database administrators, providing a single powerful interface across a \
|
|
wide variety of operating systems.
|
|
|
|
homepage https://www.dbvis.com
|
|
|
|
master_sites ${homepage}/product_download/dbvis-${version}/media/
|
|
distname dbvis_macos_[strsed $version g/\\./_/]
|
|
extract.suffix .tgz
|
|
|
|
checksums rmd160 4d2319b9d5764df0c88be8b052469eab50fc6cf6 \
|
|
sha256 66ac3623f8f370dac521d3a6fad5dc9f2abd194905a6261d868e3c8742af9320 \
|
|
size 169177170
|
|
|
|
java.version 11+
|
|
java.fallback openjdk11
|
|
|
|
extract.mkdir yes
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot {
|
|
copy ${worksrcpath}/DbVisualizer.app ${destroot}${applications_dir}
|
|
}
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}/download/
|
|
livecheck.regex {/product_download/dbvis-([0-9.]+)/media/dbvis_macos_}
|