From c249831ba2da4d90a118c2900017ce369a7d4ddc Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:18:55 +0200 Subject: [PATCH] perl-Sub-Exporter-Progressive : new pisi package --- .../perl-Sub-Exporter-Progressive/actions.py | 23 ++++++++++ .../perl-Sub-Exporter-Progressive/pspec.xml | 44 +++++++++++++++++++ .../translations.xml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 programming/language/perl/perl-Sub-Exporter-Progressive/actions.py create mode 100644 programming/language/perl/perl-Sub-Exporter-Progressive/pspec.xml create mode 100644 programming/language/perl/perl-Sub-Exporter-Progressive/translations.xml diff --git a/programming/language/perl/perl-Sub-Exporter-Progressive/actions.py b/programming/language/perl/perl-Sub-Exporter-Progressive/actions.py new file mode 100644 index 0000000000..5f82d2d1cc --- /dev/null +++ b/programming/language/perl/perl-Sub-Exporter-Progressive/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules + +#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + pisitools.dodoc("LICENSE", "README*") \ No newline at end of file diff --git a/programming/language/perl/perl-Sub-Exporter-Progressive/pspec.xml b/programming/language/perl/perl-Sub-Exporter-Progressive/pspec.xml new file mode 100644 index 0000000000..db30794c40 --- /dev/null +++ b/programming/language/perl/perl-Sub-Exporter-Progressive/pspec.xml @@ -0,0 +1,44 @@ + + + + + perl-Sub-Exporter-Progressive + https://metacpan.org/release/Sub-Exporter-Progressive + + Blue Devil + bluedevil@sctzine.com + + programming.language.perl + Artistic + GPLv2 + library + perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper + perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them. + https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz + + perl + + + + perl-Sub-Exporter-Progressive + perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2020-09-23 + 0.001013 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Sub-Exporter-Progressive/translations.xml b/programming/language/perl/perl-Sub-Exporter-Progressive/translations.xml new file mode 100644 index 0000000000..4fbbd3f554 --- /dev/null +++ b/programming/language/perl/perl-Sub-Exporter-Progressive/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Sub-Exporter-Progressive + Sub-Exporter için sarmalayıcı perl modülü + perl-Sub-Exporter-Progressive, Sub-Exporter için sarmalayıcı perl modülü içerir. + + \ No newline at end of file