diff --git a/app-benchmarks/forkbomb/forkbomb-1.4-r2.ebuild b/app-benchmarks/forkbomb/forkbomb-1.4-r2.ebuild new file mode 100644 index 0000000000000..ff9c264610c34 --- /dev/null +++ b/app-benchmarks/forkbomb/forkbomb-1.4-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Controlled fork() bomber for testing heavy system load" +HOMEPAGE="http://home.tiscali.cz:8080/~cz210552/forkbomb.html" +SRC_URI="http://home.tiscali.cz:8080/~cz210552/distfiles/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + sed -i '/^all/s/tags//' Makefile || die + default +} + +src_install() { + dobin ${PN} + doman ${PN}.8 +} diff --git a/app-containers/docker-bench-security/Manifest b/app-containers/docker-bench-security/Manifest index 92012dead76a1..349c578306b27 100644 --- a/app-containers/docker-bench-security/Manifest +++ b/app-containers/docker-bench-security/Manifest @@ -1 +1,2 @@ DIST docker-bench-security-1.3.3.tar.gz 274361 BLAKE2B b0a3fef0fedd7353a11f18603af0a9bd5a9c5674df8e0c2988f3b7430739b1fe1c37b3bc29323f39604e8f9d3af66e4a64b97c1e4bb1ef253cc39e9b1e1cb6e2 SHA512 0b9a8bb3cc0bf0887f3b3462c3529568f6cc4d327f66fe482ceb24865a3df51ffee48a1a12c93ca13401f23bf1cd47b3e8b25c99537f63a823ff173d54994fe9 +DIST docker-bench-security-1.6.0.tar.gz 349131 BLAKE2B ce4700e3b7448365420adfb20ca3fa1fa5316157b1f587c40a1ea24e45312ac059a31f5fb152838442e19822c977855323f528d8ddca95eb11347a74606e5913 SHA512 1f3391946dd93540f99e8ea212c9d907d7939d248105082e81845e62eb2a08c4c5a1a32d13c93676ca31df1ee76079a804d36de1874341ed5da64806ea1c7c7b diff --git a/app-containers/docker-bench-security/docker-bench-security-1.6.0.ebuild b/app-containers/docker-bench-security/docker-bench-security-1.6.0.ebuild new file mode 100644 index 0000000000000..45778b2f8d607 --- /dev/null +++ b/app-containers/docker-bench-security/docker-bench-security-1.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Test for best practices around deploying docker containers" +HOMEPAGE="https://github.com/docker/docker-bench-security" +SRC_URI="https://github.com/docker/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=app-containers/docker-1.13" + +src_install() { + dobin "${FILESDIR}/docker-bench-security" + exeinto /usr/lib/${PN} + doexe ${PN}.sh + insinto /usr/lib/${PN} + doins -r functions/*.sh tests + dodoc -r img/benchmark_log.png CONTRIBUTING.md docker-compose.yml \ + Dockerfile MAINTAINERS README.md +} diff --git a/app-containers/docker-bench-security/metadata.xml b/app-containers/docker-bench-security/metadata.xml index cbef0562c18d8..2214840c4cc03 100644 --- a/app-containers/docker-bench-security/metadata.xml +++ b/app-containers/docker-bench-security/metadata.xml @@ -9,4 +9,7 @@ The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. + + docker/docker-bench-security + diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801-r1.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801-r1.ebuild new file mode 100644 index 0000000000000..a634041be0bb5 --- /dev/null +++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${PN}-${PV%.*}-${PV/*.}" + +DESCRIPTION="IPA dictionary for MeCab" +HOMEPAGE="https://taku910.github.io/mecab/" +SRC_URI="mirror://sourceforge/${PN%-*}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="ipadic" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="unicode" + +DEPEND="app-text/mecab[unicode=]" + +src_configure() { + econf $(use_with unicode charset UTF-8) +} diff --git a/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013-r1.ebuild b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013-r1.ebuild new file mode 100644 index 0000000000000..94c36a30f1fd4 --- /dev/null +++ b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${P/_p/-}" + +DESCRIPTION="NAIST Japanese Dictionary" +HOMEPAGE="http://sourceforge.jp/projects/naist-jdic/" +SRC_URI="mirror://sourceforge.jp/${PN#*-}/53500/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~loong ~riscv ~x86" +IUSE="unicode" + +DEPEND="app-text/mecab[unicode=]" + +src_configure() { + econf $(use_with unicode charset UTF-8) +} diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild new file mode 100644 index 0000000000000..602e5f43d1ca0 --- /dev/null +++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="unidic-mecab-${PV}_src" + +DESCRIPTION="IPA dictionary for MeCab" +HOMEPAGE="https://osdn.jp/projects/unidic/" +SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip" +S="${WORKDIR}/${MY_P}" + +LICENSE="|| ( BSD GPL-2 LGPL-2.1 )" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +DEPEND="app-text/mecab" +BDEPEND="app-arch/unzip" diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild new file mode 100644 index 0000000000000..350c879e0a8de --- /dev/null +++ b/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Wnn dictionary for librarian" +#HOMEPAGE="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/ldic-${PV}-wnn.txt" +S="${WORKDIR}" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +DEPEND="app-i18n/freewnn" + +src_unpack() { + : +} + +src_compile() { + local atod=atod + if has_version "