More CPEs and anitya IDs

This commit is contained in:
Christoph Reiter 2024-03-27 17:35:38 +01:00
parent daa79cf1d4
commit 19db64a71a
87 changed files with 205 additions and 22 deletions

View File

@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="An arbitrary precision calculator language"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/bc"
msys2_references=(
"anitya: 170"
"cpe: cpe:2.3:a:gnu:bc"
)
license=('GPL')
depends=('libreadline' 'ncurses')
makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel' 'autotools')

View File

@ -9,6 +9,10 @@ pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
url="https://www.cmake.org/"
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
msys2_references=(
"anitya: 306"
"cpe: cpe:2.3:a:cmake_project:cmake"
)
license=(spdx:MIT)
makedepends=('gcc'
'emacs'

View File

@ -6,6 +6,10 @@ pkgrel=1
pkgdesc="Utility programs used for creating patch files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/diffutils"
msys2_references=(
"anitya: 436"
"cpe: cpe:2.3:a:gnu:diffutils"
)
license=('spdx:GPL-3.0-or-later')
depends=('sh' 'libiconv' 'libintl')
makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel')

View File

@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="Device Tree Compiler"
arch=('i686' 'x86_64')
url="https://git.kernel.org/pub/scm/utils/dtc/dtc/git"
msys2_references=(
"anitya: 16911"
"cpe: cpe:2.3:a:dtc_project:dtc"
)
license=('GPL2')
depends=('libyaml')
makedepends=('python-devel' 'swig' 'libyaml-devel' 'gcc')

View File

@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="A tool for generating text-scanning programs"
arch=('i686' 'x86_64')
url="https://github.com/westes/flex"
msys2_references=(
"anitya: 819"
"cpe: cpe:2.3:a:westes:flex"
)
license=('custom')
depends=('m4' 'sh' 'libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')

View File

@ -6,6 +6,10 @@ pkgrel=2
pkgdesc='A tool to measure maximum TCP bandwidth'
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/iperf2/"
msys2_references=(
"anitya: 1388"
"cpe: cpe:2.3:a:iperf2_project:iperf2"
)
license=('custom')
depends=('gcc-libs')
makedepends=('autotools' 'gcc')

View File

@ -6,6 +6,11 @@ pkgrel=1
pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
arch=('i686' 'x86_64')
url="https://github.com/esnet/iperf"
msys2_references=(
"anitya: 1389"
"cpe: cpe:2.3:a:es:iperf3"
"cpe: cpe:2.3:a:iperf3_project:iperf3"
)
license=('BSD')
depends=('gcc-libs' 'openssl')
makedepends=('openssl-devel' 'autotools' 'gcc')

View File

@ -7,6 +7,10 @@ pkgrel=3
pkgdesc="A C++ library for interacting with JSON"
arch=('any')
url="https://github.com/open-source-parsers/jsoncpp"
msys2_references=(
"anitya: 7483"
"cpe: cpe:2.3:a:jsoncpp_project:jsoncpp"
)
license=('MIT')
depends=("gcc-libs")
makedepends=("gcc"

View File

@ -7,6 +7,10 @@ pkgrel=1
pkgdesc="Provides semi-portable access to hardware provided atomic memory operations"
arch=('any')
url="https://github.com/ivmai/libatomic_ops"
msys2_references=(
"anitya: 1561"
"cpe: cpe:2.3:a:libatomic_ops_project:libatomic_ops"
)
makedepends=('autotools' 'gcc')
license=('spdx:GPL-2.0-or-later AND MIT')
source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")

View File

@ -11,6 +11,7 @@ url="http://projectmallard.org/"
msys2_repository_url="https://github.com/projectmallard/mallard-ducktype"
msys2_references=(
"pypi:mallard-ducktype"
'archlinux: mallard-ducktype'
)
license=('spdx:MIT')
depends=("python")
@ -22,9 +23,6 @@ makedepends=(
)
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/projectmallard/mallard-ducktype/archive/${pkgver}.tar.gz")
sha256sums=('73ac416376dd65c737594ab4b1037b0823390239f33672f1ee1e30725dcef4e9')
msys2_references=(
'archlinux: mallard-ducktype'
)
build() {
cd "${_realname}-${pkgver}"

View File

@ -10,6 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="https://gitlab.archlinux.org/archlinux/pyalpm"
msys2_references=(
'archlinux: pyalpm'
"pypi:pyalpm"
)
depends=("python" "libarchive")
@ -33,9 +34,6 @@ source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=${pkgver}"
"0005-Use-pkg-config-add-LIBALPM_STATIC-env.-var.patch")
sha256sums=('SKIP'
'e26201c95cf6511cc884a38a8ca17cd61154542c390bcd8f7484bdc8e560cee9')
msys2_references=(
'archlinux: pyalpm'
)
prepare() {
cd "${srcdir}/${_realname}"

View File

@ -9,6 +9,7 @@ pkgdesc='General parsing module for Python'
arch=('any')
url='https://github.com/pyparsing/pyparsing/'
msys2_references=(
"anitya: 3756"
"pypi:pyparsing"
)
license=('spdx:MIT')

View File

@ -7,6 +7,9 @@ pkgrel=3
pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project"
arch=(any)
url="https://github.com/pypa/pyproject-hooks"
msys2_references=(
"anitya: 320474"
)
license=('spdx:MIT')
depends=(python)
makedepends=(python-installer python-flit-core)

View File

@ -13,6 +13,7 @@ license=('MIT')
url="https://pytest.org/"
msys2_repository_url="https://github.com/pytest-dev/pytest"
msys2_references=(
"anitya: 3765"
"pypi:pytest"
)
depends=('python'

View File

@ -10,6 +10,7 @@ arch=('any')
license=('spdx:MIT')
url='https://github.com/pypa/setuptools_scm'
msys2_references=(
"anitya: 65053"
"pypi:setuptools-scm"
)
depends=(

View File

@ -11,6 +11,7 @@ license=('PSF')
url="https://pypi.python.org/pypi/setuptools"
msys2_repository_url="https://github.com/pypa/setuptools"
msys2_references=(
"anitya: 4021"
"pypi:setuptools"
"cpe: cpe:/a:python:setuptools"
)

View File

@ -11,6 +11,7 @@ pkgdesc="Python compatibility utilities"
arch=('any')
url="https://pypi.python.org/pypi/six/"
msys2_references=(
"anitya: 4027"
"pypi:six"
)
license=('spdx:MIT')

View File

@ -8,6 +8,7 @@ pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
arch=('any')
url="https://github.com/pypa/trove-classifiers"
msys2_references=(
"anitya: 88298"
"pypi:trove-classifiers"
)
license=('spdx:Apache-2.0')

View File

@ -7,9 +7,6 @@ pkgrel=1
pkgdesc='Backported and Experimental Type Hints for Python 3.8+'
arch=(any)
url=https://github.com/python/typing_extensions
msys2_references=(
"pypi:six"
)
msys2_references=(
'pypi:typing-extensions'
)

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
url='https://github.com/urllib3/urllib3'
msys2_references=(
"anitya: 4078"
"pypi:urllib3"
"cpe: cpe:/a:python:urllib3"
)

View File

@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='Measures number of Terminal column cells of wide-character codes'
url='https://github.com/jquast/wcwidth'
msys2_references=(
"anitya: 88052"
"pypi:wcwidth"
)
arch=('any')

View File

@ -8,6 +8,7 @@ pkgdesc="A built-package format for Python"
arch=('any')
url="https://pypi.python.org/pypi/wheel"
msys2_references=(
"anitya: 11428"
"pypi:wheel"
"cpe: cpe:/a:wheel_project:wheel"
)

View File

@ -10,6 +10,7 @@ pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64')
url='https://pyyaml.org/'
msys2_references=(
"anitya: 4123"
"pypi:PyYAML"
"cpe: cpe:/a:pyyaml:pyyaml"
)

View File

@ -7,6 +7,7 @@ pkgdesc='Python bindings to the Zstandard (zstd) compression library'
arch=('i686' 'x86_64')
url="https://github.com/indygreg/python-zstandard"
msys2_references=(
"anitya: 147738"
"pypi:zstandard"
)
license=('spdx:BSD-3-Clause')

View File

@ -5,6 +5,9 @@ pkgver=0.67
pkgrel=1
pkgdesc='Manage large numbers of patches'
url='https://savannah.nongnu.org/projects/quilt'
msys2_references=(
"anitya: 4143"
)
makedepends=('autotools')
license=('GPL2+')
arch=('any')

View File

@ -5,6 +5,9 @@ pkgver=5.10.1
pkgrel=2
pkgdesc='Revision Control System: manages multiple revisions of files'
url='https://www.gnu.org/software/rcs/'
msys2_references=(
"anitya: 4167"
)
license=('GPL3')
arch=('i686' 'x86_64')
makedepends=('groff' 'ed' 'autotools' 'gcc')

View File

@ -9,6 +9,7 @@ pkgdesc='A tool for generating C-based recognizers from regular expressions'
url='https://re2c.org/'
msys2_repository_url="https://github.com/skvadrik/re2c"
msys2_references=(
"anitya: 7664"
"cpe: cpe:/a:re2c:re2c"
)
license=('public domain')

View File

@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
url="https://tiswww.case.edu/php/chet/readline/rltop.html"
msys2_repository_url="https://git.savannah.gnu.org/cgit/readline.git"
msys2_references=(
"anitya: 4173"
"cpe: cpe:/a:gnu:readline"
)
license=('GPL')

View File

@ -7,6 +7,10 @@ pkgrel=1
pkgdesc='Utility for verifying hash sums of files'
url='https://sourceforge.net/projects/rhash/'
msys2_repository_url="https://github.com/rhash/RHash"
msys2_references=(
"anitya: 13843"
"cpe: cpe:2.3:a:rhash_project:rhash"
)
license=('custom' 'MIT')
arch=('i686' 'x86_64')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz

View File

@ -9,6 +9,9 @@ arch=('i686' 'x86_64')
groups=('utilities')
license=('GPL')
url='https://github.com/hanslub42/rlwrap'
msys2_references=(
"anitya: 4199"
)
depends=('libreadline')
makedepends=('gcc' 'libreadline-devel' 'autotools')
install=rlwrap.install

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="rpcsvc protocol definitions from glibc."
arch=('i686' 'x86_64')
url="https://github.com/thkukuk/rpcsvc-proto"
msys2_references=(
"anitya: 155452"
)
license=('BSD')
depends=('libintl' 'libiconv')
makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel')

View File

@ -7,9 +7,12 @@ pkgdesc="A file transfer program to keep remote files in sync"
arch=('i686' 'x86_64')
url="https://rsync.samba.org"
msys2_references=(
"cpe: cpe:/a:andrew_tridgell:rsync"
"cpe: cpe:/a:rsync:rsync"
"cpe: cpe:/a:samba:rsync"
"anitya: 4217"
"cpe: cpe:2.3:a:andrew_tridgell:rsync"
"cpe: cpe:2.3:a:gnu:rsync"
"cpe: cpe:2.3:a:redhat:rsync"
"cpe: cpe:2.3:a:rsync:rsync"
"cpe: cpe:2.3:a:samba:rsync"
)
groups=('net-utils')
license=('GPL3')

View File

@ -6,6 +6,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url='https://www.ruby-lang.org/en/'
msys2_references=(
"anitya: 4223"
"cpe: cpe:/a:ruby-lang:ruby"
"cpe: cpe:/a:yukihiro_matsumoto:ruby"
)

View File

@ -8,6 +8,7 @@ pkgdesc="Extensible Python-based build utility"
arch=('any')
url="https://scons.org/"
msys2_references=(
"anitya: 4770"
"pypi:SCons"
)
license=('MIT')

View File

@ -7,6 +7,9 @@ pkgrel=2
pkgdesc="Bash screenshot information tool"
arch=('any')
url="https://github.com/KittyKatt/screenFetch"
msys2_references=(
"anitya: 5733"
)
license=('GPL')
depends=('bash')
optdepends=('curl: screenshot uploading')

View File

@ -7,6 +7,7 @@ pkgdesc="GNU stream editor"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/sed"
msys2_references=(
"anitya: 4789"
"cpe: cpe:/a:gnu:sed"
)
license=('GPL3')

View File

@ -8,6 +8,7 @@ pkgdesc="High-performance asynchronous HTTP client library"
arch=('i686' 'x86_64')
url="https://serf.apache.org/"
msys2_references=(
"anitya: 1720"
"cpe: cpe:/a:serf_project:serf"
)
license=('Apache')

View File

@ -6,6 +6,9 @@ pkgrel=2
pkgdesc='Utility to easily change settings in configuration files'
arch=('any')
url='https://setconf.roboticoverlords.org/'
msys2_references=(
"anitya: 13746"
)
license=('GPL2')
depends=('python3')
source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")

View File

@ -7,6 +7,9 @@ pkgrel=2
pkgdesc='Tools for maintaining centralized SGML catalogs.'
arch=('any')
url='https://www.docbook.org/xml/'
msys2_references=(
"anitya: 227355"
)
license=('GPL')
install='sgml-common.install'
depends=('sh')

View File

@ -5,6 +5,7 @@ pkgdesc='Makes so-called shell archives out of many files'
url='https://www.gnu.org/software/sharutils'
msys2_references=(
"cpe: cpe:/a:gnu:sharutils"
"anitya: 4805"
)
license=(GPL3+)
arch=(i686 x86_64)

View File

@ -9,7 +9,9 @@ pkgrel=2
pkgdesc='Multipurpose relay'
url='http://www.dest-unreach.org/socat/'
msys2_references=(
"cpe: cpe:/a:dest-unreach:socat"
"anitya: 4848"
"cpe: cpe:2.3:a:dest-unreach:socat"
"cpe: cpe:2.3:a:socat:socat"
)
license=('GPL2')
arch=('i686' 'x86_64')

View File

@ -16,6 +16,7 @@ arch=('i686' 'x86_64')
license=(PublicDomain)
url="https://www.sqlite.org/"
msys2_references=(
"anitya: 4877"
"cpe: cpe:/a:sqlite:sqlite"
)
depends=('libreadline' 'zlib' 'tcl')

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc='Fool ssh into accepting an interactive password non-interactively'
arch=('i686' 'x86_64')
url='https://sourceforge.net/projects/sshpass/'
msys2_references=(
"anitya: 12961"
)
groups=('net-utils')
license=('GPL')
depends=('openssh')

View File

@ -7,6 +7,9 @@ pkgdesc="GNU Stow is a symlink farm manager which takes distinct packages of sof
arch=("any")
license=("GPL")
url="https://ftp.gnu.org/gnu/stow/"
msys2_references=(
"anitya: 4900"
)
depends=("perl")
makedepends=('autotools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/${pkgname}-${pkgver}.tar.gz")

View File

@ -7,6 +7,7 @@ pkgdesc="A Modern Concurrent Version Control System"
arch=('i686' 'x86_64')
url="https://subversion.apache.org/"
msys2_references=(
"anitya: 4905"
"cpe: cpe:/a:apache:subversion"
"cpe: cpe:/a:subversion:subversion"
)

View File

@ -6,6 +6,9 @@ pkgrel=2
pkgdesc="Generate scripting interfaces to C/C++ code"
arch=('i686' 'x86_64')
url="https://www.swig.org/"
msys2_references=(
"anitya: 4919"
)
license=('custom')
depends=('zlib' 'libpcre2_8')
makedepends=('zlib-devel' 'pcre2-devel' 'autotools' 'gcc')

View File

@ -7,6 +7,7 @@ pkgdesc="Utility used to store, backup, and transport files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/tar/tar.html"
msys2_references=(
"anitya: 4939"
"cpe: cpe:/a:gnu:tar"
)
license=('GPL3')

View File

@ -7,6 +7,9 @@ pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64')
url="https://taskwarrior.org/"
msys2_repository_url="https://github.com/GothenburgBitFactory/taskwarrior"
msys2_references=(
"anitya: 5841"
)
license=("MIT")
depends=("gcc-libs"
"libgnutls"

View File

@ -9,6 +9,7 @@ pkgdesc="The Tcl scripting language"
arch=('i686' 'x86_64')
url="https://tcl.sourceforge.io/"
msys2_references=(
"anitya: 4941"
"cpe: cpe:/a:tcl:tcl"
)
license=('custom')

View File

@ -7,6 +7,9 @@ epoch=
pkgdesc="C shell with file name completion and command line editing"
arch=("i686" "x86_64")
url="https://www.tcsh.org/"
msys2_references=(
"anitya: 4945"
)
license=('BSD')
groups=()
depends=('gcc-libs' 'libxcrypt' 'libiconv' 'ncurses')

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/texinfo/"
msys2_repository_url="https://git.savannah.gnu.org/cgit/texinfo.git"
msys2_references=(
"anitya: 4958"
"cpe: cpe:/a:gnu:texinfo"
)
license=('spdx:GPL-3.0-or-later')

View File

@ -6,6 +6,10 @@ pkgrel=4
pkgdesc="Official tftp server"
arch=('i686' 'x86_64')
url="https://www.kernel.org/pub/software/network/tftp/tftp-hpa/"
msys2_references=(
"anitya: 4962"
"cpe: cpe:2.3:a:tftpd-hpa_project:tftpd-hpa"
)
license=('BSD')
depends=('libreadline>=6.0.00')
makedepends=('libreadline-devel' 'gcc' 'autotools')

View File

@ -8,6 +8,9 @@ depends=('git' 'libreadline' 'ncurses')
makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools' 'gcc')
url='https://jonas.github.io/tig/'
msys2_repository_url="https://github.com/jonas/tig"
msys2_references=(
"anitya: 4969"
)
license=('GPL')
arch=('i686' 'x86_64')
backup=('etc/tigrc')

View File

@ -5,6 +5,9 @@ pkgver=1.9
pkgrel=3
pkgdesc="Utility for monitoring a program's use of system resources"
url='https://www.gnu.org/directory/time.html'
msys2_references=(
"anitya: 4971"
)
license=('GPL')
arch=('i686' 'x86_64')
makedepends=('autotools' 'gcc')

View File

@ -7,6 +7,9 @@ pkgdesc="A simple TTY terminal I/O application"
arch=('i686' 'x86_64')
url="https://tio.github.io/"
msys2_repository_url="https://github.com/tio/tio"
msys2_references=(
"anitya: 20587"
)
license=('spdx:GPL-2.0-or-later')
depends=('libinih')
makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel')

View File

@ -5,6 +5,9 @@ pkgdesc="Instant Terminal Sharing http://tmate.io/"
arch=('i686' 'x86_64')
license=('ISC')
url="http://tmate.io/"
msys2_references=(
"anitya: 10245"
)
msys2_repository_url="https://github.com/tmate-io/tmate"
depends=('libevent' 'ncurses' 'libopenssl' 'libssh' 'zlib' 'msgpack-c')
makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'msgpack-c-devel' 'autotools' 'gcc' 'git')

View File

@ -9,6 +9,7 @@ pkgdesc='A terminal multiplexer'
url='https://tmux.github.io/'
msys2_repository_url="https://github.com/tmux/tmux"
msys2_references=(
"anitya: 4980"
"cpe: cpe:/a:nicholas_marriott:tmux"
"cpe: cpe:/a:tmux_project:tmux"
)

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="A directory listing program displaying a depth indented list of files"
arch=('i686' 'x86_64')
url="http://mama.indstate.edu/users/ice/tree/"
msys2_references=(
"anitya: 5006"
)
license=('GPL')
makedepends=('make' 'gcc')
source=("https://gitlab.com/OldManProgrammer/unix-tree/-/archive/${pkgver}/unix-tree-${pkgver}.tar.gz"

View File

@ -7,6 +7,9 @@ pkgrel=2
pkgdesc="Convert plain text files to HTML"
arch=('i686' 'x86_64')
url="https://txt2html.sourceforge.net/"
msys2_references=(
"anitya: 14410"
)
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-Getopt-ArgvFile')
makedepends=('perl-Module-Build')

View File

@ -8,6 +8,7 @@ pkgdesc='A text formatting and conversion tool.'
arch=('any')
url='https://www.txt2tags.org/'
msys2_references=(
"anitya: 10473"
"pypi:txt2tags"
)
license=('spdx:GPL-2.0-or-later')

View File

@ -6,6 +6,10 @@ pkgrel=1
pkgdesc="Sources for time zone and daylight saving time data"
arch=('i686' 'x86_64')
url="https://www.iana.org/time-zones"
msys2_references=(
"anitya: 16905"
'archlinux: tzdata'
)
license=('GPL')
options=('!emptydirs')
depends=('coreutils' 'gawk' 'sed')
@ -22,9 +26,6 @@ sha256sums=('0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3'
'19fbb941fa73ec1bc4f2caa24ac848e9fbf42ac187621bfef40f4a50d5198cdc'
'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749')
validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu>
msys2_references=(
'archlinux: tzdata'
)
_timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'

View File

@ -7,6 +7,7 @@ pkgdesc="U-Boot Tools"
arch=('i686' 'x86_64')
url="https://github.com/u-boot/u-boot"
msys2_references=(
"anitya: 5022"s
"cpe: cpe:/a:denx:u-boot"
)
license=('GPL2')

View File

@ -14,6 +14,9 @@ arch=('i686' 'x86_64')
license=('GPL')
makedepends=('autotools' 'gcc')
url="https://www.oberhumer.com/opensource/ucl/"
msys2_references=(
"anitya: 13446"
)
source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}-${pkgver}.tar.gz"
"001-autoconf-compat.patch"
"002-missing-macros.patch"

View File

@ -7,6 +7,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url="https://www.rarlab.com/rar_add.htm"
msys2_references=(
"anitya: 13306"
"cpe: cpe:/a:rarlab:unrar"
)
license=('custom')

View File

@ -7,6 +7,7 @@ pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/"
msys2_references=(
"anitya: 8684"
"cpe: cpe:/a:unzip_project:unzip"
"cpe: cpe:/a:info-zip:unzip"
)

View File

@ -12,6 +12,7 @@ arch=('i686' 'x86_64')
url='https://upx.github.io/'
msys2_repository_url="https://github.com/upx/upx"
msys2_references=(
"anitya: 13737"
"cpe: cpe:/a:upx_project:upx"
)
license=('GPL')

View File

@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://www.kernel.org/pub/linux/utils/util-linux/"
msys2_references=(
"anitya: 8179"
"cpe: cpe:/a:andries_brouwer:util-linux"
"cpe: cpe:/a:kernel:util-linux"
"cpe: cpe:/a:linux:util-linux"

View File

@ -7,6 +7,9 @@ pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64')
url="https://vifm.info/"
msys2_references=(
"anitya: 5090"
)
license=('GPL')
depends=('ncurses')
makedepends=('ncurses-devel' 'autotools' 'gcc')

View File

@ -13,6 +13,7 @@ license=('custom:vim')
url="https://www.vim.org"
msys2_repository_url="https://github.com/vim/vim"
msys2_references=(
"anitya: 5092"
"cpe: cpe:/a:vim:vim"
"cpe: cpe:/a:vim_development_group:vim"
)

View File

@ -4,6 +4,9 @@ pkgname='vimpager'
pkgdesc='Use ViM as PAGER'
url='https://www.vim.org/scripts/script.php?script_id=1723'
msys2_repository_url="https://github.com/rkitover/vimpager"
msys2_references=(
"anitya: 15644"
)
license=(BSD)
arch=(any)
pkgver=2.06

View File

@ -9,6 +9,7 @@ pkgdesc="w3m is a pager with WWW capability (net-utils)"
arch=('i686' 'x86_64')
url="https://w3m.sourceforge.io/"
msys2_references=(
"anitya: 5115"
"cpe: cpe:/a:w3m:w3m"
)
license=('BSD')

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc='Wherever Change Directory'
arch=('i686' 'x86_64')
url='https://waterlan.home.xs4all.nl/'
msys2_references=(
"anitya: 341689"
)
license=('GPL')
depends=('libintl' 'libunistring' 'ncurses')
groups=('sys-utils')

View File

@ -7,7 +7,9 @@ pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/wget/"
msys2_references=(
"cpe: cpe:/a:gnu:wget"
"anitya: 5124"
"cpe: cpe:2.3:a:gnu:wget"
"cpe: cpe:2.3:a:wget:wget"
)
license=('GPL3')
depends=('gcc-libs' 'libiconv' 'libidn2' 'libintl' 'libgpgme' 'libpcre2_8' 'libpsl' 'libuuid' 'libgnutls' 'zlib')

View File

@ -7,6 +7,9 @@ pkgrel=4
pkgdesc="A utility to show the full path of commands"
arch=('i686' 'x86_64')
url="https://savannah.gnu.org/projects/which/"
msys2_references=(
"anitya: 5127"
)
license=('GPL3')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"
am-1.14.all.patch

View File

@ -7,6 +7,9 @@ pkgdesc='Diff utility which works with binary files'
arch=('x86_64' 'i686')
url='http://xdelta.org/'
msys2_repository_url="https://github.com/jmacd/xdelta"
msys2_references=(
"anitya: 5177"
)
license=('GPL')
depends=('xz' 'liblzma')
makedepends=('liblzma-devel' 'autotools' 'gcc')

View File

@ -6,6 +6,9 @@ pkgrel=4
pkgdesc="Convert xml to many other formats"
arch=('i686' 'x86_64')
url="https://pagure.io/xmlto/"
msys2_references=(
"anitya: 13307"
)
license=('GPL')
depends=('libxslt' 'perl-YAML-Syck' 'perl-Test-Pod')
makedepends=('docbook-xsl' 'autotools' 'gcc')

View File

@ -11,6 +11,9 @@ provides=('util-macros')
replaces=('util-macros')
conflicts=('util-macros')
url="https://xorg.freedesktop.org/"
msys2_references=(
"anitya: 15037"
)
depends=()
makedepends=('autotools')
source=("https://xorg.freedesktop.org/releases/individual/util/util-macros-${pkgver}.tar.xz")

View File

@ -11,6 +11,9 @@ conflicts=('xproto')
provides=('xproto')
replaces=('xproto')
url="https://xorg.freedesktop.org/"
msys2_references=(
"anitya: 17190"
)
makedepends=('meson' 'ninja' 'gcc')
source=("https://xorg.freedesktop.org/archive/individual/proto/${pkgname}-${pkgver}.tar.xz")
sha256sums=('b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c')

View File

@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="xorriso copies files from POSIX filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows manipulation of such filesystems"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/xorriso/"
msys2_references=(
"anitya: 13270"
)
license=('spdx:GPL-3.0-or-later')
depends=('libbz2' 'libreadline' 'zlib' 'libiconv')
makedepends=('libbz2-devel' 'libreadline-devel' 'zlib-devel' 'autotools' 'gcc' 'libiconv-devel')

View File

@ -7,6 +7,9 @@ pkgrel=1
pkgdesc="Extremely fast non-cryptographic hash algorithm"
arch=('i686' 'x86_64')
url="https://github.com/Cyan4973/xxHash"
msys2_references=(
"anitya: 17583"
)
license=('BSD')
makedepends=("gcc"
"cmake")

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url='https://tukaani.org/xz/'
msys2_repository_url="https://github.com/tukaani-project/xz/"
msys2_references=(
"anitya: 5277"
"cpe: cpe:/a:tukaani:xz"
)
license=('GPL' 'LGPL' 'custom')

View File

@ -7,8 +7,9 @@ pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, G
arch=('i686' 'x86_64')
url="https://www.tortall.net/projects/yasm/"
msys2_references=(
"cpe: cpe:/a:yasm_project:yasm"
"cpe: cpe:/a:tortall:yasm"
"anitya: 5286"
"cpe: cpe:2.3:a:tortall:yasm"
"cpe: cpe:2.3:a:yasm_project:yasm"
)
license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
options=('staticlibs')

View File

@ -7,6 +7,9 @@ pkgdesc="Tools for creating Yelp documentation"
arch=('any')
license=('GPL')
url="https://www.gnome.org"
msys2_references=(
"anitya: 8420"
)
depends=("yelp-xsl" "python-lxml" "itstool" "libxml2-python" "docbook-xsl" "python-mallard-ducktype")
options=('strip' '!libtool' 'staticlibs')
makedepends=("intltool" "meson")

View File

@ -7,6 +7,9 @@ pkgdesc="Stylesheets for Yelp"
arch=('any')
license=('GPL')
url="https://www.gnome.org"
msys2_references=(
"anitya: 13164"
)
options=('strip' '!libtool' 'staticlibs')
makedepends=("libxml2-python" "intltool" "itstool" 'autotools' 'gettext-devel' 'gcc')
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

View File

@ -6,6 +6,11 @@ pkgrel=4
pkgdesc="Creates PKZIP-compatible .zip files"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/Zip.html"
msys2_references=(
"anitya: 10080"
"cpe: cpe:2.3:a:info-zip_project:zip"
"cpe: cpe:2.3:a:zip_project:zip"
)
license=('BSD')
depends=('libbz2')
makedepends=('make' 'gcc')

View File

@ -7,8 +7,9 @@ pkgrel=2
arch=('i686' 'x86_64')
url='https://www.zsh.org/'
msys2_references=(
"cpe: cpe:/a:zsh_project:zsh"
"cpe: cpe:/a:zsh:zsh"
"anitya: 5307"
"cpe: cpe:2.3:a:zsh:zsh"
"cpe: cpe:2.3:a:zsh_project:zsh"
)
license=('custom')
makedepends=('ncurses-devel' 'pcre-devel' 'libiconv-devel' 'libgdbm-devel' 'autotools' 'gcc' 'groff')

View File

@ -9,7 +9,8 @@ arch=('i686' 'x86_64')
url='https://facebook.github.io/zstd/'
msys2_repository_url="https://github.com/facebook/zstd"
msys2_references=(
"cpe: cpe:/a:facebook:zstandard"
"anitya: 12083"
"cpe: cpe:2.3:a:facebook:zstandard"
)
license=('BSD')
makedepends=('gcc' 'ninja' 'cmake')