Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2016 17:23:04 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414654 - in head/net: . p5-TFTP
Message-ID:  <201605051723.u45HN4gD001192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <rihaz.jerrin@gmail.com>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605051723.u45HN4gD001192>