svn commit: r463124 - in head/devel: . p5-Class-EHierarchy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 27 13:21:41 UTC 2018


Author: sunpoet
Date: Tue Feb 27 13:21:40 2018
New Revision: 463124
URL: https://svnweb.freebsd.org/changeset/ports/463124

Log:
  Add p5-Class-EHierarchy 2.00
  
  Class::EHierarchy is intended for use as a base class for objects that need
  support for class or object hierarchies. Additional features are also provided
  which can be useful for general property implementation and manipulation.
  
  WWW: http://search.cpan.org/dist/Class-EHierarchy/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb 27 13:03:48 2018	(r463123)
+++ head/devel/Makefile	Tue Feb 27 13:21:40 2018	(r463124)
@@ -2067,6 +2067,7 @@
     SUBDIR += p5-Class-Declare
     SUBDIR += p5-Class-Default
     SUBDIR += p5-Class-Delegation
+    SUBDIR += p5-Class-EHierarchy
     SUBDIR += p5-Class-ErrorHandler
     SUBDIR += p5-Class-Factory
     SUBDIR += p5-Class-Factory-Util

Added: head/devel/p5-Class-EHierarchy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Class-EHierarchy/Makefile	Tue Feb 27 13:21:40 2018	(r463124)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Class-EHierarchy
+PORTVERSION=	2.00
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Base class for hierarchally ordered objects
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Class-EHierarchy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Class-EHierarchy/distinfo	Tue Feb 27 13:21:40 2018	(r463124)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519737030
+SHA256 (Class-EHierarchy-2.00.tar.gz) = 8498baaf7539eaa3422c6fe1055a0fc9a0c02e94dad0c63405373528e622bacb
+SIZE (Class-EHierarchy-2.00.tar.gz) = 28344

Added: head/devel/p5-Class-EHierarchy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Class-EHierarchy/pkg-descr	Tue Feb 27 13:21:40 2018	(r463124)
@@ -0,0 +1,5 @@
+Class::EHierarchy is intended for use as a base class for objects that need
+support for class or object hierarchies. Additional features are also provided
+which can be useful for general property implementation and manipulation.
+
+WWW: http://search.cpan.org/dist/Class-EHierarchy/

Added: head/devel/p5-Class-EHierarchy/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Class-EHierarchy/pkg-plist	Tue Feb 27 13:21:40 2018	(r463124)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Class/EHierarchy.pm
+%%PERL5_MAN3%%/Class::EHierarchy.3.gz


More information about the svn-ports-head mailing list