SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
databases/sqlcipher/pkg/DESCR
Normal file
8
databases/sqlcipher/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
SQLCipher extends the SQLite database library to add security
|
||||
enhancements that make it more suitable for encrypted local data
|
||||
storage like:
|
||||
|
||||
* on-the-fly-encryption
|
||||
* tamper detection
|
||||
* memory sanitization
|
||||
* strong key derivation
|
8
databases/sqlcipher/pkg/PLIST
Normal file
8
databases/sqlcipher/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@bin bin/sqlcipher
|
||||
include/sqlcipher/
|
||||
include/sqlcipher/sqlite3.h
|
||||
include/sqlcipher/sqlite3ext.h
|
||||
@static-lib lib/libsqlcipher.a
|
||||
lib/libsqlcipher.la
|
||||
@lib lib/libsqlcipher.so.${LIBsqlcipher_VERSION}
|
||||
lib/pkgconfig/sqlcipher.pc
|
Loading…
Add table
Add a link
Reference in a new issue