1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Remove expired port:

2019-02-15 net/GeoIP: Legacy databases no longer available. Switch to net/libmaxminddb instead
This commit is contained in:
Rene Ladan 2019-02-17 13:54:29 +00:00
parent 6430e4bf39
commit f6d53e3f7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493168
9 changed files with 1 additions and 113 deletions

1
MOVED
View File

@ -11624,3 +11624,4 @@ net-p2p/verlihub-plugins-stats||2019-02-16|Has expired: Verlihub uses legacy Geo
www/mod_geoip2|www/mod_maxminddb|2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
devel/libdouble-conversion|devel/double-conversion|2019-02-16|Rename to match the project name on github and on most other systems, and in installed cmake files
security/tmux-cssh||2019-02-17|Upstream has disappeared; sysutils/scct is an alternative
net/GeoIP|net/libmaxminddb|2019-02-17|Has expired: Legacy databases no longer available. Switch to net/libmaxminddb instead

View File

@ -1,39 +0,0 @@
# Created by: Yen-Ming Lee <leeym@leeym.com>
# $FreeBSD$
PORTNAME= GeoIP
PORTVERSION= 1.6.12
PORTREVISION= 3
CATEGORIES= net geography
MASTER_SITES= https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/
MAINTAINER= adamw@FreeBSD.org
COMMENT= Find the country that any IP address or hostname originates from
LICENSE= GPLv2
USES= libtool pathfix
DEPRECATED= Legacy databases no longer available. Switch to net/libmaxminddb instead
EXPIRATION_DATE=2019-02-15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
SUB_FILES= geoipupdate.sh pkg-message
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
OPTIONS_DEFINE= DOCS
PORTDOCS= COPYING ChangeLog LICENSE README.md
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1526665187
SHA256 (GeoIP-1.6.12.tar.gz) = 1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80
SIZE (GeoIP-1.6.12.tar.gz) = 473914

View File

@ -1,13 +0,0 @@
#!/bin/sh
cat <<MSG
===============================================================
Maxmind no longer provides the legacy GeoIP databases, and have
removed the databases from their servers entirely.
If a port has an OPTION that supports GeoIP 2 (via
net/libmaxminddb), please switch to that and use geoipupdate
(net/geoipupdate) to fetch the GeoIP 2 databases.
===============================================================
MSG
exit 1

View File

@ -1,22 +0,0 @@
This patch fixes building as an unpriviliged user.
--- man/Makefile.in.orig 2018-05-22 13:27:29 UTC
+++ man/Makefile.in
@@ -270,7 +270,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-man_MANS = geoiplookup6.1 geoiplookup.1
+NOINST_man_MANS = geoiplookup6.1 geoiplookup.1
EXTRA_DIST = geoiplookup6.1.in geoiplookup.1.in
edit = sed \
-e 's|DATADIR|$(pkgdatadir)|g' \
@@ -530,7 +530,7 @@ geoiplookup.1 geoiplookup6.1: Makefile
geoiplookup.1: geoiplookup.1.in
geoiplookup6.1: geoiplookup6.1.in
-install-data-hook:
+install-data-hook: $(NOINST_man_MANS)
cat geoiplookup.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP_MAN)
cat geoiplookup6.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP6_MAN)

View File

@ -1,7 +0,0 @@
GeoIP does not ship with the actual data files. You must download
them yourself! To obtain the free database, run:
# %%PREFIX%%/bin/geoipupdate.sh
If you are using the free database, you will need to create some
symlinks for the geoiplookup tools, as described in
https://github.com/maxmind/geoip-api-c/blob/master/NEWS.md

View File

@ -1,15 +0,0 @@
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from. This library supports the legacy
GeoIP database. Although it is kept up-to-date, the non-legacy database
(net/libmaxminddb) is preferable when supported.
This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.
This port includes a helper script, geoipupdate.sh, to help you keep the
library up-to-date. The helper script will only update the legacy
database. To update GeoIP2 databases, install the geoipupdate port from
net/geoipupdate.
WWW: http://dev.maxmind.com/geoip/legacy

View File

@ -1,13 +0,0 @@
bin/geoiplookup
bin/geoiplookup6
bin/geoipupdate.sh
include/GeoIP.h
include/GeoIPCity.h
lib/libGeoIP.a
lib/libGeoIP.so
lib/libGeoIP.so.1
lib/libGeoIP.so.%%PORTVERSION%%
libdata/pkgconfig/geoip.pc
man/man1/geoiplookup.1.gz
man/man1/geoiplookup6.1.gz
@dir %%DATADIR%%

View File

@ -6,7 +6,6 @@
SUBDIR += 3proxy
SUBDIR += 44bsd-rdist
SUBDIR += 6tunnel
SUBDIR += GeoIP
SUBDIR += R-cran-twitteR
SUBDIR += Sockets
SUBDIR += activemq