[Midnightbsd-cvs] mports [22907] trunk/devel: add class accessor lite

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 7 12:03:06 EDT 2017


Revision: 22907
          http://svnweb.midnightbsd.org/mports/?rev=22907
Author:   laffer1
Date:     2017-10-07 12:03:06 -0400 (Sat, 07 Oct 2017)
Log Message:
-----------
add class accessor lite

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-Class-Accessor-Lite/
    trunk/devel/p5-Class-Accessor-Lite/Makefile
    trunk/devel/p5-Class-Accessor-Lite/distinfo
    trunk/devel/p5-Class-Accessor-Lite/pkg-descr
    trunk/devel/p5-Class-Accessor-Lite/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2017-10-07 16:02:49 UTC (rev 22906)
+++ trunk/devel/Makefile	2017-10-07 16:03:06 UTC (rev 22907)
@@ -242,6 +242,7 @@
 SUBDIR += p5-Class-Accessor
 SUBDIR += p5-Class-Accessor-Chained
 SUBDIR += p5-Class-Accessor-Grouped
+SUBDIR += p5-Class-Accessor-Lite
 SUBDIR += p5-Class-Adapter
 SUBDIR += p5-Class-Base
 SUBDIR += p5-Class-C3

Added: trunk/devel/p5-Class-Accessor-Lite/Makefile
===================================================================
--- trunk/devel/p5-Class-Accessor-Lite/Makefile	                        (rev 0)
+++ trunk/devel/p5-Class-Accessor-Lite/Makefile	2017-10-07 16:03:06 UTC (rev 22907)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Class-Accessor-Lite/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME=	Class-Accessor-Lite
+PORTVERSION=	0.08
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Minimalistic variant of p5-Class-Accessor
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS+=	${SITE_PERL}/Module/Install.pm:devel/p5-Module-Install
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-Class-Accessor-Lite/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Class-Accessor-Lite/distinfo
===================================================================
--- trunk/devel/p5-Class-Accessor-Lite/distinfo	                        (rev 0)
+++ trunk/devel/p5-Class-Accessor-Lite/distinfo	2017-10-07 16:03:06 UTC (rev 22907)
@@ -0,0 +1,2 @@
+SHA256 (Class-Accessor-Lite-0.08.tar.gz) = 75b3b8ec8efe687677b63f0a10eef966e01f60735c56656ce75cbb44caba335a
+SIZE (Class-Accessor-Lite-0.08.tar.gz) = 30014


Property changes on: trunk/devel/p5-Class-Accessor-Lite/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Class-Accessor-Lite/pkg-descr
===================================================================
--- trunk/devel/p5-Class-Accessor-Lite/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Class-Accessor-Lite/pkg-descr	2017-10-07 16:03:06 UTC (rev 22907)
@@ -0,0 +1,5 @@
+Class::Accessor::Lite is a variant of Class::Accessor. It is fast and requires
+less typing, has no dependencies to other modules, and does not mess up the
+ at ISA.
+
+WWW: http://search.cpan.org/dist/Class-Accessor-Lite/


Property changes on: trunk/devel/p5-Class-Accessor-Lite/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Class-Accessor-Lite/pkg-plist
===================================================================
--- trunk/devel/p5-Class-Accessor-Lite/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Class-Accessor-Lite/pkg-plist	2017-10-07 16:03:06 UTC (rev 22907)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Class/Accessor/Lite.pm
+%%PERL5_MAN3%%/Class::Accessor::Lite.3.gz


Property changes on: trunk/devel/p5-Class-Accessor-Lite/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list