perl-socket6

This commit is contained in:
Rmys
2021-10-14 13:26:35 +03:00
parent 6101000987
commit 97b2ed97ea
7 changed files with 125 additions and 2 deletions
+42
View File
@@ -264748,6 +264748,48 @@ GNOME Session and the applications that run under it.</Summary>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>perl-Socket6</Name>
<Homepage>https://search.cpan.org/dist/Socket6</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary xml:lang="en">A getaddrinfo/getnameinfo support module</Summary>
<Summary xml:lang="tr">A getaddrinfo/getnameinfo support module</Summary>
<Description xml:lang="en">A getaddrinfo/getnameinfo support module</Description>
<Description xml:lang="tr">A getaddrinfo/getnameinfo support module</Description>
<Archive type="targz" sha1sum="a0b281705b8af0bbf9284ba88d1a9291de130492" name="Socket6-0.29.tar.gz">https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/Socket6-0.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
<SourceURI>programming/language/perl/perl-Socket6/pspec.xml</SourceURI>
</Source>
<Package>
<Name>perl-Socket6</Name>
<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>2021-10-14</Date>
<Version>0.29</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>perl-LWP-Mediatypes</Name>
+1 -1
View File
@@ -1 +1 @@
8f260a9b5fb2a619a198c956dd5c0fc6fbaebee9
ccfe06bb76ce8b7b268c07d07621a375fda83bc0
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
340b0881495a7d9c9635878e3eaeec8f7e523db5
0fb802dde02ec23c95830b5c4c92b9f7ae5ef6e8
@@ -0,0 +1,25 @@
#!/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()
pisitools.dodoc("README*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Socket6</Name>
<Homepage>https://search.cpan.org/dist/Socket6</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<Summary>A getaddrinfo/getnameinfo support module</Summary>
<Description>A getaddrinfo/getnameinfo support module</Description>
<Archive sha1sum="a0b281705b8af0bbf9284ba88d1a9291de130492" type="targz">https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/Socket6-0.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>perl-Socket6.patch</Patch>
<Patch level="1">perl-Socket6.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>perl-Socket6</Name>
<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>2021-10-14</Date>
<Version>0.29</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Socket6</Name>
<Summary xml:lang="tr">A getaddrinfo/getnameinfo support module</Summary>
<Description xml:lang="tr">A getaddrinfo/getnameinfo support module</Description>
</Source>
</PISI>