diff --git a/programming/language/perl/perl-Net-SMTP-SSL/pspec.xml b/programming/language/perl/perl-Net-SMTP-SSL/pspec.xml index 1f37350bc7..eb1fdec933 100644 --- a/programming/language/perl/perl-Net-SMTP-SSL/pspec.xml +++ b/programming/language/perl/perl-Net-SMTP-SSL/pspec.xml @@ -15,6 +15,7 @@ http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/Net-SMTP-SSL-1.01.tar.gz perl + perl-IO-Socket-SSL diff --git a/programming/language/perl/perl-Net-SSLeay/actions.py b/programming/language/perl/perl-Net-SSLeay/actions.py new file mode 100644 index 0000000000..891f0cf5dd --- /dev/null +++ b/programming/language/perl/perl-Net-SSLeay/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 = "Net-SSLeay-%s" % get.srcVERSION() + +def setup(): + perlmodules.configure("-- /usr/include/openssl/") + +def build(): + perlmodules.make() + +#def check(): +# perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes","README") diff --git a/programming/language/perl/perl-Net-SSLeay/pspec.xml b/programming/language/perl/perl-Net-SSLeay/pspec.xml new file mode 100644 index 0000000000..c1be90bd68 --- /dev/null +++ b/programming/language/perl/perl-Net-SSLeay/pspec.xml @@ -0,0 +1,66 @@ + + + + + perl-Net-SSLeay + http://search.cpan.org/~flora/Net-SSLeay + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + library + Net::SSLeay module for perl + Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP. This protocol is frequently used in the telecoms and mobile operator world to pass short messages between systems that implement the short message service (SMS). + http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-1.66.tar.gz + + perl + perl-Test-Exception + openssl-devel + + + + + perl-Net-SSLeay + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-Net-SSLeay + + + + + + 2014-09-10 + 1.66 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 1.63 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 1.48 + Rebuild for new perl. + PisiLinux Community + admins@pisilinux.org + + + 2012-09-12 + 1.48 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/perl/perl-Net-SSLeay/translations.xml b/programming/language/perl/perl-Net-SSLeay/translations.xml new file mode 100644 index 0000000000..63b8527be7 --- /dev/null +++ b/programming/language/perl/perl-Net-SSLeay/translations.xml @@ -0,0 +1,9 @@ + + + + perl-Net-SSLeay + OpenSSL erişimi için Perl modülü + Net::SMPP, TCP üzerinden kısa mesaj gönderimi gerçeklemesidir. Bu iletişim kuralı genelde telekom alanında kısa mesaj servisini (SMS) gerçekleştirmek için kullanılır. + Net::SMPP es una implementación del protocolo TCP de mensajes cortos sobre Peer to Peer. Este protocolo está frecuentemente usado por operadoras de telecom y móviles para pasar mensajes cortos entre sistemas que implementan el servicio de mensajes cortos (SMS). + + diff --git a/programming/language/perl/perl-Sub-Uplevel/actions.py b/programming/language/perl/perl-Sub-Uplevel/actions.py new file mode 100644 index 0000000000..1327f091d2 --- /dev/null +++ b/programming/language/perl/perl-Sub-Uplevel/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 = "Sub-Uplevel-%s" % get.srcVERSION() + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README", "MANIFEST", "Changes") diff --git a/programming/language/perl/perl-Sub-Uplevel/pspec.xml b/programming/language/perl/perl-Sub-Uplevel/pspec.xml new file mode 100644 index 0000000000..8514f2adac --- /dev/null +++ b/programming/language/perl/perl-Sub-Uplevel/pspec.xml @@ -0,0 +1,63 @@ + + + + + perl-Sub-Uplevel + http://search.cpan.org/dist/Sub-Uplevel/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + Module to apparently run a function in a higher stack frame + Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided. + http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.24.tar.gz + + perl + + + + + perl-Sub-Uplevel + + perl + + + /usr/lib + /usr/share/doc/perl-Sub-Uplevel + /usr/share/man + + + + + + 2014-09-10 + 0.24 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.24 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-08 + 0.24 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 0.24 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Sub-Uplevel/translations.xml b/programming/language/perl/perl-Sub-Uplevel/translations.xml new file mode 100644 index 0000000000..8940639222 --- /dev/null +++ b/programming/language/perl/perl-Sub-Uplevel/translations.xml @@ -0,0 +1,7 @@ + + + + perl-Sub-Uplevel + Bir fonksiyonu daha yüksek bir yığın çerçevesinde çalıştırmak için perl modülü + + diff --git a/programming/language/perl/perl-Test-Exception/actions.py b/programming/language/perl/perl-Test-Exception/actions.py new file mode 100644 index 0000000000..670571928d --- /dev/null +++ b/programming/language/perl/perl-Test-Exception/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 = "Test-Exception-%s" % get.srcVERSION() + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README", "MANIFEST", "Changes") diff --git a/programming/language/perl/perl-Test-Exception/pspec.xml b/programming/language/perl/perl-Test-Exception/pspec.xml new file mode 100644 index 0000000000..53a1e9fe73 --- /dev/null +++ b/programming/language/perl/perl-Test-Exception/pspec.xml @@ -0,0 +1,65 @@ + + + + + perl-Test-Exception + http://search.cpan.org/dist/Test-Exception/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + Module for testing exception based codes + This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. + http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-0.32.tar.gz + + perl + perl-Sub-Uplevel + + + + + perl-Test-Exception + + perl + perl-Sub-Uplevel + + + /usr/lib + /usr/share/doc/perl-Test-Exception + /usr/share/man + + + + + + 2014-09-10 + 0.32 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.32 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-08 + 0.32 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 0.31 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/perl/perl-Test-Exception/translations.xml b/programming/language/perl/perl-Test-Exception/translations.xml new file mode 100644 index 0000000000..39518b4750 --- /dev/null +++ b/programming/language/perl/perl-Test-Exception/translations.xml @@ -0,0 +1,7 @@ + + + + perl-Test-Exception + Perl için exception tabanlı kod denetleme modülü + + diff --git a/programming/language/perl/perl-Test-Pod/actions.py b/programming/language/perl/perl-Test-Pod/actions.py new file mode 100644 index 0000000000..336152d265 --- /dev/null +++ b/programming/language/perl/perl-Test-Pod/actions.py @@ -0,0 +1,23 @@ +#!/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 get +from pisi.actionsapi import pisitools + +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() diff --git a/programming/language/perl/perl-Test-Pod/pspec.xml b/programming/language/perl/perl-Test-Pod/pspec.xml new file mode 100644 index 0000000000..5a5cd9ed48 --- /dev/null +++ b/programming/language/perl/perl-Test-Pod/pspec.xml @@ -0,0 +1,62 @@ + + + + + perl-Test-Pod + http://search.cpan.org/dist/Test-Pod + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + A perl module to check for errors in POD files + Check POD files for errors or warnings in a test file, using Pod::Simple. + http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-1.48.tar.gz + + perl + + + + + perl-Test-Pod + + perl + + + /usr/lib + /usr/share/man + + + + + + 2014-09-10 + 1.48 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.48 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-07 + 1.48 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 1.45 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/perl/perl-Test-Pod/translations.xml b/programming/language/perl/perl-Test-Pod/translations.xml new file mode 100644 index 0000000000..26e0d0595c --- /dev/null +++ b/programming/language/perl/perl-Test-Pod/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Test-Pod + Pod dosyalarında hata olup olmadığını kontrol eden bir Perl Modülü + Test::Pod, Pod::Simple modülünü kullanarak POD dosyalarında hata ya da uyarı olup olmadığını kontrol etmeye yarayan bir Perl modülüdür. + +