Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 12:51:12 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324043 - in head/devel: . p5-interface
Message-ID:  <201307311251.r6VCpCU1058052@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Jul 31 12:51:11 2013
New Revision: 324043
URL: http://svnweb.freebsd.org/changeset/ports/324043

Log:
  Add new port: devel/p5-interface
  
  Compile-time interface complaince testing. Inspects the methods defined
  in your module, and compares them against the methods defined in the
  modules you list. Requires no special or additional syntax.
  
  WWW: http://search.cpan.org/dist/interface/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jul 31 12:40:12 2013	(r324042)
+++ head/devel/Makefile	Wed Jul 31 12:51:11 2013	(r324043)
@@ -2995,6 +2995,7 @@
     SUBDIR += p5-github_creator
     SUBDIR += p5-iCal-Parser
     SUBDIR += p5-indirect
+    SUBDIR += p5-interface
     SUBDIR += p5-latest
     SUBDIR += p5-lexical-underscore
     SUBDIR += p5-lib-abs

Added: head/devel/p5-interface/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-interface/Makefile	Wed Jul 31 12:51:11 2013	(r324043)
@@ -0,0 +1,19 @@
+# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	interface
+PORTVERSION=	0.03
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:SWALTERS
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sergey.dyatko@gmail.com
+COMMENT=	Simple compile time interface checking for OO Perl
+
+USES=		perl5
+USE_PERL5=	configure
+
+MAN3=		interface.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-interface/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-interface/distinfo	Wed Jul 31 12:51:11 2013	(r324043)
@@ -0,0 +1,2 @@
+SHA256 (interface-0.03.tar.gz) = b8d837447dd0c704a06a0aec746b0a7d79c272545bcbeb0c3418f48d8c84d1ba
+SIZE (interface-0.03.tar.gz) = 6301

Added: head/devel/p5-interface/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-interface/pkg-descr	Wed Jul 31 12:51:11 2013	(r324043)
@@ -0,0 +1,5 @@
+Compile-time interface complaince testing. Inspects the methods defined in your
+module, and compares them against the methods defined in the modules you list.
+Requires no special or additional syntax.
+
+WWW: http://search.cpan.org/dist/interface/

Added: head/devel/p5-interface/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-interface/pkg-plist	Wed Jul 31 12:51:11 2013	(r324043)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/interface/.packlist
+%%SITE_PERL%%/interface.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/interface



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