perl-String-ShellQuote:rebuilt

This commit is contained in:
blue-devil
2020-01-14 17:46:58 +00:00
parent fe2f5d1e6b
commit 299a3ac9fc
3 changed files with 16 additions and 6 deletions
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes","README")
pisitools.dodoc("Changes","README")
@@ -1,14 +1,15 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-String-ShellQuote</Name>
<Homepage>http://search.cpan.org/~rosch/String-ShellQuote</Homepage>
<Homepage>http://metacpan.org/pod/String::ShellQuote</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Quote strings for passing through the shell</Summary>
@@ -21,6 +22,7 @@
<Package>
<Name>perl-String-ShellQuote</Name>
<Summary>Quote strings for passing through the shell</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -33,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-13</Date>
<Version>1.04</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.04</Version>
@@ -62,4 +71,4 @@
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,8 @@
<PISI>
<Source>
<Name>perl-String-ShellQuote</Name>
<Description xml:lang="tr">Bu modül kabuk veya kabuk benzeri bir neseden geçecek dizgeleri tırnak içine almak için fonksiyonlar içerir.</Description>
<Summary xml:lang="tr">Kabuk veya kabuk benzeri bir nesneden geçecek dizgeleri tırnak içine alma yordamları</Summary>
<Description xml:lang="tr">Bu modül kabuk veya kabuk benzeri bir nesneden geçecek dizgeleri tırnak içine almak için fonksiyonlar içerir.</Description>
<Description xml:lang="es">El módulo contiene algunas funciones útiles para encerrar cadenas de texto entre comillas, para pasarlo a una shell o a un objeto similar.</Description>
</Source>
</PISI>
</PISI>