From owner-svn-ports-all@freebsd.org Sun Nov 5 21:17:33 2017 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 3BCE6E5251B; Sun, 5 Nov 2017 21:17:33 +0000 (UTC) (envelope-from sunpoet@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 13C436C308; Sun, 5 Nov 2017 21:17:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA5LHWVJ076936; Sun, 5 Nov 2017 21:17:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA5LHV1I076931; Sun, 5 Nov 2017 21:17:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711052117.vA5LHV1I076931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Nov 2017 21:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453577 - in head/devel: . p5-Class-Fields X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Class-Fields X-SVN-Commit-Revision: 453577 X-SVN-Commit-Repository: ports 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.23 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, 05 Nov 2017 21:17:33 -0000 Author: sunpoet Date: Sun Nov 5 21:17:31 2017 New Revision: 453577 URL: https://svnweb.freebsd.org/changeset/ports/453577 Log: Add p5-Class-Fields 0.204 A collection of utility functions/methods for examining the data members of a class. It provides a nice, high-level interface that should stand the test of time and Perl upgrades nicely. WWW: http://search.cpan.org/dist/Class-Fields/ - While I'm here, sort PLIST PR: 223293 Submitted by: Sergei Vyshenski Added: head/devel/p5-Class-Fields/ head/devel/p5-Class-Fields/Makefile (contents, props changed) head/devel/p5-Class-Fields/distinfo (contents, props changed) head/devel/p5-Class-Fields/pkg-descr (contents, props changed) head/devel/p5-Class-Fields/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 5 21:17:25 2017 (r453576) +++ head/devel/Makefile Sun Nov 5 21:17:31 2017 (r453577) @@ -2064,6 +2064,7 @@ SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field + SUBDIR += p5-Class-Fields SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor Added: head/devel/p5-Class-Fields/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Fields/Makefile Sun Nov 5 21:17:31 2017 (r453577) @@ -0,0 +1,23 @@ +# Created by: Sergei Vyshenski +# $FreeBSD$ + +PORTNAME= Class-Fields +PORTVERSION= 0.204 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= svysh.fbsd@gmail.com +COMMENT= Functions/methods for examining data members of a class + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Class-Fields/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Fields/distinfo Sun Nov 5 21:17:31 2017 (r453577) @@ -0,0 +1,3 @@ +TIMESTAMP = 1509856356 +SHA256 (Class-Fields-0.204.tar.gz) = 9c5b22041a6fa8e1e9c904a677e4caa6c97e93b91f35111b2fff51d95741708d +SIZE (Class-Fields-0.204.tar.gz) = 15685 Added: head/devel/p5-Class-Fields/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Fields/pkg-descr Sun Nov 5 21:17:31 2017 (r453577) @@ -0,0 +1,5 @@ +A collection of utility functions/methods for examining the data members of +a class. It provides a nice, high-level interface that should stand the test +of time and Perl upgrades nicely. + +WWW: http://search.cpan.org/dist/Class-Fields/ Added: head/devel/p5-Class-Fields/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Fields/pkg-plist Sun Nov 5 21:17:31 2017 (r453577) @@ -0,0 +1,14 @@ +%%SITE_PERL%%/Class/Fields.pm +%%SITE_PERL%%/Class/Fields/Attribs.pm +%%SITE_PERL%%/Class/Fields/Fuxor.pm +%%SITE_PERL%%/Class/Fields/Inherit.pm +%%SITE_PERL%%/private.pm +%%SITE_PERL%%/protected.pm +%%SITE_PERL%%/public.pm +%%PERL5_MAN3%%/Class::Fields.3.gz +%%PERL5_MAN3%%/Class::Fields::Attribs.3.gz +%%PERL5_MAN3%%/Class::Fields::Fuxor.3.gz +%%PERL5_MAN3%%/Class::Fields::Inherit.3.gz +%%PERL5_MAN3%%/private.3.gz +%%PERL5_MAN3%%/protected.3.gz +%%PERL5_MAN3%%/public.3.gz