svn commit: r393589 - in head/dns: . whoseip

Alexey Dokuchaev danfe at FreeBSD.org
Wed Aug 5 13:47:44 UTC 2015


Author: danfe
Date: Wed Aug  5 13:47:41 2015
New Revision: 393589
URL: https://svnweb.freebsd.org/changeset/ports/393589

Log:
  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

Added:
  head/dns/whoseip/
  head/dns/whoseip/Makefile   (contents, props changed)
  head/dns/whoseip/distinfo   (contents, props changed)
  head/dns/whoseip/pkg-descr   (contents, props changed)
  head/dns/whoseip/pkg-plist   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Wed Aug  5 13:41:27 2015	(r393588)
+++ head/dns/Makefile	Wed Aug  5 13:47:41 2015	(r393589)
@@ -188,6 +188,7 @@
     SUBDIR += vizone
     SUBDIR += walker
     SUBDIR += wdns
+    SUBDIR += whoseip
     SUBDIR += wrapsrv
     SUBDIR += yadifa
     SUBDIR += zkt

Added: head/dns/whoseip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/whoseip/Makefile	Wed Aug  5 13:47:41 2015	(r393589)
@@ -0,0 +1,20 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	whoseip
+PORTVERSION=	1.00
+CATEGORIES=	dns
+MASTER_SITES=	ftp://download.gnu.org.ua/pub/release/dnstools/
+
+MAINTAINER=	danfe at 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>

Added: head/dns/whoseip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/whoseip/distinfo	Wed Aug  5 13:47:41 2015	(r393589)
@@ -0,0 +1,2 @@
+SHA256 (whoseip-1.00.tar.gz) = 3f2c330a647c32c2998bf1bc72ee61b13462dc2f5ce62221e90a74e42a93587e
+SIZE (whoseip-1.00.tar.gz) = 31712

Added: head/dns/whoseip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/whoseip/pkg-descr	Wed Aug  5 13:47:41 2015	(r393589)
@@ -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

Added: head/dns/whoseip/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/whoseip/pkg-plist	Wed Aug  5 13:47:41 2015	(r393589)
@@ -0,0 +1,4 @@
+bin/whoseip
+%%SITE_PERL%%/Whoseip/DB.pm
+%%PERL5_MAN3%%/Whoseip::DB.3.gz
+man/man1/whoseip.1.gz


More information about the svn-ports-all mailing list