Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 21:49:57 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511780 - in head/net: . ip2proxy
Message-ID:  <201909102149.x8ALnvhS006663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Sep 10 21:49:57 2019
New Revision: 511780
URL: https://svnweb.freebsd.org/changeset/ports/511780

Log:
  New port: net/ip2proxy:
  
  This library is the C programming language library to support all IP2Proxy™
  BIN database products to query proxy IP address and its country, region,
  city, ISP name and proxy types. It has been optimized for speed and memory
  utilization.
  
  WWW: https://ip2location.com/development-libraries/ip2proxy/c

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Sep 10 21:40:21 2019	(r511779)
+++ head/net/Makefile	Tue Sep 10 21:49:57 2019	(r511780)
@@ -269,6 +269,7 @@
     SUBDIR += intel-ixl-kmod
     SUBDIR += iodine
     SUBDIR += ip2location
+    SUBDIR += ip2proxy
     SUBDIR += ip6_int
     SUBDIR += ipdecap
     SUBDIR += ipgrab

Added: head/net/ip2proxy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ip2proxy/Makefile	Tue Sep 10 21:49:57 2019	(r511780)
@@ -0,0 +1,29 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ip2proxy
+PORTVERSION=	20190910
+CATEGORIES=	net
+
+MAINTAINER=	zi@FreeBSD.org
+COMMENT=	C library to lookup proxies
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ip2location
+GH_PROJECT=	${PORTNAME}-c
+GH_TAGNAME=	40abce6
+
+USES=		autoreconf libtool
+HAS_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+
+post-patch:
+	${CHMOD} +x ${WRKSRC}/configure
+
+post-install:
+	(cd ${WRKSRC} && ${MAKE} install-data DESTDIR=${STAGEDIR})
+
+.include <bsd.port.mk>

Added: head/net/ip2proxy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ip2proxy/distinfo	Tue Sep 10 21:49:57 2019	(r511780)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568151757
+SHA256 (ip2location-ip2proxy-c-20190910-40abce6_GH0.tar.gz) = e016ab59376c90554df7712f20aca0f43697b90f12dd749dd8e7f30e4032e549
+SIZE (ip2location-ip2proxy-c-20190910-40abce6_GH0.tar.gz) = 7934388

Added: head/net/ip2proxy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ip2proxy/pkg-descr	Tue Sep 10 21:49:57 2019	(r511780)
@@ -0,0 +1,6 @@
+This library is the C programming language library to support all IP2Proxy™
+BIN database products to query proxy IP address and its country, region,
+city, ISP name and proxy types. It has been optimized for speed and memory
+utilization.
+
+WWW: https://ip2location.com/development-libraries/ip2proxy/c

Added: head/net/ip2proxy/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ip2proxy/pkg-plist	Tue Sep 10 21:49:57 2019	(r511780)
@@ -0,0 +1,6 @@
+include/IP2Proxy.h
+include/IP2Proxy_DB.h
+lib/libIP2Proxy.a
+lib/libIP2Proxy.so
+lib/libIP2Proxy.so.1
+lib/libIP2Proxy.so.1.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909102149.x8ALnvhS006663>