pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-Patricia
Module Name: pkgsrc
Committed By: leot
Date: Thu Aug 31 15:41:35 UTC 2017
Added Files:
pkgsrc/net/p5-Net-Patricia: DESCR Makefile distinfo
Log Message:
Import p5-Net-Patricia-1.22 as net/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.
Packaged by Thomas Merkel and patches provided via
NetBSD/pkgsrc pullup request #15.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-Net-Patricia/DESCR \
pkgsrc/net/p5-Net-Patricia/Makefile pkgsrc/net/p5-Net-Patricia/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/p5-Net-Patricia/DESCR
diff -u /dev/null pkgsrc/net/p5-Net-Patricia/DESCR:1.1
--- /dev/null Thu Aug 31 15:41:35 2017
+++ pkgsrc/net/p5-Net-Patricia/DESCR Thu Aug 31 15:41:35 2017
@@ -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.
Index: pkgsrc/net/p5-Net-Patricia/Makefile
diff -u /dev/null pkgsrc/net/p5-Net-Patricia/Makefile:1.1
--- /dev/null Thu Aug 31 15:41:35 2017
+++ pkgsrc/net/p5-Net-Patricia/Makefile Thu Aug 31 15:41:35 2017
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/08/31 15:41:35 leot Exp $
+#
+
+DISTNAME= Net-Patricia-1.22
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= tm%core.io@localhost
+HOMEPAGE= http://search.cpan.org/dist/Net-Patricia/
+COMMENT= Patricia Trie perl module for fast IP address lookups
+LICENSE= gnu-gpl-v2 AND 2-clause-bsd
+
+DEPENDS+= p5-Net-CIDR-Lite>=0.20:../../net/p5-Net-CIDR-Lite
+DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
+
+PERL5_PACKLIST= auto/Net/Patricia/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/p5-Net-Patricia/distinfo
diff -u /dev/null pkgsrc/net/p5-Net-Patricia/distinfo:1.1
--- /dev/null Thu Aug 31 15:41:35 2017
+++ pkgsrc/net/p5-Net-Patricia/distinfo Thu Aug 31 15:41:35 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/31 15:41:35 leot Exp $
+
+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
Home |
Main Index |
Thread Index |
Old Index