perl-HTML-FormatText-WithLinks:rebuilt

This commit is contained in:
blue-devil
2020-01-14 21:03:38 +00:00
parent aa3bb8f9c5
commit 923f0088a1
2 changed files with 19 additions and 5 deletions
@@ -1,14 +1,15 @@
<?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-HTML-FormatText-WithLinks</Name>
<Homepage>http://search.cpan.org/dist/HTML-FormatText-WithLinks</Homepage>
<Homepage>https://metacpan.org/pod/HTML::FormatText::WithLinks</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>PerlArtistic GPL</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>HTML to text conversion with links as footnotes.</Summary>
<Description>HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes.</Description>
@@ -16,20 +17,24 @@
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-HTML-Tree</Dependency>
<Dependency>perl-HTML-Format</Dependency>
<Dependency>perl-Module-Build</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-HTML-FormatText-WithLinks</Name>
<Summary>HTML to text conversion with links as footnotes.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-HTML-Tree</Dependency>
<Dependency>perl-HTML-Format</Dependency>
<Dependency>perl-Module-Build</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -39,6 +44,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-14</Date>
<Version>0.15</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>0.15</Version>
@@ -68,4 +80,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,6 +2,8 @@
<PISI>
<Source>
<Name>perl-HTML-FormatText-WithLinks</Name>
<Summary xml:lang="tr">Bağlantıları dipnot olarak alan HTML'den metine dönüşüm modülü</Summary>
<Description xml:lang="tr">HTML::FormatText::WithLinks HTML'i alıp düz metne çevirebilen ve bunu yaparken tüm bağlantıları da dipnot olarak verebilen perl modülüdür.</Description>
<Summary xml:lang="en">HTML to text conversion with links as footnotes.</Summary>
<Description xml:lang="en">HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes.</Description>
</Source>