public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tnftp/
Date: Wed,  5 Jul 2023 06:52:49 +0000 (UTC)	[thread overview]
Message-ID: <1688539957.d621000ecc139552cc003ec20e2ea80b5b2c4208.swegener@gentoo> (raw)

commit:     d621000ecc139552cc003ec20e2ea80b5b2c4208
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 06:52:11 2023 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 06:52:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d621000e

net-ftp/tnftp: add 20230507

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 net-ftp/tnftp/Manifest              |  1 +
 net-ftp/tnftp/tnftp-20230507.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-ftp/tnftp/Manifest b/net-ftp/tnftp/Manifest
index 7fa40691ab01..6c5988cf75a4 100644
--- a/net-ftp/tnftp/Manifest
+++ b/net-ftp/tnftp/Manifest
@@ -1,2 +1,3 @@
 DIST tnftp-20210827.tar.gz 699171 BLAKE2B fe1d4f9f972f349c18e98dbc40305c867511339cb661936fbd255c4a76d9df61f1eae7e723479ef67a96dd05886a079daa4b7367d0c8768d33bc08faa743e5e8 SHA512 9b33f48e237ff49fe3cf502635b948cf7d5e20e2f38a6a429288e3f4374099ac9fb910a9e5b88de4420f1570f6f92ec1fc7ab16f0b93dfe8c6f32d11f0fc0e47
 DIST tnftp-20230409.tar.gz 701888 BLAKE2B 54e21382168df653fcb930981909bdf0ef4eecccc6eb6e22d87104cee0c52e56f349b4e5bbd655e64eb5553cd17dd8d031df0baaa7d68c699488e8decf2c1ceb SHA512 43e1c9e136fe4c15d25a61dff332afd5cb13f2e4f87b5281b6c0dcf3152256f6b6db24007d02ac4c27f28f07855fac8d4dce27affb2c1632ca3d8b80b87528bb
+DIST tnftp-20230507.tar.gz 702357 BLAKE2B 780497f7bad44d3dcc8c22f6075d3d6ea556c641db5a740b63b0e226773a4fa4ba3b9081fbe9d57918f52d1e0d21b96181e6344c35e7ef4bae8d1178264fecb9 SHA512 c6539902b709d6b35a8754dd552ca71926fd09ad2a0244363005607089bea3947a6176e61a1dc9a232e8af415cfebed7decd9653b6f6bc38385a05ca86c85b1a

diff --git a/net-ftp/tnftp/tnftp-20230507.ebuild b/net-ftp/tnftp/tnftp-20230507.ebuild
new file mode 100644
index 000000000000..596d018dbd6d
--- /dev/null
+++ b/net-ftp/tnftp/tnftp-20230507.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="NetBSD FTP client with several advanced features"
+SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/${PN}/${P}.tar.gz"
+HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/"
+
+SLOT="0"
+LICENSE="BSD-4 BSD ISC"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="ipv6 socks5 ssl"
+REQUIRED_USE="socks5? ( !ipv6 )"
+
+DEPEND=">=sys-libs/ncurses-5.1
+	dev-libs/libedit
+	socks5? ( net-proxy/dante )
+	ssl? ( dev-libs/openssl:= )"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog README THANKS )
+
+src_configure() {
+	econf \
+		--enable-editcomplete \
+		--without-local-libedit \
+		$(use_enable ipv6) \
+		$(use_enable ssl) \
+		$(use_with socks5 socks)
+}


             reply	other threads:[~2023-07-05  6:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-05  6:52 Sven Wegener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 20:21 [gentoo-commits] repo/gentoo:master commit in: net-ftp/tnftp/ Sven Wegener
2024-01-22 20:51 Sven Wegener
2023-05-05 16:05 Sven Wegener
2023-05-05 15:59 Sven Wegener
2022-08-11 14:04 Yixun Lan
2022-04-10 18:39 Sven Wegener
2022-04-10 18:39 Sven Wegener
2022-04-10 18:38 Sven Wegener
2022-04-10 17:51 Arthur Zamarin
2022-03-04 12:22 Sven Wegener
2022-03-04 12:17 Sven Wegener
2018-02-11 11:02 Michał Górny
2017-01-29 19:33 Fabian Groffen
2015-11-09 20:15 Sven Wegener
2015-11-04 14:26 Agostino Sarubbo
2015-10-13  7:24 Agostino Sarubbo
2015-10-13  7:23 Agostino Sarubbo
2015-10-12 20:26 Sven Wegener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1688539957.d621000ecc139552cc003ec20e2ea80b5b2c4208.swegener@gentoo \
    --to=swegener@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox