Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#446 closed defect (fixed)

New Port! -gFTP from non member

Reported by: tomfowler@… Owned by: kvv@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Hello, this is my first attempt at a portfile for DarwinPorts.

I was told this is the best place to put it for review and possible inclusion into the Darwinports system. I am a new user and do not have an account in order to upload via CVS.

Begin Portfile - gFTP

# $Id: $ PortSystem 1.0 name gftp version 2.0.14 categories net maintainers tomfowler@… description GTK+ FTP client long_description Distributed under the terms of the GNU Public License Agreement \

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 (xfering files between 2 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 dir listings \ Full graphical configuration.

homepage http://gftp.seul.org/ master_sites ftp://www.gftp.org/pub/gftp/ checksums md5 61e1271af88de20b50a90242a648ab2b configure.args --disable-nls configure.env LDFLAGS=-bind_at_load configure.env CFLAGS=-traditional-cpp

depends_lib lib:libgtk.1:gtk post-configure {

reinplace "s|#include <sys/sysmacros.h>| |g" \

"${workpath}/${worksrcdir}/lib/gftp.h"

}

Attachments (1)

Portfile - gFTP rev 1.1 (Long) (1.4 KB) - added by tomfowler@… 21 years ago.
Actual Portfile, not edited for the text box on the Bugzilla form

Download all attachments as: .zip

Change History (2)

Changed 21 years ago by tomfowler@…

Actual Portfile, not edited for the text box on the Bugzilla form

comment:1 Changed 21 years ago by fkr@…

Resolution: fixed
Status: newclosed

committed. thanks for your work!

Note: See TracTickets for help on using tickets.