From owner-svn-ports-all@freebsd.org Sun Jan 19 11:08:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA1681F5921; Sun, 19 Jan 2020 11:08:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 480sVt4sZBz47qC; Sun, 19 Jan 2020 11:08:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A25509E59; Sun, 19 Jan 2020 11:08:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00JB8sqw088087; Sun, 19 Jan 2020 11:08:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00JB8rdB088080; Sun, 19 Jan 2020 11:08:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001191108.00JB8rdB088080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jan 2020 11:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523528 - in head/devel: . p5-Test-TrailingSpace X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Test-TrailingSpace X-SVN-Commit-Revision: 523528 X-SVN-Commit-Repository: ports 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.29 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: Sun, 19 Jan 2020 11:08:54 -0000 Author: sunpoet Date: Sun Jan 19 11:08:53 2020 New Revision: 523528 URL: https://svnweb.freebsd.org/changeset/ports/523528 Log: Add p5-Test-TrailingSpace 0.0302 Test::TrailingSpace is used to test for lack of trailing space. WWW: https://metacpan.org/release/Test-TrailingSpace Added: head/devel/p5-Test-TrailingSpace/ head/devel/p5-Test-TrailingSpace/Makefile (contents, props changed) head/devel/p5-Test-TrailingSpace/distinfo (contents, props changed) head/devel/p5-Test-TrailingSpace/pkg-descr (contents, props changed) head/devel/p5-Test-TrailingSpace/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 19 11:08:45 2020 (r523527) +++ head/devel/Makefile Sun Jan 19 11:08:53 2020 (r523528) @@ -3429,6 +3429,7 @@ SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker + SUBDIR += p5-Test-TrailingSpace SUBDIR += p5-Test-Trap SUBDIR += p5-Test-UNIXSock SUBDIR += p5-Test-Unit Added: head/devel/p5-Test-TrailingSpace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TrailingSpace/Makefile Sun Jan 19 11:08:53 2020 (r523528) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test-TrailingSpace +PORTVERSION= 0.0302 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Test for lack of trailing space + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-Find-Object-Rule>=0.0301:devel/p5-File-Find-Object-Rule + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Test-TrailingSpace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TrailingSpace/distinfo Sun Jan 19 11:08:53 2020 (r523528) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579412811 +SHA256 (Test-TrailingSpace-0.0302.tar.gz) = c48a6377d84576512b47652798d9d4bb4467adacf0e6afc3df1f880f2c03b612 +SIZE (Test-TrailingSpace-0.0302.tar.gz) = 11717 Added: head/devel/p5-Test-TrailingSpace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TrailingSpace/pkg-descr Sun Jan 19 11:08:53 2020 (r523528) @@ -0,0 +1,3 @@ +Test::TrailingSpace is used to test for lack of trailing space. + +WWW: https://metacpan.org/release/Test-TrailingSpace Added: head/devel/p5-Test-TrailingSpace/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-TrailingSpace/pkg-plist Sun Jan 19 11:08:53 2020 (r523528) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/TrailingSpace.pm +%%PERL5_MAN3%%/Test::TrailingSpace.3.gz