From 2e0d25426d38775897199002ade5153dacebc38e Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 27 Mar 2016 18:55:03 +0300 Subject: [PATCH] perl-Types-Serialiser:Add main --- .../perl/perl-Types-Serialiser/actions.py | 24 ++++++++++ .../perl/perl-Types-Serialiser/pspec.xml | 47 +++++++++++++++++++ .../perl-Types-Serialiser/translations.xml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 programming/language/perl/perl-Types-Serialiser/actions.py create mode 100644 programming/language/perl/perl-Types-Serialiser/pspec.xml create mode 100644 programming/language/perl/perl-Types-Serialiser/translations.xml diff --git a/programming/language/perl/perl-Types-Serialiser/actions.py b/programming/language/perl/perl-Types-Serialiser/actions.py new file mode 100644 index 0000000000..76e7f56060 --- /dev/null +++ b/programming/language/perl/perl-Types-Serialiser/actions.py @@ -0,0 +1,24 @@ +#!/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() + diff --git a/programming/language/perl/perl-Types-Serialiser/pspec.xml b/programming/language/perl/perl-Types-Serialiser/pspec.xml new file mode 100644 index 0000000000..c44e71162e --- /dev/null +++ b/programming/language/perl/perl-Types-Serialiser/pspec.xml @@ -0,0 +1,47 @@ + + + + + perl-Types-Serialiser + http://search.cpan.org/~mlehmann/Types-Serialiser-1.0/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + app:console + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. + http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz + + perl + perl-common-sense + + + + + perl-Types-Serialiser + + perl + perl-common-sense + + + /usr/bin + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + + 2016-03-27 + 1.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Types-Serialiser/translations.xml b/programming/language/perl/perl-Types-Serialiser/translations.xml new file mode 100644 index 0000000000..a437c3c59d --- /dev/null +++ b/programming/language/perl/perl-Types-Serialiser/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Types-Serialiser + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. + + \ No newline at end of file