new packages: perl-term-readkey, perl-unicode-linebreak
This commit is contained in:
@@ -283447,6 +283447,48 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary xml:lang="en">Provides simple control over terminal driver modes</Summary>
|
||||
<Summary xml:lang="tr">Terminal sürücü modları üzerinde basit kontrol sağlar.</Summary>
|
||||
<Description xml:lang="en">A perl module for simple terminal control</Description>
|
||||
<Description xml:lang="tr">Basit terminal kontrolü için bir Perl modülü.</Description>
|
||||
<Archive type="targz" sha1sum="e869c13a485e6c56561c34351fd62352bdac793c" name="TermReadKey-2.38.tar.gz">https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/language/perl/perl-term-readkey/pspec.xml</SourceURI>
|
||||
</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-12</Date>
|
||||
<Version>2.38</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>perl-term-table</Name>
|
||||
@@ -285484,6 +285526,52 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>perl-unicode-linebreak</Name>
|
||||
<Homepage>https://metacpan.org/release/Unicode-LineBreak</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL, PerlArtistic</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary xml:lang="en">UAX #14 Unicode Line Breaking Algorithm</Summary>
|
||||
<Summary xml:lang="tr">UAX #14 Unicode Satır Sonlandırma Algoritması</Summary>
|
||||
<Description xml:lang="en">Unicode-LineBreak - UAX #14 Unicode Line Breaking Algorithm</Description>
|
||||
<Description xml:lang="tr">Unicode-LineBreak - UAX #14 Unicode Satır Sonlandırma Algoritması</Description>
|
||||
<Archive type="targz" sha1sum="783e7e39f16daccf2d97657e4d1665c8976d743c" name="Unicode-LineBreak-2019.001.tar.gz">https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libthai-devel</Dependency>
|
||||
<Dependency>perl-mime-charset</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/language/perl/perl-unicode-linebreak/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>perl-unicode-linebreak</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libthai</Dependency>
|
||||
<Dependency>perl-mime-charset</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-12</Date>
|
||||
<Version>2019.001</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>perl-Unicode-Map8</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7703dbcd53398216ea5296cfd566cbff8c4d554f
|
||||
bb909768e8124d457c0282c37bce7d33dc029709
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
447cc46b8da1ac7cae218c921053b8ec432d9871
|
||||
b12cf640c8e606a73289496e8c33436e7855ec6a
|
||||
@@ -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,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.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-12</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="Unicode-LineBreak-%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,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-unicode-linebreak</Name>
|
||||
<Homepage>https://metacpan.org/release/Unicode-LineBreak</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL, PerlArtistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>UAX #14 Unicode Line Breaking Algorithm</Summary>
|
||||
<Description>Unicode-LineBreak - UAX #14 Unicode Line Breaking Algorithm</Description>
|
||||
<Archive sha1sum="783e7e39f16daccf2d97657e4d1665c8976d743c" type="targz">https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libthai-devel</Dependency>
|
||||
<Dependency>perl-mime-charset</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-unicode-linebreak</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libthai</Dependency>
|
||||
<Dependency>perl-mime-charset</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-12</Date>
|
||||
<Version>2019.001</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-unicode-linebreak</Name>
|
||||
<Summary xml:lang="tr">UAX #14 Unicode Satır Sonlandırma Algoritması</Summary>
|
||||
<Description xml:lang="tr">Unicode-LineBreak - UAX #14 Unicode Satır Sonlandırma Algoritması</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user