add some perl package

This commit is contained in:
burakerturk
2015-07-16 02:38:36 +03:00
parent a3320c1bbe
commit 72afa0ce95
102 changed files with 5234 additions and 4 deletions
@@ -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/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("Changes","README")
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-HTML-Parser</Name>
<Homepage>http://search.cpan.org/dist/HTML-Parser/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>HTML Parser</Summary>
<Description>The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents.</Description>
<Archive sha1sum="4f1968db53154ec54675e639000b5881962e8848" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-HTML-Tagset</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-HTML-Parser</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-HTML-Tagset</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/perl-HTML-Parser</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2014-09-10</Date>
<Version>3.71</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-28</Date>
<Version>3.71</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-06</Date>
<Version>3.71</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-06-29</Date>
<Version>3.69</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-HTML-Parser</Name>
<Summary xml:lang="tr">HTML ayrıştırmak için kütüphane</Summary>
<Description xml:lang="tr">HTML-Parser yazılımı, HTML dökümanlarından bilgi ayrıştıran ve seçip çıkaran bir modüller kolleksiyonudur.</Description>
<Description xml:lang="es">La distribución HTML-Parser es una colección de módulos que analizan la sintaxis y extraen información de documentos HTML.</Description>
</Source>
</PISI>