Home
last modified time | relevance | path

Searched +full:proj +full:- +full:enable (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/sqlite3/tea/
H A Dteaish.tcl4 # State for disparate config-time pieces.
6 array set sqlite__Config [proj-strip-hash-comments {
8 # The list of feature --flags which the --all flag implies. This
11 all-flag-enables {fts3 fts4 fts5 rtree geopoly}
13 # >0 if building in the canonical tree. -1=undetermined
14 is-canonical -1
25 set version [proj-file-content -trim $dir/../VERSION]
26 set ::sqlite__Config(is-canonical) 1
27 set distname sqlite-tcl
31 set ::sqlite__Config(is-canonical) 0
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl3 # that they can be reused in the autoconf sub-tree. This file requires
4 # functions from proj.tcl.
6 if {[string first " " $autosetup(srcdir)] != -1} {
7 user-error "The pathname of the source tree\
10 if {[string first " " $autosetup(builddir)] != -1} {
11 user-error "The pathname of the build directory\
15 use proj
19 # --prefix=... to work and to emit the Host/Build system info, but we
20 # don't want those to interfere with --help output.
21 define PACKAGE_VERSION [proj-file-content -trim $::autosetup(srcdir)/VERSION]
[all …]
H A DREADME.md5 developers regarding using and maintaining the [Autosetup][]-based
10 - [Autosetup API Reference](#apiref)
11 - [API Tips](#apitips)
12 - [Ensuring TCL Compatibility](#tclcompat)
13 - [Design Conventions](#conventions)
14 - Symbolic Names of Feature Flags
15 - Do Not Update Global Shared State
16 - [Updating Autosetup](#updating)
17 - ***[Patching Autosetup for Project-local changes](#patching)***
18 - [Branch-specific Customization](#branch-customization)
[all …]
/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dcore.tcl12 # ----- @module teaish.tcl -----
13 # @section TEA-ish ((TCL Extension Architecture)-ish)
16 # private/internal APIs. Those with a prefix of teaish- are
19 # Teaish has a hard dependency on proj.tcl, and any public API members
24 use proj
27 # API-internal settings and shared state.
28 array set teaish__Config [proj-strip-hash-comments {
31 # teaish__PkgInfo(-version).
33 version 0.1-beta
35 # set to 1 to enable some internal debugging output
[all …]
H A Dfeature.tcl12 # ----- @module feature-tests.tcl -----
13 # @section TEA-ish collection of feature tests.
16 # private/internal APIs. Those with a prefix of teaish- are
20 # @teaish-check-libz
23 # prepends -lz to the extension's ldflags and returns 1, else returns
26 proc teaish-check-libz {} {
27 teaish-check-cached "Checking for libz" {
29 if {[msg-quiet cc-check-includes zlib.h] && [msg-quiet proj-check-function-in-lib deflate z]} {
30 teaish-ldflags-prepend [define LDFLAGS_LIBZ [get-define lib_deflate]]
38 # @teaish-check-librt ?funclist?
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
37 azoteq,suspend-mode:
[all …]
H A Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jef
[all...]
H A Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
21 - azoteq,iqs7222a
22 - azoteq,iqs7222b
23 - azoteq,iqs7222c
24 - azoteq,iqs7222d
29 irq-gpios:
32 Specifies the GPIO connected to the device's active-low RDY output.
[all …]
/freebsd/contrib/libfido2/
H A DREADME.adoc7 image:https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libfido2"]
9 *libfido2* provides library functionality and command-line tools to
19 *libfido2* is licensed under the BSD 2-clause license. See the LICENSE
35 * Go: https://github.com/keys-pu
[all...]
/freebsd/crypto/openssh/
H A DREADME.md3 …com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/openssh/op…
4 …tps://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromium.org/p/…
5 …//scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable)
7 … and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storage (``ssh-ag…
9-like operating systems, including Linux, OS X and Cygwin. Portable OpenSSH polyfills OpenBSD APIs…
17 * [ssh-keygen(1)](https://man.openbsd.org/ssh-keygen.1)
18 * [ssh-agent(1)](https://man.openbsd.org/ssh-agent.1)
21 * [ssh-keyscan(8)](https://man.openbsd.org/ssh-keyscan.8)
22 * [sftp-server(8)](https://man.openbsd.org/sftp-server.8)
40 In addition, certain platforms and build-time options may require additional dependencies; see READ…
[all …]