| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
like mod_geoip2 does.
|
| |
|
|
|
|
|
|
|
| |
-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.
|
|
|
|
|
|
| |
AP_EXTRAS+= -I${LOCALBASE}/include
for GeoIP.h
(can't compile with apache13 otherwise)
|
|
|
|
|
|
| |
- depend on GeoIP 1.4.4
- use bsd.apache.mk infrastructure (build, install, plist)
- removed files: pkg-plist
|
|
|
|
| |
Approved by: Pav (wearing portmgr hat)
|
|
|
|
|
| |
PR: 108798
Submitted by: Martin Matuska <martin@matuska.org>
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
PR: ports/81400
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (seanc; 4 months)
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
Submitted by: dinoex
|
| |
|
|
|
|
| |
Submitted by: kris/bento, Lew Payne <lew@clickbank.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
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.
|