svn commit: r380896 - in head/net: . p5-NetAddr-MAC

Vanilla I. Shu vanilla at FreeBSD.org
Tue Mar 10 06:16:48 UTC 2015


Author: vanilla
Date: Tue Mar 10 06:16:46 2015
New Revision: 380896
URL: https://svnweb.freebsd.org/changeset/ports/380896
QAT: https://qat.redports.org/buildarchive/r380896/

Log:
  Add p5-NetAddr-MAC 0.93, netAddr::MAC - Handles hardware MAC Addresses
  (EUI-48 and EUI-64).
  
  PR:		198308
  Submitted by:	Anton Berezin <tobez at tobez.org>

Added:
  head/net/p5-NetAddr-MAC/
  head/net/p5-NetAddr-MAC/Makefile   (contents, props changed)
  head/net/p5-NetAddr-MAC/distinfo   (contents, props changed)
  head/net/p5-NetAddr-MAC/pkg-descr   (contents, props changed)
  head/net/p5-NetAddr-MAC/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Mar 10 06:12:48 2015	(r380895)
+++ head/net/Makefile	Tue Mar 10 06:16:46 2015	(r380896)
@@ -699,6 +699,7 @@
     SUBDIR += p5-Net-sFlow
     SUBDIR += p5-Net-uFTP
     SUBDIR += p5-NetAddr-IP-Count
+    SUBDIR += p5-NetAddr-MAC
     SUBDIR += p5-NetPacket
     SUBDIR += p5-OAI-Harvester
     SUBDIR += p5-OurNet-BBS

Added: head/net/p5-NetAddr-MAC/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-NetAddr-MAC/Makefile	Tue Mar 10 06:16:46 2015	(r380896)
@@ -0,0 +1,16 @@
+# Created by: Anton Berezin <tobez at tobez.org>
+# $FreeBSD$
+
+PORTNAME=	NetAddr-MAC
+PORTVERSION=	0.93
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	dgeo at centrale-marseille.fr
+COMMENT=	NetAddr::MAC - Handles hardware MAC Addresses (EUI-48 and EUI-64)
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/net/p5-NetAddr-MAC/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-NetAddr-MAC/distinfo	Tue Mar 10 06:16:46 2015	(r380896)
@@ -0,0 +1,2 @@
+SHA256 (NetAddr-MAC-0.93.tar.gz) = b9e762c1ff4b579040497b8a0089cf998fc839d3897d3597318758e84564a2f9
+SIZE (NetAddr-MAC-0.93.tar.gz) = 22416

Added: head/net/p5-NetAddr-MAC/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-NetAddr-MAC/pkg-descr	Tue Mar 10 06:16:46 2015	(r380896)
@@ -0,0 +1,10 @@
+This module provides an interface to deal with Media Access Control (or MAC)
+addresses. These are the addresses that uniquely identify a device on various
+layer 2 networks. Although the most common case is hardware addresses
+on Ethernet network cards, there are a variety of devices that use this
+system of addressing.
+
+This module supports both EUI-48 and EUI-64 addresses and implements an OO
+and a functional interface.
+
+WWW: http://search.cpan.org/dist/NetAddr-MAC/

Added: head/net/p5-NetAddr-MAC/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-NetAddr-MAC/pkg-plist	Tue Mar 10 06:16:46 2015	(r380896)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/NetAddr::MAC.3.gz
+%%SITE_PERL%%/NetAddr/MAC.pm


More information about the svn-ports-head mailing list