summaryrefslogtreecommitdiff
path: root/net/gftp-gtk1
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-01 21:41:48 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-01 21:41:48 +0000
commit85a48908e9a2cfdfcc6c369d281fe609cd6fafe8 (patch)
tree7733e5807189602ea614f71edbd6265421b79337 /net/gftp-gtk1
parent8fcddfb7c07ea86c68018235bbcd51cb1983132f (diff)
downloadpkgsrc-85a48908e9a2cfdfcc6c369d281fe609cd6fafe8.tar.gz
gftp which uses GTK+ version 1.
Diffstat (limited to 'net/gftp-gtk1')
-rw-r--r--net/gftp-gtk1/DESCR21
-rw-r--r--net/gftp-gtk1/Makefile17
2 files changed, 38 insertions, 0 deletions
diff --git a/net/gftp-gtk1/DESCR b/net/gftp-gtk1/DESCR
new file mode 100644
index 00000000000..75fea4158b2
--- /dev/null
+++ b/net/gftp-gtk1/DESCR
@@ -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 --git a/net/gftp-gtk1/Makefile b/net/gftp-gtk1/Makefile
new file mode 100644
index 00000000000..93685e75a09
--- /dev/null
+++ b/net/gftp-gtk1/Makefile
@@ -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"