Merge pull request #8777 from blue-devil/master

new perl packages
This commit is contained in:
Blue DeviL
2020-09-23 23:21:19 +02:00
committed by GitHub
43 changed files with 254000 additions and 252351 deletions
+252979 -252349
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
ffc42b16b85cdaf52e378ca70adb2e36a0d82147
25772701a5e67a1d966e13e43d28c2c6a47a21f1
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
608406d43f8e8e472ab7de4bd7c5863c9820bf8c
9e121d71d0f8d51bd49b7fd140de2b87c11673ac
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Class-Method-Modifiers</Name>
<Homepage>https://metacpan.org/release/Class-Method-Modifiers</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Provides Moose-like method modifiers</Summary>
<Description>Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method.</Description>
<Archive sha1sum="7bf95c65905bf48edbf408f34259529536b2ebbd" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Fatal</Dependency>
<Dependency>perl-Test-Needs</Dependency>
<Dependency>perl-Test-Requires</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Class-Method-Modifiers</Name>
<Summary>Provides Moose-like method modifiers</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>2.13</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Class-Method-Modifiers</Name>
<Summary xml:lang="tr">Moose benzeri yordam düzenleyici.</Summary>
<Description xml:lang="tr">perl-Class-Method-Modifiers, moose benzeri yordam düzenleyici perl modülü sunar.</Description>
</Source>
</PISI>
@@ -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*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Data-OptList</Name>
<Homepage>https://metacpan.org/release/Data-OptList</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Perl module that parses and validates simple name/value option pairs</Summary>
<Description>perl-Data-OptList is a Perl module that parses and validates simple name/value option pairs.</Description>
<Archive sha1sum="c86c8cb797f9717861fc96f3b1eeea5c3359ceb5" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Params-Util</Dependency>
<Dependency>perl-Sub-Install</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Data-OptList</Name>
<Summary>Perl module that parses and validates simple name/value option pairs</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Params-Util</Dependency>
<Dependency>perl-Sub-Install</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.110</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Data-OptList</Name>
<Summary xml:lang="tr">Basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülü</Summary>
<Description xml:lang="tr">perl-Data-OptList basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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("README*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Devel-GlobalDestruction</Name>
<Homepage>https://metacpan.org/release/Devel-GlobalDestruction</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.</Summary>
<Description>perl-Devel-GlobalDestruction provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.</Description>
<Archive sha1sum="37d791b2cb6f65499db77b8b6101234a2d385338" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Exporter-Progressive</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Devel-GlobalDestruction</Name>
<Summary>Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Exporter-Progressive</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.14</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Devel-GlobalDestruction</Name>
<Summary xml:lang="tr">Devel::GlobalDestruction eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam döndürür.</Summary>
<Description xml:lang="tr">perl-Devel-GlobalDestruction, eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam sunar.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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("README*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Import-Into</Name>
<Homepage>https://metacpan.org/release/Import-Into</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Import::Into - Import packages into other packages.</Summary>
<Description>Import::Into provides global methods to import packages into other packages.</Description>
<Archive sha1sum="ae123af669e064168ae0371c020d88335d92c8a3" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Runtime</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Import-Into</Name>
<Summary>Import::Into - Import packages into other packages.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Runtime</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>1.002005</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Import-Into</Name>
<Summary xml:lang="tr">Paketleri diğer paketlere içe aktaran perl modülü</Summary>
<Description xml:lang="tr">perl-Import-Into, paketleri diğer paketlere içe aktaran perl modülü sunar.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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("README*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Module-Runtime</Name>
<Homepage>https://metacpan.org/release/Module-Runtime</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Module::Runtime - runtime module handling</Summary>
<Description>The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure.</Description>
<Archive sha1sum="bd8979871dc465f31fac961dc2d7fba0320aa894" type="targz">https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Module-Runtime</Name>
<Summary>Module::Runtime - runtime module handling</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.016</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Module-Runtime</Name>
<Summary xml:lang="tr">Çalışma zamanında modülleri idare eden perl modülü</Summary>
<Description xml:lang="tr">perl-Module-Runtime, çalışma zamanında modülleri idare eden perl modülü sunar.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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*")
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Moo</Name>
<Homepage>https://metacpan.org/release/Moo</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Moo - Minimalist Object Orientation (with Moose compatibility)</Summary>
<Description>perl-Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup.</Description>
<Archive sha1sum="7de067c51a601018fae1cadcb8c632abf287b2ef" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.004000.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Role-Tiny</Dependency>
<Dependency>perl-Sub-Quote</Dependency>
<Dependency>perl-Module-Runtime</Dependency>
<Dependency>perl-Class-Method-Modifiers</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Fatal</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Moo</Name>
<Summary>Moo - Minimalist Object Orientation (with Moose compatibility)</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Role-Tiny</Dependency>
<Dependency>perl-Sub-Quote</Dependency>
<Dependency>perl-Import-Into</Dependency>
<Dependency>perl-Module-Runtime</Dependency>
<Dependency>perl-Class-Method-Modifiers</Dependency>
<Dependency>perl-Devel-GlobalDestruction</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>2.004000</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Moo</Name>
<Summary xml:lang="tr">Moo - Minimalist Nesne Yönelim Sistemi.</Summary>
<Description xml:lang="tr">perl-Moo, minimalist nesne yönelim sistemi olan bir perl modülü sunar.</Description>
</Source>
</PISI>
@@ -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*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Params-Util</Name>
<Homepage>https://metacpan.org/release/Params-Util</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Simple, compact and correct param-checking functions</Summary>
<Description>perl-Params-Util is a Perl module that has simple, compact and correct param-checking functions.</Description>
<Archive sha1sum="9d5caa8988a04e0f3637b4350c365b45d062217e" type="targz">https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Params-Util</Name>
<Summary>Simple, compact and correct param-checking functions</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>1.07</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Params-Util</Name>
<Summary xml:lang="tr">Basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları</Summary>
<Description xml:lang="tr">perl-Params-Util basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları içeren bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Role-Tiny</Name>
<Homepage>https://metacpan.org/release/Role-Tiny</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose</Summary>
<Description>Role::Tiny is a minimalist role composition tool.</Description>
<Archive sha1sum="e116b1a31c8b9930010671ec67f59ecd2e68c5f3" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.001004.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Fatal</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Role-Tiny</Name>
<Summary>Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>2.001004</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Role-Tiny</Name>
<Summary xml:lang="tr">Minimal rol kompozisyon aracı</Summary>
<Description xml:lang="tr">perl-Role-Tiny, minimal rol kompozisyon aracı olan perl modülü sunar.</Description>
</Source>
</PISI>
@@ -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*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Sub-Exporter-Progressive</Name>
<Homepage>https://metacpan.org/release/Sub-Exporter-Progressive</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper</Summary>
<Description>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.</Description>
<Archive sha1sum="4ee0cf333cfb482f71f052ccdd3a3bcefaa291f7" type="targz">https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Sub-Exporter-Progressive</Name>
<Summary>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.001013</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Sub-Exporter-Progressive</Name>
<Summary xml:lang="tr">Sub-Exporter için sarmalayıcı perl modülü</Summary>
<Description xml:lang="tr">perl-Sub-Exporter-Progressive, Sub-Exporter için sarmalayıcı perl modülü içerir.</Description>
</Source>
</PISI>
@@ -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*")
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Sub-Exporter</Name>
<Homepage>https://metacpan.org/release/Sub-Exporter</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>A sophisticated exporter written in Perl for custom-built routines</Summary>
<Description>perl-Sub-Exporter is a Perl module that is a sophisticated exporter for custom-built routines.</Description>
<Archive sha1sum="cbe2baead99a36bbd1ca1f34a3d4699fc88bade2" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Params-Util</Dependency>
<Dependency>perl-Sub-Install</Dependency>
<Dependency>perl-Data-OptList</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Sub-Exporter</Name>
<Summary>A sophisticated exporter written in Perl for custom-built routines</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Params-Util</Dependency>
<Dependency>perl-Sub-Install</Dependency>
<Dependency>perl-Data-OptList</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.987</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Sub-Exporter</Name>
<Summary xml:lang="tr">Özelleştirilmiş karmaşık inşa yordamları için Perl dilinde yazılmış bir dışa aktarıcı</Summary>
<Description xml:lang="tr">perl-Sub-Exporter özelleştirilmiş karmaşık inşa yordamları için dışa aktarıcı bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -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*")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Sub-Install</Name>
<Homepage>https://metacpan.org/release/Sub-Install</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Sub::Install - install subroutines into packages easily</Summary>
<Description>perl-Sub-Install is a Perl module that installs subroutines into packages easily.</Description>
<Archive sha1sum="868c6cb4c0232d9ac3f865f232359f82012be8d6" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Sub-Install</Name>
<Summary>Sub::Install - install subroutines into packages easily</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.928</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Sub-Install</Name>
<Summary xml:lang="tr">Paketlere altyordamları kolayca yüklemeye yarayan bir Perl Modülü</Summary>
<Description xml:lang="tr">perl-Sub-Install, paketlere altyordamları kolayca yükleyen bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Sub-Quote</Name>
<Homepage>https://metacpan.org/release/Sub-Quote</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Sub::Quote - Efficient generation of subroutines via string eval</Summary>
<Description>perl-Sub-Quote provides performant ways to generate subroutines from strings.</Description>
<Archive sha1sum="bef0f53f71318fe619dfe4c3b7b37b52c7cb1859" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.006006.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Fatal</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Sub-Quote</Name>
<Summary>Sub::Quote - Efficient generation of subroutines via string eval</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>2.006006</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Sub-Quote</Name>
<Summary xml:lang="tr">string eval ile verimli alt-rutin üretimi.</Summary>
<Description xml:lang="tr">perl-Sub-Quote, string eval ile verimli alt-rutin üretimi yapan bir perl modülü sunar.</Description>
</Source>
</PISI>
@@ -0,0 +1,22 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("LICENSE*", "README*")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Requires</Name>
<Homepage>https://metacpan.org/release/Test-Requires</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic-2</License>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Checks to see if the module can be loaded.</Summary>
<Description>perl-Test-Requires is a Perl module to check if the module can be loaded.</Description>
<Archive sha1sum="75d7c705d1da8fdc9997b21a39eddfb48d880299" type="targz">https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Requires</Name>
<Summary>Checks to see if the module can be loaded.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.11</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Test-Requires</Name>
<Summary xml:lang="tr">Bir modülün yüklenip yüklenemeyeceğini denetlemek için Perl modülü</Summary>
<Description xml:lang="tr">perl-Test-Requires, bir modülün yüklenip yüklenemeyeceğini denetlemek için gerekli bir Perl modülüdür.</Description>
</Source>
</PISI>