aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Patricia
Commit message (Collapse)AuthorAgeFilesLines
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Update to 1.19Cheng-Lung Sung2011-03-033-6/+5
| | | | Notes: svn path=/head/; revision=270165
* - misses runtime dependency on p5-Socket6Cheng-Lung Sung2010-07-121-1/+3
| | | | | | | | | - bump PORTREVISION Submitted by: ru Notes: svn path=/head/; revision=257666
* - Update to 1.16Cheng-Lung Sung2010-04-222-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Patricia/Changes Notes: svn path=/head/; revision=253037
* - requires p5-version to runCheng-Lung Sung2009-07-081-0/+3
| | | | | | | | | | - bump PORTREVISION PR: ports/136209 Submitted by: Matthew Luckie <mluckie_AT_cs dot waikato dot ac dot nz> Notes: svn path=/head/; revision=237395
* - Update to 1.15Cheng-Lung Sung2009-06-242-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-Patricia/Changes Notes: svn path=/head/; revision=236583
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 1.014Cheng-Lung Sung2005-12-113-16/+5
| | | | | | | | - remove patch, since <sys/types.h> is included. - take maintainership Notes: svn path=/head/; revision=150862
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* utilize SITE_PERLYing-Chieh Liao2003-10-241-7/+7
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix Build on CURRENTTilman Keskinoz2002-11-271-0/+10
| | | | | | | | PR: 45790 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=71152
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add CPAN as primary site to download tarballPatrick Li2002-03-151-1/+3
| | | | | | | | PR: 35914 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=56120
* portlint:Dirk Froemberg2001-12-251-1/+1
| | | | | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters Notes: svn path=/head/; revision=52160
* Remove empty directories on uninstall.Steve Price2001-04-141-0/+2
| | | | Notes: svn path=/head/; revision=41387
* oops, missed to import distinfo fileAndreas Klemm2001-03-131-0/+1
| | | | Notes: svn path=/head/; revision=39791
* new port p5-Net-PatriciaAndreas Klemm2001-03-134-0/+44
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://net.doit.wisc.edu/~plonka/Net-Patricia/ Notes: svn path=/head/; revision=39790