diff --git a/pisi-index.xml b/pisi-index.xml
index cf68c40de3..7432364265 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -80335,7 +80335,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
perl-HTML-Template
- http://search.cpan.org/~wonko/HTML-Template-2.91/
+ http://search.cpan.org/~wonko/HTML-Template/
Osman Erkan
osman.erkan@pisilinux.org
@@ -80349,6 +80349,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
http://search.cpan.org/CPAN/authors/id/W/WO/WONKO/HTML-Template-2.95.tar.gz
perl
+ perl-CGI
programming/language/perl/perl-HTML-Template/pspec.xml
@@ -80356,6 +80357,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
perl-HTML-Template
perl
+ perl-CGI
/usr/lib
@@ -80369,8 +80371,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
2014-09-10
2.95
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
@@ -81580,6 +81582,52 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+
+ perl-CGI
+ http://search.cpan.org/dist/CGI/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ Artistic
+ GPLv1
+ library
+ programming.language.perl
+ Handle Common Gateway Interface requests and responses.
+ Handle Common Gateway Interface requests and responses.
+ http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-4.28.tar.gz
+
+ perl
+ perl-HTML-Parser
+ perl-Test-Deep
+ perl-Test-Warn
+
+ programming/language/perl/perl-CGI/pspec.xml
+
+
+ perl-CGI
+ Handle Common Gateway Interface requests and responses.
+
+ perl
+ perl-HTML-Parser
+ perl-Test-Deep
+ perl-Test-Warn
+
+
+ /
+
+
+
+
+ 2016-03-27
+ 4.28
+ First release.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
perl-libwww
@@ -81692,6 +81740,52 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+
+ perl-Test-Warn
+ http://search.cpan.org/dist/Test-Warn/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ GPLv2
+ library
+ programming.language.perl
+ Perl extension to test methods for warnings
+ Test uyarıları için Perl eklentisi
+ perl-Test-Warn module provides a few convenience methods for testing warning based code.
+ perl-Test-Warn modülü, uyarı temelli kodları test etmeye yarayan birkaç kolaylık metodu sağlamaktadır.
+ http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
+
+ perl
+ perl-Sub-Uplevel
+ perl-Test-Pod
+
+ programming/language/perl/perl-Test-Warn/pspec.xml
+
+
+ perl-Test-Warn
+
+ perl
+ perl-Sub-Uplevel
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ 2016-03-27
+ 0.30
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
perl-URI
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index b55ec23791..f8cfb14f21 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-36f94e8ff22974ea76a356e6d171c4bdb5cc3edc
\ No newline at end of file
+13eb363adccbdd6a972df94075a2c47bcc39e905
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index db985b1e61..d9fd28bd06 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index c89789e8e3..0a18171900 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-716340354b98129d99d21729f82fa95742bed53e
\ No newline at end of file
+63419866ff5cc13104cfafbe5b43dd2c3bd5be79
\ No newline at end of file
diff --git a/programming/language/perl/perl-CGI/actions.py b/programming/language/perl/perl-CGI/actions.py
new file mode 100644
index 0000000000..d415c7df2e
--- /dev/null
+++ b/programming/language/perl/perl-CGI/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/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():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("README*", "Changes")
\ No newline at end of file
diff --git a/programming/language/perl/perl-CGI/pspec.xml b/programming/language/perl/perl-CGI/pspec.xml
new file mode 100644
index 0000000000..33e71e8311
--- /dev/null
+++ b/programming/language/perl/perl-CGI/pspec.xml
@@ -0,0 +1,46 @@
+
+
+ perl-CGI
+ http://search.cpan.org/dist/CGI/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ Artistic
+ GPLv1
+ library
+ Handle Common Gateway Interface requests and responses.
+ Handle Common Gateway Interface requests and responses.
+ http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-4.28.tar.gz
+
+ perl
+ perl-HTML-Parser
+ perl-Test-Deep
+ perl-Test-Warn
+
+
+
+
+ perl-CGI
+ Handle Common Gateway Interface requests and responses.
+
+ perl
+ perl-HTML-Parser
+ perl-Test-Deep
+ perl-Test-Warn
+
+
+ /
+
+
+
+
+
+ 2016-03-27
+ 4.28
+ First release.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-HTML-Template/pspec.xml b/programming/language/perl/perl-HTML-Template/pspec.xml
index 7bff76defd..a9ef29419e 100644
--- a/programming/language/perl/perl-HTML-Template/pspec.xml
+++ b/programming/language/perl/perl-HTML-Template/pspec.xml
@@ -4,7 +4,7 @@
perl-HTML-Template
- http://search.cpan.org/~wonko/HTML-Template-2.91/
+ http://search.cpan.org/~wonko/HTML-Template/
Osman Erkan
osman.erkan@pisilinux.org
@@ -18,6 +18,7 @@
http://search.cpan.org/CPAN/authors/id/W/WO/WONKO/HTML-Template-2.95.tar.gz
perl
+ perl-CGI
@@ -25,6 +26,7 @@
perl-HTML-Template
perl
+ perl-CGI
/usr/lib
@@ -38,8 +40,8 @@
2014-09-10
2.95
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/programming/language/perl/perl-Test-Warn/actions.py b/programming/language/perl/perl-Test-Warn/actions.py
new file mode 100644
index 0000000000..7745843799
--- /dev/null
+++ b/programming/language/perl/perl-Test-Warn/actions.py
@@ -0,0 +1,25 @@
+#!/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 pisitools
+from pisi.actionsapi import get
+from pisi.actionsapi import perlmodules
+
+WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("README", "Changes")
diff --git a/programming/language/perl/perl-Test-Warn/pspec.xml b/programming/language/perl/perl-Test-Warn/pspec.xml
new file mode 100644
index 0000000000..835353a725
--- /dev/null
+++ b/programming/language/perl/perl-Test-Warn/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ perl-Test-Warn
+ http://search.cpan.org/dist/Test-Warn/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ GPLv2
+ library
+ Perl extension to test methods for warnings
+ perl-Test-Warn module provides a few convenience methods for testing warning based code.
+ http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
+
+ perl
+ perl-Sub-Uplevel
+ perl-Test-Pod
+
+
+
+
+ perl-Test-Warn
+
+ perl
+ perl-Sub-Uplevel
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 0.30
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Test-Warn/translations.xml b/programming/language/perl/perl-Test-Warn/translations.xml
new file mode 100644
index 0000000000..cc28a13534
--- /dev/null
+++ b/programming/language/perl/perl-Test-Warn/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Test-Warn
+ Test uyarıları için Perl eklentisi
+ perl-Test-Warn modülü, uyarı temelli kodları test etmeye yarayan birkaç kolaylık metodu sağlamaktadır.
+
+