From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75389158086 for ; Mon, 3 Jan 2022 21:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E4A7E079E; Mon, 3 Jan 2022 21:36:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D26C62BC004 for ; Mon, 3 Jan 2022 21:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7666A342D3F for ; Mon, 3 Jan 2022 21:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61BA27F for ; Mon, 3 Jan 2022 21:36:06 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1641245756.cec17f7cc708b65953a65da434f7da8c48a131c4.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-nntp/inn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-nntp/inn/Manifest net-nntp/inn/inn-2.6.4.ebuild net-nntp/inn/metadata.xml X-VCS-Directories: net-nntp/inn/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: cec17f7cc708b65953a65da434f7da8c48a131c4 X-VCS-Branch: dev Date: Mon, 3 Jan 2022 21:36:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28261fc2-cd57-49f9-91c9-88e457183fc4 X-Archives-Hash: 0baeabc1c2d1056e7ea754347b29d080 commit: cec17f7cc708b65953a65da434f7da8c48a131c4 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 3 21:29:01 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jan 3 21:35:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cec17f7c net-nntp/inn: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-nntp/inn/Manifest | 2 + net-nntp/inn/inn-2.6.4.ebuild | 113 ++++++++++++++++++++++++++++++++++++++++++ net-nntp/inn/metadata.xml | 30 +++++++++++ 3 files changed, 145 insertions(+) diff --git a/net-nntp/inn/Manifest b/net-nntp/inn/Manifest new file mode 100644 index 000000000..86209df86 --- /dev/null +++ b/net-nntp/inn/Manifest @@ -0,0 +1,2 @@ +DIST inn-2.6.4.tar.gz 2610659 BLAKE2B 0cabe90b941f47d759179f71de10212ffb71c1955452ab1b04018a3f7dbb2f8fa0f2f3c534bda9fc08768b4ffa1034fcf2d59077fa1a5bb77801c74d11a6cab5 SHA512 0b1e4add9fe1f2a423f372adbce9622ffe943c75865427f30b18f5a5b8c2dae158d5bfa4d611631cb993757523bc858ca6ad907463bd5f91c60a851359a70c57 +DIST inn-2.6.4.tar.gz.sha256.asc 620 BLAKE2B e21d72effaf090a7a8bbc6f1b6fc8f2b6a604dfbc594ae1bba5f559e93e0b352bd255a2b12880dabbd038f6204003064b9744def43ea6cfc0cd52aec0779f279 SHA512 17ab70d3df9500f3fbe0ee2e359bbaf8d54fcd4337000b44ab7e74f87c65617740b052d942f9e0adcb901e017ed64367f55e4dbb07075ae734fd05fcd5d21396 diff --git a/net-nntp/inn/inn-2.6.4.ebuild b/net-nntp/inn/inn-2.6.4.ebuild new file mode 100644 index 000000000..5b0671696 --- /dev/null +++ b/net-nntp/inn/inn-2.6.4.ebuild @@ -0,0 +1,113 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit optfeature python-single-r1 verify-sig + +DESCRIPTION="InterNetNews -- the Internet meets Netnews" +HOMEPAGE="https://www.eyrie.org/~eagle/software/inn/" +SRC_URI="https://archives.eyrie.org/software/${PN}/${P}.tar.gz + verify-sig? ( https://archives.eyrie.org/software/${PN}/${P}.tar.gz.sha256.asc )" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" +IUSE="berkdb gzip kerberos keywords largefile low-memory +perl +python sasl ssl systemd zlib" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + ?? ( low-memory largefile ) +" # ?? ( bzip2 gzip ) + +DEPEND=" + app-crypt/gnupg + sys-libs/pam + virtual/libcrypt:= + virtual/sendmail + !berkdb? ( sys-libs/gdbm:= ) + berkdb? ( sys-libs/db:* ) + kerberos? ( app-crypt/mit-krb5 ) + perl? ( dev-lang/perl:= ) + python? ( ${PYTHON_DEPS} ) + sasl? ( dev-libs/cyrus-sasl:2 ) + ssl? ( dev-libs/openssl:= ) + systemd? ( sys-apps/systemd:= ) + zlib? ( sys-libs/zlib:= ) +" +RDEPEND="${DEPEND}" +BDEPEND=" + sys-devel/flex + virtual/yacc + verify-sig? ( sec-keys/openpgp-keys-russallbery ) +" + +DOCS=( + ChangeLog CONTRIBUTORS HACKING INSTALL NEWS README TODO + doc/{checklist,external-auth,FAQ} doc/history{,-innfeed} + doc/hook-{perl,python} doc/{IPv6-info,sample-control} + doc/config-{design,semantics,syntax} +) + +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/russallbery.asc" + +src_unpack() { + if use verify-sig; then + pushd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + ${P}.tar.gz.sha256.asc sha256 ${P}.tar.gz + popd || die + fi + + unpack ${P}.tar.gz +} + +src_configure() { + econf_args=( + --prefix=/opt/${PN} + $(use_enable keywords) + $(use_enable largefile largefiles) + $(use_enable low-memory tagged-hash) + $(use_with berkdb bdb) + $(use_with kerberos krb5) + $(use_with perl) + $(use_with python) + $(use_with sasl) + $(use_with ssl openssl) + $(use_with zlib) + ) + + if use gzip; then + econf_args+=( --with-log-compress=gzip ) + else + econf_args+=( --with-log-compress=cat ) + fi + + econf "${econf_args[@]}" +} + +src_compile() { + emake -j1 +} + +src_test() { + emake -j1 check +} + +src_install() { + default + + # collision with sys-apps/man-pages + mv "${ED}"/usr/share/man/man3/{list,inn-list}.3 || die + + rm -r "${ED}"/opt/${PN}/{db,doc} || die +} + +pkg_postinst() { + if use perl; then + optfeature "controlchan program" dev-perl/MIME-tools + optfeature "innreport script" dev-perl/GD + optfeature "send-uucp backend" net-misc/taylor-uucp + fi +} diff --git a/net-nntp/inn/metadata.xml b/net-nntp/inn/metadata.xml new file mode 100644 index 000000000..3fa0a8245 --- /dev/null +++ b/net-nntp/inn/metadata.xml @@ -0,0 +1,30 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + InterNetNews/inn + https://github.com/InterNetNews/inn/issues + https://www.eyrie.org/~eagle/software/inn/docs/ + + eagle@eyrie.org + Russ Allbery + + + +InterNetNews is a complete Usenet system. The cornerstone of the package is +innd, an NNTP server that multiplexes all I/O. Newsreading is handled by a +separate server, nnrpd, that is spawned for each client. Both innd and nnrpd +have some slight variances from the NNTP protocol. + + + + Compress logs using gzip + Enable automatic innd keyword generation + Use tagged hash table for history to reduce memory footprint + Support files larger than 2GB + +