File: net/pdnsd/Makefile
patch-20 patch-21
Line 1Line 1
GARNAME = pdnsd
GARNAME = pdnsd
GARVERSION = 1.1.7a
CATEGORIES = net
MASTER_SITES = http://home.t-online.de/home/Moestl/
GARVERSION = 1.1.7a
CATEGORIES = net
MASTER_SITES = http://home.t-online.de/home/Moestl/
Line 9Line 9
# GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license
LICENSE = GPL2

# GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license
LICENSE = GPL2

DESCRIPTION =
DESCRIPTION = a proxy dns server
define BLURB
define BLURB
pdnsd is a proxy dns server with permanent caching (the cache contents are
written to hard disk on exit) that is designed to cope with unreacheable or
down dns servers (for example in dial-in networking).
Since version 1.1.0, pdnsd supports negative cacheing.

pdnsd can be used with applications that do dns lookups, eg on startup, and
cannot be configured to change that behaviour, to prevent the often minute-long
hangs (or even crashes) that result from stalled dns queries. Some Netscape
Navigator versions for Unix, for example, expose this behaviour.
pdnsd is a proxy dns server with permanent caching (the cache contents are
written to hard disk on exit) that is designed to cope with unreacheable or
down dns servers (for example in dial-in networking). Since version 1.1.0,
pdnsd supports negative cacheing.

pdnsd can be used with applications that do dns lookups, eg on startup, and
cannot be configured to change that behaviour, to prevent the often
minute-long hangs (or even crashes) that result from stalled dns queries.
Some Netscape Navigator versions for Unix, for example, expose this
behaviour.
endef

# Dependencies are of the form categorydir/packagedir
endef

# Dependencies are of the form categorydir/packagedir