summaryrefslogtreecommitdiffstats
path: root/KNOBS
Commit message (Collapse)AuthorAgeFilesLines
* Add GNUTLS and GSASL knobs.novel2006-08-231-0/+2
|
* Add WITH_ISPELLskv2006-07-051-0/+1
|
* Add WITH_MODPERL2skv2006-06-231-0/+1
|
* Add CLIENT and SERVER knobs, for controlling the respective componentslawrance2006-05-151-0/+2
| | | | of a port which can build client and server components.
* Document WITH_GHC/NHC98, which select your preferred Haskell compilervs2006-04-151-0/+2
|
* - add BDBleeym2006-04-061-0/+1
| | | | | PR: 89023 Submitted by: swhetzel at gmail.com
* Fix a few spelling and abbreviation typos. This document also requires somedanfe2006-01-271-11/+11
| | | | rewording; this will be committed separately (if ever).
* Add MUSEPACK.adamw2006-01-161-0/+1
|
* Add TREMOR.adamw2006-01-011-0/+1
|
* - Typo fixpav2005-12-221-1/+1
| | | | Submitted by: Gregg Cooper <bsdcrank@squbes.com>
* Add STATIC (Building statically linked executables).lawrance2005-12-171-0/+1
|
* add:oliver2005-11-121-0/+1
| | | | | ZVBI Adds support to access raw VBI capture devices
* Removing trailing whitespace.marcus2005-11-051-2/+2
|
* - Add KNOBS, this file has a list of popular knobs with a shortahze2005-11-051-0/+91
description of what the knob is and does. The intent is to help porters keep like-name knobs through out the ports tree and end-users have a single file they can look up knobs in. Limitations to KNOBS: In the future we plan to add support for OPTIONS to support the KNOBS file, and so dialog(1) will be able to handle the size of each knob knob-name's are limited to 12 characters and knob-descriptions are limited to 45 characters, not including the white space between the knob-name and knob-description. Naming knobs: When a port has a lib-prefix (ie: libquicktime, libxine) the lib-prefix should be stripped from the knob name. (ie: QUICKTIME, XINE) Based around: brain storm ideas from mezz and I Approved by: portmgr
OpenPOWER on IntegriCloud