ports/169360: [bsd.options.desc.mk] Lessen length and add size comments
Bryan Drewery
bryan at shatow.net
Sat Jun 23 23:00:23 UTC 2012
>Number: 169360
>Category: ports
>Synopsis: [bsd.options.desc.mk] Lessen length and add size comments
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Jun 23 23:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Bryan Drewery
>Release: FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:
>Description:
This patch fixes long descriptions and hopefully adds some clarity and consistency about adding new ones.
See http://mozart.lib.uchicago.edu/mozart/images/sudo-config.jpg for why this is needed. In that particular case, NLS_DESC is too long.
>How-To-Repeat:
>Fix:
- Copy size comments from KNOBS and adjust for _DESC size
- Fix long descriptions
--- patch-bsd.options.desc.mk.txt begins here ---
--- bsd.options.desc.mk.orig 2012-06-23 17:43:41.000000000 -0500
+++ bsd.options.desc.mk 2012-06-23 17:53:12.000000000 -0500
@@ -3,9 +3,16 @@
# READ BEFORE EDITING:
# - Please keep descriptions sorted alphabetically by variable name.
#
+# - Please respect these limits or the dialog options wrap or be cutoff
+# - OPTION_DESC?= must be 19 characters or less
+# - OPTION description text must be 43 characters or less
+#
Options_Desc_MAINTAINER= ports at FreeBSD.org
+# OPTION_DESC: Description:
+# Length | | Length |
+#
AAC_DESC?= Enable support for aac/mp4
AALIB_DESC?= Enable aalib support
ALSA_DESC?= Enable alsa audio support
@@ -86,7 +93,7 @@
ICONV_DESC?= Enable ICONV support
ID3_DESC?= Enable support for id3 tags
ID3TAG_DESC?= Support ID3 v1/v2 tags
-IDN_DESC?= Enable IDN (International Domain Names) support
+IDN_DESC?= Enable International Domain Names support
IMLIB_DESC?= Enable imlib image library support
IMLIB2_DESC?= Enable imlib2 image library support
IPV6_DESC?= Enable IPv6 support
@@ -142,7 +149,7 @@
MYSQL_DESC?= Enable MySQL backend
NAS_DESC?= Enable Network Audio System support
NETCDF_DESC?= Enable NetCDF support
-NLS_DESC?= Native Language Support via gettext utilities
+NLS_DESC?= Native Language Support via gettext
NOTIFY_DESC?= Enable startup notification support
ODBC_DESC?= Enable ODBC backend
ODF_DESC?= Enable ODF support
@@ -152,7 +159,7 @@
ORACLE_DESC?= Enable Oracle support
OSS_DESC?= Enable Open Sound System support
PAM_DESC?= Enable PAM support
-PCRE_DESC?= Use Perl Compatible Regular Expressions library
+PCRE_DESC?= Use Perl Compatible Regular Expressions
PERL_DESC?= Enable Perl scripting language support
PGSQL_DESC?= Enable PostgreSQL backend
PHP_DESC?= Enable PHP binding/support
@@ -163,7 +170,7 @@
POSTGIS_DESC?= Enable postgis support
PRINT_DESC?= Enable Printer support
PROJ_DESC?= Enable PROJ.4 support
-PTH_DESC?= Enable GNU Pth for threading/multiprocessing
+PTH_DESC?= Enable GNU Pth threading/multiprocessing
PULSEAUDIO_DESC?= Support PulseAudio sound server
PYMALLOC_DESC?= Enable python's internal malloc
PYTHON_DESC?= Enable Python binding/support
--- patch-bsd.options.desc.mk.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list