| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
|
|
|
| |
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes:
svn path=/head/; revision=309105
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=305769
|
|
|
|
| |
Notes:
svn path=/head/; revision=298445
|
|
|
|
|
|
|
| |
Approved by: clsung via IRC
Notes:
svn path=/head/; revision=295750
|
|
|
|
| |
Notes:
svn path=/head/; revision=270165
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: ru
Notes:
svn path=/head/; revision=257666
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Patricia/Changes
Notes:
svn path=/head/; revision=253037
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/136209
Submitted by: Matthew Luckie <mluckie_AT_cs dot waikato dot ac dot nz>
Notes:
svn path=/head/; revision=237395
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Patricia/Changes
Notes:
svn path=/head/; revision=236583
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
| |
- remove patch, since <sys/types.h> is included.
- take maintainership
Notes:
svn path=/head/; revision=150862
|
|
|
|
| |
Notes:
svn path=/head/; revision=149443
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
| |
PR: 45790
Submitted by: Volker Stolz <vs@foldr.org>
Notes:
svn path=/head/; revision=71152
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: 35914
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Notes:
svn path=/head/; revision=56120
|
|
|
|
|
|
|
|
|
|
| |
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
Notes:
svn path=/head/; revision=52160
|
|
|
|
| |
Notes:
svn path=/head/; revision=41387
|
|
|
|
| |
Notes:
svn path=/head/; revision=39791
|
|
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
|