From owner-svn-ports-head@FreeBSD.ORG Fri Nov 15 13:48:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55065931; Fri, 15 Nov 2013 13:48:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 362E82A10; Fri, 15 Nov 2013 13:48:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFDmebD027170; Fri, 15 Nov 2013 13:48:40 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFDmdGI027164; Fri, 15 Nov 2013 13:48:39 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311151348.rAFDmdGI027164@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 15 Nov 2013 13:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333864 - in head/devel: . p5-Class-Mixin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 13:48:40 -0000 Author: mat Date: Fri Nov 15 13:48:38 2013 New Revision: 333864 URL: http://svnweb.freebsd.org/changeset/ports/333864 Log: Add p5-Class-Mixin 1.00, API for aliasing methods to/from other classes. PR: ports/180293 Submitted by: Anes Mukhametov Added: head/devel/p5-Class-Mixin/ head/devel/p5-Class-Mixin/Makefile (contents, props changed) head/devel/p5-Class-Mixin/distinfo (contents, props changed) head/devel/p5-Class-Mixin/pkg-descr (contents, props changed) head/devel/p5-Class-Mixin/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 15 13:01:11 2013 (r333863) +++ head/devel/Makefile Fri Nov 15 13:48:38 2013 (r333864) @@ -1578,6 +1578,7 @@ SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper SUBDIR += p5-Class-Mix + SUBDIR += p5-Class-Mixin SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure Added: head/devel/p5-Class-Mixin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Mixin/Makefile Fri Nov 15 13:48:38 2013 (r333864) @@ -0,0 +1,16 @@ +# Created by: Anes Mukhametov +# $FreeBSD$ + +PORTNAME= Class-Mixin +PORTVERSION= 1.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= API for aliasing methods to/from other classes + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Class-Mixin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Mixin/distinfo Fri Nov 15 13:48:38 2013 (r333864) @@ -0,0 +1,2 @@ +SHA256 (Class-Mixin-1.00.tar.gz) = 52a6babb5397a3ffa1c49a66e7eaba939169bc056e91df7da681716514d185df +SIZE (Class-Mixin-1.00.tar.gz) = 5549 Added: head/devel/p5-Class-Mixin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Mixin/pkg-descr Fri Nov 15 13:48:38 2013 (r333864) @@ -0,0 +1,8 @@ +Class::Mixin provides a way to mix methods from one class into another, +such that the target class can use both its methods as well as those of +the source class. +The primary advantage is that the behavior of a class can be modified +to effectively be another class without changing any of the calling +code -- just requires using the new class that mixes into the original. + +WWW: http://search.cpan.org/dist/Class-Mixin/ Added: head/devel/p5-Class-Mixin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Mixin/pkg-plist Fri Nov 15 13:48:38 2013 (r333864) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Class/Mixin.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Mixin/.packlist +%%PERL5_MAN3%%/Class::Mixin.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Mixin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class +@dirrmtry %%SITE_PERL%%/Class