aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql++/pkg-descr
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-21 05:31:15 +0800
committerpav <pav@FreeBSD.org>2004-11-21 05:31:15 +0800
commitd7135937cd09eee60f0355a35dde447cfdf1314e (patch)
treeb7e2dba060e9fd445d2b9f117b59d17d8561d356 /databases/mysql++/pkg-descr
parentdf29574d5b46a9349799ee725a536221d393bc6a (diff)
downloadfreebsd-ports-graphics-d7135937cd09eee60f0355a35dde447cfdf1314e.tar.gz
freebsd-ports-graphics-d7135937cd09eee60f0355a35dde447cfdf1314e.tar.zst
freebsd-ports-graphics-d7135937cd09eee60f0355a35dde447cfdf1314e.zip
- Update to 1.7.20
PR: ports/73516 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'databases/mysql++/pkg-descr')
-rw-r--r--databases/mysql++/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql++/pkg-descr b/databases/mysql++/pkg-descr
index 54735ed3f94..c5360e56740 100644
--- a/databases/mysql++/pkg-descr
+++ b/databases/mysql++/pkg-descr
@@ -1,5 +1,5 @@
-Mysql++ is a complex C++ API for MySQL (and other SQL Databases Soon).
-The goal of this API is too make working with Queries as easy as
-working with other STL Containers.
+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.
-WWW: http://dev.mysql.com/downloads/other/plusplus/
+WWW: http://tangentsoft.net/mysql++/