From owner-svn-ports-head@freebsd.org Sat Apr 2 07:13:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C679AEC26F; Sat, 2 Apr 2016 07:13:01 +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 mx1.freebsd.org (Postfix) with ESMTPS id 6C7EA180F; Sat, 2 Apr 2016 07:13:01 +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 u327D0ua083369; Sat, 2 Apr 2016 07:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u327D0XG083364; Sat, 2 Apr 2016 07:13:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604020713.u327D0XG083364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Apr 2016 07:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412383 - in head/devel: . p5-Test-HexDifferences 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.21 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: Sat, 02 Apr 2016 07:13:01 -0000 Author: sunpoet Date: Sat Apr 2 07:12:59 2016 New Revision: 412383 URL: https://svnweb.freebsd.org/changeset/ports/412383 Log: - Add p5-Test-HexDifferences 1.000 Test::HexDifferences tests binary as hexadecimal string. WWW: http://search.cpan.org/dist/Test-HexDifferences/ Added: head/devel/p5-Test-HexDifferences/ head/devel/p5-Test-HexDifferences/Makefile (contents, props changed) head/devel/p5-Test-HexDifferences/distinfo (contents, props changed) head/devel/p5-Test-HexDifferences/pkg-descr (contents, props changed) head/devel/p5-Test-HexDifferences/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 2 06:34:11 2016 (r412382) +++ head/devel/Makefile Sat Apr 2 07:12:59 2016 (r412383) @@ -3219,6 +3219,7 @@ SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion + SUBDIR += p5-Test-HexDifferences SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If Added: head/devel/p5-Test-HexDifferences/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/Makefile Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,35 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test-HexDifferences +PORTVERSION= 1.000 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Test binary as hexadecimal string + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ + p5-Test-Differences>=0.60:devel/p5-Test-Differences \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Text-Diff>=0:textproc/p5-Text-Diff +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include + +# Test::Builder::Module 0.99+ (in core since 5.19.5) and +# Test::Tester (in core since 5.21.6) are required +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Test-HexDifferences/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/distinfo Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,2 @@ +SHA256 (Test-HexDifferences-1.000.tar.gz) = c9cc863f8c88b251a8cf80c7f30ec77b71a350a64179e72fc02bbbac12c952d9 +SIZE (Test-HexDifferences-1.000.tar.gz) = 12164 Added: head/devel/p5-Test-HexDifferences/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/pkg-descr Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,3 @@ +Test::HexDifferences tests binary as hexadecimal string. + +WWW: http://search.cpan.org/dist/Test-HexDifferences/ Added: head/devel/p5-Test-HexDifferences/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-HexDifferences/pkg-plist Sat Apr 2 07:12:59 2016 (r412383) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Test/HexDifferences.pm +%%SITE_PERL%%/Test/HexDifferences/HexDump.pm +%%PERL5_MAN3%%/Test::HexDifferences.3.gz +%%PERL5_MAN3%%/Test::HexDifferences::HexDump.3.gz