new perl packages: perl-archive-cpio, perl-sub-override, perl-sub-prototype

This commit is contained in:
suvari
2026-06-02 23:21:12 +03:00
parent db75d1a102
commit 46a418d4ae
10 changed files with 380208 additions and 379706 deletions
+379992 -379704
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
96e916c897ae76ad0b4d34656aa697d6b0366f61
df17e6f0f1d3ac36f687c0f6517db020f9d1d46f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
e9142fa95adb9f4160f85059a26ba27c8e44ddd5
f6bbdc401a5931aebf4f908ac4adbf9c243f6051
@@ -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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
WorkDir="Archive-Cpio-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
# pisitools.dodoc("README*", "Changes")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-archive-cpio</Name>
<Homepage>https://metacpan.org/pod/Archive::Cpio</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>module for manipulations of cpio archives</Summary>
<Description>module for manipulations of cpio archives</Description>
<Archive type="targz" sha1sum="f45129bc77343b424d8b2f07406741fd781a3888">https://www.cpan.org/authors/id/P/PI/PIXEL/Archive-Cpio-0.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-archive-cpio</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/perl5/vendor_perl</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-02</Date>
<Version>0.10</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
WorkDir="Sub-Override-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README*", "Changes")
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-sub-override</Name>
<Homepage>https://metacpan.org/dist/Sub-Override</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Perl extension for easily overriding subroutines</Summary>
<Description>Perl extension for easily overriding subroutines</Description>
<Archive type="targz" sha1sum="4198e47c80b11f5060b427e0d76f84a2373b14b5">https://www.cpan.org/authors/id/M/MV/MVSJES/Sub-Override-0.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Fatal</Dependency>
<Dependency>perl-sub-prototype</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-sub-override</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-sub-prototype</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/perl5/vendor_perl/Sub</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-02</Date>
<Version>0.12</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
WorkDir="Sub-Prototype-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README*", "Changes", "LICENCE")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-sub-prototype</Name>
<Homepage>https://metacpan.org/dist/Sub-Prototype</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Set a sub's prototype</Summary>
<Description>Set a sub's prototype</Description>
<Archive type="targz" sha1sum="86a4e19dbc8c9238e676aa19b6516a048eb19863">https://www.cpan.org/authors/id/E/ET/ETHER/Sub-Prototype-0.03.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>perl-Sub-Exporter</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-sub-prototype</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>glibc</Dependency>
<Dependency>perl-Sub-Exporter</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>2026-06-02</Date>
<Version>0.03</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>