From 86539c17b23e799076652ec02c88dd1a0bb40065 Mon Sep 17 00:00:00 2001 From: bluhm Date: Thu, 23 Apr 2015 18:35:44 +0000 Subject: [PATCH] import p5-Exporter-Tiny 0.042 OK benoit@ sthen@ exporter with the features of Sub::Exporter 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. --- devel/p5-Exporter-Tiny/Makefile | 18 ++++++++++++++++++ devel/p5-Exporter-Tiny/distinfo | 2 ++ devel/p5-Exporter-Tiny/pkg/DESCR | 6 ++++++ devel/p5-Exporter-Tiny/pkg/PLIST | 6 ++++++ 4 files changed, 32 insertions(+) create mode 100644 devel/p5-Exporter-Tiny/Makefile create mode 100644 devel/p5-Exporter-Tiny/distinfo create mode 100644 devel/p5-Exporter-Tiny/pkg/DESCR create mode 100644 devel/p5-Exporter-Tiny/pkg/PLIST diff --git a/devel/p5-Exporter-Tiny/Makefile b/devel/p5-Exporter-Tiny/Makefile new file mode 100644 index 00000000000..d1f27369e5b --- /dev/null +++ b/devel/p5-Exporter-Tiny/Makefile @@ -0,0 +1,18 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2015/04/23 18:35:44 bluhm Exp $ + +COMMENT = exporter with the features of Sub::Exporter + +DISTNAME = Exporter-Tiny-0.042 + +CATEGORIES = devel + +MAINTAINER = Alexander Bluhm + +# perl_5 +PERMIT_PACKAGE_CDROM = Yes + +MODULES = cpan +TEST_DEPENDS = devel/p5-Test-Fatal \ + devel/p5-Test-Warnings + +.include diff --git a/devel/p5-Exporter-Tiny/distinfo b/devel/p5-Exporter-Tiny/distinfo new file mode 100644 index 00000000000..4153ef4c420 --- /dev/null +++ b/devel/p5-Exporter-Tiny/distinfo @@ -0,0 +1,2 @@ +SHA256 (Exporter-Tiny-0.042.tar.gz) = jxYixeu/vNUZ6tgd95F+SMsWzFJ7HEZzewRZw5CKAj8= +SIZE (Exporter-Tiny-0.042.tar.gz) = 32173 diff --git a/devel/p5-Exporter-Tiny/pkg/DESCR b/devel/p5-Exporter-Tiny/pkg/DESCR new file mode 100644 index 00000000000..741c70e74f0 --- /dev/null +++ b/devel/p5-Exporter-Tiny/pkg/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/devel/p5-Exporter-Tiny/pkg/PLIST b/devel/p5-Exporter-Tiny/pkg/PLIST new file mode 100644 index 00000000000..66547d1e6e8 --- /dev/null +++ b/devel/p5-Exporter-Tiny/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2015/04/23 18:35:44 bluhm Exp $ +${P5SITE}/Exporter/ +${P5SITE}/Exporter/Shiny.pm +${P5SITE}/Exporter/Tiny.pm +@man man/man3p/Exporter::Shiny.3p +@man man/man3p/Exporter::Tiny.3p