pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tnftp/files/libedit Update to tnftp 20070806.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71e5f40385a7
branches:  trunk
changeset: 493651:71e5f40385a7
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Wed May 11 09:17:39 2005 +0000

description:
Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.

diffstat:

 net/tnftp/files/libedit/chared.h  |  2 +-
 net/tnftp/files/libedit/editrc.5  |  2 +-
 net/tnftp/files/libedit/el.h      |  2 +-
 net/tnftp/files/libedit/hist.h    |  2 +-
 net/tnftp/files/libedit/key.h     |  2 +-
 net/tnftp/files/libedit/map.h     |  2 +-
 net/tnftp/files/libedit/prompt.h  |  2 +-
 net/tnftp/files/libedit/read.h    |  2 +-
 net/tnftp/files/libedit/refresh.h |  2 +-
 net/tnftp/files/libedit/search.h  |  2 +-
 net/tnftp/files/libedit/sig.h     |  2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diffs (99 lines):

diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/chared.h
--- a/net/tnftp/files/libedit/chared.h  Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/chared.h  Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: chared.h,v 1.2 2005/05/11 01:17:39 lukem Exp    */
+/*     $NetBSD: chared.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $     */
 /*     from    NetBSD: chared.h,v 1.14 2004/08/13 12:10:39 mycroft Exp */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/editrc.5
--- a/net/tnftp/files/libedit/editrc.5  Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/editrc.5  Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-.\"    NetBSD: editrc.5,v 1.2 2005/05/11 01:17:39 lukem Exp
+.\"    $NetBSD: editrc.5,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $
 .\"    from    NetBSD: editrc.5,v 1.19 2003/11/01 23:35:33 christos Exp
 .\"
 .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/el.h
--- a/net/tnftp/files/libedit/el.h      Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/el.h      Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: el.h,v 1.2 2005/05/11 01:17:39 lukem Exp        */
+/*     $NetBSD: el.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $ */
 /*     from    NetBSD: el.h,v 1.16 2003/10/18 23:48:42 christos Exp    */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/hist.h
--- a/net/tnftp/files/libedit/hist.h    Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/hist.h    Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: hist.h,v 1.2 2005/05/11 01:17:39 lukem Exp      */
+/*     $NetBSD: hist.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $       */
 /*     from    NetBSD: hist.h,v 1.10 2003/08/07 16:44:31 agc Exp       */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/key.h
--- a/net/tnftp/files/libedit/key.h     Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/key.h     Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: key.h,v 1.2 2005/05/11 01:17:39 lukem Exp       */
+/*     $NetBSD: key.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $        */
 /*     from    NetBSD: key.h,v 1.8 2003/08/07 16:44:32 agc Exp */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/map.h
--- a/net/tnftp/files/libedit/map.h     Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/map.h     Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: map.h,v 1.2 2005/05/11 01:17:39 lukem Exp       */
+/*     $NetBSD: map.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $        */
 /*     from    NetBSD: map.h,v 1.8 2003/08/07 16:44:32 agc Exp */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/prompt.h
--- a/net/tnftp/files/libedit/prompt.h  Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/prompt.h  Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: prompt.h,v 1.2 2005/05/11 01:17:39 lukem Exp    */
+/*     $NetBSD: prompt.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $     */
 /*     from    NetBSD: prompt.h,v 1.6 2003/08/07 16:44:32 agc Exp      */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/read.h
--- a/net/tnftp/files/libedit/read.h    Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/read.h    Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: read.h,v 1.2 2005/05/11 01:17:39 lukem Exp      */
+/*     $NetBSD: read.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $       */
 /*     from    NetBSD: read.h,v 1.4 2004/02/27 14:52:18 christos Exp   */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/refresh.h
--- a/net/tnftp/files/libedit/refresh.h Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/refresh.h Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: refresh.h,v 1.2 2005/05/11 01:17:39 lukem Exp   */
+/*     $NetBSD: refresh.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $    */
 /*     from    NetBSD: refresh.h,v 1.5 2003/08/07 16:44:33 agc Exp     */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/search.h
--- a/net/tnftp/files/libedit/search.h  Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/search.h  Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: search.h,v 1.2 2005/05/11 01:17:39 lukem Exp    */
+/*     $NetBSD: search.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $     */
 /*     from    NetBSD: search.h,v 1.8 2003/10/18 23:27:36 christos Exp */
 
 /*-
diff -r aa5cc9d01449 -r 71e5f40385a7 net/tnftp/files/libedit/sig.h
--- a/net/tnftp/files/libedit/sig.h     Wed May 11 09:01:56 2005 +0000
+++ b/net/tnftp/files/libedit/sig.h     Wed May 11 09:17:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     NetBSD: sig.h,v 1.2 2005/05/11 01:17:39 lukem Exp       */
+/*     $NetBSD: sig.h,v 1.1.1.3 2005/05/11 09:17:39 lukem Exp $        */
 /*     from    NetBSD: sig.h,v 1.5 2003/08/07 16:44:33 agc Exp */
 
 /*-



Home | Main Index | Thread Index | Old Index