Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2015 13:03:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201506081303.t58D3WCl003773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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