From owner-svn-ports-all@FreeBSD.ORG Sun Jul 6 18:50:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5885AB17; Sun, 6 Jul 2014 18:50:19 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD372A2A; Sun, 6 Jul 2014 18:50:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s66IoJbH054848; Sun, 6 Jul 2014 18:50:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s66IoIVi054845; Sun, 6 Jul 2014 18:50:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407061850.s66IoIVi054845@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Jul 2014 18:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360970 - head/devel/p5-Class-Accessor-Complex 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.18 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: Sun, 06 Jul 2014 18:50:19 -0000 Author: sunpoet Date: Sun Jul 6 18:50:18 2014 New Revision: 360970 URL: http://svnweb.freebsd.org/changeset/ports/360970 QAT: https://qat.redports.org/buildarchive/r360970/ Log: - Add LICENSE - Sort *_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/devel/p5-Class-Accessor-Complex/Makefile head/devel/p5-Class-Accessor-Complex/pkg-descr head/devel/p5-Class-Accessor-Complex/pkg-plist Modified: head/devel/p5-Class-Accessor-Complex/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Complex/Makefile Sun Jul 6 18:50:13 2014 (r360969) +++ head/devel/p5-Class-Accessor-Complex/Makefile Sun Jul 6 18:50:18 2014 (r360970) @@ -11,13 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Arrays, hashes, booleans, integers, sets, and more +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Accessor-Installer>=0:${PORTSDIR}/devel/p5-Class-Accessor-Installer \ p5-Data-Miscellany>=0:${PORTSDIR}/devel/p5-Data-Miscellany \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Class-Accessor-Installer>=0:${PORTSDIR}/devel/p5-Class-Accessor-Installer + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include Modified: head/devel/p5-Class-Accessor-Complex/pkg-descr ============================================================================== --- head/devel/p5-Class-Accessor-Complex/pkg-descr Sun Jul 6 18:50:13 2014 (r360969) +++ head/devel/p5-Class-Accessor-Complex/pkg-descr Sun Jul 6 18:50:18 2014 (r360970) @@ -1,13 +1,13 @@ This module generates accessors for your class in the same spirit as -Class::Accessor does. While the latter deals with accessors for -scalar values, this module provides accessor makers for arrays, -hashes, integers, booleans, sets and more. +Class::Accessor does. While the latter deals with accessors for scalar values, +this module provides accessor makers for arrays, hashes, integers, booleans, +sets and more. -As seen in the synopsis, you can chain calls to the accessor makers. -Also, because this module inherits from Class::Accessor, you can put -a call to one of its accessor makers at the end of the chain. +As seen in the synopsis, you can chain calls to the accessor makers. Also, +because this module inherits from Class::Accessor, you can put a call to one of +its accessor makers at the end of the chain. -The accessor generators also generate documentation ready to be used -with Sub::Documentation. +The accessor generators also generate documentation ready to be used with +Sub::Documentation. WWW: http://search.cpan.org/dist/Class-Accessor-Complex/ Modified: head/devel/p5-Class-Accessor-Complex/pkg-plist ============================================================================== --- head/devel/p5-Class-Accessor-Complex/pkg-plist Sun Jul 6 18:50:13 2014 (r360969) +++ head/devel/p5-Class-Accessor-Complex/pkg-plist Sun Jul 6 18:50:18 2014 (r360970) @@ -1,8 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex/.packlist %%SITE_PERL%%/Class/Accessor/Complex.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex/.packlist %%PERL5_MAN3%%/Class::Accessor::Complex.3.gz -@dirrmtry %%SITE_PERL%%/Class/Accessor -@dirrmtry %%SITE_PERL%%/Class -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class +@dirrmtry %%SITE_PERL%%/Class/Accessor +@dirrmtry %%SITE_PERL%%/Class