1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add vsqlite, a well designed and portable SQLite3 Wrapper for C++.

This commit is contained in:
Koop Mast 2013-12-29 20:37:27 +00:00
parent 3654545f5f
commit 5c4174835f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338041
5 changed files with 54 additions and 0 deletions

View File

@ -919,6 +919,7 @@
SUBDIR += usogres
SUBDIR += vfront
SUBDIR += virtuoso
SUBDIR += vsqlite
SUBDIR += wfb2sql
SUBDIR += wmjsql
SUBDIR += xapian-bindings

View File

@ -0,0 +1,33 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= vsqlite
PORTVERSION= 0.3.12
CATEGORIES= databases
MAINTAINER= kwm@FreeBSD.org
COMMENT= Well designed and portable SQLite3 Wrapper for C++
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libboost_random.so:${PORTSDIR}/devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= vinzenz
GH_PROJECT= vsqlite--
GH_TAGNAME= 3fa8d32
GH_COMMIT= 3fa8d32
USE_AUTOTOOLS= libtool autoconf automake
USE_SQLITE= 3
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
pre-configure:
@cd ${WRKSRC} && ${SH} autogen.sh
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvsqlitepp.so.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (vsqlite-0.3.12.tar.gz) = 722d0a077c690e2e21e880602690c35b5c1eb2a491911ec44a28b92106ea8459
SIZE (vsqlite-0.3.12.tar.gz) = 23733

View File

@ -0,0 +1,3 @@
Well designed and portable SQLite3 Wrapper for C++
WWW: https://github.com/vinzenz/vsqlite--

View File

@ -0,0 +1,15 @@
include/sqlite/command.hpp
include/sqlite/connection.hpp
include/sqlite/database_exception.hpp
include/sqlite/execute.hpp
include/sqlite/ext/variant.hpp
include/sqlite/query.hpp
include/sqlite/result.hpp
include/sqlite/transaction.hpp
include/sqlite/view.hpp
lib/libvsqlitepp.a
lib/libvsqlitepp.la
lib/libvsqlitepp.so
lib/libvsqlitepp.so.3
@dirrmtry include/sqlite/ext
@dirrmtry include/sqlite