pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-MAC Initial import of p5-Net-MAC version 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/411cf837e6e8
branches:  trunk
changeset: 548852:411cf837e6e8
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Oct 24 20:36:27 2008 +0000

description:
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

diffstat:

 net/p5-Net-MAC/DESCR    |   5 +++++
 net/p5-Net-MAC/Makefile |  18 ++++++++++++++++++
 net/p5-Net-MAC/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r a29615e54499 -r 411cf837e6e8 net/p5-Net-MAC/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-MAC/DESCR      Fri Oct 24 20:36:27 2008 +0000
@@ -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 -r a29615e54499 -r 411cf837e6e8 net/p5-Net-MAC/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-MAC/Makefile   Fri Oct 24 20:36:27 2008 +0000
@@ -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@localhost
+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 -r a29615e54499 -r 411cf837e6e8 net/p5-Net-MAC/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-MAC/distinfo   Fri Oct 24 20:36:27 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index