add some new perl packages

This commit is contained in:
suvari
2026-04-27 17:15:36 +03:00
parent bdc9e526ab
commit 914799b383
17 changed files with 574 additions and 71 deletions
@@ -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/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir="SGMLSpm-%s" % get.srcVERSION()
def setup():
perlmodules.configure("--skipdeps")
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
shelltools.system("ln -sv /usr/bin/vendor_perl/sgmlspl.pl sgmlspl")
pisitools.dodoc("README", "COPYING")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-sgmls</Name>
<Homepage>https://search.cpan.org/dist/SGMLSpm</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL, PerlArtistic</License>
<IsA>library</IsA>
<Summary>A Post-Processor for SGMLS and NSGMLS</Summary>
<Description>SGMLS.PM: A PERL5 CLASS LIBRARY FOR USE WITH THE SGMLS AND NSGMLS PARSERS</Description>
<Archive sha1sum="31d4199d71d5d809f5847bac594c03348c82e2e2" type="targz">https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-sgmls</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-04-27</Date>
<Version>1.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-sgmls</Name>
<Summary xml:lang="tr">SGMLS ve NSGMLS için bir Son İşlemci</Summary>
<Description xml:lang="tr">Terminalde uluslararası metinleri biçimlendirmek istiyorsanız, karakter genişliğindeki varyasyonların farkında olmanız ve bu modülü kullanmanız gerekecektir.</Description>
</Source>
</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 perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="TermReadKey-%s" % 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,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-term-readkey</Name>
<Homepage>https://search.cpan.org/~jstowe/TermReadKey/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>Provides simple control over terminal driver modes</Summary>
<Description>A perl module for simple terminal control</Description>
<Archive sha1sum="e869c13a485e6c56561c34351fd62352bdac793c" type="targz">https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-term-readkey</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>2026-04-27</Date>
<Version>2.38</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-term-readkey</Name>
<Summary xml:lang="tr">Terminal sürücü modları üzerinde basit kontrol sağlar.</Summary>
<Description xml:lang="tr">Basit terminal kontrolü için bir Perl modülü.</Description>
</Source>
</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 perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="Text-CharWidth-%s" % 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,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-text-charwidth</Name>
<Homepage>https://search.cpan.org/dist/Text-CharWidth</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL, PerlArtistic</License>
<IsA>library</IsA>
<Summary>Perl/CPAN Module Text::CharWidth</Summary>
<Description>If you would like to format international texts on terminal, you will have to be aware of variation of character width and will want to use this module.</Description>
<Archive sha1sum="b369ce7a531539ebf5b9cf1c1b09d66846f56aa4" type="targz">https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-0.04.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-text-charwidth</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>2026-04-27</Date>
<Version>0.04</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-text-charwidth</Name>
<Summary xml:lang="tr">Perl/CPAN Modülü Text::CharWidth</Summary>
<Description xml:lang="tr">Terminalde uluslararası metinleri biçimlendirmek istiyorsanız, karakter genişliğindeki varyasyonların farkında olmanız ve bu modülü kullanmanız gerekecektir.</Description>
</Source>
</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 perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="Text-WrapI18N-%s" % 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,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-text-wrapi18n</Name>
<Homepage>https://search.cpan.org/dist/Text-WrapI18N/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL, PerlArtistic</License>
<IsA>library</IsA>
<Summary>Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words</Summary>
<Description>This is a module which intends to substitute Text::Wrap, which supports internationalized texts including:
- multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5,
- fullwidth characters like east Asian characters which appear in
UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on,
- combining characters like diacritical marks which appear in UTF-8,
ISO-8859-11 (aka TIS-620), and so on, and
- languages which don't use whitespaces between words, like Chinese
and Japanese.</Description>
<Archive sha1sum="f397756b8d0a090fdecbf9c854922c0d9825f284" type="targz">https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-WrapI18N-0.06.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-text-charwidth</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-text-wrapi18n</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-text-charwidth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/perl5</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-04-27</Date>
<Version>0.06</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,12 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-text-wrapi18n</Name>
<Summary xml:lang="tr">Çok baytlı, tam genişlikli ve kelimeler arasında boşluk bırakmadan karakterleri ve dilleri birleştirmeyi destekleyen satır kaydırma modülü.</Summary>
<Description xml:lang="tr">Bu modül, aşağıdakiler dahil olmak üzere uluslararasılaştırılmış metinleri destekleyen Text::Wrap'ın yerini almayı amaçlamaktadır:
- UTF-8, EUC-JP, EUC-KR, GB2312 ve Big5 gibi çok baytlı kodlamalar,
- UTF-8, EUC-JP, EUC-KR, GB2312, Big5 ve benzerlerinde görünen Doğu Asya karakterleri gibi tam genişlikli karakterler,
- UTF-8, ISO-8859-11 (diğer adıyla TIS-620) ve benzerlerinde görünen diyakritik işaretler gibi birleştirici karakterler ve
- Çince ve Japonca gibi kelimeler arasında boşluk kullanmayan diller.</Description>
</Source>
</PISI>
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-unicode-linebreak</Name>
@@ -19,7 +19,6 @@
<Dependency>perl-mime-charset</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-unicode-linebreak</Name>
<RuntimeDependencies>
@@ -36,7 +35,7 @@
<History>
<Update release="1">
<Date>2026-04-12</Date>
<Date>2026-04-27</Date>
<Version>2019.001</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>