summaryrefslogtreecommitdiff
path: root/KNOBS
AgeCommit message (Collapse)Author
2006-12-01- Add WX knobPav Lucistnik
2006-10-09- Add entries for IODBC and UNIXODBC.Alejandro Pulver
2006-10-05- sorted in alphabetical orderYen-Ming Lee
2006-10-04Add GSSAPI to list of knobs.Shaun Amott
2006-09-18Add WITH_FIREBIRDSergey Skvortsov
2006-09-04- Add GSM - GSM audio codec supportAndrew Pantyukhin
2006-08-23Add GNUTLS and GSASL knobs.Roman Bogorodskiy
2006-07-05Add WITH_ISPELLSergey Skvortsov
2006-06-23Add WITH_MODPERL2Sergey Skvortsov
2006-05-15Add CLIENT and SERVER knobs, for controlling the respective componentsSam Lawrance
of a port which can build client and server components.
2006-04-15Document WITH_GHC/NHC98, which select your preferred Haskell compilerVolker Stolz
2006-04-06- add BDBYen-Ming Lee
PR: 89023 Submitted by: swhetzel at gmail.com
2006-01-27Fix a few spelling and abbreviation typos. This document also requires someAlexey Dokuchaev
rewording; this will be committed separately (if ever).
2006-01-16Add MUSEPACK.Adam Weinberger
2006-01-01Add TREMOR.Adam Weinberger
2005-12-22- Typo fixPav Lucistnik
Submitted by: Gregg Cooper <bsdcrank@squbes.com>
2005-12-17Add STATIC (Building statically linked executables).Sam Lawrance
2005-11-12add:Oliver Lehmann
ZVBI Adds support to access raw VBI capture devices
2005-11-05Removing trailing whitespace.Joe Marcus Clarke
2005-11-05- Add KNOBS, this file has a list of popular knobs with a shortMichael Johnson
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