Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 07:13:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201604020713.u327D0XG083364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.pre.mk>
+
+# 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 <bsd.port.post.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604020713.u327D0XG083364>