@@ -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>
|
<Archive sha1sum="4749d8e01758af386852b12fe1d2ada95f838ab6" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-URI</Dependency>
|
||||||
<Dependency>perl-Test-Pod</Dependency>
|
<Dependency>perl-Test-Pod</Dependency>
|
||||||
<Dependency>perl-HTML-Tagset</Dependency>
|
<Dependency>perl-HTML-Tagset</Dependency>
|
||||||
|
<Dependency>perl-HTTP-Message</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -26,7 +28,9 @@
|
|||||||
<Summary>HTML Parser</Summary>
|
<Summary>HTML Parser</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-URI</Dependency>
|
||||||
<Dependency>perl-HTML-Tagset</Dependency>
|
<Dependency>perl-HTML-Tagset</Dependency>
|
||||||
|
<Dependency>perl-HTTP-Message</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
|||||||
@@ -8,15 +8,19 @@ from pisi.actionsapi import get
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import perlmodules
|
from pisi.actionsapi import perlmodules
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
perlmodules.make()
|
perlmodules.make()
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
perlmodules.make("test")
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.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::Status.3pm")
|
||||||
pisitools.remove("/usr/share/man/man3/HTTP::Request::Common.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::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>
|
<IsA>app:console</IsA>
|
||||||
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
|
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
|
||||||
<Description>HTTP::Message object contains some headers and a content body.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-IO-HTML</Dependency>
|
<Dependency>perl-IO-HTML</Dependency>
|
||||||
@@ -50,6 +50,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="8">
|
||||||
<Date>2020-07-20</Date>
|
<Date>2020-07-20</Date>
|
||||||
<Version>6.25</Version>
|
<Version>6.25</Version>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ from pisi.actionsapi import perlmodules
|
|||||||
|
|
||||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
# suppress warning messages
|
# suppress warning messages
|
||||||
@@ -19,13 +20,16 @@ def setup():
|
|||||||
# fix runpath analysis
|
# fix runpath analysis
|
||||||
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
|
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
perlmodules.make()
|
perlmodules.make()
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
perlmodules.make("test")
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
pisitools.dodoc("README", "LICENSE", "Changes")
|
pisitools.dodoc("README", "LICENSE", "Changes")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Perl Binding for libxml2</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-XML-SAX</Dependency>
|
<Dependency>perl-XML-SAX</Dependency>
|
||||||
@@ -41,6 +41,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="3">
|
||||||
<Date>2020-05-18</Date>
|
<Date>2020-05-18</Date>
|
||||||
<Version>2.0205</Version>
|
<Version>2.0205</Version>
|
||||||
|
|||||||
@@ -10,18 +10,22 @@ from pisi.actionsapi import perlmodules
|
|||||||
|
|
||||||
WorkDir = "libwww-perl-%s" % get.srcVERSION()
|
WorkDir = "libwww-perl-%s" % get.srcVERSION()
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
perlmodules.make()
|
perlmodules.make()
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
perlmodules.make("test")
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
for method in ["GET", "POST", "HEAD"]:
|
for method in ["GET", "POST", "HEAD"]:
|
||||||
pisitools.dosym("/usr/bin/lwp-request", "/usr/bin/%s" % method)
|
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>
|
<IsA>library</IsA>
|
||||||
<Summary>Application programming interface to the World-Wide Web</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-NET-HTTP</Dependency>
|
<Dependency>perl-NET-HTTP</Dependency>
|
||||||
@@ -57,6 +57,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="7">
|
||||||
<Date>2020-07-20</Date>
|
<Date>2020-07-20</Date>
|
||||||
<Version>6.47</Version>
|
<Version>6.47</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user