Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 21:17:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201711052117.vA5LHV1I076931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <svysh.fbsd@gmail.com>

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 <bsd.port.mk>

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



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