net-ftp/tnftp - 20230507 (gentoo)

Search

Package Information

Description:
NetBSD FTP client with several advanced features
Homepage:
ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
License:
BSD-4 BSD ISC

Ebuild Details

Version EAPI Keywords Slot
20230507 8 amd64 ~arm64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2025 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"
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 )

PATCHES=(
	"${FILESDIR}"/${P}-socks-include.patch
)

src_configure() {
	econf \
		--enable-editcomplete \
		--without-local-libedit \
		$(use_enable ipv6) \
		$(use_enable ssl) \
		$(use_with socks5 socks)
}

USE Flags

ssl

Dependencies

DEPEND

>=sys-libs/ncurses-5.1
	dev-libs/libedit
	socks5? ( net-proxy/dante )
	ssl? ( dev-libs/openssl:= )

RDEPEND

>=sys-libs/ncurses-5.1
	dev-libs/libedit
	socks5? ( net-proxy/dante )
	ssl? ( dev-libs/openssl:= )

Manifest for 20230507

Type File Size Source URLs
DIST tnftp-20230507.tar.gz 702357 bytes ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/tnftp-20230507.tar.gz