[go: nahoru, domu]

Skip to content

Commit

Permalink
More CPEs and anitya IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Mar 27, 2024
1 parent daa79cf commit 19db64a
Show file tree
Hide file tree
Showing 87 changed files with 205 additions and 22 deletions.
4 changes: 4 additions & 0 deletions bc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions cmake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions diffutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions dtc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions flex/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions iperf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
5 changes: 5 additions & 0 deletions iperf3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions jsoncpp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions libatomic_ops/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 1 addition & 3 deletions python-mallard-ducktype/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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}"
Expand Down
4 changes: 1 addition & 3 deletions python-pyalpm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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}"
Expand Down
1 change: 1 addition & 0 deletions python-pyparsing/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 3 additions & 0 deletions python-pyproject-hooks/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions python-pytest/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions python-setuptools-scm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ arch=('any')
license=('spdx:MIT')
url='https://github.com/pypa/setuptools_scm'
msys2_references=(
"anitya: 65053"
"pypi:setuptools-scm"
)
depends=(
Expand Down
1 change: 1 addition & 0 deletions python-setuptools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 1 addition & 0 deletions python-six/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions python-trove-classifiers/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 0 additions & 3 deletions python-typing_extensions/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down
1 change: 1 addition & 0 deletions python-urllib3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 1 addition & 0 deletions python-wcwidth/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions python-wheel/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 1 addition & 0 deletions python-yaml/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 1 addition & 0 deletions python-zstandard/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 3 additions & 0 deletions quilt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 3 additions & 0 deletions rcs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions re2c/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions readline/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions rhash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions rlwrap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions rpcsvc-proto/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
9 changes: 6 additions & 3 deletions rsync/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions ruby/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 1 addition & 0 deletions scons/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgdesc="Extensible Python-based build utility"
arch=('any')
url="https://scons.org/"
msys2_references=(
"anitya: 4770"
"pypi:SCons"
)
license=('MIT')
Expand Down
3 changes: 3 additions & 0 deletions screenfetch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions sed/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions serf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 3 additions & 0 deletions setconf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
3 changes: 3 additions & 0 deletions sgml-common/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions sharutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 19db64a

Please sign in to comment.