Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2016 07:50:55 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411380 - in head/devel: . p5-superclass
Message-ID:  <201603190750.u2J7otWw080388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Mar 19 07:50:55 2016
New Revision: 411380
URL: https://svnweb.freebsd.org/changeset/ports/411380

Log:
  New port: devel/p5-superclass
  
  Allows you to both load one or more modules, while setting up
  inheritance from those modules at the same time.
  
  If a module in the import list is followed by something that
  doesn't look like a legal module name,
  the VERSION method will be called with it as an argument.
  
  WWW: http://search.cpan.org/dist/superclass/
  
  PR:		208124
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 19 03:35:17 2016	(r411379)
+++ head/devel/Makefile	Sat Mar 19 07:50:55 2016	(r411380)
@@ -3488,6 +3488,7 @@
     SUBDIR += p5-strictures
     SUBDIR += p5-subatom
     SUBDIR += p5-subversion
+    SUBDIR += p5-superclass
     SUBDIR += p5-syntax
     SUBDIR += p5-threads
     SUBDIR += p5-threads-shared

Added: head/devel/p5-superclass/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-superclass/Makefile	Sat Mar 19 07:50:55 2016	(r411380)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	superclass
+PORTVERSION=	0.003
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	hvo.pm@xs4all.nl
+COMMENT=	Like parent, but with version checks
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-superclass/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-superclass/distinfo	Sat Mar 19 07:50:55 2016	(r411380)
@@ -0,0 +1,2 @@
+SHA256 (superclass-0.003.tar.gz) = 783d4750f12434814c9618ac4cf6b9bd851c22bc58f4d583f78ae38cef37dfef
+SIZE (superclass-0.003.tar.gz) = 19117

Added: head/devel/p5-superclass/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-superclass/pkg-descr	Sat Mar 19 07:50:55 2016	(r411380)
@@ -0,0 +1,8 @@
+Allows you to both load one or more modules, while setting up
+inheritance from those modules at the same time.
+
+If a module in the import list is followed by something that
+doesn't look like a legal module name,
+the VERSION method will be called with it as an argument.
+
+WWW: http://search.cpan.org/dist/superclass/

Added: head/devel/p5-superclass/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-superclass/pkg-plist	Sat Mar 19 07:50:55 2016	(r411380)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/superclass.3.gz
+%%SITE_PERL%%/superclass.pm



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