svn commit: r495578 - in head/net: . p5-ip2location-perl
Ryan Steinmetz
zi at FreeBSD.org
Wed Mar 13 14:58:06 UTC 2019
Author: zi
Date: Wed Mar 13 14:58:04 2019
New Revision: 495578
URL: https://svnweb.freebsd.org/changeset/ports/495578
Log:
New port: net/p5-ip2location-perl:
IP2Location is a perl module that enables the user to find the country, region,
city, latitude, longitude, zip code, time zone, ISP, domain name, connection
type, area code, weather, mobile network, elevation, usage type by IP address
or hostname originates from.
WWW: https://www.ip2location.com/development-libraries/ip2location/perl
Added:
head/net/p5-ip2location-perl/
head/net/p5-ip2location-perl/Makefile (contents, props changed)
head/net/p5-ip2location-perl/distinfo (contents, props changed)
head/net/p5-ip2location-perl/pkg-descr (contents, props changed)
head/net/p5-ip2location-perl/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Wed Mar 13 14:40:48 2019 (r495577)
+++ head/net/Makefile Wed Mar 13 14:58:04 2019 (r495578)
@@ -902,6 +902,7 @@
SUBDIR += p5-XPC
SUBDIR += p5-ZMQ-FFI
SUBDIR += p5-ZeroMQ
+ SUBDIR += p5-ip2location-perl
SUBDIR += p5-ldap2pf
SUBDIR += p5-ldap2pw
SUBDIR += p5-perl-ldap
Added: head/net/p5-ip2location-perl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-ip2location-perl/Makefile Wed Mar 13 14:58:04 2019 (r495578)
@@ -0,0 +1,21 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ip2location-perl
+PORTVERSION= 20180302
+CATEGORIES= net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= zi at FreeBSD.org
+COMMENT= Perl module to find user\'s location
+
+LICENSE= LGPL3
+
+USES= perl5
+USE_PERL5= configure
+
+USE_GITHUB= yes
+GH_ACCOUNT= ip2location
+GH_TAGNAME= 760fa40
+
+.include <bsd.port.mk>
Added: head/net/p5-ip2location-perl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-ip2location-perl/distinfo Wed Mar 13 14:58:04 2019 (r495578)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552488712
+SHA256 (ip2location-ip2location-perl-20180302-760fa40_GH0.tar.gz) = 14784a8ced9c73aca80591cf8cf67010454e3c957872e4d8154d568e437dcbcc
+SIZE (ip2location-ip2location-perl-20180302-760fa40_GH0.tar.gz) = 479499
Added: head/net/p5-ip2location-perl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-ip2location-perl/pkg-descr Wed Mar 13 14:58:04 2019 (r495578)
@@ -0,0 +1,6 @@
+IP2Location is a perl module that enables the user to find the country, region,
+city, latitude, longitude, zip code, time zone, ISP, domain name, connection
+type, area code, weather, mobile network, elevation, usage type by IP address
+or hostname originates from.
+
+WWW: https://www.ip2location.com/development-libraries/ip2location/perl
Added: head/net/p5-ip2location-perl/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-ip2location-perl/pkg-plist Wed Mar 13 14:58:04 2019 (r495578)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Geo/IP2Location.pm
+%%PERL5_MAN3%%/Geo::IP2Location.3.gz
More information about the svn-ports-head
mailing list