perl-*:edit
This commit is contained in:
@@ -13,9 +13,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Error/exception handling in an OO-ish way</Summary>
|
||||
<Description>The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.</Description>
|
||||
<Archive sha1sum="2e638bd8e9f9e241733a6f199287154a039d3700" type="targz">http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17022.tar.gz</Archive>
|
||||
<Archive sha1sum="21376fdb5a352eea3e92cd4027df163dc4075561" type="targz">http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17024.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -23,6 +26,9 @@
|
||||
<Name>perl-Error</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -33,11 +39,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>0.17022</Version>
|
||||
<Date>2016-03-27</Date>
|
||||
<Version>0.17024</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -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/copyleft/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():
|
||||
pisitools.dosed("t/afm.t", "Helvetica", "phvr")
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Font-AFM</Name>
|
||||
<Homepage>http://search.cpan.org/dist/Font-AFM/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that is a interface to Adobe Font Metrics files</Summary>
|
||||
<Description>perl-Font-AFM is interface to Adobe Font Metrics files. It allows you to obtain information about the font and the metrics of the various glyphs in the font.</Description>
|
||||
<Archive sha1sum="8f42d4094a608b1977e2e7f8929b5b6f46c66014" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Font-AFM-1.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Font-AFM</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-03-27</Date>
|
||||
<Version>1.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Font-AFM</Name>
|
||||
<Summary xml:lang="tr">Adobe Font Metrics dosyaları için bir Perl arayüz modülü</Summary>
|
||||
<Description xml:lang="tr">Adobe Font Metrics dosyaları için bir Perl arayüz mödülü. Bu modül ile yazı tipi ve biçimi hakkında bilgilere ulaşabilirsiniz.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -18,6 +18,9 @@
|
||||
<Archive sha1sum="4b501ae3a5682a1efb1a8a34b19882244e6ecef1" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,6 +28,9 @@
|
||||
<Name>perl-HTML-Form</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Parser</Dependency>
|
||||
<Dependency>perl-HTTP-Message</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -36,11 +42,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Date>2016-03-27</Date>
|
||||
<Version>6.03</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -16,8 +16,8 @@ def setup():
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
#def check():
|
||||
#perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that format HTML as plaintext, RTF and PostScript</Summary>
|
||||
<Description>perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript.</Description>
|
||||
<Archive sha1sum="588fff7c4bf1433a7178e66786ab5feaccd41ac1" type="targz">http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.11.tar.gz</Archive>
|
||||
<Archive sha1sum="f5b752d97a424f7abcaa16341b85ea943af87429" type="targz">http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.12.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-Font-AFM</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -25,6 +26,7 @@
|
||||
<Name>perl-HTML-Format</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-Font-AFM</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -37,11 +39,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>2.11</Version>
|
||||
<Date>2016-03-27</Date>
|
||||
<Version>2.12</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -20,4 +20,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
pisitools.dodoc("Changes", "README*")
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Converts HTML to Text with tables in tact.</Summary>
|
||||
<Description>This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike.</Description>
|
||||
<Archive sha1sum="3ffe88d7a2157de2a693291cb77bf0497a23138d" type="targz">http://search.cpan.org/CPAN/authors/id/S/SF/SFRYER/HTML-FormatText-WithLinks-AndTables-0.02.tar.gz</Archive>
|
||||
<Archive sha1sum="39c981d78b1b415e63eca18eca590d1157100160" type="targz">http://search.cpan.org/CPAN/authors/id/D/DA/DALEEVANS/HTML-FormatText-WithLinks-AndTables-0.06.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-FormatText-WithLinks</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -24,6 +25,7 @@
|
||||
<Name>perl-HTML-FormatText-WithLinks-AndTables</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-FormatText-WithLinks</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -35,11 +37,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>0.02</Version>
|
||||
<Date>2016-03-27</Date>
|
||||
<Version>0.06</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -13,9 +13,11 @@
|
||||
<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>
|
||||
<Archive sha1sum="95df9fecef1262c0c4a578c87a6d9b9bceab98c1" type="targz">http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.14.tar.gz</Archive>
|
||||
<Archive sha1sum="f1830637ab723f14b502c1205c8af5241d6c7bb6" type="targz">http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.15.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-HTML-Format</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -25,6 +27,8 @@
|
||||
<Name>perl-HTML-FormatText-WithLinks</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-HTML-Format</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -37,11 +41,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-09-10</Date>
|
||||
<Version>0.14</Version>
|
||||
<Date>2016-03-27</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user