84e8 FreshPorts -- net/p5-Net-Patricia
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Net-Patricia 1.20 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. net/p5-Net-CIDR-Lite
  2. lang/perl5.12
Required To Run:
  1. net/p5-Socket6
  2. lang/perl5.12

This port is required by:

for Build for Run

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:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Net/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Net/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Net/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Net/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Net/
  11. http://at.cpan.org/modules/by-module/Net/
  12. http://backpan.perl.org/modules/by-module/Net/
  13. http://cpan.nctu.edu.tw/modules/by-module/Net/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Net/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Net/
  16. http://www.cpan.dk/modules/by-module/Net/
  17. http://www.cpan.dk/modules/by-module/Net/

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 15:39:36
Original commit files touched by this commit  1.20
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
12 Oct 2012 09:45:56
Original commit files touched by this commit  1.20
culot search for other commits by this committer
- Update to 1.20 [1]
- Remove dependency on p5-version (already in core)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Patricia/Changes
PR:		ports/172580 [1]
Submitted by:	Nick Hilliard <nick@foobar.org>
Feature safe:	yes
05 Jun 2012 09:46:27
Original commit files touched by this commit  1.19
az search for other commits by this committer
 - Remove SITE_PERL from *_DEPENDS
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: 22

286a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days31
new fortnight62
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0