From owner-svn-ports-all@FreeBSD.ORG Thu Nov 21 19:00:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31AF0DA4; Thu, 21 Nov 2013 19:00:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 125D12D06; Thu, 21 Nov 2013 19:00:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rALJ05WH013335; Thu, 21 Nov 2013 19:00:05 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rALJ05Wr013326; Thu, 21 Nov 2013 19:00:05 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201311211900.rALJ05Wr013326@svn.freebsd.org> From: Lars Thegler Date: Thu, 21 Nov 2013 19:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334509 - in head/devel: . p5-System-Sub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 19:00:06 -0000 Author: lth Date: Thu Nov 21 19:00:04 2013 New Revision: 334509 URL: http://svnweb.freebsd.org/changeset/ports/334509 Log: System::Sub provides in your package a sub that wraps the call to an external program. WWW: https://metacpan.org/release/System-Sub Added: head/devel/p5-System-Sub/ head/devel/p5-System-Sub/Makefile (contents, props changed) head/devel/p5-System-Sub/distinfo (contents, props changed) head/devel/p5-System-Sub/pkg-descr (contents, props changed) head/devel/p5-System-Sub/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 21 18:35:48 2013 (r334508) +++ head/devel/Makefile Thu Nov 21 19:00:04 2013 (r334509) @@ -2715,6 +2715,7 @@ SUBDIR += p5-Sys-Trace SUBDIR += p5-Sys-Virt SUBDIR += p5-System-Command + SUBDIR += p5-System-Sub SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit Added: head/devel/p5-System-Sub/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-System-Sub/Makefile Thu Nov 21 19:00:04 2013 (r334509) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= System-Sub +PORTVERSION= 0.130210 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Wrap external command with a DWIM sub + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS:= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-System-Sub/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-System-Sub/distinfo Thu Nov 21 19:00:04 2013 (r334509) @@ -0,0 +1,2 @@ +SHA256 (System-Sub-0.130210.tar.gz) = 60198361ba78dfdda4af377cb329303fecb9084593f5f3edfc53c28529a9db4d +SIZE (System-Sub-0.130210.tar.gz) = 15668 Added: head/devel/p5-System-Sub/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-System-Sub/pkg-descr Thu Nov 21 19:00:04 2013 (r334509) @@ -0,0 +1,4 @@ +System::Sub provides in your package a sub that wraps the call to +an external program. + +WWW: https://metacpan.org/release/System-Sub Added: head/devel/p5-System-Sub/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-System-Sub/pkg-plist Thu Nov 21 19:00:04 2013 (r334509) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/System::Sub.3.gz +%%PERL5_MAN3%%/System::Sub::AutoLoad.3.gz +%%SITE_PERL%%/System/Sub.pm +%%SITE_PERL%%/System/Sub/AutoLoad.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Sub/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Sub +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System +@dirrmtry %%SITE_PERL%%/System/Sub +@dirrmtry %%SITE_PERL%%/System