mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
- Improve wording and formatting (most notably, missing space before opening
parenthesis) in some buggy option descriptions - Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
This commit is contained in:
parent
2aa74789c2
commit
230ecab145
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374788
@ -28,7 +28,8 @@ PATHFIX_MAKEFILEIN= Makefile.am
|
||||
OPTIONS_DEFINE= AUT BAS CON CUR DEB EXA ITE MEM
|
||||
OPTIONS_DEFAULT= AUT BAS CON
|
||||
OPTIONS_SUB= yes
|
||||
AUT_DESC= Automated(XML) interface
|
||||
|
||||
AUT_DESC= Automated (XML) interface
|
||||
BAS_DESC= Basic interface
|
||||
CON_DESC= Console interface
|
||||
CUR_DESC= Curses interface
|
||||
|
@ -39,8 +39,8 @@ OPTIONS_DEFAULT= GDB_LINK THREADS TUI PORT_READLINE
|
||||
OPTIONS_SINGLE= READLINE
|
||||
OPTIONS_SINGLE_READLINE= BASE_READLINE BUNDLED_READLINE PORT_READLINE
|
||||
|
||||
GDB_LINK_DESC= Create the gdb link
|
||||
BASE_READLINE_DESC= from base system(EXPERIMENTAL)
|
||||
GDB_LINK_DESC= Create ${PREFIX}/bin/gdb symlink
|
||||
BASE_READLINE_DESC= from base system (experimental)
|
||||
BUNDLED_READLINE_DESC= from gdb distfile
|
||||
PORT_READLINE_DESC= from devel/readline port
|
||||
TUI_DESC= Text User Interface enabled
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: jaap
|
||||
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= credns
|
||||
@ -39,11 +39,10 @@ USE_OPENSSL= yes
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= ROOT_SERVER IPV6 CHECKING MMAP MAXIPS DOCS
|
||||
OPTIONS_DEFAULT= IPV6
|
||||
|
||||
ROOT_SERVER_DESC= Credns as proxy for a (local) root
|
||||
CHECKING_DESC= Internal runtime checks
|
||||
MMAP_DESC= Use mmap instead of malloc(experimental)
|
||||
MMAP_DESC= Use mmap() instead of malloc() (experimental)
|
||||
MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS}
|
||||
|
||||
ROOT_SERVER_CONFIGURE_ENABLE= root-server
|
||||
|
@ -54,12 +54,12 @@ OPTIONS_DEFAULT_amd64= DAHDI
|
||||
OPTIONS_DEFAULT_sparc64= DAHDI
|
||||
|
||||
EXCHANGE_DESC?= Exchange calendar support
|
||||
NEWG711_DESC?= New G711 Codec
|
||||
NEWG711_DESC?= New G711 codec
|
||||
SRTP_DESC?= SecureRTP support
|
||||
OOH323_DESC?= ooh323 support
|
||||
DAHDI_DESC?= DAHDI support
|
||||
XMPP_DESC?= XMPP/GTALK support
|
||||
UUID_DESC?= libuuid support(required for ICE and TURN in RTP)
|
||||
UUID_DESC?= libuuid support (required for ICE and TURN in RTP)
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OOH323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Damian Gerow
|
||||
# Created by: Damian Gerow <dgerow@afflictions.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openconnect
|
||||
@ -28,11 +28,11 @@ PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= PROXY GNUTLS
|
||||
|
||||
PROXY_DESC= Enable automatic proxy configuratio via libproxy
|
||||
PROXY_DESC= Automatic proxy configuration via libproxy
|
||||
PROXY_LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy
|
||||
PROXY_CONFIGURE_WITH= libproxy
|
||||
|
||||
GNUTLS_DESC= Use GnuTLS instead of OpenSSL(EXPERIMENTAL)
|
||||
GNUTLS_DESC= Use GnuTLS instead of OpenSSL (experimental)
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GNUTLS_USE_OFF= OPENSSL=yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Heiner <h.eichmann@gmx.de>
|
||||
# Created by: Heiner Eichmann <h.eichmann@gmx.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= k3b
|
||||
@ -34,7 +34,7 @@ OPTIONS_SUB= yes # FFMPEG FLAC MAD MUSEPACK SNDFILE VORBIS_ENC VORBIS_DEC LIBDVD
|
||||
CDRDAO_DESC= Burning: cdrdao
|
||||
CDRDAO_RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao
|
||||
|
||||
DVDPLUSRW_DESC= Burning: DVD+RW Tools (DVD+/-R(W))
|
||||
DVDPLUSRW_DESC= Burning: DVD+RW tools (DVD+/-R(W))
|
||||
DVDPLUSRW_RUN_DEPENDS= dvd+rw-format:${PORTSDIR}/sysutils/dvd+rw-tools
|
||||
|
||||
EMOVIX_DESC= Burning: eMovix (bootable video CDs)
|
||||
|
@ -24,11 +24,11 @@ PLIST= ${WRKDIR}/plist
|
||||
OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK
|
||||
OPTIONS_DEFAULT=MYSQL
|
||||
|
||||
MEMCACHED_DESC= use memcached
|
||||
APC_DESC= use pecl-APC(Mediawiki recommended)
|
||||
EACCEL_DESC= use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= use ImageMagick
|
||||
MEMCACHED_DESC= Use memcached
|
||||
APC_DESC= Use pecl-APC (Mediawiki recommended)
|
||||
EACCEL_DESC= Use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= Use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= Use ImageMagick
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -27,11 +27,11 @@ PLIST= ${WRKDIR}/plist
|
||||
OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK
|
||||
OPTIONS_DEFAULT=MYSQL
|
||||
|
||||
MEMCACHED_DESC= use memcached
|
||||
APC_DESC= use pecl-APC(Mediawiki recommended)
|
||||
EACCEL_DESC= use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= use ImageMagick
|
||||
MEMCACHED_DESC= Use memcached
|
||||
APC_DESC= Use pecl-APC (Mediawiki recommended)
|
||||
EACCEL_DESC= Use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= Use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= Use ImageMagick
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -24,11 +24,11 @@ PLIST= ${WRKDIR}/plist
|
||||
OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK
|
||||
OPTIONS_DEFAULT=MYSQL
|
||||
|
||||
MEMCACHED_DESC= use memcached
|
||||
APC_DESC= use pecl-APC(Mediawiki recommended)
|
||||
EACCEL_DESC= use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= use ImageMagick
|
||||
MEMCACHED_DESC= Use memcached
|
||||
APC_DESC= Use pecl-APC (Mediawiki recommended)
|
||||
EACCEL_DESC= Use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= Use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= Use ImageMagick
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -24,11 +24,11 @@ PLIST= ${WRKDIR}/plist
|
||||
OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK
|
||||
OPTIONS_DEFAULT=MYSQL
|
||||
|
||||
MEMCACHED_DESC= use memcached
|
||||
APC_DESC= use pecl-APC(Mediawiki recommended)
|
||||
EACCEL_DESC= use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= use ImageMagick
|
||||
MEMCACHED_DESC= Use memcached
|
||||
APC_DESC= Use pecl-APC (Mediawiki recommended)
|
||||
EACCEL_DESC= Use eAccelerator (instead of pecl-APC)
|
||||
XCACHE_DESC= Use xCache (instead of pecl-APC)
|
||||
IMAGICK_DESC= Use ImageMagick
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user