From owner-svn-ports-head@freebsd.org Thu May 5 17:23:06 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 36791B2E2DA; Thu, 5 May 2016 17:23:06 +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 DDA191294; Thu, 5 May 2016 17:23:05 +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 u45HN5H4001197; Thu, 5 May 2016 17:23:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u45HN4gD001192; Thu, 5 May 2016 17:23:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605051723.u45HN4gD001192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 5 May 2016 17:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414654 - in head/net: . p5-TFTP 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.22 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: Thu, 05 May 2016 17:23:06 -0000 Author: pi Date: Thu May 5 17:23:04 2016 New Revision: 414654 URL: https://svnweb.freebsd.org/changeset/ports/414654 Log: New port: net/p5-TFTP TFTP is a class implementing a simple TFTP client in Perl as described in RFC783. WWW: http://search.cpan.org/dist/TFTP/ PR: 209254 Submitted by: Rihaz Jerrin Added: head/net/p5-TFTP/ head/net/p5-TFTP/Makefile (contents, props changed) head/net/p5-TFTP/distinfo (contents, props changed) head/net/p5-TFTP/pkg-descr (contents, props changed) head/net/p5-TFTP/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu May 5 17:15:31 2016 (r414653) +++ head/net/Makefile Thu May 5 17:23:04 2016 (r414654) @@ -785,6 +785,7 @@ SUBDIR += p5-Socks SUBDIR += p5-Sort-Key-IPv4 SUBDIR += p5-Test-URI + SUBDIR += p5-TFTP SUBDIR += p5-URI SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match Added: head/net/p5-TFTP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-TFTP/Makefile Thu May 5 17:23:04 2016 (r414654) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= TFTP +PORTVERSION= 1.0 +DISTVERSIONSUFFIX= b3 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SAPER +PKGNAMEPREFIX= p5- + +MAINTAINER= rihaz.jerrin@gmail.com +COMMENT= TFTP client in Perl as described in RFC783 + +LICENSE= ARTPERL10 + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/net/p5-TFTP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-TFTP/distinfo Thu May 5 17:23:04 2016 (r414654) @@ -0,0 +1,2 @@ +SHA256 (TFTP-1.0b3.tar.gz) = 27cc869e5085365c6cce2d7f40e1da884d59c6ea2c228f097d1134149e04e376 +SIZE (TFTP-1.0b3.tar.gz) = 5409 Added: head/net/p5-TFTP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-TFTP/pkg-descr Thu May 5 17:23:04 2016 (r414654) @@ -0,0 +1,4 @@ +TFTP is a class implementing a simple +TFTP client in Perl as described in RFC783. + +WWW: http://search.cpan.org/dist/TFTP/ Added: head/net/p5-TFTP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-TFTP/pkg-plist Thu May 5 17:23:04 2016 (r414654) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/TFTP.pm +%%PERL5_MAN3%%/TFTP.3.gz