diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-01 21:41:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-01 21:41:48 +0000 |
commit | 85a48908e9a2cfdfcc6c369d281fe609cd6fafe8 (patch) | |
tree | 7733e5807189602ea614f71edbd6265421b79337 | |
parent | 8fcddfb7c07ea86c68018235bbcd51cb1983132f (diff) | |
download | pkgsrc-85a48908e9a2cfdfcc6c369d281fe609cd6fafe8.tar.gz |
gftp which uses GTK+ version 1.
-rw-r--r-- | net/gftp-gtk1/DESCR | 21 | ||||
-rw-r--r-- | net/gftp-gtk1/Makefile | 17 |
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" |