diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 18:14:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 18:14:05 +0800 |
commit | e775b1b79790e51640283766ee2f8f5f705b09b5 (patch) | |
tree | ad702d3a7471a02dfd1e1fb7ae8ac130fcaa074c /CHANGES | |
parent | 0cc8d65c71b5242ada3595f6daf8967bc32fcdae (diff) | |
download | freebsd-ports-graphics-e775b1b79790e51640283766ee2f8f5f705b09b5.tar.gz freebsd-ports-graphics-e775b1b79790e51640283766ee2f8f5f705b09b5.tar.zst freebsd-ports-graphics-e775b1b79790e51640283766ee2f8f5f705b09b5.zip |
Extend the options framework providing 2 new macros:
OPTIONS_RADIO: a more user friendly way to allow selecting only 0 or 1 options
among a list of options
OPTIONS_GROUP: this macros should be used to group options by theme allowing the
user to select 0 or N options among a list of options
With hat: portmgr
Reviewed by: beat
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20121210: +AUTHOR: bapt@FreeBSD.org + * OPTIONS has been extended 2 new macros are available: + + OPTIONS_RADIO - allows only 0 or 1 options to be selected + OPTIONS_GROUP - allows 0 or N options among to be selected + 20121010: AUTHOR: bapt@FreeBSD.org |