1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.9.7

- Clean up
This commit is contained in:
Andrew Pantyukhin 2007-08-30 17:17:59 +00:00
parent 47cd633056
commit d539e1024d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198544
3 changed files with 25 additions and 23 deletions

View File

@ -1,32 +1,31 @@
# New ports collection makefile for: cmdftp
# Date created: 2003-12-28
# Whom: Andreas Fehlner <fehlner@gmx.de>
# New ports collection makefile for: cmdftp
# Date created: 2003-12-28
# Whom: Andreas Fehlner <fehlner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= cmdftp
PORTVERSION= 0.9.6
PORTVERSION= 0.9.7
CATEGORIES= ftp
MASTER_SITES= SAVANNAH CENKES
MASTER_SITES= SAVANNAH
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Command line shell-like ftp client
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
MAN1= ${PORTNAME}.1
PORTDOCS= ChangeLog README INSTALL NEWS COPYING AUTHORS
PORTDOCS= ChangeLog README INSTALL NEWS AUTHORS
PLIST_FILES= bin/cmdftp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/cmdftp.man ${MAN1PREFIX}/man/man1/${PORTNAME}.1
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (cmdftp-0.9.6.tar.bz2) = 73ea1e20d62e9d97754c7e2f73943399
SHA256 (cmdftp-0.9.6.tar.bz2) = 45ab930e0990707795a697aa47949f21ffdd5df876f8067a99b8cc0bed3191bb
SIZE (cmdftp-0.9.6.tar.bz2) = 114046
MD5 (cmdftp-0.9.7.tar.bz2) = 36b6ba83a41534c39905efdf9d405e0e
SHA256 (cmdftp-0.9.7.tar.bz2) = ccd82b39104e7e214b849f2daeb2291849e762f05cdf08ba6a6b79a775936a34
SIZE (cmdftp-0.9.7.tar.bz2) = 117697

View File

@ -1,9 +1,12 @@
cmdftp is a command line FTP client for Unix systems that features shell-like
functions, passive mode, local and remote transparent modes, broken connection
resumption, multiple and recursive file transfers, auto-login, and more.
cmdftp is a command line FTP client for Unix systems that features
include passive mode for all data transfers, shell like transparent
syntax for local and remote modes, multiple and recursive file
transfers using wildcards, recursive copy and move commands, remote and
local text file viewing and editing, network errors detection and
resuming of currently executing command, partial download resuming (if
server accepts REST command), tab completion for both local and remote
names, autologin using classic ~/.netrc approach, large file support,
and more.
WWW: http://www.nongnu.org/cmdftp/
WWW: http://www.nongnu.org/cmdftp/
Author: Claudio Fontana <claudio@gnu.org>
-Andreas Fehlner
fehlner@gmx.de