Merge pull request #7516 from blue-devil/master

perl packages fix clean and index added
This commit is contained in:
Idris Kalp
2020-01-13 02:30:05 +03:00
committed by GitHub
19 changed files with 207403 additions and 207321 deletions
+207256 -207286
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
43c936bf774c02019d6439fabe912359348719b5
948e68b567e3bde2934d3af6f534345506f031af
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
63e8d98dc4738df2c13562f954cd9c39436c0100
6cd5304a7327875cb30b51a00152fc0e496c3c11
@@ -36,6 +36,7 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -6,7 +6,6 @@
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
perlmodules.configure()
@@ -20,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "MANIFEST", "README")
pisitools.dodoc("Changes", "MANIFEST", "LICENSE")
@@ -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-HTML-Form</Name>
<Homepage>http://search.cpan.org/~gaas/HTML-Form-6.03/</Homepage>
<Homepage>https://metacpan.org/pod/HTML::Form</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
@@ -14,7 +14,7 @@
<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 &lt;form> ... &lt;/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="4b501ae3a5682a1efb1a8a34b19882244e6ecef1" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz</Archive>
<Archive sha1sum="de42a5f47a7ffbf12c46075c0bf6130aba7d3d21" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-6.05.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
@@ -25,6 +25,7 @@
<Package>
<Name>perl-HTML-Form</Name>
<Summary>HTML::Form - Class that represents an HTML form element</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
@@ -40,6 +41,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.03</Version>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-HTML-Form</Name>
<Summary xml:lang="en">HTML::Form - Class that represents an HTML form element</Summary>
<Description xml:lang="en">Objects of the HTML::Form class represents a single HTML &lt;form> ... &lt;/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>
<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 &lt;form> ... &lt;/form> örneğini temsil edebilirler.</Description>
</Source>
</PISI>
@@ -14,17 +14,19 @@ def setup():
def build():
perlmodules.make()
#def check():
# perlmodules.make("test")
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.remove("/usr/share/man/man3/HTTP::Request::Common.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Request.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Status.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Config.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Headers::Util.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Response.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Headers.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Headers::ETag.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Config.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Message.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Headers.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Status.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Request::Common.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Response.3pm")
pisitools.remove("/usr/share/man/man3/HTTP::Headers::Auth.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-HTTP-Message</Name>
@@ -12,35 +12,50 @@
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>Class encapsulating HTTP Message headers</Summary>
<Description>The HTTP::Headers class encapsulates HTTP-style message headers.</Description>
<Archive sha1sum="afddff731603a6bb4ab9838c04a72942705660c5" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.13.tar.gz</Archive>
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
<Description>HTTP::Message object contains some headers and a content body.</Description>
<Archive sha1sum="812926834f4386c462ced4aab44f0fdf7affdbbc" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-LWP-Mediatypes</Dependency>
<Dependency>perl-IO-HTML</Dependency>
<Dependency>perl-HTTP-Date</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
<Dependency>perl-LWP-Mediatypes</Dependency>
<!-- test dependencies -->
<Dependency>perl-URI</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
<Dependency>perl-Encode-Locale</Dependency>
<!--
<Dependency>perl-HTML-Parser</Dependency>
-->
</BuildDependencies>
</Source>
<Package>
<Name>perl-HTTP-Message</Name>
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
<!--
<Dependency>perl-LWP-Mediatypes</Dependency>
<Dependency>perl-HTTP-Date</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
<Dependency>perl-URI</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>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>6.18</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.13</Version>
@@ -70,4 +85,4 @@
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-HTTP-Message</Name>
<Summary xml:lang="en">Class encapsulating HTTP Message headers</Summary>
<Description xml:lang="en">The HTTP::Headers class encapsulates HTTP-style message headers.</Description>
<Summary xml:lang="en">HTTP::Message - HTTP tarzı mesaj (ana sınıf)</Summary>
<Description xml:lang="en">HTTP::Message nesnesi bazı HTTP başlıkları ve içerik gövdesi içerir.</Description>
</Source>
</PISI>
</PISI>
@@ -0,0 +1,24 @@
#!/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 = "%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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-IO-HTML</Name>
<Homepage>https://metacpan.org/pod/IO::HTML</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>IO::HTML Opens an HTML file with automatic charset detection</Summary>
<Description>IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding.</Description>
<Archive sha1sum="210b60f438502744c9c31a82329b19a6f9aecf63" type="targz">https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-IO-HTML</Name>
<Summary>IO::HTML Opens an HTML file with automatic charset detection</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<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="1">
<Date>2020-01-11</Date>
<Version>1.001</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-IO-HTML</Name>
<Summary xml:lang="tr">IO::HTML bir HTML dosyasını otomatik karakter seti tespiti ile açar.</Summary>
<Description xml:lang="tr">perl-IO-HTML, HTML içeren dosyayı açarken otomatik karakter seti sunarak açmayı kolaylaştıran bir yol sunar.</Description>
</Source>
</PISI>
@@ -2,7 +2,7 @@
<!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>
@@ -22,7 +22,7 @@
</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>
@@ -71,4 +71,4 @@
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-LWP-MediaTypes</Name>
<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>
@@ -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-Exception</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Module for testing exception based codes</Summary>
<Description>This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.</Description>
@@ -21,18 +22,26 @@
<Package>
<Name>perl-Test-Exception</Name>
<Summary>Module for testing exception based codes</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Uplevel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/perl-Test-Exception</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/perl-Test-Exception</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-12</Date>
<Version>0.43</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.43</Version>
@@ -3,5 +3,6 @@
<Source>
<Name>perl-Test-Exception</Name>
<Summary xml:lang="tr">Perl için exception tabanlı kod denetleme modülü</Summary>
<Description xml:lang="tr">perl-Test-Exception, perl için exception tabanlı kod denetleme modülü içerir.</Description>
</Source>
</PISI>