mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
477 B
Plaintext
10 lines
477 B
Plaintext
DNS SRV record command line wrapper
|
|
-----------------------------------
|
|
|
|
wrapsrv adds support for connecting to a network service based on DNS SRV
|
|
record lookups to commands that do not support the DNS SRV record. wrapsrv
|
|
implements the weighted priority client connection algorithm in RFC 2782.
|
|
The specified command line will be invoked one or more times with %h and %p
|
|
sequences in the command line substituted for the hostname and port elements
|
|
of the selected SRV record.
|