freebsd-ports/net/pwhois/pkg-plist
Ryan Steinmetz 3b3db1acf7 New port: net/pwhois:
The Prefix WhoIs Project provides a whois-compatible client and server
framework for disclosing various up-to-date routing information.
Instead of using registrar-originated network information (which is often
unspecific or inaccurate), Prefix WhoIs uses the Internet's global routing
table as gleaned from a number of routing peers around the world. Other
sources of information, such as imported data from ARIN are also supported
(a separate agreement with ARIN is required).

WWW: http://pwhois.org/
2014-03-20 20:07:10 +00:00

21 lines
774 B
Text

@comment $FreeBSD$
etc/periodic/daily/512.pwhois-updatedb
sbin/pwhois-updatedb
sbin/pwhoisd
@group pwhois
@mode 640
@unexec if cmp -s %D/etc/pwhois/pwhoisd.conf %D/etc/pwhois/pwhoisd.conf.sample ; then rm -f %D/etc/pwhois/pwhoisd.conf ; fi
%%ETCDIR%%/pwhoisd.conf.sample
@exec if [ ! -f %D/etc/pwhois/pwhoisd.conf ]; then cp -p %D/%F %B/pwhoisd.conf; fi
@group wheel
@mode
%%DATADIR%%/createdb.sql
@dirrm %%DATADIR%%
@dirrmtry %%ETCDIR%%
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic
@cwd /
@dirrmtry var/db/pwhois
@dirrmtry var/log/pwhois
@unexec if [ -d var/db/pwhois ]; then echo "You should remove /var/db/pwhois if you don't need it any more."; fi
@unexec if [ -d var/log/pwhois ]; then echo "You should remove /var/log/pwhois if you don't need it any more."; fi