Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
HardenedBSD-pkg tests frontend sqlite3.ucl
name: "sqlite3"
origin: "databases/sqlite3"
version: "3.8.6"
arch: "freebsd:11:x86:64"
maintainer: "pavelivolkov@gmail.com"
prefix: "/usr/local"
www: "https://www.sqlite.org/"
flatsize: 2946046
comment: "SQL database engine in a C library"
licenselogic: "single"
licenses: [
    "public"
]
desc: "SQLite is an SQL database engine in a C library. Programs that link the SQLite\nlibrary can have SQL database access without running a separate RDBMS process.\nThe distribution comes with a standalone command-line access program (sqlite)\nthat can be used to administer an SQLite database and which serves as an\nexample of how to use the SQLite library.\n\nWWW: https://www.sqlite.org/"
categories: [
    "databases"
]
shlibs_provided: [
    "libsqlite3.so.0"
]
options: {
    DIRECT_READ: "off",
    EXTENSION: "on",
    FTS4: "on",
    ICU: "off",
    MEMMAN: "off",
    METADATA: "on",
    RTREE: "on",
    RTREE_INT: "off",
    SECURE_DELETE: "on",
    SOUNDEX: "off",
    STAT3: "off",
    STAT4: "off",
    THREADS: "on",
    TS0: "off",
    TS1: "on",
    TS2: "off",
    TS3: "off",
    UNICODE61: "off",
    UNLOCK_NOTIFY: "on",
    UPD_DEL_LIMIT: "off",
    URI: "on",
    URI_AUTHORITY: "off"
}
annotations: {
    repo_type: "binary"
}
files: {
    /usr/local/bin/sqlite3: "06663b5ae4eb31eda5d682b0679e6049e28c166efaa43f08faa3bdf73306358e",
    /usr/local/include/sqlite3.h: "5af7e60f277ba3c30bef97de7e8fb8df839d94b6cdbca5467f2dd8d3adf2986a",
    /usr/local/include/sqlite3ext.h: "620d8b84b8d8b8bea394dc5b9e6a98b0367218273ad0a4412cbb0cd3ce9be686",
    /usr/local/lib/libsqlite3.a: "10cc5a3ae7eaf320ee7ac197fd153e39e9d2ffcbadee9cb8cf459127d477c2ad",
    /usr/local/lib/libsqlite3.so: "b6289dcd4b8f45abf3e2f69c903e9b0f80bae1fb7d5a9e3ad0636fe5e26886a4",
    /usr/local/lib/libsqlite3.so.0: "b6289dcd4b8f45abf3e2f69c903e9b0f80bae1fb7d5a9e3ad0636fe5e26886a4",
    /usr/local/lib/libsqlite3.so.0.8.6: "1fc16fcbab41551bececda3e6ec315dc1c7b798d81013ca3a73d6e3ae68bd8c5",
    /usr/local/libdata/pkgconfig/sqlite3.pc: "740a7c23bc1d18ef3c10170099e9742e34ce0dce33866ae7105796e2c60ee1fc",
    /usr/local/man/man1/sqlite3.1.gz: "b6d58505d378faa5abe126400ebdcc25e72abdf7e65e4a39e48a91cc81a5ebb3",
    /usr/local/share/licenses/sqlite3-3.8.6/LICENSE: "8402e9d907c9f12647832648c5941d3be53e33f9832bf0bf1a30b8e88cfa7513",
    /usr/local/share/licenses/sqlite3-3.8.6/catalog.mk: "e38548a1526c48409021e478d16ad967081adc6b1acddf592c17f5c8a44c7ced",
    /usr/local/share/licenses/sqlite3-3.8.6/public: "b4321e78d0be51d4397b0647c9ab18cf0805fd438660aee7b5c052811f755f78"
}
directories: {
    /usr/local/share/licenses/sqlite3-3.8.6/: "n",
    /usr/local/share/licenses/: "y"
}
scripts: {
    post-install: "/sbin/ldconfig -m /usr/local/lib\ncd /usr/local",
    pre-deinstall: "cd /usr/local",
    post-deinstall: "/sbin/ldconfig -R\ncd /usr/local"
}