Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 15:24:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373952 - in head/devel: . p5-Devel-OverloadInfo
Message-ID:  <201412041524.sB4FOwkJ078094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  4 15:24:57 2014
New Revision: 373952
URL: https://svnweb.freebsd.org/changeset/ports/373952
QAT: https://qat.redports.org/buildarchive/r373952/

Log:
  - Add p5-Devel-OverloadInfo 0.002
  
  Devel::OverloadInfo returns information about overloaded operators for a given
  class (or object), including where in the inheritance hierarchy the overloads
  are declared and where the code implementing it is.
  
  WWW: http://search.cpan.org/dist/Devel-OverloadInfo/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec  4 15:24:00 2014	(r373951)
+++ head/devel/Makefile	Thu Dec  4 15:24:57 2014	(r373952)
@@ -1939,6 +1939,7 @@
     SUBDIR += p5-Devel-Messenger
     SUBDIR += p5-Devel-Modlist
     SUBDIR += p5-Devel-NYTProf
+    SUBDIR += p5-Devel-OverloadInfo
     SUBDIR += p5-Devel-PPPort
     SUBDIR += p5-Devel-PackagePath
     SUBDIR += p5-Devel-PartialDump

Added: head/devel/p5-Devel-OverloadInfo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-OverloadInfo/Makefile	Thu Dec  4 15:24:57 2014	(r373952)
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Devel-OverloadInfo
+PORTVERSION=	0.002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Introspect overloaded operators
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
+		p5-Package-Stash>=0.14:${PORTSDIR}/devel/p5-Package-Stash \
+		p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Devel-OverloadInfo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-OverloadInfo/distinfo	Thu Dec  4 15:24:57 2014	(r373952)
@@ -0,0 +1,2 @@
+SHA256 (Devel-OverloadInfo-0.002.tar.gz) = de6383f6aff1972897993eccd7fcb73a19ebb028c148fc35b8f87a883595ff91
+SIZE (Devel-OverloadInfo-0.002.tar.gz) = 10966

Added: head/devel/p5-Devel-OverloadInfo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-OverloadInfo/pkg-descr	Thu Dec  4 15:24:57 2014	(r373952)
@@ -0,0 +1,5 @@
+Devel::OverloadInfo returns information about overloaded operators for a given
+class (or object), including where in the inheritance hierarchy the overloads
+are declared and where the code implementing it is.
+
+WWW: http://search.cpan.org/dist/Devel-OverloadInfo/

Added: head/devel/p5-Devel-OverloadInfo/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-OverloadInfo/pkg-plist	Thu Dec  4 15:24:57 2014	(r373952)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Devel/OverloadInfo.pm
+%%PERL5_MAN3%%/Devel::OverloadInfo.3.gz



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