From owner-svn-ports-all@FreeBSD.ORG Mon Jun 8 13:03:34 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63C4E3E6; Mon, 8 Jun 2015 13:03:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 44E22191C; Mon, 8 Jun 2015 13:03:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58D3Yek003781; Mon, 8 Jun 2015 13:03:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58D3WCl003773; Mon, 8 Jun 2015 13:03:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201506081303.t58D3WCl003773@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Jun 2015 13:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388839 - in head/devel: . p5-Canary-Stability 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.20 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: Mon, 08 Jun 2015 13:03:34 -0000 Author: mat Date: Mon Jun 8 13:03:32 2015 New Revision: 388839 URL: https://svnweb.freebsd.org/changeset/ports/388839 Log: Add devel/p5-Canary-Stability, a module to check Perl compatibility. Sponsored by: Absolight Added: head/devel/p5-Canary-Stability/ head/devel/p5-Canary-Stability/Makefile (contents, props changed) head/devel/p5-Canary-Stability/distinfo (contents, props changed) head/devel/p5-Canary-Stability/pkg-descr (contents, props changed) head/devel/p5-Canary-Stability/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 8 12:20:04 2015 (r388838) +++ head/devel/Makefile Mon Jun 8 13:03:32 2015 (r388839) @@ -1637,6 +1637,7 @@ SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Callback-Frame + SUBDIR += p5-Canary-Stability SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp SUBDIR += p5-Carp-Always Added: head/devel/p5-Canary-Stability/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Canary-Stability/Makefile Mon Jun 8 13:03:32 2015 (r388839) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Canary-Stability +PORTVERSION= 2001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MLEHMANN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= canary to check perl compatibility for schmorp's modules + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Canary-Stability/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Canary-Stability/distinfo Mon Jun 8 13:03:32 2015 (r388839) @@ -0,0 +1,2 @@ +SHA256 (Canary-Stability-2001.tar.gz) = 360b848e460010f63bbf6ab223455160a766faa46083597222a6b11f59a2b307 +SIZE (Canary-Stability-2001.tar.gz) = 3518 Added: head/devel/p5-Canary-Stability/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Canary-Stability/pkg-descr Mon Jun 8 13:03:32 2015 (r388839) @@ -0,0 +1,8 @@ +This module is used by Schmorp's modules during configuration stage +to test the installed perl for compatibility with his modules. + +It's not, at this stage, meant as a tool for other module authors, +although in principle nothing prevents them from subscribing to the +same ideas. + +WWW: https://metacpan.org/release/Canary-Stability Added: head/devel/p5-Canary-Stability/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Canary-Stability/pkg-plist Mon Jun 8 13:03:32 2015 (r388839) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Canary/Stability.pm +%%PERL5_MAN3%%/Canary::Stability.3.gz