1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/dns/gdnsd/pkg-plist
Allan Jude 453b4b8883 - Update to version 1.11.3
- turn GeoIP on by default
- portlint and staging cleanups
- update maintainer email address

PR:		ports/190192
Reviewed by:	swills
Approved by:	eadler (mentor)
2014-05-26 18:50:59 +00:00

78 lines
2.5 KiB
Plaintext

bin/gdnsd_geoip_test
include/gdnsd/compiler.h
include/gdnsd/dmn.h
include/gdnsd/dname.h
include/gdnsd/log.h
include/gdnsd/misc.h
include/gdnsd/mon.h
include/gdnsd/net.h
include/gdnsd/paths.h
include/gdnsd/plugapi.h
include/gdnsd/plugin.h
include/gdnsd/stats.h
include/gdnsd/vscf.h
lib/gdnsd/libgdnsd.so
lib/gdnsd/plugin_extmon.so
lib/gdnsd/plugin_geoip.so
lib/gdnsd/plugin_http_status.so
lib/gdnsd/plugin_metafo.so
lib/gdnsd/plugin_multifo.so
lib/gdnsd/plugin_null.so
lib/gdnsd/plugin_reflect.so
lib/gdnsd/plugin_simplefo.so
lib/gdnsd/plugin_static.so
lib/gdnsd/plugin_tcp_connect.so
lib/gdnsd/plugin_weighted.so
libexec/gdnsd/gdnsd_extmon_helper
man/man1/gdnsd_geoip_test.1.gz
man/man3/gdnsd-plugin-api.3.gz
man/man5/gdnsd.config.5.gz
man/man5/gdnsd.zonefile.5.gz
man/man8/gdnsd-plugin-extmon.8.gz
man/man8/gdnsd-plugin-geoip.8.gz
man/man8/gdnsd-plugin-metafo.8.gz
man/man8/gdnsd-plugin-multifo.8.gz
man/man8/gdnsd-plugin-simplefo.8.gz
man/man8/gdnsd-plugin-weighted.8.gz
man/man8/gdnsd.8.gz
sbin/gdnsd
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-api.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-api.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-extmon.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-extmon.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-geoip.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-geoip.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-metafo.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-metafo.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-multifo.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-multifo.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-simplefo.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-simplefo.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-weighted.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-weighted.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd.config.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd.config.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd.zonefile.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd.zonefile.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.txt
%%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.pod
%%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.txt
@exec mkdir -p %%ETCDIR%%/geoip
@exec mkdir -p %%ETCDIR%%/zones
@unexec rmdir "/var/run/gdnsd" >/dev/null 2>&1 || :
@dirrmtry %%ETCDIR%%/geoip
@dirrmtry %%ETCDIR%%/zones
@dirrmtry %%ETCDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry libexec/gdnsd
@dirrmtry lib/gdnsd
@dirrmtry include/gdnsd