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:
parent
3654545f5f
commit
5c4174835f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338041
@ -919,6 +919,7 @@
|
||||
SUBDIR += usogres
|
||||
SUBDIR += vfront
|
||||
SUBDIR += virtuoso
|
||||
SUBDIR += vsqlite
|
||||
SUBDIR += wfb2sql
|
||||
SUBDIR += wmjsql
|
||||
SUBDIR += xapian-bindings
|
||||
|
33
databases/vsqlite/Makefile
Normal file
33
databases/vsqlite/Makefile
Normal 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>
|
2
databases/vsqlite/distinfo
Normal file
2
databases/vsqlite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (vsqlite-0.3.12.tar.gz) = 722d0a077c690e2e21e880602690c35b5c1eb2a491911ec44a28b92106ea8459
|
||||
SIZE (vsqlite-0.3.12.tar.gz) = 23733
|
3
databases/vsqlite/pkg-descr
Normal file
3
databases/vsqlite/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Well designed and portable SQLite3 Wrapper for C++
|
||||
|
||||
WWW: https://github.com/vinzenz/vsqlite--
|
15
databases/vsqlite/pkg-plist
Normal file
15
databases/vsqlite/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user