svn commit: r376586 - in head/devel: . p5-IPC-PerlSSH

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jan 9 10:06:30 UTC 2015


Author: vanilla
Date: Fri Jan  9 10:06:27 2015
New Revision: 376586
URL: https://svnweb.freebsd.org/changeset/ports/376586
QAT: https://qat.redports.org/buildarchive/r376586/

Log:
  Add p5-IPC-PerlSSH 0.16, class for executing remote perl code over an
  SSH link.
  
  PR:		ports/196587
  Submitted by:	Niels Kristensen <niels at kristensen.io>

Added:
  head/devel/p5-IPC-PerlSSH/
  head/devel/p5-IPC-PerlSSH/Makefile   (contents, props changed)
  head/devel/p5-IPC-PerlSSH/distinfo   (contents, props changed)
  head/devel/p5-IPC-PerlSSH/pkg-descr   (contents, props changed)
  head/devel/p5-IPC-PerlSSH/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jan  9 10:01:10 2015	(r376585)
+++ head/devel/Makefile	Fri Jan  9 10:06:27 2015	(r376586)
@@ -2233,6 +2233,7 @@
     SUBDIR += p5-IPC-Mmap
     SUBDIR += p5-IPC-Mmap-Share
     SUBDIR += p5-IPC-Open3-Simple
+    SUBDIR += p5-IPC-PerlSSH
     SUBDIR += p5-IPC-PubSub
     SUBDIR += p5-IPC-Run
     SUBDIR += p5-IPC-Run-SafeHandles

Added: head/devel/p5-IPC-PerlSSH/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IPC-PerlSSH/Makefile	Fri Jan  9 10:06:27 2015	(r376586)
@@ -0,0 +1,16 @@
+# Created by: Niels Kristensen <niels at kristensen.io>
+# $FreeBSD$
+
+PORTNAME=	IPC-PerlSSH
+PORTVERSION=	0.16
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl at FreeBSD.org
+COMMENT=	Class for executing remote perl code over an SSH link
+
+USES=		perl5
+USE_PERL5=	modbuild
+
+.include <bsd.port.mk>

Added: head/devel/p5-IPC-PerlSSH/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IPC-PerlSSH/distinfo	Fri Jan  9 10:06:27 2015	(r376586)
@@ -0,0 +1,2 @@
+SHA256 (IPC-PerlSSH-0.16.tar.gz) = 17bbfc871d5997c75409c54e8460472cb63107682bac8e8e441eb84460baff54
+SIZE (IPC-PerlSSH-0.16.tar.gz) = 33130

Added: head/devel/p5-IPC-PerlSSH/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IPC-PerlSSH/pkg-descr	Fri Jan  9 10:06:27 2015	(r376586)
@@ -0,0 +1,3 @@
+a class for executing remote perl code over an SSH link
+
+Author: Paul Evans <leonerd at leonerd.org.uk>

Added: head/devel/p5-IPC-PerlSSH/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IPC-PerlSSH/pkg-plist	Fri Jan  9 10:06:27 2015	(r376586)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/IPC/PerlSSH.pm
+%%SITE_PERL%%/IPC/PerlSSH/Base.pm
+%%SITE_PERL%%/IPC/PerlSSH/Library.pm
+%%SITE_PERL%%/IPC/PerlSSH/Library/FS.pm
+%%SITE_PERL%%/IPC/PerlSSH/Library/IO.pm
+%%SITE_PERL%%/IPC/PerlSSH/Library/Run.pm
+%%PERL5_MAN3%%/IPC::PerlSSH.3.gz
+%%PERL5_MAN3%%/IPC::PerlSSH::Base.3.gz
+%%PERL5_MAN3%%/IPC::PerlSSH::Library.3.gz
+%%PERL5_MAN3%%/IPC::PerlSSH::Library::FS.3.gz
+%%PERL5_MAN3%%/IPC::PerlSSH::Library::IO.3.gz
+%%PERL5_MAN3%%/IPC::PerlSSH::Library::Run.3.gz


More information about the svn-ports-all mailing list