More CPEs

This commit is contained in:
Christoph Reiter 2024-03-24 20:09:34 +01:00
parent a05abe9d0f
commit a2ee04bf00
134 changed files with 185 additions and 110 deletions

View File

@ -7,7 +7,7 @@ pkgdesc='Radically simple IT automation platform'
arch=('any')
url='https://pypi.org/project/ansible-core'
msys2_references=(
"cpe:/a:redhat:ansible"
"cpe: cpe:/a:redhat:ansible"
"pypi:ansible-core"
)
license=('spdx:GPL-3.0-or-later')

View File

@ -7,7 +7,7 @@ pkgdesc='Official assortment of Ansible collections'
arch=('any')
url='https://pypi.org/project/ansible/'
msys2_references=(
"cpe:/a:redhat:ansible"
"cpe: cpe:/a:redhat:ansible"
"pypi:ansible"
)
license=('spdx:GPL-3.0-or-later')

View File

@ -7,7 +7,7 @@ pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="https://apr.apache.org/"
msys2_references=(
"cpe:/a:apache:apr-util"
"cpe: cpe:/a:apache:apr-util"
)
makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel' 'autotools' 'gcc' 'libxcrypt-devel')
options=('!libtool')

View File

@ -7,7 +7,7 @@ pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="https://apr.apache.org/"
msys2_references=(
"cpe:/a:apache:portable_runtime"
"cpe: cpe:/a:apache:portable_runtime"
)
makedepends=('libxcrypt-devel' 'libuuid-devel' 'autotools' 'gcc')
options=('!libtool')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://aspell.net/"
msys2_repository_url="https://github.com/GNUAspell/aspell"
msys2_references=(
"cpe:/a:gnu:aspell"
"cpe: cpe:/a:gnu:aspell"
)
license=('LGPL')
groups=('libraries')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/axel-download-accelerator/axel"
msys2_references=(
"cpe:/a:axel_project:axel"
"cpe: cpe:/a:axel_project:axel"
)
groups=()
depends=('openssl' 'gettext')

View File

@ -13,7 +13,7 @@ license=('GPL')
url="https://www.gnu.org/software/bash/bash.html"
msys2_repository_url="https://git.savannah.gnu.org/cgit/bash.git"
msys2_references=(
"cpe:/a:gnu:bash"
"cpe: cpe:/a:gnu:bash"
)
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel' 'autotools' 'gcc')

View File

