diff options
author | fenner <fenner@FreeBSD.org> | 2005-09-22 03:31:43 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-09-22 03:31:43 +0800 |
commit | b0ed182f7d14520369ed0a2b511ef4f834544e94 (patch) | |
tree | fa40324d94e5cfb74a2c242f7d9378dd4a034162 /net-mgmt | |
parent | 47922be03516705d7627fe559c77e1b63270509d (diff) | |
download | freebsd-ports-gnome-b0ed182f7d14520369ed0a2b511ef4f834544e94.tar.gz freebsd-ports-gnome-b0ed182f7d14520369ed0a2b511ef4f834544e94.tar.zst freebsd-ports-gnome-b0ed182f7d14520369ed0a2b511ef4f834544e94.zip |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-CIDR/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-IP/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/p5-NetAddr-IP/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Tie-NetAddr-IP/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/p5-Net-CIDR/pkg-descr b/net-mgmt/p5-Net-CIDR/pkg-descr index 12ff048081c0..5ac3a0860811 100644 --- a/net-mgmt/p5-Net-CIDR/pkg-descr +++ b/net-mgmt/p5-Net-CIDR/pkg-descr @@ -2,4 +2,4 @@ The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses. -WWW: http://search.cpan.org/search?dist=Net-CIDR +WWW: http://search.cpan.org/dist/Net-CIDR/ diff --git a/net-mgmt/p5-Net-IP/pkg-descr b/net-mgmt/p5-Net-IP/pkg-descr index a11a8dcb4cf7..d1c57e9eb32b 100644 --- a/net-mgmt/p5-Net-IP/pkg-descr +++ b/net-mgmt/p5-Net-IP/pkg-descr @@ -5,4 +5,4 @@ addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently. -WWW: http://search.cpan.org/search?dist=Net-IP +WWW: http://search.cpan.org/dist/Net-IP/ diff --git a/net-mgmt/p5-NetAddr-IP/pkg-descr b/net-mgmt/p5-NetAddr-IP/pkg-descr index 155ae87a9cbd..cfea581b6464 100644 --- a/net-mgmt/p5-NetAddr-IP/pkg-descr +++ b/net-mgmt/p5-NetAddr-IP/pkg-descr @@ -6,4 +6,4 @@ frequently used functions. Please note that this module provides more functionality when used with perl 5.6.1 or perl 5.8.0. -WWW: http://search.cpan.org/search?dist=NetAddr-IP +WWW: http://search.cpan.org/dist/NetAddr-IP/ diff --git a/net-mgmt/p5-Tie-NetAddr-IP/pkg-descr b/net-mgmt/p5-Tie-NetAddr-IP/pkg-descr index 52bf2842d8a6..e9c3ce62917d 100644 --- a/net-mgmt/p5-Tie-NetAddr-IP/pkg-descr +++ b/net-mgmt/p5-Tie-NetAddr-IP/pkg-descr @@ -5,7 +5,7 @@ find the given key within the subnets specified in the hash. Care must be taken, as only strings that can be parsed as an IP address by NetAddr::IP can be used as keys for this hash. -WWW: http://search.cpan.org/search?dist=Tie-NetAddr-IP +WWW: http://search.cpan.org/dist/Tie-NetAddr-IP/ -Anton <tobez@FreeBSD.org> |