Merge pull request #7488 from blue-devil/master

rebuilt and updated perl packages one more time this night
This commit is contained in:
Kamil ATLI
2020-01-11 23:06:06 +03:00
committed by GitHub
42 changed files with 281 additions and 70 deletions
@@ -1,5 +1,5 @@
<?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-Authen-SASL</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A Perl SASL interface</Summary>
<Description>SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. The framework allows different implementations of the connection class to be plugged in.</Description>
@@ -22,6 +23,7 @@
<Package>
<Name>perl-Authen-SASL</Name>
<Summary>A Perl SASL interface</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-GSSAPI</Dependency>
@@ -35,6 +37,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>2.16</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-09-08</Date>
<Version>2.16</Version>
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*", "Changes")
pisitools.dodoc("README*", "Changes", "LICENSE")
+11 -1
View File
@@ -1,3 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-CGI</Name>
@@ -8,10 +10,11 @@
</Packager>
<License>Artistic</License>
<License>GPLv1</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Handle Common Gateway Interface requests and responses.</Summary>
<Description>Handle Common Gateway Interface requests and responses.</Description>
<Archive type="targz" sha1sum="cbbd078f6e8d7dfcc5821e9c56e0212e0c0731a8">http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.40.tar.gz</Archive>
<Archive type="targz" sha1sum="5ec34c8cb99eb9aaab413e3efac670a13a5cdf29">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.44.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
@@ -38,6 +41,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-01-02</Date>
<Version>4.44</Version>
<Comment>Version bump and translations added</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2019-04-20</Date>
<Version>4.40</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-CGI</Name>
<Summary xml:lang="tr">CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesi</Summary>
<Description xml:lang="tr">perl-CGI, CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesidir.</Description>
</Source>
</PISI>
@@ -19,5 +19,5 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README")
pisitools.remove("/usr/share/man/man3/File::Listing.3pm")
@@ -1,5 +1,5 @@
<?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-File-Listing</Name>
@@ -19,22 +19,29 @@
<Dependency>perl</Dependency>
<Dependency>perl-HTTP-Date</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-File-Listing</Name>
<Summary>File::Listing - parse directory listing</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-HTTP-Date</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>6.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>6.04</Version>
@@ -2,8 +2,7 @@
<PISI>
<Source>
<Name>perl-File-Listing</Name>
<Summary xml:lang="en">File::Listing - parse directory listing</Summary>
<Description xml:lang="en">This module exports a single function called parse_dir(), which can be used to parse directory listings.</Description>
<Summary xml:lang="en">File::Listing - Dosya sistemi dizin listesini çözümler.</Summary>
<Description xml:lang="en">Bu modül "parse_dir()" adında dosya sistemi dizin listesini çözümleyebilen bir yordamı dışa aktarır.</Description>
</Source>
</PISI>
@@ -22,5 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "README")
pisitools.dodoc("Changes", "README*")
@@ -9,10 +9,11 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A Perl module that is efficient in reading/writing of Complete Files</Summary>
<Description>Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call.</Description>
<Archive sha1sum="e734e5d93a82fbd179d33db35d1f98c5e5934bf1" type="targz">http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz</Archive>
<Archive sha1sum="ef02cd3a260d25e4dc195342881fa5d2e456629d" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -20,6 +21,7 @@
<Package>
<Name>perl-File-Slurp</Name>
<Summary>A Perl module that is efficient in reading/writing of Complete Files</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -31,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-01-11</Date>
<Version>9999.29</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>9999.19</Version>
@@ -1,5 +1,5 @@
<?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-Font-AFM</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A Perl module that is a interface to Adobe Font Metrics files</Summary>
<Description>perl-Font-AFM is interface to Adobe Font Metrics files. It allows you to obtain information about the font and the metrics of the various glyphs in the font.</Description>
@@ -20,6 +21,7 @@
<Package>
<Name>perl-Font-AFM</Name>
<Summary>A Perl module that is a interface to Adobe Font Metrics files</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -31,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>1.20</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.20</Version>
@@ -7,13 +7,12 @@
from pisi.actionsapi import perlmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
WorkDir="Font-TTF-%s" % get.srcVERSION()
def setup():
for d in ("README.TXT", "TODO", "Changes"):
for d in ("README.TXT", "TODO", "Changes", "LICENSE"):
shelltools.chmod(d, 0644)
perlmodules.configure()
@@ -27,4 +26,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*", "TODO", "Changes")
pisitools.dodoc("README*", "TODO", "Changes", "LICENSE")
@@ -1,5 +1,5 @@
<?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-Font-TTF</Name>
@@ -9,10 +9,11 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl module for TrueType Font hacking</Summary>
<Description>perl-Font-TTF is a Perl module that allows you to do almost anything to a TrueType/OpenType Font including modifying and inspecting nearly all tables.</Description>
<Archive sha1sum="2cd694692305c514335c345a4ecf12c4e3eb4dd4" type="targz">http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Font-TTF-1.05.tar.gz</Archive>
<Archive sha1sum="c2c1475e569d1fd30fdb43efe8ad25f63a974508" type="targz">https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-1.06.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-IO-String</Dependency>
@@ -21,6 +22,7 @@
<Package>
<Name>perl-Font-TTF</Name>
<Summary>Perl module for TrueType Font hacking</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -32,6 +34,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>1.06</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.05</Version>
@@ -6,4 +6,3 @@
<Description xml:lang="tr">perl-Font-TTF, çok sayıda dosya biçimini TrueType/OpenType yazıtipine dönüştürmenizi sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.remove("/usr/share/man/man3/HTTP::Date.3pm")
pisitools.dodoc("LICENSE", "README*")
@@ -1,9 +1,9 @@
<?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-HTTP-Date</Name>
<Homepage>http://search.cpan.org/~gaas/HTTP-Date-6.02/</Homepage>
<Homepage>https://metacpan.org/pod/HTTP::Date</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
@@ -12,9 +12,9 @@
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>date conversion routines</Summary>
<Summary>HTTP::Date - Provides date conversion routines</Summary>
<Description>This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.</Description>
<Archive sha1sum="85f8dbcad22f2680775a185ce91a42c89e0ad2a8" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz</Archive>
<Archive sha1sum="91ee37a40fd75bc303aad2454b43c0a3908c9f38" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -22,6 +22,7 @@
<Package>
<Name>perl-HTTP-Date</Name>
<Summary>HTTP::Date - Provides date conversion routines</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -34,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>6.05</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>6.02</Version>
@@ -2,8 +2,7 @@
<PISI>
<Source>
<Name>perl-HTTP-Date</Name>
<Summary xml:lang="en">date conversion routines</Summary>
<Description xml:lang="en">This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.</Description>
<Summary xml:lang="tr">HTTP::Date tarih-zaman dönüşümleri sağlayan perl modülüdür</Summary>
<Description xml:lang="tr">perl-HTTP-Date modülü, HTTP protokolü tarafından kullnaılan tarih biçemlerini tanımak ve dönüştürmek ile ilgilenen bir perl modülüdür.</Description>
</Source>
</PISI>
@@ -5,7 +5,6 @@
# 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())
@@ -1,5 +1,5 @@
<?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-IO-String</Name>
@@ -10,6 +10,7 @@
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>IO::File interface for in-core strings in Perl</Summary>
<Description>perl-IO-String is an IO::File interface for in-core strings in Perl.</Description>
@@ -20,6 +21,7 @@
</Source>
<Package>
<Name>perl-IO-String</Name>
<Summary>IO::File interface for in-core strings in Perl</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -30,6 +32,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>1.08</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.08</Version>
@@ -6,4 +6,3 @@
<Description xml:lang="tr">perl-IO-String, Perl dili için çekirdek içi metinlere yönelik bir G/Ç Dosya arayüzüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,23 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.removeDir("/usr/share/man/")
pisitools.dodoc("LICENSE", "MANIFEST", "README")
@@ -1,8 +1,8 @@
<?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-LWP-Mediatypes</Name>
<Name>perl-LWP-MediaTypes</Name>
<Homepage>http://search.cpan.org/~gaas/LWP-MediaTypes-6.02/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
@@ -12,28 +12,36 @@
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>guess media type for a file or a URL</Summary>
<Summary>LWP::Mediatypes can guess media type for a file or a URL</Summary>
<Description>This module provides functions for handling media (also known as MIME) types and encodings.</Description>
<Archive sha1sum="f56891f4e718a5f1f16f09ae37d32e454095cbed" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz</Archive>
<Archive sha1sum="b869d8b8b009d06a3bc3433c8a7fc522036df412" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-Test-Fatal</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-LWP-Mediatypes</Name>
<Name>perl-LWP-MediaTypes</Name>
<Summary>LWP::MediaTypes can guess media type for a file or a URL</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>6.04</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>6.02</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-LWP-MediaTypes</Name>
<Summary xml:lang="tr">Dosya veya URL'in ortam türünü öngörmeye yarayan perl modülü.</Summary>
<Description xml:lang="tr">Bu modül ortam türleri ve kodlaması hakkında yordamlar sağlar.</Description>
</Source>
</PISI>
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-LWP-Mediatypes</Name>
<Summary xml:lang="en">guess media type for a file or a URL</Summary>
<Description xml:lang="en">This module provides functions for handling media (also known as MIME) types and encodings.</Description>
</Source>
</PISI>
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README", "MANIFEST", "Changes")
pisitools.dodoc("README", "MANIFEST", "Changes", "LICENSE")
@@ -1,5 +1,5 @@
<?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-Sub-Uplevel</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Module to apparently run a function in a higher stack frame</Summary>
<Description>Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided.</Description>
@@ -20,6 +21,7 @@
<Package>
<Name>perl-Sub-Uplevel</Name>
<Summary>Module to apparently run a function in a higher stack frame</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -31,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>0.2800</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.2800</Version>
@@ -3,5 +3,6 @@
<Source>
<Name>perl-Sub-Uplevel</Name>
<Summary xml:lang="tr">Bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmak için perl modülü</Summary>
<Description xml:lang="tr">perl-Sub-Uplevel modülü, bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmaktadır.</Description>
</Source>
</PISI>
</PISI>
@@ -5,6 +5,7 @@
# 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())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*")
@@ -1,5 +1,5 @@
<?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-Test-Deep</Name>
@@ -9,10 +9,11 @@
<Email>admin@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
<Description>perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures.</Description>
<Archive sha1sum="495497b21747b834e6088c15397a3b9180d5506f" type="targz">http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.127.tar.gz</Archive>
<Archive sha1sum="c5e5276940b2a928d876f3f48e9bfd7a911abf55" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -20,16 +21,25 @@
<Package>
<Name>perl-Test-Deep</Name>
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>1.128</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.127</Version>
@@ -5,5 +5,4 @@
<Summary xml:lang="tr">Derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülü</Summary>
<Description xml:lang="tr">perl-Test-Deep derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>
@@ -1,5 +1,5 @@
<?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-Test-Fatal</Name>
@@ -22,6 +22,7 @@
<Package>
<Name>perl-Test-Fatal</Name>
<Summary>Perl module to test code with exceptions</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
@@ -34,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>0.014</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>0.14</Version>
@@ -19,6 +19,5 @@ def check():
def install():
perlmodules.install()
pisitools.remove("/usr/share/man/man3/LWP::MediaTypes.3pm")
pisitools.dodoc("Changes", "MANIFEST", "README")
pisitools.dodoc("README", "LICENSE")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Needs</Name>
<Homepage>https://metacpan.org/pod/Test::Needs</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Perl 5</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Test::Needs - Skip tests when modules not available</Summary>
<Description>Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip.</Description>
<Archive sha1sum="a5536540c4ebb5eb8fa7b663276d3df9d705b2fe" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002006.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Needs</Name>
<Summary>Test::Needs - Skip tests when modules not available</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-07</Date>
<Version>0.002006</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Test-Needs</Name>
<Summary xml:lang="tr">Bu perl modülü, olmayan perl modülü için hata vermez.</Summary>
<Description xml:lang="tr">perl-Test-Needs, olmayan perl modülü için hata vermeyen bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README", "Changes")
pisitools.dodoc("README", "Changes")
@@ -1,5 +1,5 @@
<?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-Test-Warn</Name>
@@ -10,19 +10,21 @@
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl extension to test methods for warnings</Summary>
<Description>perl-Test-Warn module provides a few convenience methods for testing warning based code.</Description>
<Archive sha1sum="585d3a59850e6e362f0f11e39b8d53cf935cfd7e" type="targz">http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz</Archive>
<Archive sha1sum="a6a56aa08cb3f62897cf6844ad7e350c37668223" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Uplevel</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Sub-Uplevel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Warn</Name>
<Summary>Perl extension to test methods for warnings</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Uplevel</Dependency>
@@ -35,6 +37,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>0.36</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.30</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Test uyarıları için Perl eklentisi</Summary>
<Description xml:lang="tr">perl-Test-Warn modülü, uyarı temelli kodları test etmeye yarayan birkaç kolaylık metodu sağlamaktadır.</Description>
</Source>
</PISI>
</PISI>
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
pisitools.dodoc("LICENCE", "README")
@@ -1,5 +1,5 @@
<?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-Try-Tiny</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic-2</License>
<PartOf>programming.language.perl</PartOf>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Perl module to implement minimal try/catch</Summary>
@@ -22,6 +23,7 @@
<Package>
<Name>perl-Try-Tiny</Name>
<Summary>Perl module to implement minimal try/catch</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Capture-Tiny</Dependency>
@@ -34,6 +36,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-07</Date>
<Version>0.30</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>0.30</Version>
@@ -63,4 +72,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Perl için basit bir try/catch gerçeklemesi</Summary>
<Description xml:lang="tr">perl-Try-Tiny, Perl için $@ yerelleştirmesi sağlayan basit bir try/catch gerçeklemesidir.</Description>
</Source>
</PISI>
</PISI>
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README", "Changes")
pisitools.dodoc("LICENSE")
+13 -3
View File
@@ -1,25 +1,28 @@
<?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-URI</Name>
<Homepage>http://search.cpan.org/~gaas/URI</Homepage>
<Homepage>https://metacpan.org/release/URI</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl module for Uniform Resource Identifiers (absolute and relative)</Summary>
<Description>A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN).</Description>
<Archive sha1sum="c609c5830899176b61100fce8f10436128471064" type="targz">http://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-1.71.tar.gz</Archive>
<Archive sha1sum="d75380f8b1ad792d230216d8712fd37533ebedf0" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-1.76.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Needs</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-URI</Name>
<Summary>Perl module for Uniform Resource Identifiers (absolute and relative)</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -32,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-07</Date>
<Version>1.76</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.71</Version>
@@ -2,7 +2,8 @@
<PISI>
<Source>
<Name>perl-URI</Name>
<Summary xml:lang="tr">Bir URI (Uniform Resource Identifiers- Tektip Kaynak Belirleyicileri) icin perl arayüzü</Summary>
<Description xml:lang="tr">Bir URI (Uniform Resource Identifiers- Tektip Kaynak Belirleyicileri), soyut veya fiziki bir kaynağı belirleyen bir tekparça karakter dizgesidir. Bir URI, bir URL (Uniform Resource Locator Tektip Kaynak Bulucu) veya bir URN (Uniform Resource Name Tektip Kaynak Adı)den daha ötede sınıflandırılabilir.</Description>
<Description xml:lang="es">Un identificador de recurso uniformado (URI) es una cadena de caracteres compacta que identifica un recurso físico o abstracto. Se puede clasificar los URI en Uniform Resource Locator (URL) o Uniform Resource Name (URN).</Description>
</Source>
</PISI>
</PISI>