From owner-svn-ports-all@freebsd.org Sat Mar 19 07:50:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F00CAD688C; Sat, 19 Mar 2016 07:50:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AC8D880; Sat, 19 Mar 2016 07:50:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2J7ouok080393; Sat, 19 Mar 2016 07:50:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2J7otWw080388; Sat, 19 Mar 2016 07:50:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603190750.u2J7otWw080388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 19 Mar 2016 07:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411380 - in head/devel: . p5-superclass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 07:50:57 -0000 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 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 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