@@ -16,8 +16,10 @@
|
||||
<Archive sha1sum="4749d8e01758af386852b12fe1d2ada95f838ab6" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-HTML-Tagset</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,7 +28,9 @@
|
||||
<Summary>HTML Parser</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Tagset</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
|
||||
@@ -8,15 +8,19 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
@@ -29,4 +33,4 @@ def install():
|
||||
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")
|
||||
pisitools.remove("/usr/share/man/man3/HTTP::Headers::Auth.3pm")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
|
||||
<Description>HTTP::Message object contains some headers and a content body.</Description>
|
||||
<Archive sha1sum="aae978e0fde53208e825f1254504b45eb99ba059" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/HTTP-Message-6.25.tar.gz</Archive>
|
||||
<Archive sha1sum="d156620a5bc21a22b280d83a358bbf42ef23d121" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.26.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-IO-HTML</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>6.26</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-07-20</Date>
|
||||
<Version>6.25</Version>
|
||||
|
||||
@@ -10,6 +10,7 @@ from pisi.actionsapi import perlmodules
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
# suppress warning messages
|
||||
@@ -19,13 +20,16 @@ def setup():
|
||||
# fix runpath analysis
|
||||
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README", "LICENSE", "Changes")
|
||||
pisitools.dodoc("README", "LICENSE", "Changes")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Perl Binding for libxml2</Summary>
|
||||
<Description>This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM.</Description>
|
||||
<Archive sha1sum="56ec403c36ff7f6c3985d17b9fd86336a7f29971" type="targz">https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0205.tar.gz</Archive>
|
||||
<Archive sha1sum="b71a0f66a2503ce4ed19eeece4f6e92d9a703cb4" type="targz">https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0206.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-XML-SAX</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>2.0206</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>2.0205</Version>
|
||||
|
||||
@@ -10,18 +10,22 @@ from pisi.actionsapi import perlmodules
|
||||
|
||||
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("LICENSE","README*")
|
||||
pisitools.dodoc("LICENSE","README*")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<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="3435586af66ec78c86553d26fb225f759098d11c" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.47.tar.gz</Archive>
|
||||
<Archive sha1sum="ed329c462bd7852dfcfb5ca77c1624a9b5e90124" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-NET-HTTP</Dependency>
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>6.49</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-07-20</Date>
|
||||
<Version>6.47</Version>
|
||||
|
||||
Reference in New Issue
Block a user