Lines 2-12
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 372001 2014-11-01 10:37:06Z madpilot $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 372001 2014-11-01 10:37:06Z madpilot $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
PORTVERSION= 3.8.7 |
5 |
PORTVERSION= 3.8.7.1 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
8 |
MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ |
7 |
MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ |
9 |
DISTNAME= sqlite-autoconf-3080700 |
8 |
DISTNAME= sqlite-autoconf-3080701 |
10 |
|
9 |
|
11 |
MAINTAINER= pavelivolkov@gmail.com |
10 |
MAINTAINER= pavelivolkov@gmail.com |
12 |
COMMENT= SQL database engine in a C library |
11 |
COMMENT= SQL database engine in a C library |
Lines 45-50
Link Here
|
45 |
UNLOCK_NOTIFY_DESC= Enable notification on unlocking |
44 |
UNLOCK_NOTIFY_DESC= Enable notification on unlocking |
46 |
EXTENSION_DESC= Allow loadable extensions |
45 |
EXTENSION_DESC= Allow loadable extensions |
47 |
|
46 |
|
|
|
47 |
# http://www.sqlite.org/tempfiles.html#tempstore |
48 |
OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3 |
48 |
OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3 |
49 |
RAMT_DESC= Where to store temporary file |
49 |
RAMT_DESC= Where to store temporary file |
50 |
TS0_DESC= Always use temporary file |
50 |
TS0_DESC= Always use temporary file |
Lines 52-57
Link Here
|
52 |
TS2_DESC= Memory by default, change allowed PRAGMA |
52 |
TS2_DESC= Memory by default, change allowed PRAGMA |
53 |
TS3_DESC= Always use memory |
53 |
TS3_DESC= Always use memory |
54 |
|
54 |
|
|
|
55 |
# http://www.sqlite.org/queryplanner-ng.html#qpstab |
55 |
OPTIONS_RADIO_STAT= STAT3 STAT4 |
56 |
OPTIONS_RADIO_STAT= STAT3 STAT4 |
56 |
STAT_DESC= Which query planner to use |
57 |
STAT_DESC= Which query planner to use |
57 |
STAT3_DESC= collect histogram data from leftmost column |
58 |
STAT3_DESC= collect histogram data from leftmost column |