summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-30 17:17:59 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-30 17:17:59 +0000
commitd539e1024dcc32011cb49e6ad456f85216cd9084 (patch)
tree40b11149434b339600e382843905a48b109da62c /ftp
parentFix freetype_2_ dependency. (diff)
- Update to 0.9.7
- Clean up
Notes
Notes: svn path=/head/; revision=198544
Diffstat (limited to 'ftp')
-rw-r--r--ftp/cmdftp/Makefile25
-rw-r--r--ftp/cmdftp/distinfo6
-rw-r--r--ftp/cmdftp/pkg-descr17
3 files changed, 25 insertions, 23 deletions
diff --git a/ftp/cmdftp/Makefile b/ftp/cmdftp/Makefile
index eeaeb78bed66..6030c8504989 100644
--- a/ftp/cmdftp/Makefile
+++ b/ftp/cmdftp/Makefile
@@ -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>
diff --git a/ftp/cmdftp/distinfo b/ftp/cmdftp/distinfo
index 85807d13f346..16a279b1789d 100644
--- a/ftp/cmdftp/distinfo
+++ b/ftp/cmdftp/distinfo
@@ -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
diff --git a/ftp/cmdftp/pkg-descr b/ftp/cmdftp/pkg-descr
index 9049ee21d5eb..d4fe5416c1a2 100644
--- a/ftp/cmdftp/pkg-descr
+++ b/ftp/cmdftp/pkg-descr
@@ -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