[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (aa67bfacc0325f0592dcdfbb421619f250283d11)

Vlad Glagolev scm at sourcemage.org
Fri Jul 22 12:17:28 EDT 2011


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 ChangeLog           |    3 +++
 ftp/tnftp/BUILD     |    3 +++
 ftp/tnftp/CONFIGURE |    3 +++
 ftp/tnftp/DEPENDS   |    9 +++++++++
 ftp/tnftp/DETAILS   |   41 +++++++++++++++++++++++++++++++++++++++++
 ftp/tnftp/HISTORY   |    2 ++
 ftp/tnftp/tnftp.gpg |binary
 7 files changed, 61 insertions(+)

New commits:
commit aa67bfacc0325f0592dcdfbb421619f250283d11
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    tnftp: new spell, NetBSD FTP client with several advanced features

diff --git a/ChangeLog b/ChangeLog
index 05f2951..f320836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-07-22 Vlad Glagolev <stealth at sourcemage.org>
+	* ftp/tnftp: new spell, NetBSD FTP client with several advanced features
+
 2011-07-19 Ladislav Hagara <hgr at vabo.cz>
 	* gnome3-libs/vte3: new spell, vte for GTK+3
 
diff --git a/ftp/tnftp/BUILD b/ftp/tnftp/BUILD
new file mode 100755
index 0000000..979fa32
--- /dev/null
+++ b/ftp/tnftp/BUILD
@@ -0,0 +1,3 @@
+OPTS="$TNFTP_OPTS $OPTS" &&
+
+default_build
diff --git a/ftp/tnftp/CONFIGURE b/ftp/tnftp/CONFIGURE
new file mode 100755
index 0000000..da700ae
--- /dev/null
+++ b/ftp/tnftp/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option TNFTP_OPTS "Enable IPv6 support?" y \
+                               "--enable-ipv6" \
+                               "--disable-ipv6"
diff --git a/ftp/tnftp/DEPENDS b/ftp/tnftp/DEPENDS
new file mode 100755
index 0000000..36d7ed4
--- /dev/null
+++ b/ftp/tnftp/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends ncurses \
+                 "--enable-editcomplete" \
+                 "--disable-editcomplete" \
+                 "for command line editing and completion support" &&
+
+optional_depends dante \
+                 "--with-socks" \
+                 "--without-socks" \
+                 "for (Dante) SOCKS5 proxy support"
diff --git a/ftp/tnftp/DETAILS b/ftp/tnftp/DETAILS
new file mode 100755
index 0000000..89dcf41
--- /dev/null
+++ b/ftp/tnftp/DETAILS
@@ -0,0 +1,41 @@
+           SPELL=tnftp
+         VERSION=20100108
+          SOURCE=$SPELL-$VERSION.tar.gz
+         SOURCE2=$SOURCE.asc
+   SOURCE_URL[0]=ftp://ftp.netbsd.org/pub/NetBSD/misc/$SPELL/$SOURCE
+  SOURCE2_URL[0]=$SOURCE_URL.asc
+      SOURCE_GPG=tnftp.gpg:$SOURCE2:UPSTREAM_KEY
+  SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE=http://www.netbsd.org/
+      LICENSE[0]=BSD
+         ENTERED=20110722
+           SHORT="NetBSD FTP client with several advanced features"
+cat << EOF
+tnftp is a port of the NetBSD FTP client to other systems.
+
+tnftp was formerly known as lukemftp. It was renamed to tnftp by Luke Mewburn in
+February 2003.
+
+The enhancements over the standard ftp client in 4.4BSD (and derivatives)
+include:
+ * command-line editing within ftp
+ * command-line fetching of URLS, including support for:
+   - http proxies
+   - authentication
+ * configurable prompt
+ * context sensitive command and filename completion
+ * dynamic progress bar
+ * feature negotiation extensions from RFC 2389
+ * extensions to ftp from the IETF ftpext working group
+ * IPv6 support (from the WIDE project)
+ * modification time preservation
+ * paging of local and remote files, and of directory listings
+ * passive mode support, with fallback to active mode
+ * retrieval of filenames listed in a given file
+ * overriding of ftp environment variables
+ * TIS Firewall Toolkit gate ftp proxy support
+ * transfer-rate throttling
+ * uploading of files on the command line
+ * (Dante) SOCKS5 support
+EOF
diff --git a/ftp/tnftp/HISTORY b/ftp/tnftp/HISTORY
new file mode 100644
index 0000000..8174dc5
--- /dev/null
+++ b/ftp/tnftp/HISTORY
@@ -0,0 +1,2 @@
+2011-07-22 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS, DEPENDS, CONFIGURE, BUILD, tnftp.gpg: spell created
diff --git a/ftp/tnftp/tnftp.gpg b/ftp/tnftp/tnftp.gpg
new file mode 100644
index 0000000..3d92578
Binary files /dev/null and b/ftp/tnftp/tnftp.gpg differ


More information about the SM-Commit mailing list