Subject: CVS commit: pkgsrc/databases/SQLiteCpp
From: Min Sik Kim
Date: 2018-04-15 03:05:49
Message id: 20180415010549.23C52FBEC@cvs.NetBSD.org

Log Message:
databases/SQLiteCpp: Import version 2.2.0

SQLiteC++ offers an encapsulation arround the native C APIs of SQLite,
with a few intuitive and well documented C++ class.  It is designed
using the Resource Acquisition Is Initialization (RAII) idom, and
throwing exceptions in case of SQLite errors (exept in destructors,
where assert() are used instead).  Each SQLiteC++ object must be
constructed with a valid SQLite database connection, and then is
always valid until destroyed.

Files:
RevisionActionfile
1.1addpkgsrc/databases/SQLiteCpp/DESCR
1.1addpkgsrc/databases/SQLiteCpp/Makefile
1.1addpkgsrc/databases/SQLiteCpp/PLIST
1.1addpkgsrc/databases/SQLiteCpp/buildlink3.mk
1.1addpkgsrc/databases/SQLiteCpp/distinfo