Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 04:13:17 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398021 - in head/devel: . p5-Type-Tiny-Signatures
Message-ID:  <201509270413.t8R4DHZA066460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Sep 27 04:13:16 2015
New Revision: 398021
URL: https://svnweb.freebsd.org/changeset/ports/398021

Log:
  This module uses Function::Parameters to extends Perl with keywords that
  let you define methods and functions with parameter lists which can be
  validated using Type::Tiny type constraints. The type constraints can be
  provided by the Type::Tiny standard library, Types::Standard, or any
  supported user-defined type library which can be a Moose, MooseX::Type,
  MouseX::Type, or Type::Library library.
  
  WWW: http://search.cpan.org/dist/Type-Tiny-Signatures/

Added:
  head/devel/p5-Type-Tiny-Signatures/
  head/devel/p5-Type-Tiny-Signatures/Makefile   (contents, props changed)
  head/devel/p5-Type-Tiny-Signatures/distinfo   (contents, props changed)
  head/devel/p5-Type-Tiny-Signatures/pkg-descr   (contents, props changed)
  head/devel/p5-Type-Tiny-Signatures/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 27 02:56:42 2015	(r398020)
+++ head/devel/Makefile	Sun Sep 27 04:13:16 2015	(r398021)
@@ -3332,6 +3332,7 @@
     SUBDIR += p5-Tree-Trie
     SUBDIR += p5-Type-Tie
     SUBDIR += p5-Type-Tiny
+    SUBDIR += p5-Type-Tiny-Signatures
     SUBDIR += p5-Type-Tiny-XS
     SUBDIR += p5-Types-Core
     SUBDIR += p5-Types-Path-Tiny

Added: head/devel/p5-Type-Tiny-Signatures/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Type-Tiny-Signatures/Makefile	Sun Sep 27 04:13:16 2015	(r398021)
@@ -0,0 +1,24 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Type-Tiny-Signatures
+PORTVERSION=	0.05
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:AWNCORP
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	wen@FreeBSD.org
+COMMENT=	Method/Function Signatures w/Type::Tiny Constraints
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Type-Tiny>=1.000005:${PORTSDIR}/devel/p5-Type-Tiny \
+		p5-Function-Parameters>=1.0605:${PORTSDIR}/devel/p5-Function-Parameters
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Type-Tiny-Signatures/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Type-Tiny-Signatures/distinfo	Sun Sep 27 04:13:16 2015	(r398021)
@@ -0,0 +1,2 @@
+SHA256 (Type-Tiny-Signatures-0.05.tar.gz) = ea3f71cd97e70f268a2a2e75a9ce645f7610c60f0f34f19e0212bed4fa4f23d3
+SIZE (Type-Tiny-Signatures-0.05.tar.gz) = 10481

Added: head/devel/p5-Type-Tiny-Signatures/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Type-Tiny-Signatures/pkg-descr	Sun Sep 27 04:13:16 2015	(r398021)
@@ -0,0 +1,8 @@
+This module uses Function::Parameters to extends Perl with keywords that
+let you define methods and functions with parameter lists which can be
+validated using Type::Tiny type constraints. The type constraints can be
+provided by the Type::Tiny standard library, Types::Standard, or any
+supported user-defined type library which can be a Moose, MooseX::Type,
+MouseX::Type, or Type::Library library.
+
+WWW: http://search.cpan.org/dist/Type-Tiny-Signatures/

Added: head/devel/p5-Type-Tiny-Signatures/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Type-Tiny-Signatures/pkg-plist	Sun Sep 27 04:13:16 2015	(r398021)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Type/Tiny/Signatures.pm
+%%PERL5_MAN3%%/Type::Tiny::Signatures.3.gz



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