svn commit: r424053 - in head/net: . p5-Net-Frame-Device
Kurt Jaeger
pi at FreeBSD.org
Sun Oct 16 10:00:05 UTC 2016
Author: pi
Date: Sun Oct 16 10:00:03 2016
New Revision: 424053
URL: https://svnweb.freebsd.org/changeset/ports/424053
Log:
New port: net/p5-Net-Frame-Device
Get network device and gateway information
It is especially useful when you want to do low-level network programming.
WWW: http://search.cpan.org/dist/Net-Frame-Device/
Added:
head/net/p5-Net-Frame-Device/
head/net/p5-Net-Frame-Device/Makefile (contents, props changed)
head/net/p5-Net-Frame-Device/distinfo (contents, props changed)
head/net/p5-Net-Frame-Device/pkg-descr (contents, props changed)
head/net/p5-Net-Frame-Device/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sun Oct 16 09:19:46 2016 (r424052)
+++ head/net/Makefile Sun Oct 16 10:00:03 2016 (r424053)
@@ -607,6 +607,7 @@
SUBDIR += p5-Net-Finger
SUBDIR += p5-Net-Flow
SUBDIR += p5-Net-Frame
+ SUBDIR += p5-Net-Frame-Device
SUBDIR += p5-Net-Frame-Dump
SUBDIR += p5-Net-Frame-Layer-ICMPv6
SUBDIR += p5-Net-Frame-Layer-IPv6
Added: head/net/p5-Net-Frame-Device/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-Frame-Device/Makefile Sun Oct 16 10:00:03 2016 (r424053)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= Net-Frame-Device
+PORTVERSION= 1.12
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Get network device and gateway information
+
+LICENSE= ART10
+
+BUILD_DEPENDS= p5-Net-Write>=1.05:net/p5-Net-Write \
+ p5-Net-Frame-Dump>=1.08:net/p5-Net-Frame-Dump \
+ p5-Net-Frame-Simple>=1.07:net/p5-Net-Frame-Simple \
+ p5-Net-Frame-Layer-IPv6>=1.07:net/p5-Net-Frame-Layer-IPv6 \
+ p5-Net-Frame-Layer-ICMPv6>=1.09:net/p5-Net-Frame-Layer-ICMPv6 \
+ p5-Net-Libdnet6>=0.27:net/p5-Net-Libdnet6
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/net/p5-Net-Frame-Device/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-Frame-Device/distinfo Sun Oct 16 10:00:03 2016 (r424053)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476560250
+SHA256 (Net-Frame-Device-1.12.tar.gz) = 0756419b80b3b5702267d1bedea7b69b0d762b852dea4b582272095e5a1b32e9
+SIZE (Net-Frame-Device-1.12.tar.gz) = 13322
Added: head/net/p5-Net-Frame-Device/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-Frame-Device/pkg-descr Sun Oct 16 10:00:03 2016 (r424053)
@@ -0,0 +1,5 @@
+Get network device and gateway information
+
+It is especially useful when you want to do low-level network programming.
+
+WWW: http://search.cpan.org/dist/Net-Frame-Device/
Added: head/net/p5-Net-Frame-Device/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-Net-Frame-Device/pkg-plist Sun Oct 16 10:00:03 2016 (r424053)
@@ -0,0 +1,4 @@
+bin/nfd-debug-devices.pl
+bin/nfd-print-routes6.pl
+%%SITE_PERL%%/Net/Frame/Device.pm
+%%PERL5_MAN3%%/Net::Frame::Device.3.gz
More information about the svn-ports-all
mailing list