diff options
Diffstat (limited to 'www/mod_geoip')
-rw-r--r-- | www/mod_geoip/Makefile | 44 | ||||
-rw-r--r-- | www/mod_geoip/distinfo | 2 | ||||
-rw-r--r-- | www/mod_geoip/files/patch-mod_geoip.c | 12 | ||||
-rw-r--r-- | www/mod_geoip/files/pkg-message.in | 11 | ||||
-rw-r--r-- | www/mod_geoip/pkg-descr | 4 |
5 files changed, 0 insertions, 73 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile deleted file mode 100644 index d4cb1c7..0000000 --- a/www/mod_geoip/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: mod_geoip -# Date created: 24 Jan 2003 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_geoip -PORTVERSION= 1.3.4 -PORTREVISION= 1 -CATEGORIES= www geography -MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/mod_geoip/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= yarodin@gmail.com -COMMENT= An Apache module that provides the country code of the client's IP - -BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP -RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -CONFLICTS= mod_geoip2-[0-9]* - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes -AP_INC+= ${LOCALBASE}/include -AP_LIB+= ${LOCALBASE}/lib -lGeoIP - -SUB_FILES+= pkg-message -PORTDOCS= Changes INSTALL README README.php - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_geoip/distinfo b/www/mod_geoip/distinfo deleted file mode 100644 index cf51f1b..0000000 --- a/www/mod_geoip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_geoip_1.3.4.tar.gz) = ed4587875f2f778d493991fe26e82eee41efd6bbe0e69499596acc1eaab6d71a -SIZE (mod_geoip_1.3.4.tar.gz) = 11687 diff --git a/www/mod_geoip/files/patch-mod_geoip.c b/www/mod_geoip/files/patch-mod_geoip.c deleted file mode 100644 index 031c3bd..0000000 --- a/www/mod_geoip/files/patch-mod_geoip.c +++ /dev/null @@ -1,12 +0,0 @@ ---- mod_geoip.c 2008/09/16 10:31:43 1.39 -+++ mod_geoip.c 2009/02/06 00:33:10 1.40 -@@ -317,8 +317,7 @@ - - if ( !cfg ) - continue; -- if ( !cfg->GeoIPEnable ) -- continue; -+ - if (cfg->gips) - continue; - diff --git a/www/mod_geoip/files/pkg-message.in b/www/mod_geoip/files/pkg-message.in deleted file mode 100644 index 05dc435..0000000 --- a/www/mod_geoip/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -******************************************************************************* -Please edit your apache.conf or httpd.conf to enable and setup this module. - -You can always refer to the useful documents held in: -%%DOCSDIR%% - -When it is done, do the following to apply the modifications: - - apachectl configtest (and correct any errors reported) - apachectl restart -******************************************************************************* diff --git a/www/mod_geoip/pkg-descr b/www/mod_geoip/pkg-descr deleted file mode 100644 index f3e8285..0000000 --- a/www/mod_geoip/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -mod_geoip is an Apache module that looks up the country code for the -IP address making the request without using reverse DNS. - -WWW: http://www.maxmind.com/app/mod_geoip |