From c3fbb13dc53d437dc7bc818b79035636c4192699 Mon Sep 17 00:00:00 2001 From: ryoskzypu Date: Sat, 21 Feb 2026 22:05:51 -0300 Subject: [PATCH] Add LICENSE and nvchecker support --- .SRCINFO | 36 +++++++++++++++++++++++++----------- .nvchecker.toml | 3 +++ LICENSE | 12 ++++++++++++ LICENSES/0BSD.txt | 1 + REUSE.toml | 25 +++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 .nvchecker.toml create mode 100644 LICENSE create mode 120000 LICENSES/0BSD.txt create mode 100644 REUSE.toml diff --git a/.SRCINFO b/.SRCINFO index 851587466637c..86bbe5c144337 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,18 +1,32 @@ pkgbase = perl-data-dump-streamer - pkgdesc = Accurately serialize a data structure as Perl code. + pkgdesc = Accurately serialize a data structure as Perl code pkgver = 2.42 - pkgrel = 1 - url = https://metacpan.org/release/Data-Dump-Streamer - arch = i686 - arch = x86_64 - license = PerlArtistic - license = GPL + pkgrel = 2 + url = https://metacpan.org/dist/Data-Dump-Streamer + arch = any + license = Artistic-1.0-Perl OR GPL-1.0-or-later + makedepends = perl-base + makedepends = perl-carp + makedepends = perl-data-dumper + makedepends = perl-extutils-cbuilder + makedepends = perl-extutils-depends makedepends = perl-module-build - depends = perl - depends = perl-b-utils>=0 + makedepends = perl-test-simple + makedepends = perl-text-abbrev + makedepends = perl>=5.6.0 + depends = perl-algorithm-diff + depends = perl-b-utils + depends = perl-cpanel-json-xs + depends = perl-data-dumper + depends = perl-exporter + depends = perl-io + depends = perl-io-compress + depends = perl-mime-base64 + depends = perl-padwalker>=0.99 + depends = perl-text-abbrev + depends = perl-text-balanced options = !emptydirs source = https://cpan.metacpan.org/authors/id/Y/YV/YVES/Data-Dump-Streamer-2.42.tar.gz - md5sums = e10e06a372a259e16eec791e82cbee60 - sha512sums = 481cc12f8111d83bc97695226531c7eb4ebdbb16ac540de90d8a0c8b1f30cd3dbc62f5def737b9eb08e6c1294fb290d9f347dd90869a7a7278d71ce436787f7d + sha256sums = 47f6e51fb45ce7be561e01481add0c2e1c0cd85df4b9e212f3923cd3064d1cad pkgname = perl-data-dump-streamer diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 0000000000000..e4a46e719f0db --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[perl-data-dump-streamer] +source = "cpan" +cpan = "Data-Dump-Streamer" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000..b87c5e4be4423 --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ +Copyright Arch Linux Contributors + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 120000 index 0000000000000..ea5b60640b01f --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000000000..49e3625ad0e49 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,25 @@ +version = 1 + +[[annotations]] +path = [ + "PKGBUILD", + "README.md", + "keys/**", + ".SRCINFO", + ".gitignore", + ".nvchecker.toml", + "*.install", + "*.sysusers", + "*sysusers.conf", + "*.tmpfiles", + "*tmpfiles.conf", + "*.logrotate", + "*.pam", + "*.service", + "*.socket", + "*.timer", + "*.desktop", + "*.hook", +] +SPDX-FileCopyrightText = "Arch Linux contributors" +SPDX-License-Identifier = "0BSD"