From 85a48908e9a2cfdfcc6c369d281fe609cd6fafe8 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 1 Sep 2003 21:41:48 +0000 Subject: gftp which uses GTK+ version 1. --- net/gftp-gtk1/DESCR | 21 +++++++++++++++++++++ net/gftp-gtk1/Makefile | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 net/gftp-gtk1/DESCR create mode 100644 net/gftp-gtk1/Makefile (limited to 'net') 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" -- cgit v1.2.3