# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84938 2011-10-05 02:40:15Z snc@macports.org $

PortSystem 1.0

name            ncftp
version         3.2.5
categories      net
platforms       darwin
maintainers     toby
license             Artistic-2

description     FTP client with an advanced user interface
long_description \
    NcFTP is a suite of FTP programms. It includes a FTP \
    client with an advanced user interface. The main program is simply \
    called 'ncftp'. There are also separate utility programs for one-shot \
    FTP (i.e. for shell scripts and command line junkies), these include \
    'ncftpget', 'ncftpput', and 'ncftpls'.

homepage        http://www.ncftpd.com/ncftp/
master_sites    ftp://ftp.ncftpd.com/${name}/ \
                ftp://ftp.ncftpd.com/${name}/older_versions \
                http://www.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ \
                http://www.mirrorservice.org/sites/ftp.ncftp.com/ncftp/older_versions/
distname        ${name}-${version}-src
worksrcdir      ${name}-${version}
use_bzip2       yes

checksums       md5 b05c7a6d5269c04891f02f43d4312b30 \
                sha1 bae15ab31d16c5cec029ce5737c1288c13fd90bb \
                rmd160 7525c3d50f0ccc44f3ddb9df143cc34617bb5d8e

patchfiles      patch-configure

depends_lib     port:ncurses

configure.args  --disable-universal --disable-precomp

livecheck.type      regex
livecheck.url       http://www.ncftpd.com/download/
livecheck.regex     {ncftp/ncftp-(\d+(?:\.\d+)*)-src.tar.bz2}
