Merge pull request #1403 from alihanozturk/master

perl-* dep add and update
This commit is contained in:
Ertuğrul Erata
2016-03-27 17:31:47 +03:00
14 changed files with 76488 additions and 76130 deletions
+76259 -76125
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
bd1b38cc1ca3f12da4683f3631fe3ed2fc4c85aa
36f94e8ff22974ea76a356e6d171c4bdb5cc3edc
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0fb94526a55c57b4cc2b17c0fc1c5a23931be34e
716340354b98129d99d21729f82fa95742bed53e
@@ -0,0 +1,22 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README", "Changes", "LICENSE")
@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Capture-Tiny</Name>
<Homepage>http://search.cpan.org/dist/Capture-Tiny</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>library</IsA>
<Summary>Perl module to capture stdout and stderr from Perl, XS or external programs</Summary>
<Description>perl-Capture-Tiny is a Perl module to capture stdout and stderr from Perl, XS or external programs.</Description>
<Archive sha1sum="70aae1ea1679c7d87d9bbb6421a4e9e6d1b5f6b5" type="targz">http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.36.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Capture-Tiny</Name>
<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>2016-03-27</Date>
<Version>0.36</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Capture-Tiny</Name>
<Summary xml:lang="tr">Standart çıktı ve hata akışlarının yakalamaya yarayan Perl modülü</Summary>
<Description xml:lang="tr">perl-Capture-Tiny, Perl, XS veya harici programların standart çıktı ve hata akışlarının yakalanmasını sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -21,6 +21,8 @@
<Dependency>perl-HTML-Parser</Dependency>
<Dependency>perl-Test-Exception</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Fatal</Dependency>
</BuildDependencies>
</Source>
@@ -43,11 +45,11 @@
<History>
<Update release="1">
<Date>2014-09-10</Date>
<Date>2016-03-27</Date>
<Version>5.03</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,22 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README", "Changes")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Fatal</Name>
<Homepage>http://search.cpan.org/dist/Test-Fatal</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic-2</License>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Perl module to test code with exceptions</Summary>
<Description>perl-Test-Fatal provides incredible simple helpers for testing Perl code with exceptions.</Description>
<Archive sha1sum="6984ef1c0aed1d2c8334e8f20818cbf269abc345" type="targz">http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Fatal</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Try-Tiny</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>2016-03-27</Date>
<Version>0.14</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Test-Fatal</Name>
<Summary xml:lang="tr">İstisna içeren kodları test etmek için Perl modülü</Summary>
<Description xml:lang="tr">perl-Test-Fatal, istisna (exception) içeren kodları test etmek için çok basit bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,22 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("Changes")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Try-Tiny</Name>
<Homepage>http://search.cpan.org/dist/Try-Tiny</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic-2</License>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Perl module to implement minimal try/catch</Summary>
<Description>perl-Try-Tiny is a Perl module which implements a minimal try/catch with proper localization of $@.</Description>
<Archive sha1sum="3c3eef7f9c03380d21e145787103ed14fd56e153" type="targz">http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Capture-Tiny</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Try-Tiny</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Capture-Tiny</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>2016-03-27</Date>
<Version>0.24</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Try-Tiny</Name>
<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>