From owner-svn-ports-head@freebsd.org Sun Oct 16 10:00:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1CDBC068FD; Sun, 16 Oct 2016 10:00:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CED4B16A; Sun, 16 Oct 2016 10:00:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GA03sD014668; Sun, 16 Oct 2016 10:00:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GA03KZ014663; Sun, 16 Oct 2016 10:00:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610161000.u9GA03KZ014663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 16 Oct 2016 10:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424053 - in head/net: . p5-Net-Frame-Device X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 10:00:05 -0000 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@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 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