@@ -2,13 +2,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
from pisi.actionsapi import perlmodules, pisitools
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
@@ -22,4 +18,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
pisitools.dodoc("Changes", "README")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
|
||||
<Description>This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.</Description>
|
||||
<Archive sha1sum="73cc3ebd4a6081865cb54163ebb5deaae036be75" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz</Archive>
|
||||
<Archive sha1sum="36ec8f191a62f2ba6d752dc3602697876593eb40" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2023-01-15</Date>
|
||||
<Version>4.10</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-13</Date>
|
||||
<Version>4.02</Version>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü</Summary>
|
||||
<Description xml:lang="tr">Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Object Oriented Authentication-Results Headers.</Summary>
|
||||
<Description>This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant.</Description>
|
||||
<Archive sha1sum="bbf53aee400f512f6c777d96fd8692a43ed2ec0e" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20210915.tar.gz
|
||||
<Archive sha1sum="6662b42906d6e6db98c614e99034b16718e27272" type="targz">
|
||||
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20230112.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-01-15</Date>
|
||||
<Version>2.20230112</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-09-18</Date>
|
||||
<Version>2.20210915</Version>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>It's like JSON but smaller and faster.</Summary>
|
||||
<Description>MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves.</Description>
|
||||
<Archive sha1sum="6c2535a5275a810c05992651e16b27db986a4d02" type="targz">
|
||||
https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz
|
||||
<Archive sha1sum="625750b0497b775080d7027762352dcecd856cfb" type="targz">
|
||||
https://github.com/msgpack/msgpack-c/releases/download/c-5.0.0/msgpack-c-5.0.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-01-15</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-04-14</Date>
|
||||
<Version>4.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user