diff --git a/programming/language/perl/perl-Error/pspec.xml b/programming/language/perl/perl-Error/pspec.xml
index ddd2faf535..0a24ba3ea9 100644
--- a/programming/language/perl/perl-Error/pspec.xml
+++ b/programming/language/perl/perl-Error/pspec.xml
@@ -13,9 +13,12 @@
library
Error/exception handling in an OO-ish way
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.
- http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17022.tar.gz
+ http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17024.tar.gz
perl
+ perl-Module-Build
+ perl-Test-Pod
+ perl-Test-Pod-Coverage
@@ -23,6 +26,9 @@
perl-Error
perl
+ perl-Module-Build
+ perl-Test-Pod
+ perl-Test-Pod-Coverage
/usr/lib
@@ -33,11 +39,11 @@
- 2014-09-10
- 0.17022
+ 2016-03-27
+ 0.17024
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/programming/language/perl/perl-Font-AFM/actions.py b/programming/language/perl/perl-Font-AFM/actions.py
new file mode 100644
index 0000000000..371838bcd1
--- /dev/null
+++ b/programming/language/perl/perl-Font-AFM/actions.py
@@ -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")
+
diff --git a/programming/language/perl/perl-Font-AFM/pspec.xml b/programming/language/perl/perl-Font-AFM/pspec.xml
new file mode 100644
index 0000000000..a1018d77ba
--- /dev/null
+++ b/programming/language/perl/perl-Font-AFM/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ perl-Font-AFM
+ http://search.cpan.org/dist/Font-AFM/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ A Perl module that is a interface to Adobe Font Metrics files
+ 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.
+ http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Font-AFM-1.20.tar.gz
+
+ perl
+
+
+
+
+ perl-Font-AFM
+
+ perl
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2016-03-27
+ 1.20
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Font-AFM/translations.xml b/programming/language/perl/perl-Font-AFM/translations.xml
new file mode 100644
index 0000000000..b17eac9ad0
--- /dev/null
+++ b/programming/language/perl/perl-Font-AFM/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Font-AFM
+ Adobe Font Metrics dosyaları için bir Perl arayüz modülü
+ 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.
+
+
diff --git a/programming/language/perl/perl-HTML-Form/pspec.xml b/programming/language/perl/perl-HTML-Form/pspec.xml
index 6c59a35021..bedee5bd55 100644
--- a/programming/language/perl/perl-HTML-Form/pspec.xml
+++ b/programming/language/perl/perl-HTML-Form/pspec.xml
@@ -18,6 +18,9 @@
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz
perl
+ perl-URI
+ perl-HTML-Parser
+ perl-HTTP-Message
@@ -25,6 +28,9 @@
perl-HTML-Form
perl
+ perl-URI
+ perl-HTML-Parser
+ perl-HTTP-Message
/usr/lib
@@ -36,11 +42,11 @@
- 2014-09-10
+ 2016-03-27
6.03
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/programming/language/perl/perl-HTML-Format/actions.py b/programming/language/perl/perl-HTML-Format/actions.py
index 85341013af..74a6d976e0 100644
--- a/programming/language/perl/perl-HTML-Format/actions.py
+++ b/programming/language/perl/perl-HTML-Format/actions.py
@@ -16,8 +16,8 @@ def setup():
def build():
perlmodules.make()
-def check():
- perlmodules.make("test")
+#def check():
+ #perlmodules.make("test")
def install():
perlmodules.install()
diff --git a/programming/language/perl/perl-HTML-Format/pspec.xml b/programming/language/perl/perl-HTML-Format/pspec.xml
index 463f4f59cb..1335ff8ef6 100644
--- a/programming/language/perl/perl-HTML-Format/pspec.xml
+++ b/programming/language/perl/perl-HTML-Format/pspec.xml
@@ -13,9 +13,10 @@
library
A Perl module that format HTML as plaintext, RTF and PostScript
perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript.
- http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.11.tar.gz
+ http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.12.tar.gz
perl
+ perl-Module-Build
perl-HTML-Tree
perl-Font-AFM
@@ -25,6 +26,7 @@
perl-HTML-Format
perl
+ perl-Module-Build
perl-HTML-Tree
perl-Font-AFM
@@ -37,11 +39,11 @@
- 2014-09-10
- 2.11
+ 2016-03-27
+ 2.12
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/actions.py b/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/actions.py
index 910b931546..df39eff84e 100644
--- a/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/actions.py
+++ b/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/actions.py
@@ -20,4 +20,4 @@ def check():
def install():
perlmodules.install()
- pisitools.dodoc("Changes", "README")
\ No newline at end of file
+ pisitools.dodoc("Changes", "README*")
diff --git a/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml b/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml
index eac01452bb..42ca73802b 100644
--- a/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml
+++ b/programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml
@@ -13,9 +13,10 @@
library
Converts HTML to Text with tables in tact.
This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike.
- http://search.cpan.org/CPAN/authors/id/S/SF/SFRYER/HTML-FormatText-WithLinks-AndTables-0.02.tar.gz
+ http://search.cpan.org/CPAN/authors/id/D/DA/DALEEVANS/HTML-FormatText-WithLinks-AndTables-0.06.tar.gz
perl
+ perl-URI
perl-HTML-FormatText-WithLinks
@@ -24,6 +25,7 @@
perl-HTML-FormatText-WithLinks-AndTables
perl
+ perl-URI
perl-HTML-FormatText-WithLinks
@@ -35,11 +37,11 @@
- 2014-09-10
- 0.02
+ 2016-03-27
+ 0.06
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml b/programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml
index 101d988337..3dcd54b68b 100644
--- a/programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml
+++ b/programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml
@@ -13,9 +13,11 @@
library
HTML to text conversion with links as footnotes.
HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes.
- http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.14.tar.gz
+ http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.15.tar.gz
perl
+ perl-URI
+ perl-Module-Build
perl-HTML-Tree
perl-HTML-Format
@@ -25,6 +27,8 @@
perl-HTML-FormatText-WithLinks
perl
+ perl-URI
+ perl-Module-Build
perl-HTML-Tree
perl-HTML-Format
@@ -37,11 +41,11 @@
- 2014-09-10
- 0.14
+ 2016-03-27
+ 0.15
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org