summaryrefslogtreecommitdiff
path: root/www/mod_geoip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | PR: ports/134611 Approved by: pav (#bsdports)
* - apply patch to prevent from segfaultYen-Ming Lee2009-03-112-0/+13
| | | | | PR: 131450 Submitted by: maintainer
* Update to 1.3.4Wesley Shields2008-11-022-4/+4
| | | | | PR: ports/128533 Submitted by: Yarodin <yarodin@gmail.com> (maintainer)
* - Update to 1.3.2Rong-En Fan2008-05-032-4/+4
| | | | | PR: ports/123266 Submitted by: Yarodin <yarodin at gmail.com> (maintainer)
* - Update to 1.3.1Philippe Audeoud2008-03-252-6/+5
| | | | | | | | - Pass maintainership to submitter PR: ports/122012 Submitter: Yarodin <yarodin@gmail.com> Approved by: tabthorpe (mentor)
* Simplify and reorganize Makefile and pkg-message in the similar wayAndrey A. Chernov2008-03-193-24/+21
| | | | like mod_geoip2 does.
* Bump portrevisionAndrey A. Chernov2008-03-161-0/+1
|
* AddAndrey A. Chernov2008-03-161-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.
* AddAndrey A. Chernov2008-03-161-0/+1
| | | | | | AP_EXTRAS+= -I${LOCALBASE}/include for GeoIP.h (can't compile with apache13 otherwise)
* - update to 1.3.0Martin Matuska2008-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" categoryFrank J. Laszlo2007-07-221-1/+1
| | | | Approved by: Pav (wearing portmgr hat)
* - Update to 1.2.9Martin Wilke2007-02-062-6/+5
| | | | | PR: 108798 Submitted by: Martin Matuska <martin@matuska.org>
* Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | Hat: portmgr
* Chase GeoIP shared library version bump.Shaun Amott2006-08-141-1/+2
|
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* - Update to 1.2.7Pav Lucistnik2005-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*Yen-Ming Lee2004-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)Trevor Johnson2004-03-311-0/+1
|
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-5/+2
| | | | Submitted by: dinoex
* Chase net/GeoIP's new API and update mod_geoip to 1.2.2Sean Chittenden2003-09-043-44/+2
|
* Fix mod_geoip with recent GeoIP.Sean Chittenden2003-05-192-4/+41
| | | | Submitted by: kris/bento, Lew Payne <lew@clickbank.com>
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
|
* Chase GeoIP so version bump.Sean Chittenden2003-05-161-2/+3
|
* Clear moonlight beckons.Ade Lovett2003-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.Sean Chittenden2003-01-271-0/+1
|
* Add port mod_geoip.Sean Chittenden2003-01-246-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.