From eadbe6812bd5387f4836a975b9d383a224a968eb Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 10 Jun 2020 00:52:33 +0300 Subject: [PATCH] perl-NetPacket:moved from contrib --- .../language/perl/perl-NetPacket/actions.py | 25 +++++++++++ .../language/perl/perl-NetPacket/pspec.xml | 45 +++++++++++++++++++ .../perl/perl-NetPacket/translations.xml | 8 ++++ 3 files changed, 78 insertions(+) create mode 100644 programming/language/perl/perl-NetPacket/actions.py create mode 100644 programming/language/perl/perl-NetPacket/pspec.xml create mode 100644 programming/language/perl/perl-NetPacket/translations.xml diff --git a/programming/language/perl/perl-NetPacket/actions.py b/programming/language/perl/perl-NetPacket/actions.py new file mode 100644 index 0000000000..5bbf490eaa --- /dev/null +++ b/programming/language/perl/perl-NetPacket/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 get +from pisi.actionsapi import pisitools +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("LICENSE", "MANIFEST", "README*", "SIGNATURE") \ No newline at end of file diff --git a/programming/language/perl/perl-NetPacket/pspec.xml b/programming/language/perl/perl-NetPacket/pspec.xml new file mode 100644 index 0000000000..866d90dfb1 --- /dev/null +++ b/programming/language/perl/perl-NetPacket/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-NetPacket + https://metacpan.org/release/NetPacket + + Blue Devil + bluedevil@sctzine.com + + programming.language.perl + GPL + app:console + library + assemble/disassemble network packets at the protocol level + "NetPacket" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each "NetPacket" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation. + https://cpan.metacpan.org/authors/id/Y/YA/YANICK/NetPacket-1.7.2.tar.gz + + perl + + + + + perl-NetPacket + assemble/disassemble network packets at the protocol level + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2020-01-08 + 1.7.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-NetPacket/translations.xml b/programming/language/perl/perl-NetPacket/translations.xml new file mode 100644 index 0000000000..b75533e2f2 --- /dev/null +++ b/programming/language/perl/perl-NetPacket/translations.xml @@ -0,0 +1,8 @@ + + + + perl-NetPacket + Protokol seviyesinde ağ paketlerini assemble/disassemble etmeye yarayan bir araç. + NetPacket" ağ protokollerini encode/decode etmeye yarayan bir çok temel sınıf sağlayan bir perl kitaplığıdır. + + \ No newline at end of file