aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-pgeodns
diff options
context:
space:
mode:
Diffstat (limited to 'dns/p5-pgeodns')
-rw-r--r--dns/p5-pgeodns/Makefile27
-rw-r--r--dns/p5-pgeodns/distinfo2
-rw-r--r--dns/p5-pgeodns/files/patch-version.t25
-rw-r--r--dns/p5-pgeodns/pkg-descr10
-rw-r--r--dns/p5-pgeodns/pkg-plist5
5 files changed, 0 insertions, 69 deletions
diff --git a/dns/p5-pgeodns/Makefile b/dns/p5-pgeodns/Makefile
deleted file mode 100644
index 163b49d6570e..000000000000
--- a/dns/p5-pgeodns/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pgeodns
-PORTVERSION= 1.41
-PORTREVISION= 2
-CATEGORIES= dns perl5
-MASTER_SITES= GHC
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Geographic NameServer
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Geo-IP>=0:net/p5-Geo-IP \
- p5-JSON>=0:converters/p5-JSON \
- p5-Net-DNS>=0:dns/p5-Net-DNS
-TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn
-
-DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
-
-USES= perl5
-USE_PERL5= configure
-USE_GITHUB= yes
-GH_ACCOUNT= abh
-
-.include <bsd.port.mk>
diff --git a/dns/p5-pgeodns/distinfo b/dns/p5-pgeodns/distinfo
deleted file mode 100644
index 35339cb210b5..000000000000
--- a/dns/p5-pgeodns/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pgeodns-1.41.tar.gz) = 40d38b5eee1812cdd9a846eebdbe3de8db32c87f4a3ad3e384c39ab6e89a9d52
-SIZE (pgeodns-1.41.tar.gz) = 129276
diff --git a/dns/p5-pgeodns/files/patch-version.t b/dns/p5-pgeodns/files/patch-version.t
deleted file mode 100644
index 77d279b9184e..000000000000
--- a/dns/p5-pgeodns/files/patch-version.t
+++ /dev/null
@@ -1,25 +0,0 @@
---- ./t/version.t.orig 2012-02-29 10:44:30.642824576 -0500
-+++ ./t/version.t 2012-02-29 10:45:12.047827564 -0500
-@@ -18,12 +18,12 @@
- like($ans[1]->[0]->rdatastr, qr!q: 1,!, 'one query now');
-
- ok(@ans = $g->reply_handler("version.example.com", "IN", "TXT", "192.168.0.10"), "version request, txt");
--like($ans[1]->[0]->rdatastr, qr!v$GeoDNS::VERSION/!, 'got the version back');
-+like($ans[1]->[0]->rdatastr, qr!v$GeoDNS::VERSION!, 'got the version back');
-
- ok(sleep 1, 'sleep a second');
-
- ok(@ans = $g->reply_handler("version.example.com", "IN", "ANY", "192.168.0.10"), "version request, any");
--like($ans[1]->[0]->rdatastr, qr!v$GeoDNS::VERSION/!, 'got the version back');
-+like($ans[1]->[0]->rdatastr, qr!v$GeoDNS::VERSION!, 'got the version back');
-
- ok(@ans = $g->reply_handler("status.example.com", "IN", "ANY", "192.168.0.10"), "status request, any");
- like($ans[1]->[0]->rdatastr, qr!q: 4,!, 'four queries now');
-@@ -38,6 +38,6 @@
- my $x = join "\n", $ans[1]->[0]->char_str_list;
- #warn "[", ref $x, "] $x";
- ok(my $data = decode_json($x), "decode json");
--like($data->{v}, qr!v$GeoDNS::VERSION/!, 'got the version back');
-+like($data->{v}, qr!v$GeoDNS::VERSION!, 'got the version back');
-
- done_testing();
diff --git a/dns/p5-pgeodns/pkg-descr b/dns/p5-pgeodns/pkg-descr
deleted file mode 100644
index 839a84c26a0d..000000000000
--- a/dns/p5-pgeodns/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-pgeodns is a simple DNS server that can distribute load for a
-hostname to the nearest mirrors (as defined by geography; on the
-country / continent level).
-
-It is used for search.cpan.org/cpansearch.perl.org and for
-ftp.perl.org/ftp.cpan.org; to provide nearby-ish
-servers for the NTP Pool; and to balance svn.apache.org to
-svn.us.apache.org and svn.eu.apache.org.
-
-WWW: http://geo.bitnames.com/
diff --git a/dns/p5-pgeodns/pkg-plist b/dns/p5-pgeodns/pkg-plist
deleted file mode 100644
index db1aaacc7e69..000000000000
--- a/dns/p5-pgeodns/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/pgeodns
-%%SITE_PERL%%/Countries.pm
-%%SITE_PERL%%/GeoDNS.pm
-%%SITE_PERL%%/pgeodns.pl
-%%PERL5_MAN1%%/pgeodns.1.gz