aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_geoip
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and reorganize Makefile and pkg-message in the similar wayache2008-03-193-24/+21
| | | | like mod_geoip2 does.
* Bump portrevisionache2008-03-171-0/+1
|
* Addache2008-03-171-1/+1
| | | | | | | -L${LOCALBASE}/lib -lGeoIP to AP_EXTRAS, unresolved without this. The mod don't use apache's Configure, so MODULE-DEFINITION-START section containing the stuff above isn't parsed.
* Addache2008-03-171-0/+1
| | | | | | AP_EXTRAS+= -I${LOCALBASE}/include for GeoIP.h (can't compile with apache13 otherwise)
* - update to 1.3.0mm2008-03-153-14/+9
| | | | | | - depend on GeoIP 1.4.4 - use bsd.apache.mk infrastructure (build, install, plist) - removed files: pkg-plist
* - Add even more ports to the new "geography" categorylaszlof2007-07-231-1/+1
| | | | Approved by: Pav (wearing portmgr hat)
* - Update to 1.2.9miwi2007-02-072-6/+5
| | | | | PR: 108798 Submitted by: Martin Matuska <martin@matuska.org>
* Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.linimon2006-12-141-1/+1
| | | | Hat: portmgr
* Chase GeoIP shared library version bump.shaun2006-08-151-1/+2
|
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* - Update to 1.2.7pav2005-09-162-4/+3
| | | | | | PR: ports/81400 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (seanc; 4 months)
* - net/GeoIP uses its own libtool even if we define USE_LIBTOOL*leeym2004-05-302-8/+4
| | | | | | | | - add missing @exec and remove old SIZE in net/GeoIP - update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION - utilize PORTDOCS in www/mod_geoip Noticed by: kris
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-5/+2
| | | | Submitted by: dinoex
* Chase net/GeoIP's new API and update mod_geoip to 1.2.2seanc2003-09-053-44/+2
|
* Fix mod_geoip with recent GeoIP.seanc2003-05-202-4/+41
| | | | Submitted by: kris/bento, Lew Payne <lew@clickbank.com>
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* Chase GeoIP so version bump.seanc2003-05-171-2/+3
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add GeoIP dependency. ::blush:: Not bumping port version.seanc2003-01-281-0/+1
|
* Add port mod_geoip.seanc2003-01-256-0/+66
Port returns the country code of the IP address of the client making the request in either an Apache note or in an environment variable. This port does not use reverse DNS to determine the country of the IP address.