From owner-svn-ports-head@FreeBSD.ORG Fri Mar 29 01:51:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA1142B6; Fri, 29 Mar 2013 01:51:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DC80F1F8; Fri, 29 Mar 2013 01:51:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2T1p3V5093269; Fri, 29 Mar 2013 01:51:03 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2T1p2bK093261; Fri, 29 Mar 2013 01:51:02 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303290151.r2T1p2bK093261@svn.freebsd.org> From: Martin Wilke Date: Fri, 29 Mar 2013 01:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315517 - in head/net: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 29 Mar 2013 01:51:04 -0000 Author: miwi Date: Fri Mar 29 01:51:02 2013 New Revision: 315517 URL: http://svnweb.freebsd.org/changeset/ports/315517 Log: This does a basic check if something is a perl script or not. It can also optionally exclude scripts that use /usr/bin/env. WWW: http://search.cpan.org/dist/Script-isAperlScripat/ PR: ports/176837 Submitted by: Zane C, Bowers-Hadley Added: head/net/p5-Script-isAperlScript/ head/net/p5-Script-isAperlScript/Makefile (contents, props changed) head/net/p5-Script-isAperlScript/distinfo (contents, props changed) head/net/p5-Script-isAperlScript/pkg-descr (contents, props changed) head/net/p5-Script-isAperlScript/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Mar 29 01:34:46 2013 (r315516) +++ head/net/Makefile Fri Mar 29 01:51:02 2013 (r315517) @@ -747,6 +747,7 @@ SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-SOAP-Transport-TCP SUBDIR += p5-Samba-LDAP + SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Server-Starter SUBDIR += p5-Socket SUBDIR += p5-Socket-Class Added: head/net/p5-Script-isAperlScript/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Script-isAperlScript/Makefile Fri Mar 29 01:51:02 2013 (r315517) @@ -0,0 +1,20 @@ +# Created by: Zane C, Bowers-Hadley +# $FreeBSD$ + +PORTNAME= Script-isAperlScript +PORTVERSION= 1.0.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Checks if something is a Perl script + +RUN_DEPENDS= p5-Error-Helper>=1.0.0:${PORTSDIR}/devel/p5-Error-Helper + +PERL_CONFIGURE= yes + +MAN3= Script::isAperlScript.3 + +.include Added: head/net/p5-Script-isAperlScript/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Script-isAperlScript/distinfo Fri Mar 29 01:51:02 2013 (r315517) @@ -0,0 +1,2 @@ +SHA256 (Script-isAperlScript-1.0.0.tar.gz) = 2c5af6e53fafdfe222a3d6a1abd8a1cd33c3c8057ee6824034af855aac8ffca1 +SIZE (Script-isAperlScript-1.0.0.tar.gz) = 4078 Added: head/net/p5-Script-isAperlScript/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Script-isAperlScript/pkg-descr Fri Mar 29 01:51:02 2013 (r315517) @@ -0,0 +1,4 @@ +This does a basic check if something is a perl script or not. +It can also optionally exclude scripts that use /usr/bin/env. + +WWW: http://search.cpan.org/dist/Script-isAperlScripat/ Added: head/net/p5-Script-isAperlScript/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Script-isAperlScript/pkg-plist Fri Mar 29 01:51:02 2013 (r315517) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Script/isAperlScript.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript/.packlist +@dirrmtry %%SITE_PERL%%/Script/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/