Date: Sun, 31 Mar 2019 13:07:08 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497398 - in head: ftp/atftp ftp/cftp ftp/cmdftp ftp/ftpcopy ftp/ftpfind ftp/ftpproxy ftp/lftp ftp/paraget ftp/py-aioftp ftp/py-requests-ftp ftp/tftp-hpa ftp/tnftp ftp/tnftpd ftp/wput f... Message-ID: <201903311307.x2VD781N047326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Mar 31 13:07:08 2019 New Revision: 497398 URL: https://svnweb.freebsd.org/changeset/ports/497398 Log: Spell FTP properly (uppercased) when it does not refer to a command name. Modified: head/ftp/atftp/Makefile head/ftp/cftp/Makefile head/ftp/cmdftp/Makefile head/ftp/ftpcopy/Makefile head/ftp/ftpfind/Makefile head/ftp/ftpproxy/Makefile head/ftp/lftp/Makefile head/ftp/paraget/Makefile head/ftp/py-aioftp/Makefile head/ftp/py-requests-ftp/Makefile head/ftp/tftp-hpa/Makefile head/ftp/tnftp/Makefile head/ftp/tnftpd/Makefile head/ftp/wput/Makefile head/ftp/yafc/Makefile head/net-mgmt/nagios-check_tftp/Makefile head/net/utftpd/Makefile head/sysutils/ck4up/Makefile head/sysutils/fusefs-curlftpfs/Makefile head/sysutils/reoback/Makefile Modified: head/ftp/atftp/Makefile ============================================================================== --- head/ftp/atftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/atftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -8,7 +8,7 @@ MASTER_SITES= DEBIAN/pool/main/a/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}.dfsg.orig MAINTAINER= ports@FreeBSD.org -COMMENT= Advanced tftp server and client +COMMENT= Advanced TFTP server and client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg Modified: head/ftp/cftp/Makefile ============================================================================== --- head/ftp/cftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/cftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ ftp://sunsite.univie.ac.at/pub/nih/cftp/ MAINTAINER= ports@FreeBSD.org -COMMENT= Comfortable FTP, a full screen ftp client +COMMENT= Comfortable, full screen (S)FTP client LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/ftp/cmdftp/Makefile ============================================================================== --- head/ftp/cmdftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/cmdftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ CATEGORIES= ftp MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org -COMMENT= Command line shell-like ftp client +COMMENT= Command line shell-like FTP client LICENSE= GPLv3 Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/ftpcopy/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ MAINTAINER= mandree@FreeBSD.org -COMMENT= Command line ftp tools for listing and mirroring +COMMENT= Command line FTP tools for listing and mirroring LICENSE= GPLv2 Modified: head/ftp/ftpfind/Makefile ============================================================================== --- head/ftp/ftpfind/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/ftpfind/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ CATEGORIES= ftp MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ MAINTAINER= ports@FreeBSD.org -COMMENT= Find directory&file on a ftp server +COMMENT= Find directory or file on FTP server PLIST_FILES= bin/ftpfind Modified: head/ftp/ftpproxy/Makefile ============================================================================== --- head/ftp/ftpproxy/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/ftpproxy/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.ftpproxy.org/download/ \ http://www.ftpproxy.org/download/older_releases/ MAINTAINER= philippe@le-berre.com -COMMENT= ftp proxy +COMMENT= FTP proxy USES= gmake tar:tgz MAKE_JOBS_UNSAFE= yes Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/lftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -15,7 +15,7 @@ MASTER_SITES= http://lftp.tech/ftp/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ MAINTAINER= martymac@FreeBSD.org -COMMENT= Shell-like command line ftp client +COMMENT= Shell-like command line FTP client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/ftp/paraget/Makefile ============================================================================== --- head/ftp/paraget/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/paraget/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -8,7 +8,7 @@ CATEGORIES= ftp perl5 MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Parallel ftp-fetching program +COMMENT= Parallel FTP-fetching program LICENSE= GPLv2 Modified: head/ftp/py-aioftp/Makefile ============================================================================== --- head/ftp/py-aioftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/py-aioftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= ftp client/server for asyncio +COMMENT= FTP client/server for asyncio LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/license.txt Modified: head/ftp/py-requests-ftp/Makefile ============================================================================== --- head/ftp/py-requests-ftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/py-requests-ftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= FreeBSD@Shaneware.biz -COMMENT= Ftp transport adapter for requests +COMMENT= FTP transport adapter for requests LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/ftp/tftp-hpa/Makefile ============================================================================== --- head/ftp/tftp-hpa/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/tftp-hpa/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -6,7 +6,7 @@ CATEGORIES= ftp MASTER_SITES= KERNEL_ORG/software/network/tftp/tftp-hpa MAINTAINER= brooks@FreeBSD.org -COMMENT= Advanced tftp server +COMMENT= Advanced TFTP server OPTIONS_DEFINE= DOCS Modified: head/ftp/tnftp/Makefile ============================================================================== --- head/ftp/tnftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/tnftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= danilo@FreeBSD.org -COMMENT= Enhanced ftp client from NetBSD +COMMENT= Enhanced FTP client from NetBSD USES= ncurses ssl GNU_CONFIGURE= yes Modified: head/ftp/tnftpd/Makefile ============================================================================== --- head/ftp/tnftpd/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/tnftpd/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= cejkar@fit.vutbr.cz -COMMENT= Enhanced ftp server from NetBSD +COMMENT= Enhanced FTP server from NetBSD USES= autoreconf libtool GNU_CONFIGURE= yes Modified: head/ftp/wput/Makefile ============================================================================== --- head/ftp/wput/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/wput/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -8,7 +8,7 @@ CATEGORIES= ftp MASTER_SITES= SF MAINTAINER= chip-set@mail.ru -COMMENT= Uploads files or directories to a ftpserver with support of resuming +COMMENT= Upload files or directories to FTP server with resume support PORTDOCS= ABOUT-NLS COPYING ChangeLog INSTALL TODO PORTEXAMPLES= USAGE.examples USAGE.resumehandling USAGE.urlhandling \ Modified: head/ftp/yafc/Makefile ============================================================================== --- head/ftp/yafc/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/ftp/yafc/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -8,7 +8,7 @@ CATEGORIES= ftp ipv6 MASTER_SITES= http://www.yafc-ftp.com/downloads/ MAINTAINER= wg@FreeBSD.org -COMMENT= Yet another ftp client. Similar to ftp(1) +COMMENT= Yet another FTP client, similar to ftp(1) LICENSE= GPLv2+ Modified: head/net-mgmt/nagios-check_tftp/Makefile ============================================================================== --- head/net-mgmt/nagios-check_tftp/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/net-mgmt/nagios-check_tftp/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= MAINTAINER= holgerrepp@googlemail.com -COMMENT= Nagios plugin to check tftp servers +COMMENT= Nagios plugin to check TFTP servers RUN_DEPENDS= bash:shells/bash \ ${LOCALBASE}/bin/tftp:ftp/tftp-hpa Modified: head/net/utftpd/Makefile ============================================================================== --- head/net/utftpd/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/net/utftpd/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://ohse.de/uwe/releases/ MAINTAINER= ports@FreeBSD.org -COMMENT= secure tftpd server with fine grained access and revision control +COMMENT= Secure TFTP server with fine-grained access and revision control GNU_CONFIGURE= YES USES= gmake Modified: head/sysutils/ck4up/Makefile ============================================================================== --- head/sysutils/ck4up/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/sysutils/ck4up/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= http://jue.li/crux/ck4up/ MAINTAINER= ports@FreeBSD.org -COMMENT= Checks http and ftp sites for updates +COMMENT= Check HTTP and FTP sites for updates RUN_DEPENDS= ${RUBY_ARCHLIBDIR}/gdbm.so:databases/ruby-gdbm Modified: head/sysutils/fusefs-curlftpfs/Makefile ============================================================================== --- head/sysutils/fusefs-curlftpfs/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/sysutils/fusefs-curlftpfs/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -9,7 +9,7 @@ MASTER_SITES= SF PKGNAMEPREFIX= fusefs- MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Mount remote ftp directories +COMMENT= Mount remote FTP directories LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/sysutils/reoback/Makefile ============================================================================== --- head/sysutils/reoback/Makefile Sun Mar 31 11:41:45 2019 (r497397) +++ head/sysutils/reoback/Makefile Sun Mar 31 13:07:08 2019 (r497398) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION EXTRACT_SUFX= _r3.tar.gz MAINTAINER= ports@FreeBSD.org -COMMENT= Simple but flexible ftp/nfs backup script +COMMENT= Simple but flexible FTP/NFS backup script LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903311307.x2VD781N047326>