diff options
author | danfe <danfe@FreeBSD.org> | 2015-04-14 01:43:12 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-04-14 01:43:12 +0800 |
commit | 1ae754db82c54eb53fb80a515e325fbab38374eb (patch) | |
tree | 6766c6634e0afa5d5ca476f583ea33d18a1b850a /dns/knot/pkg-descr | |
parent | 606dcda4df6eec39ea27b6d28578108dcf34eb44 (diff) | |
download | freebsd-ports-gnome-1ae754db82c54eb53fb80a515e325fbab38374eb.tar.gz freebsd-ports-gnome-1ae754db82c54eb53fb80a515e325fbab38374eb.tar.zst freebsd-ports-gnome-1ae754db82c54eb53fb80a515e325fbab38374eb.zip |
- Update to version 1.6.3; remove "foo is" from COMMENT text
- Move bison(1) from BUILD_DEPENDS to USES
- Register CONFLICTS with knot-devel-1.*
- Enable compiler messages in batch (package building) mode
- Add new options (DNSTAP, GOST, LMDB)
- Rename IDNA option to our standard (shared) IDN
- Allow to build against `security/libressl' as OPENSSL_PORT
- Switch to using @sample keyword for knot.sample.conf
- Sort pkg-plist and reformat pkg-descr while I'm at it
- Update files/pkg-message.in to include instructions for both new
and legacy rc systems (e.g. FreeBSD 8.4 has service(8), but no
sysrc(8) utility)
PR: 199298
Submitted by: maintainer
Diffstat (limited to 'dns/knot/pkg-descr')
-rw-r--r-- | dns/knot/pkg-descr | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/dns/knot/pkg-descr b/dns/knot/pkg-descr index 9da00fe3da7c..578048306912 100644 --- a/dns/knot/pkg-descr +++ b/dns/knot/pkg-descr @@ -1,20 +1,14 @@ -Knot DNS is a high-performance authoritative-only DNS server -which supports all key features of the domain name system -including zone AXFR and IXFR, DDNS and DNSSEC. - -Key features: - - - Open source - - - High-performance, multi-threaded, and mostly - lock-free implementation which scales well on SMPs - - - Object-oriented design - - - Support for all important DNS protocols: - - Full and incremental zone transfers - - EDNS0 and DNSSEC extensions, including NSEC3 - - NSID - +Knot DNS is a high-performance authoritative-only DNS server which +supports all key features of the domain name system including zone +AXFR and IXFR, DDNS and DNSSEC. Its key features: + + * Open source + * High-performance, multi-threaded, and mostly lock-free + implementation which scales well on SMPs + * Object-oriented design + * Support for all important DNS protocols: + - Full and incremental zone transfers + - EDNS0 and DNSSEC extensions, including NSEC3 + - NSID WWW: http://www.knot-dns.cz/ |