From owner-svn-ports-all@FreeBSD.ORG Fri Nov 15 16:04:52 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 BDBD1F77; Fri, 15 Nov 2013 16:04:52 +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 9E0EF2347; Fri, 15 Nov 2013 16:04:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFG4qTQ075482; Fri, 15 Nov 2013 16:04:52 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFG4pRQ075477; Fri, 15 Nov 2013 16:04:51 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311151604.rAFG4pRQ075477@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 15 Nov 2013 16:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333881 - in head/devel: . p5-Script-isAperlScript 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: Fri, 15 Nov 2013 16:04:52 -0000 Author: mat Date: Fri Nov 15 16:04:51 2013 New Revision: 333881 URL: http://svnweb.freebsd.org/changeset/ports/333881 Log: Add p5-Script-isAperlScript 1.0.0, this does a basic check if something is a perl script or not. Added: head/devel/p5-Script-isAperlScript/ head/devel/p5-Script-isAperlScript/Makefile (contents, props changed) head/devel/p5-Script-isAperlScript/distinfo (contents, props changed) head/devel/p5-Script-isAperlScript/pkg-descr (contents, props changed) head/devel/p5-Script-isAperlScript/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 15 15:59:23 2013 (r333880) +++ head/devel/Makefile Fri Nov 15 16:04:51 2013 (r333881) @@ -2641,6 +2641,7 @@ SUBDIR += p5-Scalar-String SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper + SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Search-Binary SUBDIR += p5-Sentinel SUBDIR += p5-Sepia Added: head/devel/p5-Script-isAperlScript/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Script-isAperlScript/Makefile Fri Nov 15 16:04:51 2013 (r333881) @@ -0,0 +1,19 @@ +# Created by: Mathieu Arnold +# $FreeBSD$ + +PORTNAME= Script-isAperlScript +PORTVERSION= 1.0.0 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= This does a basic check if something is a perl script or not + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Script-isAperlScript/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Script-isAperlScript/distinfo Fri Nov 15 16:04:51 2013 (r333881) @@ -0,0 +1,2 @@ +SHA256 (Script-isAperlScript-1.0.0.tar.gz) = 2c5af6e53fafdfe222a3d6a1abd8a1cd33c3c8057ee6824034af855aac8ffca1 +SIZE (Script-isAperlScript-1.0.0.tar.gz) = 4078 Added: head/devel/p5-Script-isAperlScript/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Script-isAperlScript/pkg-descr Fri Nov 15 16:04:51 2013 (r333881) @@ -0,0 +1,3 @@ +This does a basic check if something is a perl script or not. + +WWW: http://search.cpan.org/dist/Script-isAperlScript/ Added: head/devel/p5-Script-isAperlScript/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Script-isAperlScript/pkg-plist Fri Nov 15 16:04:51 2013 (r333881) @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Script::isAperlScript.3.gz +%%SITE_PERL%%/Script/isAperlScript.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script +@dirrmtry %%SITE_PERL%%/Script