# -*- 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
categories databases lang www
description The DBacesslayer aka DBSlayer is a lightweight database abstraction layer \
suitable for high-load websites where you need the scalable advantages of \
long_description ${description} Written in C for speed, DBSlayer talks to clients via JSON over \
HTTP, meaning it's simple to monitor and can swiftly interoperate with any web \
homepage http://code.nytimes.com/projects/dbslayer/wiki
master_sites http://code.nytimes.com/downloads/
patchfiles patch-configure.ac.diff
checksums sha1 fbf1c5563a6ee45783e31f6b49612e64fc141186 \
rmd160 439414996072ce36c7361d1188ebe115c70e0151
depends_lib-append port:apr-util
foreach svn_dirs [glob -nocomplain -path ${worksrcpath}/ -type d .svn */.svn */*/.svn ] {
configure.args --with-apr-1-config=${prefix}/bin/apr-1-config \
--with-apu-1-config=${prefix}/bin/apu-1-config
xinstall -d ${destroot}${prefix}/share/${name}
copy ${worksrcpath}/htdocs \
${destroot}${prefix}/share/${name}
copy ${worksrcpath}/test \
${destroot}${prefix}/share/${name}
conflicts mysql55 mysql56 mariadb percona \
description {build with mysql51 port} {
depends_lib-append port:mysql51
configure.args-append --with-mysql-config=${prefix}/lib/mysql51/bin/mysql_config
conflicts mysql51 mysql56 mariadb percona \
description {build with mysql55 port} {