add missing dependencies.

This commit is contained in:
4fury-c3440d8
2021-10-14 07:42:02 +03:00
parent d967ec69ea
commit b41a5bf45e
5 changed files with 185 additions and 0 deletions
@@ -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,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>