View | Details | Raw Unified | Return to bug 205769 | Differences between
and this patch

Collapse All | Expand All

(-)dns_balance/Makefile (-4 / +8 lines)
Lines 3-16 Link Here
3
3
4
PORTNAME=	dns_balance
4
PORTNAME=	dns_balance
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
PORTREVISION=	1
6
CATEGORIES=	dns
7
CATEGORIES=	dns
7
MASTER_SITES=	http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/
8
MASTER_SITES=	http://BSDforge.com/projects/source/dns/dns_balance/
8
DISTNAME=	DNS-Balance-${PORTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	portmaster@BSDforge.com
11
COMMENT=	Dynamic load-balancing DNS server
11
COMMENT=	Dynamic load-balancing DNS server
12
12
13
BROKEN=		Does not fetch
13
# nothing defined, and author/source gone missing
14
# so, since I'm now maintaining the source:
15
LICENSE=	BSD2CLAUSE
16
17
USES=		tar:xz
14
USE_RUBY=	yes
18
USE_RUBY=	yes
15
USE_RC_SUBR=	dns_balance
19
USE_RC_SUBR=	dns_balance
16
20
(-)dns_balance/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (DNS-Balance-2.0.tar.gz) = 117d42986f7b090e827110ba74a00f6a488244f74605e22c5587a13e604bf4de
1
SHA256 (dns_balance-2.0.tar.xz) = d3e77e9c4c5f90ebd116a0acd326e6fdcd090a77af0c8afee1bbf4f419fee3c0
2
SIZE (DNS-Balance-2.0.tar.gz) = 17256
2
SIZE (dns_balance-2.0.tar.xz) = 15312
(-)dns_balance/pkg-descr (-10 / +9 lines)
Lines 1-14 Link Here
1
DNS Balance is a load-balancing DNS server which:
1
DNS Balance is a load-balancing DNS server which:
2
2
3
o Does dynamic load balancing.
3
 * Does dynamic load balancing.
4
o Can answer the most proper resolution based on the client's IP
4
 * Answers with the most proper resolution, based on the client's IP
5
  address.
5
   address.
6
o Implements "A" record lookups only.  This would be good for
6
 * Implements "A" record lookups only. Which would be good for security.
7
  security.
8
7
9
This (FreeBSD) version differs from original in the following:
8
On FreeBSD, it will
10
- It works as a daemon
9
 * Work as a daemon
11
- Has ability to write messages to logfile
10
 * Has the ability to write messages to logfile
12
- Can save it's PID
11
 * Can save it's PID
13
12
14
WWW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/dns_balance/
13
WWW: http://BSDforge.com/projects/dns/dns_balance/

Return to bug 205769