From owner-svn-ports-head@freebsd.org Tue Sep 10 21:49:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 13FBDE5B48; Tue, 10 Sep 2019 21:49:59 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Sdx26pRcz44kg; Tue, 10 Sep 2019 21:49:58 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9A272C704; Tue, 10 Sep 2019 21:49:58 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8ALnw6E006667; Tue, 10 Sep 2019 21:49:58 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8ALnvhS006663; Tue, 10 Sep 2019 21:49:57 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201909102149.x8ALnvhS006663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 10 Sep 2019 21:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511780 - in head/net: . ip2proxy X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/net: . ip2proxy X-SVN-Commit-Revision: 511780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 21:49:59 -0000 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 +# $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 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