fix
This commit is contained in:
@@ -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/copyleft/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())
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "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-File-Slurper</Name>
|
||||
<Homepage>https://metacpan.org/release/File-Slurper</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Perlv5</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A simple, sane and efficient module to slurp a file</Summary>
|
||||
<Description>perl-File-Slurper, provides a simple, sane and efficient module to slurp a file.</Description>
|
||||
<Archive sha1sum="9bae724ae9f9e9f79522186564b4cbe2697d1709" type="targz">https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<!-- test dependencies -->
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-File-Slurper</Name>
|
||||
<Summary>A simple, sane and efficient module to slurp a file</Summary>
|
||||
<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>2020-02-12</Date>
|
||||
<Version>0.012</Version>
|
||||
<Comment>First 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-File-Slurper</Name>
|
||||
<Summary xml:lang="tr">Bir dosyayı indirmek için iyi ve verimli bir perl modülüdür.</Summary>
|
||||
<Description xml:lang="tr">perl-File-Slurper Bir dosyayı indirmek için iyi ve verimli bir perl modülü sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -19,4 +19,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "MANIFEST", "LICENSE")
|
||||
pisitools.dodoc("Changes", "MANIFEST", "LICENSE")
|
||||
@@ -3,23 +3,24 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-HTML-Form</Name>
|
||||
<Homepage>https://metacpan.org/pod/HTML::Form</Homepage>
|
||||
<Homepage>https://metacpan.org/release/HTML-Form</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>HTML::Form - Class that represents an HTML form element</Summary>
|
||||
<Description>Objects of the HTML::Form class represents a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.</Description>
|
||||
<Archive sha1sum="de42a5f47a7ffbf12c46075c0bf6130aba7d3d21" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.05.tar.gz</Archive>
|
||||
<Archive sha1sum="defc58c90443039d774b6953df4a3f100610d134" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-LWP-Mediatypes</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,20 +28,35 @@
|
||||
<Name>perl-HTML-Form</Name>
|
||||
<Summary>HTML::Form - Class that represents an HTML form element</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-LWP-Mediatypes</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<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="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>6.07</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-21</Date>
|
||||
<Version>6.06</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>6.05</Version>
|
||||
@@ -77,4 +93,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="en">HTML::Form - Bir HTML Form elemanını temsil eden perl sınıfı</Summary>
|
||||
<Description xml:lang="en">HTML::Form sınıfının nesneleri tek bir <form> ... </form> örneğini temsil edebilirler.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -8,8 +8,8 @@
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>PerlArtistic GPL</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>PerlArtistic GPL</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTML to text conversion with links as footnotes.</Summary>
|
||||
<Description>HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes.</Description>
|
||||
@@ -17,9 +17,8 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-HTML-Format</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-HTML-Formatter</Dependency>
|
||||
<!-- test dependencies -->
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
@@ -32,9 +31,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-HTML-Format</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -44,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>Fix deps.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.15</Version>
|
||||
|
||||
@@ -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/copyleft/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())
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-HTML-Formatter</Name>
|
||||
<Homepage>https://metacpan.org/release/HTML-Formatter</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that format HTML as plaintext, RTF and PostScript</Summary>
|
||||
<Description>perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript.</Description>
|
||||
<Archive sha1sum="9c73d2de17d3a79212abc4c9b8c44b40802190a1" type="targz">https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-2.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-File-Slurper</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-Font-AFM</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<!-- test dependencies -->
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-HTML-Formatter</Name>
|
||||
<Summary>A Perl module that format HTML as plaintext, RTF and PostScript</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<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>2020-02-12</Date>
|
||||
<Version>2.16</Version>
|
||||
<Comment>First 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-HTML-Formatter</Name>
|
||||
<Summary xml:lang="tr">HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür</Summary>
|
||||
<Description xml:lang="tr">perl-HTML-Formatter HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Nearly transparent SSL encapsulation for IO::Socket::INET</Summary>
|
||||
<Description>IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET.</Description>
|
||||
<Archive sha1sum="4eacd69b81f7edae24135a53411cf87429584289" type="targz">https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.066.tar.gz</Archive>
|
||||
<Archive sha1sum="aa82e352ad50e7ff979c6d8cea71f84505d554e3" type="targz">https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.067.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Net-SSLeay</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-02-18</Date>
|
||||
<Version>2.067</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-13</Date>
|
||||
<Version>2.066</Version>
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A command-line application for reading, writing and editing meta information in image, audio and video files</Summary>
|
||||
<Description>ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files.</Description>
|
||||
<Archive sha1sum="8074827d1468bb4b4a5e0feaf0062bd5aa39af2c" type="targz">https://exiftool.org/Image-ExifTool-11.84.tar.gz</Archive>
|
||||
<Archive sha1sum="e2014f1d3a74206b94773a468019a7bc5ede1728" type="targz">https://exiftool.org/Image-ExifTool-11.86.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>11.86</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>11.84</Version>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<Summary xml:lang="tr">Görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz bir komut satırı uygulaması</Summary>
|
||||
<Description xml:lang="tr">ExifTool; görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz platformdan bağımsız bir Perl kütüphanesi ve komut satırı uygulamasıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Image-ExifTool-docs</Name>
|
||||
<Summary xml:lang="tr">perl-Image-ExifTool için belgelendirme dosyaları</Summary>
|
||||
|
||||
@@ -3,24 +3,24 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
<Homepage>http://search.cpan.org/dist/Test-MockModule/</Homepage>
|
||||
<Homepage>https://metacpan.org/release/Test-MockModule</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic-2</License>
|
||||
<License>GPLv1</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Override subroutines in a module for unit testing.</Summary>
|
||||
<Description>Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.</Description>
|
||||
<Archive sha1sum="9208ccb864dad19da805b45dd9b6247fa3d619e2" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz</Archive>
|
||||
<Archive sha1sum="2767a04c9f3c47a7e6c9ec84544fefc27d750120" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.172.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Super</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-Super</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -28,16 +28,24 @@
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
<Summary>Override subroutines in a module for unit testing.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-Super</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-02-21</Date>
|
||||
<Version>0.172.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>0.171.0</Version>
|
||||
@@ -60,4 +68,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Birim test için bir modüldeki altprogramları geçersiz kılın.</Summary>
|
||||
<Description xml:lang="tr">perl-Test-MockModule birim test amaçları için diğer paketlerdeki altprogramları geçici olarak yeniden tanımlamanıza izin verir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user