aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Patricia
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - fix buiild by addding: MAKE_JOBS_UNSAFE=yesDirk Meyer2014-03-251-0/+2
| | | | | | | | | error: libpatricia/libpatricia.a: could not read symbols: Archive has no index; run ranlib to add one *** [blib/arch/auto/Net/Patricia/Patricia.so] Error code 1 Notes: svn path=/head/; revision=349122
* - Update to 1.22Frederic Culot2013-10-163-6/+4
| | | | | | | | | - Support staging Changes: http://search.cpan.org/dist/Net-Patricia/Changes Notes: svn path=/head/; revision=330483
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 1.21.Anton Berezin2013-09-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Patricia/Changes Notes: svn path=/head/; revision=326270
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Update to 1.20 [1]Frederic Culot2012-10-122-12/+13
| | | | | | | | | | | | | - 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
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-051-3/+3
| | | | Notes: svn path=/head/; revision=298445
* - 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