diff --git a/pisi-index.xml b/pisi-index.xml index 0b796ef1ab..6040276516 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -163214,6 +163214,52 @@ complete albums that you have purchased from Amazon. + + + perl-AnyEvent-I3 + https://metacpan.org/release/AnyEvent-I3 + + Kamil Atlı + suvari@pisilinux.org + + GPL + library + programming.language.perl + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. + Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır. + This module connects to the i3 window manager using the UNIX socket based +IPC interface it provides (if enabled in the configuration file). You can +then subscribe to events or send messages and receive their replies. + Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz. + https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz + + perl + perl-Event + + programming/language/perl/perl-Event-I3/pspec.xml + + + perl-AnyEvent-I3 + + perl + perl-Event + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2019-06-21 + 0.17 + First release + Kamil Atlı + suvari@pisilinux.org + + + perl-File-Listing diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 212874e4ff..01da0de71f 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -c3ac296b438573e6e4bf9158e1c5f706779290a5 \ No newline at end of file +7947708a18e20348c58f13698348ea8b09254712 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 94d33ef26b..5ea2be9224 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 bcda4e7c11..e4e78e5ec9 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -880017820bb9837ea430d679a1ff315b532463b0 \ No newline at end of file +e2638865e30633d460ab502c33c68be9b0a38bcd \ No newline at end of file diff --git a/programming/language/perl/perl-Event-I3/actions.py b/programming/language/perl/perl-Event-I3/actions.py new file mode 100644 index 0000000000..5700c9a0c9 --- /dev/null +++ b/programming/language/perl/perl-Event-I3/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/licenses/gpl.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +WorkDir="AnyEvent-I3-%s" % get.srcVERSION() + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +#def check(): +# perlmodules.make("test") + +def install(): + perlmodules.install() + + #pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") + pisitools.dodoc("Changes", "README") + diff --git a/programming/language/perl/perl-Event-I3/pspec.xml b/programming/language/perl/perl-Event-I3/pspec.xml new file mode 100644 index 0000000000..92daaeeede --- /dev/null +++ b/programming/language/perl/perl-Event-I3/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-AnyEvent-I3 + https://metacpan.org/release/AnyEvent-I3 + + Kamil Atlı + suvari@pisilinux.org + + GPL + library + This module connects to the i3 window manager using the UNIX socket based IPC interface it provides. + This module connects to the i3 window manager using the UNIX socket based +IPC interface it provides (if enabled in the configuration file). You can +then subscribe to events or send messages and receive their replies. + https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz + + perl + perl-Event + + + + + perl-AnyEvent-I3 + + perl + perl-Event + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2019-06-21 + 0.17 + First release + Kamil Atlı + suvari@pisilinux.org + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Event-I3/translations.xml b/programming/language/perl/perl-Event-I3/translations.xml new file mode 100644 index 0000000000..5bf3b982ac --- /dev/null +++ b/programming/language/perl/perl-Event-I3/translations.xml @@ -0,0 +1,8 @@ + + + + perl-AnyEvent-I3 + Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır. + Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz. + +