mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-ftp/tnftp: add 20230507
Signed-off-by: Sven Wegener <swegener@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
31
net-ftp/tnftp/tnftp-20230507.ebuild
Normal file
31
net-ftp/tnftp/tnftp-20230507.ebuild
Normal file
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user