Commit Graph

11 Commits

Author SHA1 Message Date
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Tilman Keskinoz
d5c9c64b2b Fix Build on CURRENT
PR:		45790
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-27 14:16:11 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Patrick Li
f8db4124d7 Add CPAN as primary site to download tarball
PR:		35914
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-03-15 05:10:46 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Steve Price
d73ba718fa Remove empty directories on uninstall. 2001-04-14 22:31:52 +00:00
Andreas Klemm
38d0b4e818 oops, missed to import distinfo file 2001-03-13 21:16:00 +00:00
Andreas Klemm
285996cdec new port p5-Net-Patricia
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/
2001-03-13 21:12:21 +00:00