Commit graph

19 commits

Author SHA1 Message Date
Cheng-Lung Sung
832879f07c - misses runtime dependency on p5-Socket6
- bump PORTREVISION

Submitted by:	ru
2010-07-12 08:02:27 +00:00
Cheng-Lung Sung
24544fe9af - Update to 1.16
Changes:	http://search.cpan.org/dist/Net-Patricia/Changes
2010-04-22 01:12:56 +00:00
Cheng-Lung Sung
27225ed066 - requires p5-version to run
- bump PORTREVISION

PR:		ports/136209
Submitted by:	Matthew Luckie <mluckie_AT_cs dot waikato dot ac dot nz>
2009-07-08 01:46:55 +00:00
Cheng-Lung Sung
245de0dccc - Update to 1.15
Changes:	http://search.cpan.org/dist/Net-Patricia/Changes
2009-06-24 09:05:04 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Cheng-Lung Sung
37079e6393 - update to 1.014
- remove patch, since <sys/types.h> is included.
- take maintainership
2005-12-11 10:28:29 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
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