Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 17:44:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365211 - in head/devel: . p5-Test-YAML
Message-ID:  <201408171744.s7HHiNo4030636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Aug 17 17:44:23 2014
New Revision: 365211
URL: http://svnweb.freebsd.org/changeset/ports/365211
QAT: https://qat.redports.org/buildarchive/r365211/

Log:
  New port: devel/p5-Test-YAML
  
  Testing Module for YAML Implementations.
  Test::YAML is a subclass of Test::Base with YAML specific support.
  
  WWW: http://search.cpan.org/dist/Test-YAML/
  
  PR:		192726
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

Added:
  head/devel/p5-Test-YAML/
  head/devel/p5-Test-YAML/Makefile   (contents, props changed)
  head/devel/p5-Test-YAML/distinfo   (contents, props changed)
  head/devel/p5-Test-YAML/pkg-descr   (contents, props changed)
  head/devel/p5-Test-YAML/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Aug 17 17:25:58 2014	(r365210)
+++ head/devel/Makefile	Sun Aug 17 17:44:23 2014	(r365211)
@@ -2990,6 +2990,7 @@
     SUBDIR += p5-Test-Without-Module
     SUBDIR += p5-Test-XML
     SUBDIR += p5-Test-XML-Valid
+    SUBDIR += p5-Test-YAML
     SUBDIR += p5-Test-YAML-Meta
     SUBDIR += p5-Test-YAML-Valid
     SUBDIR += p5-Test-use-ok

Added: head/devel/p5-Test-YAML/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-YAML/Makefile	Sun Aug 17 17:44:23 2014	(r365211)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	Test-YAML
+PORTVERSION=	1.04
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	svysh.fbsd@gmail.com
+COMMENT=	Testing Module for YAML Implementations
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+		p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
+		p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
+		p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
+		bash>0:${PORTSDIR}/shells/bash
+
+USES=		perl5 shebangfix
+USE_PERL5=	configure
+
+SHEBANG_FILES=	bin/test-yaml
+bash_OLD_CMD=	/usr/bin/bash
+
+.include <bsd.port.mk>

Added: head/devel/p5-Test-YAML/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-YAML/distinfo	Sun Aug 17 17:44:23 2014	(r365211)
@@ -0,0 +1,2 @@
+SHA256 (Test-YAML-1.04.tar.gz) = 87f131156bc944717e99123eb3fedbc3ac82d840d359709762c92b1f4c29a167
+SIZE (Test-YAML-1.04.tar.gz) = 11472

Added: head/devel/p5-Test-YAML/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-YAML/pkg-descr	Sun Aug 17 17:44:23 2014	(r365211)
@@ -0,0 +1,4 @@
+Testing Module for YAML Implementations.
+Test::YAML is a subclass of Test::Base with YAML specific support.
+
+WWW: http://search.cpan.org/dist/Test-YAML/

Added: head/devel/p5-Test-YAML/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-YAML/pkg-plist	Sun Aug 17 17:44:23 2014	(r365211)
@@ -0,0 +1,6 @@
+bin/test-yaml
+%%PERL5_MAN3%%/Test::YAML.3.gz
+%%SITE_PERL%%/Test/YAML.pm
+%%SITE_PERL%%/Test/YAML.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML



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