Merge pull request #7524 from blue-devil/master

perl modules
This commit is contained in:
Kamil ATLI
2020-01-14 00:50:44 +03:00
committed by GitHub
18 changed files with 185 additions and 100 deletions
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>Perl-XML-SAX-BASE</Name>
<Summary xml:lang="en">Base class SAX Drivers and Filters</Summary>
</Source>
</PISI>
@@ -23,4 +23,4 @@ def install():
pisitools.remove("/usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm")
pisitools.remove("/usr/share/man/man3/WWW::RobotRules.3pm")
pisitools.dodoc("Changes", "MANIFEST", "README")
pisitools.dodoc("Changes", "MANIFEST", "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-WWW-Robotrules</Name>
<Homepage>http://search.cpan.org/~gaas/WWW-RobotRules-6.02/</Homepage>
<Homepage>https://metacpan.org/pod/WWW::RobotRules</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
@@ -23,6 +23,7 @@
<Package>
<Name>perl-WWW-Robotrules</Name>
<Summary>database of robots.txt-derived permissions</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
@@ -36,6 +37,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-13</Date>
<Version>6.02</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.02</Version>
@@ -65,4 +73,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-WWW-Robotrules</Name>
<Summary xml:lang="en">database of robots.txt-derived permissions</Summary>
<Description xml:lang="en">This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at &lt;http://www.robotstxt.org/wc/norobots.html> Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.</Description>
<Summary xml:lang="tr">robots.txt-turevi izinler veritabanı</Summary>
<Description xml:lang="tr">Bu modÜl robots.txt dosyasının ayarlarını çözümleyebilen perl yordamları sunar.</Description>
</Source>
</PISI>
</PISI>
@@ -24,4 +24,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*", "Changes")
pisitools.dodoc("README*", "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-XML-NamespaceSupport</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 module that offers a simple to process namespaced XML names</Summary>
<Description>This module offers a simple way to process namespaced XML names (unames) from within any application that may need them.</Description>
@@ -20,6 +21,7 @@
<Package>
<Name>perl-XML-NamespaceSupport</Name>
<Summary>A Perl module that offers a simple to process namespaced XML names</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -31,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-01-13</Date>
<Version>1.12</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>1.12</Version>
@@ -46,4 +55,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,6 +2,8 @@
<PISI>
<Source>
<Name>perl-XML-NamespaceSupport</Name>
<Summary xml:lang="tr">XML adlarını işleyebilen bir perl modülü</Summary>
<Description xml:lang="tr">Gerek duyan uygulamalar tarafından kullanılabilen ve XML adlarını işleyebilen bir perl modülüdür.</Description>
<Description xml:lang="es">Módulo Perl para procesamiento sencillo de nombres de espacio de nombres XML (unames) desde cualquier programa</Description>
</Source>
</PISI>
</PISI>
@@ -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-XML-SAX-BASE</Name>
<Homepage>http://search.cpan.org/~grantm/XML-SAX-Base-1.08/</Homepage>
<Name>perl-XML-SAX-Base</Name>
<Homepage>https://metacpan.org/pod/XML::SAX::Base</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,13 +13,14 @@
<IsA>app:console</IsA>
<Summary>Base class SAX Drivers and Filters</Summary>
<Description>This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.</Description>
<Archive sha1sum="bf2c97ed35d5de09015d5a6f6ab8a8ee50aedd4a" type="targz">http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz</Archive>
<Archive sha1sum="bf2c97ed35d5de09015d5a6f6ab8a8ee50aedd4a" type="targz">https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>Perl-XML-SAX-BASE</Name>
<Name>perl-XML-SAX-Base</Name>
<Summary>Base class SAX Drivers and Filters</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -30,6 +31,13 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-01-13</Date>
<Version>1.09</Version>
<Comment>Rebuild.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>1.09</Version>
@@ -45,4 +53,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-XML-SAX-Base</Name>
<Summary xml:lang="tr">SAX sürücü ve süzgeçleri içeren perl modülü.</Summary>
<Description xml:lang="tr">perl-XML-SAX-BASE, SAX sürücü ve süzgeçleri içeren perl modülüdür.</Description>
</Source>
</PISI>
@@ -23,4 +23,4 @@ def check():
def install():
# pure_install avoids touching system's ParserDetails.ini
# This ini file gets generated/updated on post/preInstall
perlmodules.install("pure_install")
perlmodules.install("pure_install")
@@ -4,7 +4,7 @@
import os
# FIXME: Bump this version when needed
perlVersion = "5.12.2"
perlVersion = "5.30.1"
vendor_lib_path = "/usr/lib/perl5/vendor_perl/%s" % perlVersion
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
@@ -13,4 +13,4 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
def preRemove():
# Unregister XML::SAX::PurePerl
os.system("/usr/bin/perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()'")
os.system("/usr/bin/perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()'")
@@ -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-XML-SAX</Name>
@@ -9,24 +9,26 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl module for using and building Perl SAX2 XML parsers, filters, and drivers</Summary>
<Description>This module consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers.</Description>
<Archive sha1sum="1151e38f305dd1362372c6f9834fae2200d90dbc" type="targz">http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-1.00.tar.gz</Archive>
<Archive sha1sum="c8447c13391225a53a3a87353db840b2eb07e049" type="targz">https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>Perl-XML-SAX-BASE</Dependency>
<Dependency>perl-XML-SAX-Base</Dependency>
<Dependency>perl-XML-NamespaceSupport</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-XML-SAX</Name>
<Summary>Perl module for using and building Perl SAX2 XML parsers, filters, and drivers</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>Perl-XML-SAX-BASE</Dependency>
<Dependency>perl-XML-SAX-Base</Dependency>
<Dependency>perl-XML-NamespaceSupport</Dependency>
</RuntimeDependencies>
<Files>
@@ -41,6 +43,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-01-13</Date>
<Version>1.02</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>1.00</Version>
@@ -56,4 +65,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -3,6 +3,7 @@
<Source>
<Name>perl-XML-SAX</Name>
<Summary xml:lang="tr">Perl SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülü</Summary>
<Description xml:lang="tr">perl-XML-SAX, SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülüdür.</Description>
<Description xml:lang="es">El módulo consiste de varias clases de framework para usar y construir (build) parsers, filtros y controladores SAX2 XML</Description>
</Source>
</PISI>
</PISI>