From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 18:52:34 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22A285D8 for ; Wed, 26 Nov 2014 18:52:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03DAD156 for ; Wed, 26 Nov 2014 18:52:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQIqXQ6061798 for ; Wed, 26 Nov 2014 18:52:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195420] [NEW PORT] net/ip2location - C library to find user's location Date: Wed, 26 Nov 2014 18:52:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gasol.wu@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 18:52:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195420 --- Comment #1 from Gasol Wu --- Comment on attachment 149898 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D149898 shell archive ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># ip2location/ ># ip2location//distinfo ># ip2location//Makefile ># ip2location//pkg-descr ># ip2location//pkg-plist ># >echo c - ip2location/ >mkdir -p ip2location/ > /dev/null 2>&1 >echo x - ip2location//distinfo >sed 's/^X//' >ip2location//distinfo << 'END-of-ip2location//distinfo' >XSHA256 (ip2location-c-6.0.3.tar.gz) =3D 3bd2a46544c7a433c55f96b602bc35a9f= 7782e2b0addfdbe9eb8ecaa717f7f10 >XSIZE (ip2location-c-6.0.3.tar.gz) =3D 3145564 >END-of-ip2location//distinfo >echo x - ip2location//Makefile >sed 's/^X//' >ip2location//Makefile << 'END-of-ip2location//Makefile' >X# Created by: Gasol Wu >X# $FreeBSD$ >X >XPORTNAME=3D ip2location >XPORTVERSION=3D 6.0.3 >XCATEGORIES=3D net >XMASTER_SITES=3D http://www.ip2location.com/downloads/ >XDISTNAME=3D ${PORTNAME}-c-${PORTVERSION} >X >XMAINTAINER=3D gasol.wu@gmail.com >XCOMMENT=3D C library to find user\'s location >X >XLICENSE=3D LGPL3 >X >XUSES=3D libtool:keepla perl5 >XHAS_CONFIGURE=3D yes >XINSTALL_TARGET=3D install-strip >X >Xpost-configure: >X (cd $(WRKSRC)/data && $(MAKE) convert) >X >X.include >END-of-ip2location//Makefile >echo x - ip2location//pkg-descr >sed 's/^X//' >ip2location//pkg-descr << 'END-of-ip2location//pkg-descr' >XIP2Location is a C library that enables the user to find the country, reg= ion, >Xcity, latitude, longitude, zip code, time zone, ISP, domain name, connect= ion >Xtype, area code, weather, mobile network, elevation, usage type by IP add= ress >Xor hostname originates from. It contains a demo IP2Location IP-COUNTRY B= IN >Xdatabase which consists of real data for IP address range 0.0.0.0 to 99.2= 55. >X255.255. This database contains IP address blocks as key and countries as >Xvalues. >X >XWWW: http://www.ip2location.com/c.aspx >END-of-ip2location//pkg-descr >echo x - ip2location//pkg-plist >sed 's/^X//' >ip2location//pkg-plist << 'END-of-ip2location//pkg-plist' >Xinclude/IP2Loc_DBInterface.h >Xinclude/IP2Location.h >Xlib/libIP2Location.a >Xlib/libIP2Location.la >Xlib/libIP2Location.so >Xlib/libIP2Location.so.1 >Xlib/libIP2Location.so.1.0.0 >Xshare/IP2Loc/IP-COUNTRY.BIN >Xshare/IP2Loc/IPV6-COUNTRY.BIN >END-of-ip2location//pkg-plist >exit > --=20 You are receiving this mail because: You are the assignee for the bug.=