# -*- 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
# $Id: Portfile 103525 2013-02-28 12:40:03Z ryandesign@macports.org $

PortSystem                  1.0
replaced_by                 soci
PortGroup                   obsolete 1.0

name                        soci-devel
version                     20111011
license                     Boost-1
categories                  databases devel
platforms                   darwin
maintainers                 rmh.de:g.lorenz openmaintainer

description                 SOCI - The C++ Database Access Library

long_description            SOCI is a database access library for C++ that makes the illusion of \
                            embedding SQL queries in the regular C++ code, staying entirely within \
                            the Standard C++. The idea is to provide C++ programmers a way to \
                            access SQL databases in the most natural and intuitive way. If you \
                            find existing libraries too difficult for your needs or just \
                            distracting, SOCI can be a good alternative.

homepage                    http://soci.sourceforge.net/
