From 4d53c259d28f291b779d26ebfbbce17642075be8 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 3 Apr 2017 17:43:46 +0200 Subject: [PATCH] tnftp: Changes to SUMMARY and DESCRIPTION Also removed "All rights reserved." from the copyright. I don't think we generally have that useless addition. --- net-ftp/tnftp/tnftp-20151004.recipe | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/net-ftp/tnftp/tnftp-20151004.recipe b/net-ftp/tnftp/tnftp-20151004.recipe index f58bb2d10..896d0d401 100644 --- a/net-ftp/tnftp/tnftp-20151004.recipe +++ b/net-ftp/tnftp/tnftp-20151004.recipe @@ -1,9 +1,23 @@ -SUMMARY="NetBSD luke FTP client" -DESCRIPTION="NetBSD FTP client with several advanced features, such as command-line editting" +SUMMARY="NetBSD's command-line FTP client" +DESCRIPTION="NetBSD's FTP client (formerly known as lukemftp) with several \ +advanced features, like: + +- command-line editing +- command-line fetches of FTP and HTTP URLs (including via proxies) +- command-line uploads of FTP URLs +- context-sensitive word completion +- dynamic progress bar +- IPv6 support +- modification time preservation +- paging of local and remote files +- passive mode support (with fallback to active mode) +- SOCKS support +- TIS FWTK gate-ftp server support +- transfer rate throttling." HOMEPAGE="http://ftp.netbsd.org/pub/NetBSD/misc/tnftp/" -COPYRIGHT="2001-2015 The NetBSD Foundation, Inc. All rights reserved." +COPYRIGHT="2001-2015 The NetBSD Foundation, Inc." LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/tnftp-$portVersion.tar.gz" CHECKSUM_SHA256="c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" PATCHES="tnftp-$portVersion.patch"