From owner-svn-ports-all@freebsd.org Fri May 11 12:37:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA085FD1FF1; Fri, 11 May 2018 12:37:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89FFE78780; Fri, 11 May 2018 12:37:21 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B5BC7946; Fri, 11 May 2018 12:37:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4BCbLGd004582; Fri, 11 May 2018 12:37:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BCbKuZ004578; Fri, 11 May 2018 12:37:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805111237.w4BCbKuZ004578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 May 2018 12:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469633 - in head/devel: . p5-X-Tiny X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/devel: . p5-X-Tiny X-SVN-Commit-Revision: 469633 X-SVN-Commit-Repository: ports 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.25 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: Fri, 11 May 2018 12:37:22 -0000 Author: pi Date: Fri May 11 12:37:20 2018 New Revision: 469633 URL: https://svnweb.freebsd.org/changeset/ports/469633 Log: New port: devel/p5-X-Tiny This stripped-down exception framework provides a baseline of functionality for distributions that want to expose exception hierarchies with minimal fuss. WWW: http://search.cpan.org/dist/X-Tiny/ Added: head/devel/p5-X-Tiny/ head/devel/p5-X-Tiny/Makefile (contents, props changed) head/devel/p5-X-Tiny/distinfo (contents, props changed) head/devel/p5-X-Tiny/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 11 12:26:10 2018 (r469632) +++ head/devel/Makefile Fri May 11 12:37:20 2018 (r469633) @@ -3733,6 +3733,7 @@ SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow + SUBDIR += p5-X-Tiny SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XML-Pastor SUBDIR += p5-XS-Object-Magic Added: head/devel/p5-X-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-X-Tiny/Makefile Fri May 11 12:37:20 2018 (r469633) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= X-Tiny +PORTVERSION= 0.13 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pi@FreeBSD.org +COMMENT= Base class for a bare-bones exception factory + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= ${SITE_PERL_REL}/X/Tiny.pm \ + ${SITE_PERL_REL}/X/Tiny/Base.pm \ + ${SITE_MAN3_REL}/X::Tiny.3.gz \ + ${SITE_MAN3_REL}/X::Tiny::Base.3.gz + +pre-install: + ${RM} ${WRKSRC}/blib/lib/X/README.pod + +.include Added: head/devel/p5-X-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-X-Tiny/distinfo Fri May 11 12:37:20 2018 (r469633) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526041431 +SHA256 (X-Tiny-0.13.tar.gz) = 35d2b3a144521fc5c03d2994401d6a200cd0e02a334a227fe27ac4ad4d9ca6b7 +SIZE (X-Tiny-0.13.tar.gz) = 15277 Added: head/devel/p5-X-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-X-Tiny/pkg-descr Fri May 11 12:37:20 2018 (r469633) @@ -0,0 +1,5 @@ +This stripped-down exception framework provides a baseline of +functionality for distributions that want to expose exception +hierarchies with minimal fuss. + +WWW: http://search.cpan.org/dist/X-Tiny/