Date: Wed, 26 Nov 2014 18:52:34 +0000 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 Message-ID: <bug-195420-13-XhoPT19Lu5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195420-13@https.bugs.freebsd.org/bugzilla/> References: <bug-195420-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195420 --- Comment #1 from Gasol Wu <gasol.wu@gmail.com> --- 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 <gasol.wu@gmail.com> >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 <bsd.port.mk> >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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195420-13-XhoPT19Lu5>