summaryrefslogtreecommitdiff
path: root/KNOBS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few spelling and abbreviation typos. This document also requires someAlexey Dokuchaev2006-01-271-11/+11
| | | | | | | rewording; this will be committed separately (if ever). Notes: svn path=/head/; revision=154601
* Add MUSEPACK.Adam Weinberger2006-01-161-0/+1
| | | | Notes: svn path=/head/; revision=153621
* Add TREMOR.Adam Weinberger2006-01-011-0/+1
| | | | Notes: svn path=/head/; revision=152543
* - Typo fixPav Lucistnik2005-12-221-1/+1
| | | | | | | Submitted by: Gregg Cooper <bsdcrank@squbes.com> Notes: svn path=/head/; revision=151808
* Add STATIC (Building statically linked executables).Sam Lawrance2005-12-171-0/+1
| | | | Notes: svn path=/head/; revision=151361
* add:Oliver Lehmann2005-11-121-0/+1
| | | | | | | | ZVBI Adds support to access raw VBI capture devices Notes: svn path=/head/; revision=148024
* Removing trailing whitespace.Joe Marcus Clarke2005-11-051-2/+2
| | | | Notes: svn path=/head/; revision=147392
* - Add KNOBS, this file has a list of popular knobs with a shortMichael Johnson2005-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 Notes: svn path=/head/; revision=147337