Merge pull request #9742 from 4fury-c3440d8/no

added new packages.
This commit is contained in:
Rmys
2021-10-14 11:00:08 +03:00
committed by GitHub
122 changed files with 5217 additions and 15411 deletions
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-B-COW</Name>
<Homepage>https://metacpan.org/pod/B::COW</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>B::COW additional B helpers to check COW status.</Summary>
<Description>B::COW provides some naive additional B helpers to check the COW status of one SvPV.</Description>
<Archive sha1sum="acfcd1214e39e980dcd24e33059255b8e92099b8" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-B-COW</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.004</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Clone</Name>
<Homepage>https://metacpan.org/pod/Clone</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Clone - recursively copy Perl datatypes.</Summary>
<Description>This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.</Description>
<Archive sha1sum="f79c71211a1f335a53cb4ca81c28a3e541154b68" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.45.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-B-COW</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Clone</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.45</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-OpenSSL-Guess</Name>
<Homepage>https://metacpan.org/pod/Crypt::OpenSSL::Guess</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Guess OpenSSL include path.</Summary>
<Description>Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any platforms.</Description>
<Archive sha1sum="b04297ecf9d649f09a4b1c7717e87b9c4c1c3d08" type="targz">
https://cpan.metacpan.org/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-0.13.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl-ExtUtils-MakeMaker</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-OpenSSL-Guess</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.13</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-OpenSSL-RSA</Name>
<Homepage>https://metacpan.org/pod/Crypt::OpenSSL::RSA</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>RSA encoding and decoding, using the openSSL libraries.</Summary>
<Description>Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key.</Description>
<Archive sha1sum="290f034a541febb910a7ace752c6d12fff4eaef7" type="targz">
https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.32.tar.gz
</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
<Dependency>perl-Crypt-OpenSSL-Random</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-OpenSSL-RSA</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
<Dependency>perl-Crypt-OpenSSL-Random</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.32</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-OpenSSL-Random</Name>
<Homepage>https://metacpan.org/pod/Crypt::OpenSSL::Random</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>OpenSSL/LibreSSL pseudo-random number generator access.</Summary>
<Description>Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators.</Description>
<Archive sha1sum="e32a198269a1e26a9615ac1132bf1ec7268fb378" type="targz">
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-0.15.tar.gz
</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-OpenSSL-Random</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.15</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-Random-Seed</Name>
<Homepage>https://metacpan.org/pod/Crypt::Random::Seed</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Simple method to get strong randomness.</Summary>
<Description>Crypt::Random::Seed provides a simple interface to get the strongest source of randomness on the current platform, typically for use in seeding a CSPRNG such as Math::Random::ISAAC.</Description>
<Archive sha1sum="032c7c7c1ddae3c80bb90d0514b412f33dca9cfa" type="targz">
https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Crypt-Random-Seed-0.03.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-Random-Seed</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Crypt-Random-TESHA2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.03</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-Random-TESHA2</Name>
<Homepage>https://metacpan.org/pod/Crypt::Random::TESHA2</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Random numbers using timer/schedule entropy.</Summary>
<Description>Crypt::Random::TESHA2 produces "userspace voodoo entropy" for people that do not have or don't want to use O/S supplied sources.</Description>
<Archive sha1sum="0bf3122ad7c7e4443574780627e74aa776964b6f" type="targz">
https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Crypt-Random-TESHA2-0.01.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-Random-TESHA2</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.01</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules, shelltools
shelltools.export("PERL_USE_UNSAFE_INC", "1")
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
pass
# perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-SSLeay</Name>
<Homepage>https://metacpan.org/pod/Crypt::SSLeay</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Crypt::SSLeay - OpenSSL support for LWP.</Summary>
<Description>Crypt::SSLeay - OpenSSL support for LWP.</Description>
<Archive sha1sum="8012f6b91ca14eea2f2384ca735b91e0b9bb5a56" type="targz">
https://github.com/nanis/Crypt-SSLeay/archive/refs/tags/0.73_04.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
<Dependency>perl-Path-Class</Dependency>
<Dependency>perl-LWP-Protocol-https</Dependency>
<Dependency>perl-Bytes-Random-Secure</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-SSLeay</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>openssl</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
<Dependency>perl-Path-Class</Dependency>
<Dependency>perl-LWP-Protocol-https</Dependency>
<Dependency>perl-Bytes-Random-Secure</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.73_04</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,27 @@
#!/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 perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
# suppress compiler warnings
pisitools.dosed("Makefile.PL", "-Wno-comment", "-Wno-comment -Wno-cast-function-type")
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("LICENSE", "MANIFEST", "README*")
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-DBI</Name>
<Homepage>https://dbi.perl.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>GPL</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Database independent interface for Perl</Summary>
<Description>The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used.</Description>
<Archive sha1sum="fdbe7a86873eed196be5f9753aabed5c1e22f2cb" type="targz">https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-DBI</Name>
<Summary>Database independent interface for Perl</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<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="3">
<Date>2020-02-05</Date>
<Version>1.643</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-01-08</Date>
<Version>1.642</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2016-04-22</Date>
<Version>1.634</Version>
<Comment>First release, built with docker.</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-DBI</Name>
<Summary xml:lang="tr">Perl için veritabanından bağımsız arayüz.</Summary>
<Description xml:lang="tr">DBI Perl için standart veritabanı arayüzüdür. Birçok yordam, değişken ve kural tanımlar.</Description>
</Source>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Digest-Nilsimsa</Name>
<Homepage>https://metacpan.org/pod/Digest::Nilsimsa</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Perl version of Nilsimsa code.</Summary>
<Description>A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.</Description>
<Archive sha1sum="6f9248c6a900c08bea64830930be12572000171b" type="targz">
https://cpan.metacpan.org/authors/id/V/VI/VIPUL/Digest-Nilsimsa-0.06.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Digest-Nilsimsa</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.06</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</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 perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
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()
@@ -0,0 +1,76 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-IO-Socket-INET6</Name>
<Homepage>https://metacpan.org/pod/IO::Socket::INET6</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>Object interface for AF_INET|AF_INET6 domain sockets</Summary>
<Description>IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket.</Description>
<Archive sha1sum="37917b558b71cad29aaf2b4791a99684341a1793" type="targz">http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-2.72.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-Socket6</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-IO-Socket-INET6</Name>
<RuntimeDependencies>
<Dependency>perl-Socket6</Dependency>
<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>
<Path fileType="data">/usr/share/perl</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2016-04-24</Date>
<Version>2.72</Version>
<Comment>Docker built.</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-09-10</Date>
<Version>2.72</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-24</Date>
<Version>2.72</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-12-07</Date>
<Version>2.69</Version>
<Comment>Rebuild for perl</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-07</Date>
<Version>2.69</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-IO-Socket-INET6</Name>
<Summary xml:lang="tr">AF_INET|AF_INET6 domain soketleri için nesne arayüzü</Summary>
<Description xml:lang="tr">IO::Socket::INET6, AF_INET ya da AF_INET6 domainleri kullanılarak soket kullanma veya yaratmaya yarayan nesne arayüzü sağlar.</Description>
<Description xml:lang="es">IO::Socket::INET6 facilita una interfaz a objetos para la creación y uso de sockets en dominios AF_INET o AF_INET6. Está construido sobre la interfaz IO::Socket y hereda todos los métodos definidos en IO::Socket.</Description>
</Source>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Mail-AuthenticationResults</Name>
<Homepage>https://metacpan.org/pod/Mail::AuthenticationResults</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Object Oriented Authentication-Results Headers.</Summary>
<Description>This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant.</Description>
<Archive sha1sum="bbf53aee400f512f6c777d96fd8692a43ed2ec0e" type="targz">
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20210915.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-JSON</Dependency>
<Dependency>perl-Clone</Dependency>
<Dependency>perl-Test-Exception</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Mail-AuthenticationResults</Name>
<RuntimeDependencies>
<Dependency>perl-JSON</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>2.20210915</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Mail-DKIM</Name>
<Homepage>https://metacpan.org/pod/Mail::DKIM</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Signs/verifies Internet mail with DKIM/DomainKey signatures.</Summary>
<Description>This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail.</Description>
<Archive sha1sum="0626f1b3b600aa20b3ad5db3e9d75ce2203c3bdd" type="targz">
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20200907.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Clone</Dependency>
<Dependency>perl-Net-DNS</Dependency>
<Dependency>perl-mailtools</Dependency>
<Dependency>perl-YAML-LibYAML</Dependency>
<Dependency>perl-Crypt-OpenSSL-RSA</Dependency>
<Dependency>perl-Test-RequiresInternet</Dependency>
<Dependency>perl-Net-DNS-Resolver-Mock</Dependency>
<Dependency>perl-Mail-AuthenticationResults</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Mail-DKIM</Name>
<RuntimeDependencies>
<Dependency>perl-Net-DNS</Dependency>
<Dependency>perl-mailtools</Dependency>
<Dependency>perl-Crypt-OpenSSL-RSA</Dependency>
<Dependency>perl-Mail-AuthenticationResults</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>1.20200907</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Mail-SPF</Name>
<Homepage>https://metacpan.org/pod/Mail::SPF</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Mail::SPF - An object-oriented implementation of Sender Policy Framework.</Summary>
<Description>Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF).</Description>
<Archive sha1sum="3bda4d67a94465eec3e569b56004de968cad3982" type="targz">
https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v2.9.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>perl-Error</Dependency>
<Dependency>perl-NetAddr-IP</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Net-DNS-Resolver-Programmable</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Mail-SPF</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>perl-Error</Dependency>
<Dependency>perl-Net-DNS</Dependency>
<Dependency>perl-NetAddr-IP</Dependency>
<Dependency>perl-Net-DNS-Resolver-Programmable</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-10-14</Date>
<Version>2.9.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Math-Random-ISAAC</Name>
<Homepage>https://metacpan.org/pod/Math::Random::ISAAC</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Perl interface to the ISAAC PRNG algorithm.</Summary>
<Description>Perl interface to the ISAAC PRNG algorithm.</Description>
<Archive sha1sum="0d2e423559ed28d842e6907e3944d6c5b6f2705f" type="targz">
https://cpan.metacpan.org/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-1.004.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-NoWarnings</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Math-Random-ISAAC</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>1.004</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Net-DNS-Resolver-Programmable</Name>
<Homepage>https://metacpan.org/pod/Net::DNS::Resolver::Programmable</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>programmable DNS resolver class for offline emulation of DNS.</Summary>
<Description>Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS.</Description>
<Archive sha1sum="542d57b01fd3befa09fa062427450e5c210dd3b0" type="targz">
https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Net-DNS-Resolver-Programmable-0.009.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Net-DNS</Dependency>
<Dependency>perl-Module-Build</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Net-DNS-Resolver-Programmable</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Net-DNS</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.009</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-NetAddr-IP</Name>
<Homepage>https://metacpan.org/pod/NetAddr::IP</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Manages IPv4 and IPv6 addresses and subnets.</Summary>
<Description>This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations.</Description>
<Archive sha1sum="41f0048dccf016077e65b93a681e40b4f6b28336" type="targz">
https://cpan.metacpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.079.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-NetAddr-IP</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>4.079</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Path-Class</Name>
<Homepage>https://metacpan.org/pod/Path::Class</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPL-1</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Cross-platform path specification manipulation for Perl.</Summary>
<Description>Cross-platform path specification manipulation for Perl.</Description>
<Archive sha1sum="448cc1089add95d6a616a8e22adbde83dcb8f562" type="targz">
https://cpan.metacpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.37.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Path-Class</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.37</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-NoWarnings</Name>
<Homepage>https://metacpan.org/pod/Test::NoWarnings</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Make sure you didn't emit any warnings while testing.</Summary>
<Description>Make sure you didn't emit any warnings while testing.</Description>
<Archive sha1sum="712b43b7b5b4ebddaf17dc57794e7a979071d72e" type="targz">
https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-NoWarnings-1.06.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-NoWarnings</Name>
<RuntimeDependencies>
<Dependency>perl-test-simple</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>1.06</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-YAML-LibYAML</Name>
<Homepage>https://metacpan.org/pod/YAML::LibYAML</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Perl Binding to libyaml.</Summary>
<Description>Perl YAML Serialization using XS and libyaml.</Description>
<Archive sha1sum="40510bd63a3ab4e3c3504f299c8838c3449cf1a9" type="targz">
https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.83.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-YAML-LibYAML</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.83</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-mailtools</Name>
<Homepage>https://metacpan.org/pod/MailTools</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>MailTools - bundle of ancient email modules.</Summary>
<Description>MailTools is a bundle: an ancient form of combining packages into one distribution.</Description>
<Archive sha1sum="41738d2863b7faee5c8382b16879c58f7ad5ca4b" type="targz">
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MailTools-2.21.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl-timedate</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-mailtools</Name>
<RuntimeDependencies>
<Dependency>perl-timedate</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>2.21</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-timedate</Name>
<Homepage>https://metacpan.org/dist/TimeDate</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>time and date parsing and formatting perl library.</Summary>
<Description>This is the perl5 TimeDate distribution.</Description>
<Archive sha1sum="33384f2bcea9d9bb77009d1be00e671add9df69a" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-timedate</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-18</Date>
<Version>2.33</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-configobj</Name>
<Homepage>https://github.com/DiffSK/configobj</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>An ini file round tripper.</Summary>
<Description>ConfigObj is a simple but powerful config file reader and writer.</Description>
<Archive sha1sum="add3ae15e3f0d2d28d37370dcad930243cb4145c" type="targz">
https://files.pythonhosted.org/packages/source/c/configobj/configobj-5.0.6.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-configobj</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-19</Date>
<Version>5.0.6</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-configobj</Name>
<Summary xml:lang="tr">Ayar(ini) dosyalarını okuyup yazabilen python modülü</Summary>
<Description xml:lang="tr">python3-configobj, basit ama güçlü bir ayar dosyaları okuyup yazabilen bir python modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,18 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
def setup():
pass
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
# pisitools.dodoc("")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-isodate</Name>
<Homepage>https://github.com/gweis/isodate/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>ISO 8601 date/time parser.</Summary>
<Description>This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option.</Description>
<Archive sha1sum="6b6fd5db5abce3d3f15a7b53bc78b003528ac059" type="targz">
https://github.com/gweis/isodate/archive/refs/tags/0.6.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-isodate</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-18</Date>
<Version>0.6.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>