1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add a port of whoseip, useful utility that returns information about IP

addresses: country code and network they belong to.

WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html
This commit is contained in:
Alexey Dokuchaev 2015-08-05 13:47:41 +00:00
parent 8a8302de60
commit ade34df055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393589
5 changed files with 31 additions and 0 deletions

View File

@ -188,6 +188,7 @@
SUBDIR += vizone
SUBDIR += walker
SUBDIR += wdns
SUBDIR += whoseip
SUBDIR += wrapsrv
SUBDIR += yadifa
SUBDIR += zkt

20
dns/whoseip/Makefile Normal file
View File

@ -0,0 +1,20 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= whoseip
PORTVERSION= 1.00
CATEGORIES= dns
MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Get information about IP addresses: country code and network
LICENSE= GPLv3
RUN_DEPENDS= p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \
p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

2
dns/whoseip/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (whoseip-1.00.tar.gz) = 3f2c330a647c32c2998bf1bc72ee61b13462dc2f5ce62221e90a74e42a93587e
SIZE (whoseip-1.00.tar.gz) = 31712

4
dns/whoseip/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
whoseip returns information about IP addresses: country code and network
they belong to.
WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html

4
dns/whoseip/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/whoseip
%%SITE_PERL%%/Whoseip/DB.pm
%%PERL5_MAN3%%/Whoseip::DB.3.gz
man/man1/whoseip.1.gz