diff --git a/programming/language/perl/perl-Cairo/actions.py b/programming/language/perl/perl-Cairo/actions.py new file mode 100644 index 0000000000..fe7f3016c8 --- /dev/null +++ b/programming/language/perl/perl-Cairo/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("NEWS") + diff --git a/programming/language/perl/perl-Cairo/pspec.xml b/programming/language/perl/perl-Cairo/pspec.xml new file mode 100644 index 0000000000..0751dc1929 --- /dev/null +++ b/programming/language/perl/perl-Cairo/pspec.xml @@ -0,0 +1,55 @@ + + + + + perl-Cairo + https://metacpan.org/pod/Cairo + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.language.perl + Perl bindings to the cairo graphics library + + Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo produces identical output on all those targets. + + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz + + + perl + cairo-devel + perl-Font-FreeType + perl-ExtUtils-Depends + perl-Test-Number-Delta + perl-ExtUtils-PkgConfig + perl-ExtUtils-MakeMaker + + + + + perl-Cairo + + perl + cairo + freetype + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2021-12-21 + 1.109 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Devel-CheckLib/actions.py b/programming/language/perl/perl-Devel-CheckLib/actions.py new file mode 100644 index 0000000000..c52d6a7255 --- /dev/null +++ b/programming/language/perl/perl-Devel-CheckLib/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("CHANGES") + diff --git a/programming/language/perl/perl-Devel-CheckLib/pspec.xml b/programming/language/perl/perl-Devel-CheckLib/pspec.xml new file mode 100644 index 0000000000..6eae307f1c --- /dev/null +++ b/programming/language/perl/perl-Devel-CheckLib/pspec.xml @@ -0,0 +1,50 @@ + + + + + perl-Devel-CheckLib + https://metacpan.org/pod/Devel::CheckLib + + fury + uglyside@yandex.ru + + perl_5 + library + programming.language.perl + Devel::CheckLib - check that a library is available. + + Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available. + + + https://cpan.metacpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.14.tar.gz + + + perl + perl-Mock-Config + perl-Capture-Tiny + + + + + perl-Devel-CheckLib + + perl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2021-12-21 + 1.14 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-ExtUtils-Depends/actions.py b/programming/language/perl/perl-ExtUtils-Depends/actions.py new file mode 100644 index 0000000000..52a1e4fa1b --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-Depends/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") + diff --git a/programming/language/perl/perl-ExtUtils-Depends/pspec.xml b/programming/language/perl/perl-ExtUtils-Depends/pspec.xml new file mode 100644 index 0000000000..3a9dbad049 --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-Depends/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-ExtUtils-Depends + https://metacpan.org/pod/ExtUtils::Depends + + Pisilinux Community + admins@pisilinux.org + + GPL-2 + library + programming.language.perl + A library for easily build XS extensions that depend on XS extensions + This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other Perl extensions. + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz + + + perl + + + + + perl-ExtUtils-Depends + + perl + + + /usr/lib/perl5 + /usr/share/doc + /usr/share/man/man3 + + + + + + 2021-12-21 + 0.8001 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-ExtUtils-PkgConfig/actions.py b/programming/language/perl/perl-ExtUtils-PkgConfig/actions.py new file mode 100644 index 0000000000..8253faa12c --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-PkgConfig/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") + diff --git a/programming/language/perl/perl-ExtUtils-PkgConfig/pspec.xml b/programming/language/perl/perl-ExtUtils-PkgConfig/pspec.xml new file mode 100644 index 0000000000..3ef7b24606 --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-PkgConfig/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-ExtUtils-PkgConfig + https://metacpan.org/pod/ExtUtils::PkgConfig + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.language.perl + A library which converts Perl XS code into C code + The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz + + + perl + + + + + perl-ExtUtils-PkgConfig + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2021-12-21 + 1.16 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Font-FreeType/actions.py b/programming/language/perl/perl-Font-FreeType/actions.py new file mode 100644 index 0000000000..52a1e4fa1b --- /dev/null +++ b/programming/language/perl/perl-Font-FreeType/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") + diff --git a/programming/language/perl/perl-Font-FreeType/pspec.xml b/programming/language/perl/perl-Font-FreeType/pspec.xml new file mode 100644 index 0000000000..0d58717c7f --- /dev/null +++ b/programming/language/perl/perl-Font-FreeType/pspec.xml @@ -0,0 +1,53 @@ + + + + + perl-Font-FreeType + https://metacpan.org/pod/Font::FreeType + + fury + uglyside@yandex.ru + + perl_5 + library + programming.language.perl + Font::FreeType - read font files and render glyphs from Perl using FreeType2. + + This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType. + + + https://cpan.metacpan.org/authors/id/D/DM/DMOL/Font-FreeType-0.16.tar.gz + + + perl + freetype-devel + perl-File-Which + perl-Test-Warnings + perl-Devel-CheckLib + perl-ExtUtils-MakeMaker + + + + + perl-Font-FreeType + + perl + freetype + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2021-12-21 + 0.16 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Glib/actions.py b/programming/language/perl/perl-Glib/actions.py new file mode 100644 index 0000000000..f8f2097001 --- /dev/null +++ b/programming/language/perl/perl-Glib/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("AUTHORS", "NEWS") + diff --git a/programming/language/perl/perl-Glib/pspec.xml b/programming/language/perl/perl-Glib/pspec.xml new file mode 100644 index 0000000000..fab6d55bc2 --- /dev/null +++ b/programming/language/perl/perl-Glib/pspec.xml @@ -0,0 +1,49 @@ + + + + + perl-Glib + https://metacpan.org/pod/Glib + + Pisilinux Community + admins@pisilinux.org + + LGPL-2.1 + library + programming.language.perl + Perl wrappers for the GLib utility and Object libraries + This module provides perl access to Glib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects. + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz + + + perl + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + gobject-introspection-devel + + + + + perl-Glib + + perl + glib2 + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2021-12-21 + 1.3293 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Gtk2/actions.py b/programming/language/perl/perl-Gtk2/actions.py new file mode 100644 index 0000000000..a6fc4a86ea --- /dev/null +++ b/programming/language/perl/perl-Gtk2/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + pass + +def install(): + perlmodules.install() + diff --git a/programming/language/perl/perl-Gtk2/pspec.xml b/programming/language/perl/perl-Gtk2/pspec.xml new file mode 100644 index 0000000000..4782fe5bb0 --- /dev/null +++ b/programming/language/perl/perl-Gtk2/pspec.xml @@ -0,0 +1,48 @@ + + + + + perl-Gtk2 + https://metacpan.org/pod/Gtk2 + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.language.perl + Perl interface to the 2.x series of the Gimp Toolkit library. + This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk2-1.24993.tar.gz + + + gtk2-devel + perl-Pango + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + + + + + perl-Gtk2 + + gtk2 + perl-Pango + + + /usr/lib/perl5 + /usr/share/man/man3 + + + + + + 2021-12-21 + 1.24993 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Mock-Config/actions.py b/programming/language/perl/perl-Mock-Config/actions.py new file mode 100644 index 0000000000..52a1e4fa1b --- /dev/null +++ b/programming/language/perl/perl-Mock-Config/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") + diff --git a/programming/language/perl/perl-Mock-Config/pspec.xml b/programming/language/perl/perl-Mock-Config/pspec.xml new file mode 100644 index 0000000000..88d41de650 --- /dev/null +++ b/programming/language/perl/perl-Mock-Config/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-Mock-Config + https://metacpan.org/pod/Mock::Config + + fury + uglyside@yandex.ru + + Artistic_2 + library + programming.language.perl + Mock::Config - temporarily set Config or XSConfig values. + Mock::Config - temporarily set Config or XSConfig values. + + https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz + + + perl + + + + + perl-Mock-Config + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2021-12-21 + 0.03 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Pango/actions.py b/programming/language/perl/perl-Pango/actions.py new file mode 100644 index 0000000000..b50c060dee --- /dev/null +++ b/programming/language/perl/perl-Pango/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules, pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("NEWS") diff --git a/programming/language/perl/perl-Pango/pspec.xml b/programming/language/perl/perl-Pango/pspec.xml new file mode 100644 index 0000000000..824d6bf413 --- /dev/null +++ b/programming/language/perl/perl-Pango/pspec.xml @@ -0,0 +1,51 @@ + + + + + perl-Pango + https://metacpan.org/pod/Pango + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.language.perl + Layout and render international text. + Pango is a library for laying out and rendering text, with an emphasis on internationalization. + + https://cpan.metacpan.org/authors/id/X/XA/XAOC/Pango-1.227.tar.gz + + + perl-Glib + perl-Cairo + pango-devel + perl-ExtUtils-Depends + perl-ExtUtils-PkgConfig + + + + + perl-Pango + + pango + perl-Glib + perl-Cairo + + + /usr/lib/perl5 + /usr/share/man/man3 + /usr/share/doc + + + + + + 2021-12-21 + 1.227 + First build. + fury + uglyside@yandex.ru + + + diff --git a/programming/language/perl/perl-Test-Number-Delta/actions.py b/programming/language/perl/perl-Test-Number-Delta/actions.py new file mode 100644 index 0000000000..52a1e4fa1b --- /dev/null +++ b/programming/language/perl/perl-Test-Number-Delta/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("Changes") + diff --git a/programming/language/perl/perl-Test-Number-Delta/pspec.xml b/programming/language/perl/perl-Test-Number-Delta/pspec.xml new file mode 100644 index 0000000000..e3a2481480 --- /dev/null +++ b/programming/language/perl/perl-Test-Number-Delta/pspec.xml @@ -0,0 +1,47 @@ + + + + + perl-Test-Number-Delta + https://metacpan.org/pod/Test::Number::Delta + + Pisilinux Community + admins@pisilinux.org + + Apache_2 + library + programming.language.perl + Compare the difference between numbers against a given tolerance. + + At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. + + + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz + + + perl + + + + + perl-Test-Number-Delta + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2021-12-21 + 1.06 + First build. + fury + uglyside@yandex.ru + + +