@ -7,7 +7,7 @@ pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/binutils/"
msys2_references=(
"cpe:/a:gnu:binutils"
"cpe: cpe:/a:gnu:binutils"
)
license=('GPL')
depends=('libiconv' 'libintl' 'zlib')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('spdx:GPL-3.0-or-later')
url="https://www.gnu.org/software/bison/bison.html"
msys2_references=(
"cpe:/a:gnu:bison"
"cpe: cpe:/a:gnu:bison"
)
depends=('m4' 'sh' 'libiconv' 'libintl')
options=('staticlibs')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('MIT')
url='https://github.com/google/brotli'
msys2_references=(
"cpe:/a:google:brotli"
"cpe: cpe:/a:google:brotli"
)
depends=('gcc-libs')
makedepends=(

View File

@ -7,7 +7,7 @@ pkgdesc="BusyBox: The Swiss Army Knife of Embedded Linux"
arch=('i686' 'x86_64')
url="https://busybox.net/"
msys2_references=(
"cpe:/a:busybox:busybox"
"cpe: cpe:/a:busybox:busybox"
)
license=('GPL2')
install=busybox.install

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('custom')
url="http://www.bzip.org"
msys2_references=(
"cpe:/a:bzip:bzip2"
"cpe: cpe:/a:bzip:bzip2"
)
makedepends=('gcc' 'patch' 'autotools')
source=(https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://c-ares.haxx.se/"
msys2_repository_url="https://github.com/c-ares/c-ares"
msys2_references=(
"cpe:/a:c-ares:c-ares"
"cpe: cpe:/a:c-ares:c-ares"
)
license=("spdx:MIT")
makedepends=("cmake" 'gcc')

View File

@ -20,7 +20,7 @@ pkgdesc="C language family frontend for LLVM"
arch=('i686' 'x86_64')
url="https://llvm.org/"
msys2_references=(
"cpe:/a:llvm:llvm"
"cpe: cpe:/a:llvm:llvm"
)
license=("custom:Apache 2.0 with LLVM Exception")
makedepends=("cmake"

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://www.gnu.org/software/coreutils"
msys2_references=(
"cpe:/a:gnu:coreutils"
"cpe: cpe:/a:gnu:coreutils"
)
depends=('gmp' 'libiconv' 'libintl')
makedepends=('groff' 'gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man' 'autotools' 'gcc')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/cpio/"
msys2_repository_url="https://git.savannah.gnu.org/cgit/cpio.git"
msys2_references=(
"cpe:/a:gnu:cpio"
"cpe: cpe:/a:gnu:cpio"
)
license=('GPLv3')
depends=('libintl')

View File

@ -7,7 +7,7 @@ pkgdesc="A tool for browsing source code"
arch=("i686" "x86_64")
url="https://cscope.sourceforge.io/"
msys2_references=(
"cpe:/a:cscope:cscope"
"cpe: cpe:/a:cscope:cscope"
)
license=('BSD')
depends=('ncurses')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://curl.haxx.se"
msys2_repository_url="https://github.com/curl/curl"
msys2_references=(
"cpe:/a:haxx:curl"
"cpe: cpe:/a:haxx:curl"
)
license=('spdx:MIT')
depends=('ca-certificates')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="http://cvs.nongnu.org/"
msys2_references=(
"cpe:/a:cvs:cvs"
"cpe: cpe:/a:cvs:cvs"
)
depends=('heimdal' 'zlib' 'libxcrypt' 'libopenssl')
makedepends=('groff' 'heimdal-devel' 'zlib-devel' 'gcc' 'libxcrypt-devel' 'openssl-devel' 'autotools')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.cyrusimap.org/sasl/"
msys2_repository_url="https://github.com/cyrusimap/cyrus-sasl"
msys2_references=(
"cpe:/a:cmu:cyrus-sasl"
"cpe: cpe:/a:cmu:cyrus-sasl"
)
license=('custom')
groups=('sys-utils')

View File

@ -7,7 +7,7 @@ pkgdesc="A POSIX compliant shell that aims to be as small as possible"
arch=('i686' 'x86_64')
url="http://gondor.apana.org.au/~herbert/dash/"
msys2_references=(
"cpe:/a:dash:dash"
"cpe: cpe:/a:dash:dash"
)
license=('BSD')
depends=('grep' 'sed' 'filesystem')

View File

@ -6,7 +6,7 @@ pkgrel=5
pkgdesc="The Berkeley DB embedded database system"
url="https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html"
msys2_references=(
"cpe:/a:oracle:berkeley_db"
"cpe: cpe:/a:oracle:berkeley_db"
)
license=('custom')
arch=('i686' 'x86_64')

View File

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="DOS filesystem utilities"
url="https://github.com/dosfstools/dosfstools"
msys2_references=(
"cpe:/a:dosfstools_project:dosfstools"
"cpe: cpe:/a:dosfstools_project:dosfstools"
)
arch=('i686' 'x86_64')
depends=('libiconv' 'libiconv-devel')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.doxygen.org/"
msys2_repository_url="https://github.com/doxygen/doxygen"
msys2_references=(
"cpe:/a:doxygen:doxygen"
"cpe: cpe:/a:doxygen:doxygen"
)
license=('GPL')
depends=("gcc-libs" "libsqlite" "libiconv")

View File

@ -8,7 +8,7 @@ pkgdesc="Full-Featured Text WWW Browser (net-utils)"
arch=("i686" "x86_64")
url="https://github.com/rkd77/elinks"
msys2_references=(
"cpe:/a:elinks:elinks"
"cpe: cpe:/a:elinks:elinks"
)
license=('GPL')
groups=('net-utils')

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="The extensible, customizable, self-documenting, real-time display editor (msys2)"
url="https://www.gnu.org/software/${pkgname}/"
msys2_references=(
"cpe:/a:gnu:emacs"
"cpe: cpe:/a:gnu:emacs"
)
license=('GPL3')
arch=('i686' 'x86_64')

View File

@ -7,7 +7,7 @@ arch=('any')
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
msys2_repository_url="https://github.com/gentoo/portage"
msys2_references=(
"cpe:/a:gentoo:portage"
"cpe: cpe:/a:gentoo:portage"
)
license=('GPL')
depends=('bash' 'diffutils')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://libexpat.github.io/"
msys2_repository_url="https://github.com/libexpat/libexpat"
msys2_references=(
"cpe:/a:libexpat_project:libexpat"
"cpe: cpe:/a:libexpat_project:libexpat"
)
license=('spdx:MIT')
makedepends=('autotools' 'gcc')

View File

@ -9,7 +9,7 @@ pkgdesc="A tool for automating interactive applications"
arch=('i686' 'x86_64')
url="https://www.nist.gov/el/msid/expect.cfm"
msys2_references=(
"cpe:/a:don_libes:expect"
"cpe: cpe:/a:don_libes:expect"
)
license=('custom')
depends=('tcl')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('custom')
url="https://www.darwinsys.com/file/"
msys2_references=(
"cpe:/a:file_project:file"
"cpe: cpe:/a:file_project:file"
)
depends=('gcc-libs' 'zlib' 'libbz2' 'liblzma' 'libzstd')
makedepends=('python' 'zlib-devel' 'libbz2-devel' 'liblzma-devel' 'libzstd-devel' 'autotools' 'gcc')

View File

@ -10,7 +10,7 @@ depends=('libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')
url="https://www.gnu.org/software/findutils"
msys2_references=(
"cpe:/a:gnu:findutils"
"cpe: cpe:/a:gnu:findutils"
)
source=(https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz{,.sig})
sha256sums=('a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe'

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://fishshell.com/"
msys2_repository_url="https://github.com/fish-shell/fish-shell"
msys2_references=(
"cpe:/a:fishshell:fish"
"cpe: cpe:/a:fishshell:fish"
)
license=('GPL2')
groups=()

View File

@ -7,7 +7,7 @@ pkgdesc="GNU version of awk"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gawk/"
msys2_references=(
"cpe:/a:gnu:gawk"
"cpe: cpe:/a:gnu:gawk"
)
license=('GPL')
depends=('sh' 'mpfr' 'libintl' 'libreadline')

View File

@ -11,8 +11,8 @@ groups=('libraries')
url="https://www.hboehm.info/gc/"
msys2_repository_url="https://github.com/ivmai/bdwgc"
msys2_references=(
"cpe:/a:boehm-demers-weiser:garbage_collector"
"cpe:/a:bdwgc_project:bdwgc"
"cpe: cpe:/a:boehm-demers-weiser:garbage_collector"
"cpe: cpe:/a:bdwgc_project:bdwgc"
)
license=('MIT')
makedepends=('autotools' 'gcc')

View File

@ -14,7 +14,7 @@ arch=('i686' 'x86_64')
license=('spdx:GPL-2.0-or-later' 'spdx:GPL-3.0-or-later' 'spdx:LGPL-2.1-or-later' 'spdx:LGPL-3.0-or-later' 'spdx:GCC-exception-3.1' 'spdx:GFDL-1.3-or-later')
url="https://gcc.gnu.org/"
msys2_references=(
"cpe:/a:gnu:gcc"
"cpe: cpe:/a:gnu:gcc"
)
makedepends=('gcc' 'binutils' 'autotools'
'mpc-devel' 'gmp-devel' 'mpfr-devel' 'isl-devel' 'zlib-devel'

View File

@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
license=('spdx:GPL-3.0-or-later')
url="https://www.gnu.org/software/gdb/"
msys2_references=(
"cpe:/a:gnu:gdb"
"cpe: cpe:/a:gnu:gdb"
)
depends=('gcc-libs' 'zlib' 'python' 'libexpat' 'libreadline' 'mpc' 'mpfr' 'xxhash' 'libguile' 'zstd')
#checkdepends=('dejagnu' 'bc')

View File

@ -8,7 +8,7 @@ pkgdesc="GNU internationalization library"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gettext/"
msys2_references=(
"cpe:/a:gnu:gettext"
"cpe: cpe:/a:gnu:gettext"
)
license=('GPL')
makedepends=('groff' 'libiconv-devel' 'autotools' 'gcc')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://git-scm.com/"
msys2_repository_url="https://git.kernel.org/pub/scm/git/git.git"
msys2_references=(
"cpe:/a:git-scm:git"
"cpe: cpe:/a:git-scm:git"
)
license=('GPL2')
groups=('VCS')

View File

@ -8,7 +8,7 @@ pkgdesc="Common C routines used by GTK+ and other libs"
license=('spdx:LGPL-2.1-or-later')
url="https://gitlab.gnome.org/GNOME/glib"
msys2_references=(
"cpe:/a:gnome:glib"
"cpe: cpe:/a:gnome:glib"
)
arch=('i686' 'x86_64')
makedepends=('docbook-xsl'

View File

@ -9,7 +9,7 @@ groups=('libraries')
arch=('i686' 'x86_64')
url="https://gmplib.org/"
msys2_references=(
"cpe:/a:gmplib:gmp"
"cpe: cpe:/a:gmplib:gmp"
)
license=('LGPL3')
makedepends=('autotools' 'gcc')

View File

@ -15,7 +15,7 @@ msys2_issue_tracker_url='https://dev.gnupg.org/maniphest'
msys2_pgp_keys_url='https://gnupg.org/signature_key.html'
msys2_references=(
'cygwin: gnupg2'
'cpe:/a:gnupg:gnupg'
'cpe: cpe:/a:gnupg:gnupg'
)
makedepends=('gettext-devel'
'libassuan-devel'

View File

@ -11,7 +11,7 @@ license=('spdx:GPL-3.0-or-later' 'spdx:LGPL-2.1-or-later')
url="https://www.gnutls.org/"
msys2_repository_url="https://gitlab.com/gnutls/gnutls"
msys2_references=(
"cpe:/a:gnu:gnutls"
"cpe: cpe:/a:gnu:gnutls"
)
makedepends=('gtk-doc'
'gcc'

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://gnupg.org/related_software/gpgme/"
msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git"
msys2_references=(
"cpe:/a:gnu:gpgme"
"cpe: cpe:/a:gnu:gpgme"
)
license=('LGPL')
depends=('libassuan' 'libgpg-error' 'gnupg')

View File

@ -13,7 +13,7 @@ pkgrel=1
arch=('any')
url='https://www.gradle.org/'
msys2_references=(
'cpe:/a:gradle:gradle'
'cpe: cpe:/a:gradle:gradle'
)
license=('APACHE')
source=("https://services.gradle.org/distributions/gradle-${pkgver}-all.zip"

View File

@ -19,7 +19,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://www.gnu.org/software/grep/"
msys2_references=(
"cpe:/a:gnu:grep"
"cpe: cpe:/a:gnu:grep"
)
depends=('libiconv' 'libintl' 'libpcre' 'sh')
makedepends=('texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel' 'autotools' 'gcc')

View File

@ -7,7 +7,7 @@ pkgdesc="GNU troff text-formatting system"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/groff/groff.html"
msys2_references=(
"cpe:/a:gnu:groff"
"cpe: cpe:/a:gnu:groff"
)
license=('spdx:GPL-3.0-or-later')
depends=('perl' 'gcc-libs')

View File

@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="a portable, embeddable Scheme implementation written in C"
url="https://www.gnu.org/software/guile/"
msys2_references=(
"cpe:/a:gnu:guile"
"cpe: cpe:/a:gnu:guile"
)
arch=(i686 x86_64)
license=('GPL')

View File

@ -7,7 +7,7 @@ pkgdesc="GNU compression utility"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gzip/"
msys2_references=(
"cpe:/a:gnu:gzip"
"cpe: cpe:/a:gnu:gzip"
)
license=('GPL3')
groups=('compression')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.h5l.org/"
msys2_repository_url="https://github.com/heimdal/heimdal"
msys2_references=(
"cpe:/a:heimdal_project:heimdal"
"cpe: cpe:/a:heimdal_project:heimdal"
)
license=('custom')
makedepends=('libdb-devel' 'libxcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools' 'gcc') #libldap-devel

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://icu.unicode.org"
msys2_repository_url="https://github.com/unicode-org/icu"
msys2_references=(
"cpe:/a:icu-project:international_components_for_unicode"
"cpe: cpe:/a:icu-project:international_components_for_unicode"
)
license=('spdx:ICU')
depends=('gcc-libs' 'sh')

View File

@ -7,7 +7,7 @@ pkgdesc="A collection of common network programs."
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/inetutils/"
msys2_references=(
"cpe:/a:gnu:inetutils"
"cpe: cpe:/a:gnu:inetutils"
)
license=('spdx:GPL-3.0-or-later')
depends=('gcc-libs' 'libintl' 'libreadline' 'ncurses')

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="https://irssi.org/"
msys2_repository_url="https://github.com/irssi/irssi"
msys2_references=(
"cpe:/a:irssi:irssi"
"cpe: cpe:/a:irssi:irssi"
)
license=('spdx:GPL-2.0-or-later')
depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='https://www.digip.org/jansson/'
msys2_repository_url="https://github.com/akheron/jansson"
msys2_references=(
"cpe:/a:jansson_project:jansson"
"cpe: cpe:/a:jansson_project:jansson"
)
license=('MIT')
makedepends=('autotools' 'gcc')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.greenwoodsoftware.com/less"
msys2_repository_url="https://github.com/gwsw/less"
msys2_references=(
"cpe:/a:gnu:less"
"cpe: cpe:/a:gnu:less"
)
depends=('ncurses' 'libpcre2_8')
makedepends=('ncurses-devel' 'pcre2-devel' 'autotools' 'gcc' 'groff')

View File

@ -34,7 +34,7 @@ makedepends=('gcc'
optdepends=('perl: needed for convert-netscape-cookies and verify-file')
url="https://lftp.yar.ru/"
msys2_references=(
'cpe:/a:lftp_project:lftp'
'cpe: cpe:/a:lftp_project:lftp'
)
backup=('etc/lftp.conf')
source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://libarchive.org/"
msys2_repository_url="https://github.com/libarchive/libarchive"
msys2_references=(
"cpe:/a:libarchive:libarchive"
"cpe: cpe:/a:libarchive:libarchive"
)
license=('BSD')
groups=('libraries')

View File

@ -7,7 +7,7 @@ pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
arch=('i686' 'x86_64')
url="https://libbsd.freedesktop.org"
msys2_references=(
"cpe:/a:freedesktop:libbsd"
"cpe: cpe:/a:freedesktop:libbsd"
)
license=('custom')
depends=('libmd')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://libevent.org/"
msys2_repository_url="https://github.com/libevent/libevent"
msys2_references=(
"cpe:/a:libevent_project:libevent"
"cpe: cpe:/a:libevent_project:libevent"
)
license=('spdx:BSD-3-Clause')
makedepends=('openssl-devel' 'autotools' 'gcc')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://sourceware.org/libffi/"
msys2_repository_url="https://github.com/libffi/libffi"
msys2_references=(
"cpe:/a:libffi_project:libffi"
"cpe: cpe:/a:libffi_project:libffi"
)
groups=('libraries')
license=('MIT')

View File

@ -9,7 +9,7 @@ arch=(i686 x86_64)
url="https://gnupg.org"
msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git"
msys2_references=(
"cpe:/a:gnupg:libgcrypt"
"cpe: cpe:/a:gnupg:libgcrypt"
)
license=('LGPL')
depends=('libgpg-error')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://gnupg.org"
msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git"
msys2_references=(
"cpe:/a:gnupg:libgpg-error"
"cpe: cpe:/a:gnupg:libgpg-error"
)
license=('spdx:LGPL-2.1-or-later')
depends=('sh' 'libiconv' 'libintl')

View File

@ -7,7 +7,7 @@ pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
url="https://www.gnu.org/software/libidn/"
msys2_repository_url="https://gitlab.com/libidn/libidn"
msys2_references=(
"cpe:/a:gnu:libidn"
"cpe: cpe:/a:gnu:libidn"
)
arch=('i686' 'x86_64')
license=('GPL3' 'LGPL')

View File

@ -9,7 +9,7 @@ pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
url="https://www.gnu.org/software/libidn/#libidn2"
msys2_repository_url="https://gitlab.com/libidn/libidn2"
msys2_references=(
"cpe:/a:gnu:libidn2"
"cpe: cpe:/a:gnu:libidn2"
)
arch=('i686' 'x86_64')
license=('GPL3' 'LGPL')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnupg.org/related_software/libksba/"
msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git"
msys2_references=(
"cpe:/a:gnupg:libksba"
"cpe: cpe:/a:gnupg:libksba"
)
license=('spdx:LGPL-3.0-or-later OR GPL-2.0-or-later')
makedepends=('libgpg-error-devel' 'autotools' 'gcc')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('BSD')
url="https://www.tcpdump.org/"
msys2_references=(
"cpe:/a:tcpdump:libpcap"
"cpe: cpe:/a:tcpdump:libpcap"
)
makedepends=('bison' 'cmake' 'flex' 'gcc' 'make' 'openssl-devel')
source=(https://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz

View File

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='Library for accessing ssh client services through C libraries'
url='https://www.libssh.org/'
msys2_references=(
"cpe:/a:libssh:libssh"
"cpe: cpe:/a:libssh:libssh"
)
license=('spdx:LGPL-2.1+')
arch=('i686' 'x86_64')

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
url="https://libssh2.org/"
msys2_references=(
"cpe:/a:libssh2:libssh2"
"cpe: cpe:/a:libssh2:libssh2"
)
groups=('libraries')
arch=('i686' 'x86_64')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3' 'LGPL')
url="https://www.gnu.org/software/libtasn1/"
msys2_references=(
"cpe:/a:gnu:libtasn1"
"cpe: cpe:/a:gnu:libtasn1"
)
makedepends=('gcc' 'patch' 'gtk-doc' 'autotools')
source=(https://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('BSD')
url="https://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary"
msys2_references=(
"cpe:/a:libtirpc_project:libtirpc"
"cpe: cpe:/a:libtirpc_project:libtirpc"
)
makedepends=('gcc' 'patch' 'heimdal-devel' 'autotools')
source=(https://downloads.sourceforge.net/libtirpc/libtirpc-${pkgver}.tar.bz2

View File

@ -8,7 +8,7 @@ pkgdesc="A generic library support script"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/libtool/"
msys2_references=(
"cpe:/a:gnu:libtool"
"cpe: cpe:/a:gnu:libtool"
)
license=('spdx:GPL-2.0-or-later')
makedepends=("gcc>=${_gccver}" 'autotools' 'help2man')

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Library for manipulating Unicode strings and C strings."
url="https://www.gnu.org/software/libunistring/"
msys2_references=(
"cpe:/a:gnu:libunistring"
"cpe: cpe:/a:gnu:libunistring"
)
arch=('i686' 'x86_64')
license=('spdx:LGPL-3.0-or-later OR GPL-2.0-or-later')

View File

@ -8,7 +8,7 @@ pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
arch=('i686' 'x86_64')
url="https://github.com/libuv/libuv"
msys2_references=(
"cpe:/a:libuv:libuv"
"cpe: cpe:/a:libuv:libuv"
)
license=('custom')
makedepends=('gcc' 'autotools')

View File

@ -11,7 +11,7 @@ makedepends=('gcc' 'python-devel' 'libreadline-devel'
'liblzma-devel' 'zlib-devel' 'autotools')
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/"
msys2_references=(
"cpe:/a:xmlsoft:libxml2"
"cpe: cpe:/a:xmlsoft:libxml2"
)
source=("https://download.gnome.org/sources/libxml2/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz"
https://www.w3.org/XML/Test/xmlts20130923.tar.gz

View File

@ -8,7 +8,7 @@ pkgdesc="XML stylesheet transformation library"
arch=('i686' 'x86_64')
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/"
msys2_references=(
"cpe:/a:xmlsoft:libxslt"
"cpe: cpe:/a:xmlsoft:libxslt"
)
license=('custom')
makedepends=('gcc' 'libxml2-devel' 'libgcrypt-devel' 'autotools')

View File

@ -7,7 +7,7 @@ pkgdesc="YAML 1.1 library"
arch=('i686' 'x86_64')
url="https://pyyaml.org/wiki/LibYAML"
msys2_references=(
"cpe:/a:pyyaml:libyaml"
"cpe: cpe:/a:pyyaml:libyaml"
)
license=('spdx:MIT')
makedepends=('autotools' 'gcc')

View File

@ -6,7 +6,7 @@ pkgdesc="A text browser for the World Wide Web"
url="https://lynx.invisible-island.net/"
msys2_pgp_keys_url="https://invisible-island.net/public/public.html"
msys2_references=(
"cpe:/a:lynx_project:lynx"
"cpe: cpe:/a:lynx_project:lynx"
)
arch=('i686' 'x86_64')
license=('GPL')

View File

@ -9,7 +9,7 @@ makedepends=('make' 'gcc')
url='https://lz4.github.io/lz4/'
msys2_repository_url="https://github.com/lz4/lz4"
msys2_references=(
"cpe:/a:lz4_project:lz4"
"cpe: cpe:/a:lz4_project:lz4"
)
license=('LGPL')
source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")

View File

@ -8,7 +8,7 @@ pkgdesc="Portable lossless data compression library"
arch=('i686' 'x86_64')
url="https://www.oberhumer.com/opensource/lzo"
msys2_references=(
"cpe:/a:oberhumer:lzo2"
"cpe: cpe:/a:oberhumer:lzo2"
)
license=('GPL')
makedepends=('gcc' 'patch' 'autotools')

View File

@ -7,7 +7,7 @@ pkgdesc="The GNU macro processor"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/m4"
msys2_references=(
"cpe:/a:gnu:m4"
"cpe: cpe:/a:gnu:m4"
)
license=('GPL3')
depends=('bash' 'gcc-libs' 'libiconv')

View File

@ -8,7 +8,7 @@ pkgdesc="GNU make utility to maintain groups of programs"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/make"
msys2_references=(
"cpe:/a:gnu:make"
"cpe: cpe:/a:gnu:make"
)
license=('GPL3')
depends=('libintl' 'sh')

View File

@ -7,7 +7,7 @@ pkgdesc="A utility for reading man pages"
arch=('i686' 'x86_64')
url="https://www.nongnu.org/man-db/"
msys2_references=(
"cpe:/a:man-db_project:man-db"
"cpe: cpe:/a:man-db_project:man-db"
)
license=('GPL' 'LGPL')
depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')

View File

@ -8,7 +8,7 @@ pkgdesc="A Unix manpage-to-HTML converter"
arch=('any')
url="https://www.nongnu.org/man2html/"
msys2_references=(
"cpe:/a:man2html_project:man2html"
"cpe: cpe:/a:man2html_project:man2html"
)
license=('GPL')
depends=('man-db' 'perl')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.mercurial-scm.org/"
msys2_references=(
"pypi:mercurial"
"cpe:/a:mercurial:mercurial"
"cpe: cpe:/a:mercurial:mercurial"
)
license=('spdx:GPL-2.0-or-later')
groups=('VCS')

View File

@ -10,7 +10,7 @@ pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/binutils/"
msys2_references=(
"cpe:/a:gnu:binutils"
"cpe: cpe:/a:gnu:binutils"
)
license=('GPL')
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")

View File

@ -19,7 +19,7 @@ source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$
sha256sums=('SKIP')
msys2_references=(
'archlinux: mingw-w64-crt'
'cpe:/a:mingw-w64:mingw-w64'
'cpe: cpe:/a:mingw-w64:mingw-w64'
)
_targets="x86_64-w64-mingw32 i686-w64-mingw32 armv7-w64-mingw32 aarch64-w64-mingw32"

View File

@ -18,7 +18,7 @@ source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$
sha256sums=('SKIP')
msys2_references=(
'archlinux: mingw-w64-headers'
'cpe:/a:mingw-w64:mingw-w64'
'cpe: cpe:/a:mingw-w64:mingw-w64'
)
_targets="i686-w64-mingw32 x86_64-w64-mingw32 armv7-w64-mingw32 aarch64-w64-mingw32"

View File

@ -15,7 +15,7 @@ makedepends=("clang" "cmake" "lld")
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
msys2_references=(
'archlinux: clang'
'cpe:/a:llvm:llvm'
'cpe: cpe:/a:llvm:llvm'
)
_url=https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}
source=(${_url}/llvm-${pkgver}.src.tar.xz{,.sig}

View File

@ -11,7 +11,7 @@ url="https://llvm.org"
license=('custom:Apache 2.0 with LLVM Exception')
msys2_references=(
'archlinux: compiler-rt'
'cpe:/a:llvm:llvm'
'cpe: cpe:/a:llvm:llvm'
)
depends=('clang')
makedepends=("cmake" "lld" "ninja" "${_mingw_suff}-clang-headers" 'gcc')

View File

@ -23,7 +23,7 @@ source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$
sha256sums=('SKIP')
msys2_references=(
'archlinux: mingw-w64-crt'
'cpe:/a:mingw-w64:mingw-w64'
'cpe: cpe:/a:mingw-w64:mingw-w64'
)
_targets="x86_64-w64-mingw32ucrt x86_64-w64-mingw32 i686-w64-mingw32"

View File

@ -11,7 +11,7 @@ url="https://gcc.gnu.org"
license=('GPL' 'LGPL' 'FDL' 'custom')
msys2_references=(
'archlinux: gcc'
'cpe:/a:gnu:gcc'
'cpe: cpe:/a:gnu:gcc'
)
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
depends=("zlib" "mpc" "isl" "libzstd"

View File

@ -21,7 +21,7 @@ source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$
sha256sums=('SKIP')
msys2_references=(
'archlinux: mingw-w64-headers'
'cpe:/a:mingw-w64:mingw-w64'
'cpe: cpe:/a:mingw-w64:mingw-w64'
)
_targets="x86_64-w64-mingw32ucrt i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -25,7 +25,7 @@ sha256sums=('SKIP'
'd9e8af81682d9bf70e3d87506f51156cec61260b810a234bce861cb2eb3a5919')
msys2_references=(
'archlinux: mingw-w64-winpthreads'
'cpe:/a:mingw-w64:mingw-w64'
'cpe: cpe:/a:mingw-w64:mingw-w64'
)
_targets="x86_64-w64-mingw32ucrt i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -24,7 +24,7 @@ sha256sums=('SKIP')
msys2_references=(
# doesn't exist in arch, this is the next best thing
'archlinux: mingw-w64-headers'
'cpe:/a:mingw-w64:mingw-w64'
'cpe: cpe:/a:mingw-w64:mingw-w64'
)
_targets="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -24,7 +24,7 @@ sha256sums=('38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32'
'4d8ebda55b95d19cd7c467c486d4c42d2bad6db9ff5dca361f6d8c24120e5f30')
msys2_references=(
'archlinux: zlib'
'cpe:/a:zlib:zlib'
'cpe: cpe:/a:zlib:zlib'
)
validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')

View File

@ -12,7 +12,7 @@ makedepends=('gcc')
url="https://mintty.github.io"
msys2_repository_url="https://github.com/mintty/mintty"
msys2_references=(
"cpe:/a:mintty_project:mintty"
"cpe: cpe:/a:mintty_project:mintty"
)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz
"001-default-size.patch")

View File

@ -9,7 +9,7 @@ pkgdesc="Multiple-precision floating-point library"
arch=('i686' 'x86_64')
url="https://www.mpfr.org/"
msys2_references=(
"cpe:/a:mpfr:gnu_mpfr"
"cpe: cpe:/a:mpfr:gnu_mpfr"
)
license=('spdx:LGPL-3.0-or-later')
depends=('gmp>=5.0')

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://www.cygwin.com/"
msys2_references=(
'cygwin: cygwin'
"cpe:/a:cygwin:cygwin"
"cpe: cpe:/a:cygwin:cygwin"
)
license=('GPL')
makedepends=('cocom'

View File

@ -11,7 +11,7 @@ url="https://www.cygwin.com/"
license=('GPL')
msys2_references=(
'cygwin: cygwin'
"cpe:/a:cygwin:cygwin"
"cpe: cpe:/a:cygwin:cygwin"
)
makedepends=('cocom'
'git'

View File

@ -11,7 +11,7 @@ url="https://www.cygwin.com/"
license=('GPL')
msys2_references=(
'cygwin: cygwin'
"cpe:/a:cygwin:cygwin"
"cpe: cpe:/a:cygwin:cygwin"
)
makedepends=('cocom'
'git'

View File

@ -11,7 +11,7 @@ url="https://www.cygwin.com/"
license=('GPL')
msys2_references=(
'cygwin: cygwin'
"cpe:/a:cygwin:cygwin"
"cpe: cpe:/a:cygwin:cygwin"
)
makedepends=('cocom'
'git'

Some files were not shown because too many files have changed in this diff Show More