From owner-svn-ports-all@freebsd.org Wed Mar 30 20:54:35 2016 Return-Path: Delivered-To: svn-ports-all@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 8103CAE38FC; Wed, 30 Mar 2016 20:54:35 +0000 (UTC) (envelope-from lth@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 587761337; Wed, 30 Mar 2016 20:54:35 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2UKsYfc097536; Wed, 30 Mar 2016 20:54:34 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UKsY2T097531; Wed, 30 Mar 2016 20:54:34 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201603302054.u2UKsY2T097531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Wed, 30 Mar 2016 20:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412195 - in head/devel: . p5-MooseX-Meta-TypeConstraint-Mooish X-SVN-Group: ports-head 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.21 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: Wed, 30 Mar 2016 20:54:35 -0000 Author: lth Date: Wed Mar 30 20:54:33 2016 New Revision: 412195 URL: https://svnweb.freebsd.org/changeset/ports/412195 Log: Add p5-MooseX-Meta-TypeConstraint-Mooish 0.001, translate Moo-style constraints to Moose-style. Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/distinfo (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-descr (contents, props changed) head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 30 20:34:42 2016 (r412194) +++ head/devel/Makefile Wed Mar 30 20:54:33 2016 (r412195) @@ -2724,6 +2724,7 @@ SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion + SUBDIR += p5-MooseX-Meta-TypeConstraint-Mooish SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/Makefile Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= MooseX-Meta-TypeConstraint-Mooish +PORTVERSION= 0.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Translate Moo-style constraints to Moose-style + +LICENSE= LGPL21 + +BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-namespace-autoclean>=0.24:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-CheckDeps>=0.010:${PORTSDIR}/devel/p5-Test-CheckDeps \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Moose-More>=0.028:${PORTSDIR}/devel/p5-Test-Moose-More \ + p5-aliased>=0:${PORTSDIR}/devel/p5-aliased + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/distinfo Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,2 @@ +SHA256 (MooseX-Meta-TypeConstraint-Mooish-0.001.tar.gz) = 48ce292333c4f151aead6b087cc0f82139fb003d7785dc4ad8b1181c692067ca +SIZE (MooseX-Meta-TypeConstraint-Mooish-0.001.tar.gz) = 25545 Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-descr Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,8 @@ +Moose type constraints are expected to return true if the value +passes the constraint, and false otherwise; Moo "constraints", on +the other hand, die if validation fails. + +This metaclass allows for Moo-style constraints; it will wrap them +and translate their Moo into a dialect Moose understands. + +WWW: https://metacpan.org/release/MooseX-Meta-TypeConstraint-Mooish Added: head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooseX-Meta-TypeConstraint-Mooish/pkg-plist Wed Mar 30 20:54:33 2016 (r412195) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/MooseX/Meta/TypeConstraint/Mooish.pm +%%SITE_PERL%%/MooseX/TraitFor/Meta/TypeConstraint/Mooish.pm +%%PERL5_MAN3%%/MooseX::Meta::TypeConstraint::Mooish.3.gz +%%PERL5_MAN3%%/MooseX::TraitFor::Meta::TypeConstraint::Mooish.3.gz