pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gftp-gtk1 gftp which uses GTK+ version 1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a1ff847f299
branches:  trunk
changeset: 460611:9a1ff847f299
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Sep 01 21:41:48 2003 +0000

description:
gftp which uses GTK+ version 1.

diffstat:

 net/gftp-gtk1/DESCR    |  21 +++++++++++++++++++++
 net/gftp-gtk1/Makefile |  17 +++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r b764d1bd8360 -r 9a1ff847f299 net/gftp-gtk1/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gftp-gtk1/DESCR       Mon Sep 01 21:41:48 2003 +0000
@@ -0,0 +1,21 @@
+gFTP is a free multithreaded ftp client for *NIX based machines 
+running X11R6 or later. It has the following features:
+
+ * Distributed under the terms of the GNU Public License 
+ * Written in C and has a text interface and a GTK+ 1.2/2.0 interface
+ * Supports the FTP, HTTP and SSH protocols
+ * Supports FXP file transfers (transfering files between 2 remote 
+   servers via FTP)
+ * Multithreaded to allow for simultaneous downloads
+ * File transfer queues to allow for downloading multiple files
+ * Supports downloading entire directories and subdirectories
+ * Bookmarks menu to allow you to quickly connect to remote sites
+ * Supports resuming interrupted file transfers
+ * Supports caching of remote directory listings
+ * Drag-N-Drop support
+ * FTP and HTTP proxy server support
+ * Allows for passive and non-passive file transfers
+ * Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings
+ * Full graphical configuration
+
+This package contains the GTK+ version.
diff -r b764d1bd8360 -r 9a1ff847f299 net/gftp-gtk1/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gftp-gtk1/Makefile    Mon Sep 01 21:41:48 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/01 21:41:48 xtraeme Exp $
+
+.include "${.CURDIR}/../gftp/Makefile.common"
+
+PKGNAME=       gftp-gtk1-${VERSION}
+COMMENT=       Multithreaded GTK+ ftp client
+
+DEPENDS+=      gnome1-dirs>=1.0:../../misc/gnome1-dirs
+CONFLICTS=     gftp-[0-9]*
+
+CONFIGURE_ARGS+=       --disable-gtk20
+
+PLIST_SRC=     ${.CURDIR}/../gftp/PLIST
+DISTINFO_FILE= ${.CURDIR}/../gftp/distinfo
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index