Files
Christopher ChavezandChris Jones a4a1162eae mysql4: delete EOL port
Port is not known to currently build; not obsoleting since it is almost
certainly no longer used. Remove all +mysql4 variants from dependents.

Closes: https://trac.macports.org/ticket/4115
See: https://trac.macports.org/ticket/43431
See: https://trac.macports.org/ticket/58607
2021-06-08 18:53:51 +01:00

34 lines
1.0 KiB
Plaintext

PortSystem 1.0
name mysqlxx
version 3.0.8
categories databases
platforms darwin freebsd
maintainers nomaintainer
description C++ wrapper for MySQL's C API
long_description MySQL++ is a C++ wrapper for MySQL's C API. It is \
built around STL principles, to make dealing with \
the database as easy as dealing with an STL container.
homepage http://tangentsoft.net/mysql++/
master_sites http://tangentsoft.net/mysql++/releases/
distname mysql++-${version}
checksums md5 b977bbf671df08661c15cde051db1513 \
sha1 060d81dcf284732a4dc3f74b305f48ec8d12150f \
rmd160 686fc71773c3d828ed01374ba383e2d58ea5f370
depends_lib port:gettext \
port:zlib
variant mysql5 description {Build with MySQL 5 support} {
depends_lib-append path:bin/mysql_config5:mysql5
configure.args --with-mysql-lib=${prefix}/lib/mysql5/mysql \
--with-mysql-include=${prefix}/include/mysql5/mysql
}
default_variants +mysql5
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex mysql\\+\\+-(\[0-9.\]+)\\.tar