FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 7:32 PM BST
Port details
p5-Net-Patricia 1.19 net on this many watch lists=2 search for ports that depend on this port
Perl module for fast IP address lookups
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Mar 2001 18:12:21
Also Listed In: perl5
License: not specified in port


This module uses a Patricia Trie data structure to quickly perform
IP address prefix matching for applications such as IP subnet,
network or routing table lookups.  The data structure is based on
a radix tree using a radix of two, so sometimes you see patricia
implementations called "radix" as well.  The term "Trie" is derived
from the word "retrieval" but is pronounced like "try".  Patricia
stands for "Practical Algorithm to Retrieve Information Coded as
Alphanumeric", and was first suggested for routing table lookups
by Van Jacobsen.  Patricia Trie performance characteristics are
well-known as it has been employed for routing table lookups within
the BSD kernel since the 4.3 Reno release.

The BSD radix code is thoroughly described in "TCP/IP Illustrated,
Volume 2" by Wright and Stevens and in the paper ``A Tree-Based
Packet Routing Table for Berkeley Unix'' by Keith Sklower.

WWW:	http://search.cpan.org/dist/Net-Patricia/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: devel/p5-version, net/p5-Net-CIDR-Lite, net/p5-Socket6, lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/p5-Net-Patricia/ && make install clean
To add the package: pkg_add -r p5-Net-Patricia


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/
http://www.cpan.dk/modules/by-module/Net/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Net/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Net/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Net/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Net/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Net/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/
http://at.cpan.org/modules/by-module/Net/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Net/
http://backpan.perl.org/modules/by-module/Net/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/
http://cpan.nctu.edu.tw/modules/by-module/Net/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Net/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 May 2012 01:47:10
Original commit files touched by this commit  1.19
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
03 Mar 2011 05:55:08
Original commit files touched by this commit  1.19
clsung search for other commits by this committer
- Update to 1.19
12 Jul 2010 08:02:27
Original commit files touched by this commit  1.16_1
clsung search for other commits by this committer
- misses runtime dependency on p5-Socket6
- bump PORTREVISION

Submitted by:   ru
22 Apr 2010 01:12:56
Original commit files touched by this commit  1.16
clsung search for other commits by this committer
- Update to 1.16

Changes:        http://search.cpan.org/dist/Net-Patricia/Changes
08 Jul 2009 01:46:55
Original commit files touched by this commit  1.15_1
clsung search for other commits by this committer
- requires p5-version to run
- bump PORTREVISION

PR:             ports/136209
Submitted by:   Matthew Luckie <mluckie_AT_cs dot waikato dot ac dot nz>
24 Jun 2009 09:05:04
Original commit files touched by this commit  1.15
clsung search for other commits by this committer
- Update to 1.15

Changes:        http://search.cpan.org/dist/Net-Patricia/Changes
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.014
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
22 Jan 2006 02:46:07
Original commit files touched by this commit  1.014
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Dec 2005 10:28:29
Original commit files touched by this commit  1.014
clsung search for other commits by this committer
- update to 1.014
- remove patch, since <sys/types.h> is included.
- take maintainership
25 Nov 2005 16:48:31
Original commit files touched by this commit  1.010
pav search for other commits by this committer
- Add SHA256
29 Jan 2004 16:13:06
Original commit files touched by this commit  1.010
trevor search for other commits by this committer
SIZEify.
24 Oct 2003 12:05:09
Original commit files touched by this commit  1.010
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
20 Feb 2003 18:51:13
Original commit files touched by this commit  1.010
knu search for other commits by this committer
De-pkg-comment.
27 Nov 2002 14:16:11
Original commit files touched by this commit  1.010
arved search for other commits by this committer
Fix Build on CURRENT

PR:             45790
Submitted by:   Volker Stolz <vs@foldr.org>
15 Mar 2002 05:10:46
Original commit files touched by this commit  1.010
pat search for other commits by this committer
Add CPAN as primary site to download tarball

PR:             35914
Submitted by:   Kimura Fuyuki <fuyuki@mj.0038.net>
25 Dec 2001 16:59:04
files touched by this commit
dirk search for other commits by this committer
portlint:   - begin with a capital   - don't end with '.'   - remove port name  
- don't exceed 70 characters    
14 Apr 2001 23:31:53
files touched by this commit
steve search for other commits by this committer
Remove empty directories on uninstall.    
13 Mar 2001 21:16:00
files touched by this commit
andreas search for other commits by this committer
oops, missed to import distinfo file  
13 Mar 2001 21:12:21
files touched by this commit
andreas search for other commits by this committer
new port p5-Net-Patricia    

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days63
new fortnight184
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.158 seconds.