Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 07:00:11 -0700 (PDT)
From:      Yen-Ming Lee <leeym@leeym.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41536: new port: misc/GeoIP
Message-ID:  <200208141400.g7EE0BVp062732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41536; it has been noted by GNATS.

From: Yen-Ming Lee <leeym@leeym.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/41536: new port: misc/GeoIP
Date: Wed, 14 Aug 2002 21:59:49 +0800

 Hi,
 
 MaxMind released version 1.0.0 of GeoIP, please use this shar file instead.
 Thanks.
 
 WWW: http://maxmind.com/download/geoip/api/c/
 
 --- GeoIP.shar begins here ---
 # 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:
 #
 #	GeoIP
 #	GeoIP/Makefile
 #	GeoIP/pkg-comment
 #	GeoIP/pkg-descr
 #	GeoIP/pkg-plist
 #	GeoIP/distinfo
 #
 echo c - GeoIP
 mkdir -p GeoIP > /dev/null 2>&1
 echo x - GeoIP/Makefile
 sed 's/^X//' >GeoIP/Makefile << 'END-of-GeoIP/Makefile'
 X# New ports collection makefile for:	GeoIP
 X# Date created:				10 August 2002
 X# Whom:	      				Yen-Ming Lee <leeym@leeym.com>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	GeoIP
 XPORTVERSION=	1.0.0
 XCATEGORIES=	misc
 XMASTER_SITES=	http://maxmind.com/download/geoip/api/c/
 X
 XMAINTAINER=	leeym@leeym.com
 X
 XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 X
 XUSE_LIBTOOL=	yes
 XCONFIGURE_ARGS=	--with-gnu-ld=yes
 XINSTALLS_SHLIB=	yes
 X
 XMAN1=		geoiplookup.1 geoipupdate.1
 X
 X.include <bsd.port.mk>
 END-of-GeoIP/Makefile
 echo x - GeoIP/pkg-comment
 sed 's/^X//' >GeoIP/pkg-comment << 'END-of-GeoIP/pkg-comment'
 XFind the country that any IP address or hostname originates from
 END-of-GeoIP/pkg-comment
 echo x - GeoIP/pkg-descr
 sed 's/^X//' >GeoIP/pkg-descr << 'END-of-GeoIP/pkg-descr'
 XGeoIP is a C library that enables the user to find the country that any
 XIP address or hostname originates from.  It uses a file based database
 Xthat is accurate as of March 2002.  This database simply contains IP blocks
 Xas keys, and countries as values.  This database should be more complete and
 Xaccurate than using reverse DNS lookups.
 X
 XThis module can be used to automatically select the geographically closest
 Xmirror, to analyze your web server logs to determine the countries of your
 Xvisitors, for credit card fraud detection, and for software export controls.
 X
 XWWW: http://maxmind.com/geoip/
 END-of-GeoIP/pkg-descr
 echo x - GeoIP/pkg-plist
 sed 's/^X//' >GeoIP/pkg-plist << 'END-of-GeoIP/pkg-plist'
 Xbin/geoiplookup
 Xbin/geoipupdate
 Xetc/GeoIP.conf.default
 Xinclude/GeoIP.h
 Xlib/libGeoIP.a
 Xlib/libGeoIP.so
 Xlib/libGeoIP.so.1
 Xshare/GeoIP/GeoIP.dat
 X@dirrm share/GeoIP
 END-of-GeoIP/pkg-plist
 echo x - GeoIP/distinfo
 sed 's/^X//' >GeoIP/distinfo << 'END-of-GeoIP/distinfo'
 XMD5 (GeoIP-1.0.0.tar.gz) = 49a31eb7a0ebe07fe4013a93d0c0177a
 END-of-GeoIP/distinfo
 exit
 
 --- GeoIP.shar ends here ---
 
 -- 
  Yen-Ming Lee [§õ«Û©ú]                  http://www.leeym.com/
 
 "The power to serve."                           -- FreeBSD

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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