From c12ce057d812b5116218b653f431fb7e70f835b2 Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 24 Oct 2008 20:36:27 +0000 Subject: Initial import of p5-Net-MAC version 1.4 in the NetBSD Packages Collection. The Perl 5 module Net::MAC allows you to - store a MAC address in a Perl object - find out information about a stored MAC address - convert a MAC address into a specified format - easily compare two MAC addresses for string or numeric equality --- net/p5-Net-MAC/DESCR | 5 +++++ net/p5-Net-MAC/Makefile | 18 ++++++++++++++++++ net/p5-Net-MAC/distinfo | 5 +++++ 3 files changed, 28 insertions(+) create mode 100644 net/p5-Net-MAC/DESCR create mode 100644 net/p5-Net-MAC/Makefile create mode 100644 net/p5-Net-MAC/distinfo (limited to 'net/p5-Net-MAC') diff --git a/net/p5-Net-MAC/DESCR b/net/p5-Net-MAC/DESCR new file mode 100644 index 00000000000..6e4c8204671 --- /dev/null +++ b/net/p5-Net-MAC/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Net::MAC allows you to +- store a MAC address in a Perl object +- find out information about a stored MAC address +- convert a MAC address into a specified format +- easily compare two MAC addresses for string or numeric equality diff --git a/net/p5-Net-MAC/Makefile b/net/p5-Net-MAC/Makefile new file mode 100644 index 00000000000..a80c505427b --- /dev/null +++ b/net/p5-Net-MAC/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/24 20:36:27 seb Exp $ +# + +DISTNAME= Net-MAC-1.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-MAC/ +COMMENT= Perl 5 module for representing and manipulating MAC addresses + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Net/MAC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-MAC/distinfo b/net/p5-Net-MAC/distinfo new file mode 100644 index 00000000000..30598ee8050 --- /dev/null +++ b/net/p5-Net-MAC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/24 20:36:27 seb Exp $ + +SHA1 (Net-MAC-1.4.tar.gz) = 4dc7fbecb188aab55ac60351f6772ee240c8d006 +RMD160 (Net-MAC-1.4.tar.gz) = c7506ebac4e7d9d9b8f517655b25bcc11ec5c17c +Size (Net-MAC-1.4.tar.gz) = 29475 bytes -- cgit v1.2.3