pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/jwhois Update .tv handling.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ac9222d6321
branches:  trunk
changeset: 488386:8ac9222d6321
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat Jan 29 17:45:35 2005 +0000

description:
Update .tv handling.

diffstat:

 net/jwhois/Makefile         |   4 ++--
 net/jwhois/distinfo         |   4 ++--
 net/jwhois/patches/patch-aa |  45 ++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 44 insertions(+), 9 deletions(-)

diffs (101 lines):

diff -r 5107dd4a78f4 -r 8ac9222d6321 net/jwhois/Makefile
--- a/net/jwhois/Makefile       Sat Jan 29 15:36:30 2005 +0000
+++ b/net/jwhois/Makefile       Sat Jan 29 17:45:35 2005 +0000
@@ -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 -r 5107dd4a78f4 -r 8ac9222d6321 net/jwhois/distinfo
--- a/net/jwhois/distinfo       Sat Jan 29 15:36:30 2005 +0000
+++ b/net/jwhois/distinfo       Sat Jan 29 17:45:35 2005 +0000
@@ -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 -r 5107dd4a78f4 -r 8ac9222d6321 net/jwhois/patches/patch-aa
--- a/net/jwhois/patches/patch-aa       Sat Jan 29 15:36:30 2005 +0000
+++ b/net/jwhois/patches/patch-aa       Sat Jan 29 17:45:35 2005 +0000
@@ -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 @@
        "\\.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 @@
        "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 @@
  
  #
  # 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.
  #



Home | Main Index | Thread Index | Old Index