diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddup/Makefile | 1 | ||||
-rw-r--r-- | dns/ddup/pkg-comment | 1 | ||||
-rw-r--r-- | dns/dlint/Makefile | 1 | ||||
-rw-r--r-- | dns/dlint/pkg-comment | 1 | ||||
-rw-r--r-- | dns/dnssecwalker/Makefile | 1 | ||||
-rw-r--r-- | dns/dnssecwalker/pkg-comment | 1 | ||||
-rw-r--r-- | dns/maradns/Makefile | 1 | ||||
-rw-r--r-- | dns/maradns/pkg-comment | 1 | ||||
-rw-r--r-- | dns/totd/Makefile | 1 | ||||
-rw-r--r-- | dns/totd/pkg-comment | 1 | ||||
-rw-r--r-- | dns/walker/Makefile | 1 | ||||
-rw-r--r-- | dns/walker/pkg-comment | 1 |
12 files changed, 6 insertions, 6 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile index 0dad3b4..6b7bd43 100644 --- a/dns/ddup/Makefile +++ b/dns/ddup/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITES_LOCAL} DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= ports@FreeBSD.Org +COMMENT= A DynDNS.org client for UNIX (Now support NIC v2.0) USE_REINPLACE= yes diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment deleted file mode 100644 index 3a489e8..0000000 --- a/dns/ddup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DynDNS.org client for UNIX (Now support NIC v2.0) diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 34e7b55..42d418e 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.domtools.com/pub/ DISTNAME= dlint${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) USE_REINPLACE= yes NO_BUILD= yes diff --git a/dns/dlint/pkg-comment b/dns/dlint/pkg-comment deleted file mode 100644 index 8222bfe..0000000 --- a/dns/dlint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lint for DNS zones (Domain Name Server zone verification utility) diff --git a/dns/dnssecwalker/Makefile b/dns/dnssecwalker/Makefile index 1d36dfd..0f61a1c 100644 --- a/dns/dnssecwalker/Makefile +++ b/dns/dnssecwalker/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://josefsson.org/walker/ DISTNAME= walker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= DNSSEC Walker RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS diff --git a/dns/dnssecwalker/pkg-comment b/dns/dnssecwalker/pkg-comment deleted file mode 100644 index 199f49b..0000000 --- a/dns/dnssecwalker/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNSSEC Walker diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 88756d0..5b19f96 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.maradns.org/download/ \ http://maradns.3va.net/download/ MAINTAINER= ports@FreeBSD.org +COMMENT= A DNS server implementation with focus on security and simplicity USE_REINPLACE= yes REINPLACE_ARGS= -i "" diff --git a/dns/maradns/pkg-comment b/dns/maradns/pkg-comment deleted file mode 100644 index 1c53d10..0000000 --- a/dns/maradns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DNS server implementation with focus on security and simplicity diff --git a/dns/totd/Makefile b/dns/totd/Makefile index 399c31d..d128d4e 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= ports@FreeBSD.org +COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation MAN8= totd.8 diff --git a/dns/totd/pkg-comment b/dns/totd/pkg-comment deleted file mode 100644 index 46190ec..0000000 --- a/dns/totd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNS proxy that supports IPv6 <==> IPv4 record translation diff --git a/dns/walker/Makefile b/dns/walker/Makefile index 1ff5dd7..b2ece6b 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -12,6 +12,7 @@ CATEGORIES= net MASTER_SITES= http://josefsson.org/walker/ MAINTAINER= ports@FreeBSD.org +COMMENT= Recover zone file information from servers that use DNSSEC RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/net/bind9 diff --git a/dns/walker/pkg-comment b/dns/walker/pkg-comment deleted file mode 100644 index 1f00687..0000000 --- a/dns/walker/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Recover zone file information from servers that use DNSSEC |