[Midnightbsd-cvs] mports [23595] trunk/devel: add exporter tiny

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 1 12:41:36 EDT 2018


Revision: 23595
          http://svnweb.midnightbsd.org/mports/?rev=23595
Author:   laffer1
Date:     2018-07-01 12:41:35 -0400 (Sun, 01 Jul 2018)
Log Message:
-----------
add exporter tiny

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

Added Paths:
-----------
    trunk/devel/p5-Exporter-Tiny/
    trunk/devel/p5-Exporter-Tiny/Makefile
    trunk/devel/p5-Exporter-Tiny/distinfo
    trunk/devel/p5-Exporter-Tiny/pkg-descr
    trunk/devel/p5-Exporter-Tiny/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-07-01 16:39:51 UTC (rev 23594)
+++ trunk/devel/Makefile	2018-07-01 16:41:35 UTC (rev 23595)
@@ -291,6 +291,7 @@
 SUBDIR += p5-Devel-Symdump
 SUBDIR += p5-Dist-CheckConflicts
 SUBDIR += p5-Exception-Class
+SUBDIR += p5-Exporter-Tiny
 SUBDIR += p5-ExtUtils-CBuilder
 SUBDIR += p5-ExtUtils-Depends
 SUBDIR += p5-ExtUtils-MakeMaker

Added: trunk/devel/p5-Exporter-Tiny/Makefile
===================================================================
--- trunk/devel/p5-Exporter-Tiny/Makefile	                        (rev 0)
+++ trunk/devel/p5-Exporter-Tiny/Makefile	2018-07-01 16:41:35 UTC (rev 23595)
@@ -0,0 +1,26 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD: head/devel/p5-Exporter-Tiny/Makefile 449893 2017-09-15 08:58:46Z mat $
+# $MidnightBSD$
+
+PORTNAME=	Exporter-Tiny
+PORTVERSION=	1.000000
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Exporter with features of Sub::Exporter but only core dependencies
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+		p5-Test-Warnings>=0:devel/p5-Test-Warnings
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-Exporter-Tiny/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-Exporter-Tiny/distinfo
===================================================================
--- trunk/devel/p5-Exporter-Tiny/distinfo	                        (rev 0)
+++ trunk/devel/p5-Exporter-Tiny/distinfo	2018-07-01 16:41:35 UTC (rev 23595)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1495461720
+SHA256 (Exporter-Tiny-1.000000.tar.gz) = ffdd77d57de099e8f64dd942ef12a00a3f4313c2531f342339eeed2d366ad078
+SIZE (Exporter-Tiny-1.000000.tar.gz) = 29844


Property changes on: trunk/devel/p5-Exporter-Tiny/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-Exporter-Tiny/pkg-descr
===================================================================
--- trunk/devel/p5-Exporter-Tiny/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Exporter-Tiny/pkg-descr	2018-07-01 16:41:35 UTC (rev 23595)
@@ -0,0 +1,15 @@
+Exporter::Tiny supports many of Sub::Exporter's external-facing features
+including renaming imported functions with the -as, -prefix and -suffix options;
+explicit destinations with the into option; and alternative installers with the
+installler option. But it's written in only about 40% as many lines of code and
+with zero non-core dependencies.
+
+Its internal-facing interface is closer to Exporter.pm, with configuration done
+through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.
+
+Exporter::Tiny performs most of its internal duties (including resolution of tag
+names to sub names, resolution of sub names to coderefs, and installation of
+coderefs into the target package) as method calls, which means they can be
+overridden to provide interesting behaviour.
+
+WWW: http://search.cpan.org/dist/Exporter-Tiny/


Property changes on: trunk/devel/p5-Exporter-Tiny/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-Exporter-Tiny/pkg-plist
===================================================================
--- trunk/devel/p5-Exporter-Tiny/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Exporter-Tiny/pkg-plist	2018-07-01 16:41:35 UTC (rev 23595)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/Exporter/Shiny.pm
+%%SITE_PERL%%/Exporter/Tiny.pm
+%%SITE_PERL%%/Exporter/Tiny/Manual/Etc.pod
+%%SITE_PERL%%/Exporter/Tiny/Manual/Exporting.pod
+%%SITE_PERL%%/Exporter/Tiny/Manual/Importing.pod
+%%SITE_PERL%%/Exporter/Tiny/Manual/QuickStart.pod
+%%PERL5_MAN3%%/Exporter::Shiny.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::Etc.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::Exporting.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::Importing.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::QuickStart.3.gz


Property changes on: trunk/devel/p5-Exporter-Tiny/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