add some perl package
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/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 = "libwww-perl-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
for method in ["GET", "POST", "HEAD"]:
|
||||
pisitools.dosym("/usr/bin/lwp-request", "/usr/bin/%s" % method)
|
||||
|
||||
pisitools.dodoc("Changes","README")
|
||||
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-libwww</Name>
|
||||
<Homepage>http://search.cpan.org/dist/libwww-perl</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Artistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Application programming interface to the World-Wide Web</Summary>
|
||||
<Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description>
|
||||
<Archive sha1sum="e10b097a4a2f04efcb3549b6543e16534b46064d" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-NET-HTTP</Dependency>
|
||||
<Dependency>perl-HTTP-Date</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-HTML-Tagset</Dependency>
|
||||
<Dependency>perl-HTTP-Daemon</Dependency>
|
||||
<Dependency>perl-File-Listing</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
<Dependency>perl-Encode-Locale</Dependency>
|
||||
<Dependency>perl-HTTP-Negotiate</Dependency>
|
||||
<Dependency>perl-LWP-Mediatypes</Dependency>
|
||||
<Dependency>perl-WWW-Robotrules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-libwww</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-NET-HTTP</Dependency>
|
||||
<Dependency>perl-HTTP-Date</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-HTML-Tagset</Dependency>
|
||||
<Dependency>perl-HTTP-Daemon</Dependency>
|
||||
<Dependency>perl-File-Listing</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
<Dependency>perl-Encode-Locale</Dependency>
|
||||
<Dependency>perl-HTTP-Negotiate</Dependency>
|
||||
<Dependency>perl-LWP-Mediatypes</Dependency>
|
||||
<Dependency>perl-WWW-Robotrules</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<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/perl</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>6.05</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-05-28</Date>
|
||||
<Version>6.05</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-11-21</Date>
|
||||
<Version>6.05</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-07</Date>
|
||||
<Version>6.04</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-libwww</Name>
|
||||
<Description xml:lang="es">La colección libwww-perl es un conjunto de módulos Perl que facilitan una interfaz de programación de aplicación, simple y consistente para la Web.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user