Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add ASPELL and GPGME, present in a number of ports | Andrew Pantyukhin | 2007-09-03 | 1 | -0/+2 |
| | |||||
* | - Add WX knob | Pav Lucistnik | 2006-12-01 | 1 | -0/+1 |
| | |||||
* | - Add entries for IODBC and UNIXODBC. | Alejandro Pulver | 2006-10-10 | 1 | -0/+2 |
| | |||||
* | - sorted in alphabetical order | Yen-Ming Lee | 2006-10-05 | 1 | -3/+3 |
| | |||||
* | Add GSSAPI to list of knobs. | Shaun Amott | 2006-10-05 | 1 | -0/+1 |
| | |||||
* | Add WITH_FIREBIRD | Sergey Skvortsov | 2006-09-18 | 1 | -0/+1 |
| | |||||
* | - Add GSM - GSM audio codec support | Andrew Pantyukhin | 2006-09-04 | 1 | -0/+1 |
| | |||||
* | Add GNUTLS and GSASL knobs. | Roman Bogorodskiy | 2006-08-24 | 1 | -0/+2 |
| | |||||
* | Add WITH_ISPELL | Sergey Skvortsov | 2006-07-05 | 1 | -0/+1 |
| | |||||
* | Add WITH_MODPERL2 | Sergey Skvortsov | 2006-06-23 | 1 | -0/+1 |
| | |||||
* | Add CLIENT and SERVER knobs, for controlling the respective components | Sam Lawrance | 2006-05-15 | 1 | -0/+2 |
| | | | | of a port which can build client and server components. | ||||
* | Document WITH_GHC/NHC98, which select your preferred Haskell compiler | Volker Stolz | 2006-04-15 | 1 | -0/+2 |
| | |||||
* | - add BDB | Yen-Ming Lee | 2006-04-06 | 1 | -0/+1 |
| | | | | | PR: 89023 Submitted by: swhetzel at gmail.com | ||||
* | Fix a few spelling and abbreviation typos. This document also requires some | Alexey Dokuchaev | 2006-01-27 | 1 | -11/+11 |
| | | | | rewording; this will be committed separately (if ever). | ||||
* | Add MUSEPACK. | Adam Weinberger | 2006-01-16 | 1 | -0/+1 |
| | |||||
* | Add TREMOR. | Adam Weinberger | 2006-01-02 | 1 | -0/+1 |
| | |||||
* | - Typo fix | Pav Lucistnik | 2005-12-22 | 1 | -1/+1 |
| | | | | Submitted by: Gregg Cooper <bsdcrank@squbes.com> | ||||
* | Add STATIC (Building statically linked executables). | Sam Lawrance | 2005-12-17 | 1 | -0/+1 |
| | |||||
* | add: | Oliver Lehmann | 2005-11-12 | 1 | -0/+1 |
| | | | | | ZVBI Adds support to access raw VBI capture devices | ||||
* | Removing trailing whitespace. | Joe Marcus Clarke | 2005-11-06 | 1 | -2/+2 |
| | |||||
* | - Add KNOBS, this file has a list of popular knobs with a short | Michael Johnson | 2005-11-05 | 1 | -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 |