From 1e905c1915ddb9bd44ec200d97e7ddb98119b049 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 9 Aug 2025 22:24:37 +0200 Subject: [PATCH] Add some cpan PURLs --- mingw-w64-perl-digest-sha/PKGBUILD | 3 +++ mingw-w64-perl-encode-compat/PKGBUILD | 3 +++ mingw-w64-perl-file-which/PKGBUILD | 3 +++ mingw-w64-perl-html-tagset/PKGBUILD | 3 +++ mingw-w64-perl-io-string/PKGBUILD | 3 +++ mingw-w64-perl-math-int64/PKGBUILD | 3 +++ mingw-w64-perl-mozilla-ca/PKGBUILD | 3 +++ mingw-w64-perl-win32-api/PKGBUILD | 3 +++ mingw-w64-perl-win32-console/PKGBUILD | 3 +++ mingw-w64-perl-win32-shortcut/PKGBUILD | 3 +++ mingw-w64-perl-win32-tieregistry/PKGBUILD | 3 +++ mingw-w64-perl-win32-winerror/PKGBUILD | 3 +++ mingw-w64-perl-win32api-registry/PKGBUILD | 3 +++ 13 files changed, 39 insertions(+) diff --git a/mingw-w64-perl-digest-sha/PKGBUILD b/mingw-w64-perl-digest-sha/PKGBUILD index 9c93c8c13f..c8f4361eed 100644 --- a/mingw-w64-perl-digest-sha/PKGBUILD +++ b/mingw-w64-perl-digest-sha/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Perl extension for SHA-1/224/256/384/512 (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/Digest-SHA" +msys2_references=( + 'purl: pkg:cpan/MSHELOR/Digest-SHA' +) license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=("${MINGW_PACKAGE_PREFIX}-perl") diff --git a/mingw-w64-perl-encode-compat/PKGBUILD b/mingw-w64-perl-encode-compat/PKGBUILD index cd21ee2e7d..737ec841d4 100644 --- a/mingw-w64-perl-encode-compat/PKGBUILD +++ b/mingw-w64-perl-encode-compat/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Encode::compat - Encode.pm emulation layer (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/release/Encode-compat" +msys2_references=( + 'purl: pkg:cpan/AUTRIJUS/Encode-compat' +) license=('GPL' 'PerlArtistic') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=("${MINGW_PACKAGE_PREFIX}-perl") diff --git a/mingw-w64-perl-file-which/PKGBUILD b/mingw-w64-perl-file-which/PKGBUILD index 09bfa780d7..519e50bc75 100644 --- a/mingw-w64-perl-file-which/PKGBUILD +++ b/mingw-w64-perl-file-which/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Perl implementation of the which utility as an API (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/${_perlname}" +msys2_references=( + 'purl: pkg:cpan/PLICEASE/File-Which' +) license=('perl_5') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=( diff --git a/mingw-w64-perl-html-tagset/PKGBUILD b/mingw-w64-perl-html-tagset/PKGBUILD index c84f191de2..c73b42a004 100644 --- a/mingw-w64-perl-html-tagset/PKGBUILD +++ b/mingw-w64-perl-html-tagset/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="data tables useful in parsing HTML (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/HTML-Tagset" +msys2_references=( + 'purl: pkg:cpan/PETDANCE/HTML-Tagset' +) groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=( "${MINGW_PACKAGE_PREFIX}-perl" diff --git a/mingw-w64-perl-io-string/PKGBUILD b/mingw-w64-perl-io-string/PKGBUILD index e8d12e7254..99550d6386 100644 --- a/mingw-w64-perl-io-string/PKGBUILD +++ b/mingw-w64-perl-io-string/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Emulate file interface for in-core strings (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/release/${_perlname}" +msys2_references=( + 'purl: pkg:cpan/GAAS/IO-String' +) license=(unknown) groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=( diff --git a/mingw-w64-perl-math-int64/PKGBUILD b/mingw-w64-perl-math-int64/PKGBUILD index 60d0659ea6..e4c81b58eb 100644 --- a/mingw-w64-perl-math-int64/PKGBUILD +++ b/mingw-w64-perl-math-int64/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Math::Int64 - Manipulate 64 bits integers in Perl (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/Math-Int64" +msys2_references=( + 'purl: pkg:cpan/SALVA/Math-Int64' +) license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') depends=("${MINGW_PACKAGE_PREFIX}-perl") groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") diff --git a/mingw-w64-perl-mozilla-ca/PKGBUILD b/mingw-w64-perl-mozilla-ca/PKGBUILD index 4fe46c1dfa..b54f933e51 100644 --- a/mingw-w64-perl-mozilla-ca/PKGBUILD +++ b/mingw-w64-perl-mozilla-ca/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Mozilla's CA cert bundle in PEM format (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/Mozilla-CA" +msys2_references=( + 'purl: pkg:cpan/LWP/Mozilla-CA' +) msys2_repository_url="https://github.com/libwww-perl/Mozilla-CA" license=('spdx:MPL-2.0') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") diff --git a/mingw-w64-perl-win32-api/PKGBUILD b/mingw-w64-perl-win32-api/PKGBUILD index bec29ed74f..cd14064bd7 100644 --- a/mingw-w64-perl-win32-api/PKGBUILD +++ b/mingw-w64-perl-win32-api/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Perl Win32 API Import Facility (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64') url="https://metacpan.org/release/Win32-API" +msys2_references=( + 'purl: pkg:cpan/BULKDD/Win32-API' +) msys2_repository_url="https://github.com/bulk88/perl5-win32-api" license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") diff --git a/mingw-w64-perl-win32-console/PKGBUILD b/mingw-w64-perl-win32-console/PKGBUILD index 9be6714a5c..b0e773bf9a 100644 --- a/mingw-w64-perl-win32-console/PKGBUILD +++ b/mingw-w64-perl-win32-console/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Win32 Console and Character Mode Functions (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/release/Win32-Console" +msys2_references=( + 'purl: pkg:cpan/JDB/Win32-Console' +) msys2_repository_url="https://github.com/jandubois/win32-console" license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") diff --git a/mingw-w64-perl-win32-shortcut/PKGBUILD b/mingw-w64-perl-win32-shortcut/PKGBUILD index c8c3549780..84d0c12b87 100644 --- a/mingw-w64-perl-win32-shortcut/PKGBUILD +++ b/mingw-w64-perl-win32-shortcut/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Perl Module to deal with Windows Shortcuts (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/Win32-Shortcut" +msys2_references=( + 'purl: pkg:cpan/JDB/Win32-Shortcut' +) msys2_repository_url="https://github.com/jandubois/win32-shortcut" license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") diff --git a/mingw-w64-perl-win32-tieregistry/PKGBUILD b/mingw-w64-perl-win32-tieregistry/PKGBUILD index 9f152bb3bd..93040c39c1 100644 --- a/mingw-w64-perl-win32-tieregistry/PKGBUILD +++ b/mingw-w64-perl-win32-tieregistry/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Manipulate the Win32 Registry (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/release/Win32-TieRegistry" +msys2_references=( + 'purl: pkg:cpan/CHORNY/Win32-TieRegistry' +) msys2_repository_url="https://github.com/chorny/Win32-TieRegistry" license=('perl_5') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") diff --git a/mingw-w64-perl-win32-winerror/PKGBUILD b/mingw-w64-perl-win32-winerror/PKGBUILD index bbda7412ef..f2d3754f22 100644 --- a/mingw-w64-perl-win32-winerror/PKGBUILD +++ b/mingw-w64-perl-win32-winerror/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Perl module defining Windows error constants (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/Win32-WinError" +msys2_references=( + 'purl: pkg:cpan/JDB/Win32-WinError' +) license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=("${MINGW_PACKAGE_PREFIX}-perl") diff --git a/mingw-w64-perl-win32api-registry/PKGBUILD b/mingw-w64-perl-win32api-registry/PKGBUILD index add1bdd9ab..5b970dcb16 100644 --- a/mingw-w64-perl-win32api-registry/PKGBUILD +++ b/mingw-w64-perl-win32api-registry/PKGBUILD @@ -10,6 +10,9 @@ pkgdesc="Low-level access to Win32 system API calls from WINREG.H (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://metacpan.org/dist/Win32API-Registry" +msys2_references=( + 'purl: pkg:cpan/CHORNY/Win32API-Registry' +) license=('spdx:Artistic-1.0-Perl OR GPL-1.0-or-later') groups=("${MINGW_PACKAGE_PREFIX}-perl-modules") depends=("${MINGW_PACKAGE_PREFIX}-perl")