From c504f1903c90229ad7b73fd86fffe9fe5e0cd703 Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 29 Jan 2005 17:45:35 +0000 Subject: Update .tv handling. --- net/jwhois/Makefile | 4 ++-- net/jwhois/distinfo | 4 ++-- net/jwhois/patches/patch-aa | 45 ++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 44 insertions(+), 9 deletions(-) (limited to 'net/jwhois') diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 0472197e5f3..51ad2c62eb1 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2005/01/27 20:38:02 kleink Exp $ +# $NetBSD: Makefile,v 1.48 2005/01/29 17:45:35 kim Exp $ # DISTNAME= jwhois-3.2.2 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/} diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index 427fe6dc840..8883e12496a 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2005/01/27 20:38:02 kleink Exp $ +$NetBSD: distinfo,v 1.23 2005/01/29 17:45:35 kim Exp $ SHA1 (jwhois-3.2.2.tar.gz) = ca69b017e19d378affd7cdc3a980f2209cb1caab Size (jwhois-3.2.2.tar.gz) = 385390 bytes -SHA1 (patch-aa) = 87c8305fd5952ce43053a8a7297efc35725e72cf +SHA1 (patch-aa) = 29c57efce17b6c821d550ae65f8e741ca9b308ca SHA1 (patch-ab) = e2b35b66adae6caba8a778194ff0238a31006b0b SHA1 (patch-ac) = 1ff97afeaab96982f52597216db449e86bbd0444 diff --git a/net/jwhois/patches/patch-aa b/net/jwhois/patches/patch-aa index bd3ba415407..e8e212c2a25 100644 --- a/net/jwhois/patches/patch-aa +++ b/net/jwhois/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.5 2005/01/27 20:38:02 kleink Exp $ +$NetBSD: patch-aa,v 1.6 2005/01/29 17:45:35 kim Exp $ ---- example/jwhois.conf.orig 2003-06-30 19:16:45.000000000 +0200 -+++ example/jwhois.conf 2005-01-27 21:33:30.000000000 +0100 +--- example/jwhois.conf.orig 2003-06-30 13:16:45.000000000 -0400 ++++ example/jwhois.conf 2005-01-29 12:36:50.000000000 -0500 @@ -55,7 +55,42 @@ "^[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+-[0-9]+$" = "whois.nic.br"; @@ -55,6 +55,15 @@ $NetBSD: patch-aa,v 1.5 2005/01/27 20:38:02 kleink Exp $ "\\.fj$" = "whois.usp.ac.fj"; "\\.fm$" = "www.dot.fm"; "\\.fo$" = "whois.ripe.net"; +@@ -242,7 +277,7 @@ + "\\.to$" = "whois.tonic.to"; + "\\.tr$" = "whois.metu.edu.tr"; + "\\.tt$" = "www.nic.tt"; +- "\\.tv$" = "whois.tv"; ++ "\\.tv$" = "whois.nic.tv"; + "\\.tw$" = "whois.twnic.net"; + "\\.ua$" = "whois.com.ua"; + "\\.ug$" = "whois.co.ug"; @@ -371,6 +406,15 @@ "80.0.0.0/8" = "whois.ripe.net"; "81.0.0.0/8" = "whois.ripe.net"; @@ -71,7 +80,33 @@ $NetBSD: patch-aa,v 1.5 2005/01/27 20:38:02 kleink Exp $ "150.217.0.0/16" = "whois.ripe.net"; "151.3.0.0/16" = "whois.ripe.net"; "151.4.0.0/15" = "whois.ripe.net"; -@@ -724,10 +768,10 @@ +@@ -491,6 +535,10 @@ + whois-redirect = ".*Whois Server: \\(.*\\)"; + } + ++ "whois\\.nic\\.tv" { ++ whois-redirect = ".*Whois Server: \\(.*\\)"; ++ } ++ + "whois\\.apnic\\.net" { + whois-redirect = ".*http://\\(whois\\.nic\\.or\\.kr\\)/"; + whois-redirect = ".*at \\([Ww][Hh][Oo][Ii][Ss]\\.[A-Za-z]*\\.[Nn][Ee][Tt]\\)"; +@@ -693,14 +741,6 @@ + form-element = "whois"; + } + +- "cgi\\.ficora\\.fi" { +- http = "true"; +- http-method = "GET"; +- http-action = "/wwwbin/domains.pl"; +- form-element = "search"; +- form-extra = "language=eng"; +- } +- + "whois\\.lacnic\\.net" { + whois-redirect = ".*\\(whois.nic.br\\)"; + whois-redirect = ".*\\(whois.registro.br\\)"; +@@ -724,10 +764,10 @@ # # The cache feature is used to provide a local cache with Whois information. @@ -84,7 +119,7 @@ $NetBSD: patch-aa,v 1.5 2005/01/27 20:38:02 kleink Exp $ # # This is the time after which an entry expires from the cache in hours. -@@ -743,7 +787,7 @@ +@@ -743,7 +783,7 @@ # # Path to the browser to use for HTTP servers. # -- cgit v1.2.3