Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new package p5-Net-Patricia #15

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions net/p5-Net-Patricia/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.
19 changes: 19 additions & 0 deletions net/p5-Net-Patricia/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.24 2017/06/05 14:24:20 ryoon Exp $
#

DISTNAME= Net-Patricia-1.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER= tm@core.io
HOMEPAGE= http://search.cpan.org/dist/Net-Patricia/
COMMENT= Patricia Trie perl module for fast IP address lookups
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-Net-CIDR-Lite>=0.20:../../net/p5-Net-CIDR-Lite

PERL5_PACKLIST= auto/Net/Patricia/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
6 changes: 6 additions & 0 deletions net/p5-Net-Patricia/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$NetBSD$

SHA1 (Net-Patricia-1.22.tar.gz) = 2a39c5910f9069a5b97647382061c12ae9c0458c
RMD160 (Net-Patricia-1.22.tar.gz) = e16e5731e2911fa6770285977b6385bd77323e63
SHA512 (Net-Patricia-1.22.tar.gz) = d76702d30784f8448dcf3a5269e052bc7bd6f5fe5a16824b6e3ede1d0182deb139522e45e1fb78749a7527ddbc950c213d843e43f45b5b0ed63b5b985b329861
Size (Net-Patricia-1.22.tar.gz) = 27780 bytes