databases/sqlitecpp: New port: SQLiteC++: Easy to use C++ SQLite3 wrapper
This commit is contained in:
parent
94e386c088
commit
ddd5d93e09
@ -1008,6 +1008,7 @@
|
||||
SUBDIR += sqlite3
|
||||
SUBDIR += sqlitebrowser
|
||||
SUBDIR += sqliteconvert
|
||||
SUBDIR += sqlitecpp
|
||||
SUBDIR += sqlitemanager
|
||||
SUBDIR += sqliteodbc
|
||||
SUBDIR += sqlitestudio
|
||||
|
25
databases/sqlitecpp/Makefile
Normal file
25
databases/sqlitecpp/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
PORTNAME= sqlitecpp
|
||||
DISTVERSION= 3.1.1-28
|
||||
DISTVERSIONSUFFIX= -g0c46d86
|
||||
CATEGORIES= databases devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= SQLiteC++: Easy to use C++ SQLite3 wrapper
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
TEST_DEPENDS= googletest>0:devel/googletest
|
||||
|
||||
USES= cmake:testing compiler:c++11-lang sqlite
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= SRombauts
|
||||
GH_PROJECT= SQLiteCpp
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= SQLITECPP_INTERNAL_SQLITE SQLITECPP_RUN_CPPLINT
|
||||
CMAKE_TESTING_ON= SQLITECPP_BUILD_TESTS
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/sqlitecpp/distinfo
Normal file
3
databases/sqlitecpp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1623289372
|
||||
SHA256 (SRombauts-SQLiteCpp-3.1.1-28-g0c46d86_GH0.tar.gz) = f7037c4726fae366988467b21d8c699211c6a19f051c5544653b4d413087dc7f
|
||||
SIZE (SRombauts-SQLiteCpp-3.1.1-28-g0c46d86_GH0.tar.gz) = 2431117
|
4
databases/sqlitecpp/pkg-descr
Normal file
4
databases/sqlitecpp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
SQLiteC++ offers an encapsulation layer around the native C APIs of SQLite, with
|
||||
a few intuitive and well documented C++ classes.
|
||||
|
||||
WWW: https://github.com/SRombauts/SQLiteCpp
|
18
databases/sqlitecpp/pkg-plist
Normal file
18
databases/sqlitecpp/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
include/SQLiteCpp/Assertion.h
|
||||
include/SQLiteCpp/Backup.h
|
||||
include/SQLiteCpp/Column.h
|
||||
include/SQLiteCpp/Database.h
|
||||
include/SQLiteCpp/Exception.h
|
||||
include/SQLiteCpp/ExecuteMany.h
|
||||
include/SQLiteCpp/SQLiteCpp.h
|
||||
include/SQLiteCpp/Savepoint.h
|
||||
include/SQLiteCpp/Statement.h
|
||||
include/SQLiteCpp/Transaction.h
|
||||
include/SQLiteCpp/Utils.h
|
||||
include/SQLiteCpp/VariadicBind.h
|
||||
lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake
|
||||
lib/cmake/SQLiteCpp/SQLiteCppConfigVersion.cmake
|
||||
lib/cmake/SQLiteCpp/SQLiteCppTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/SQLiteCpp/SQLiteCppTargets.cmake
|
||||
lib/libSQLiteCpp.so
|
||||
lib/libSQLiteCpp.so.0
|
Loading…
Reference in New Issue
Block a user