# $Id: Portfile 61772 2009-12-21 07:38:57Z ryandesign@macports.org $

PortSystem       1.0

name             pureftpd
replaced_by      pure-ftpd
version          1.0.27
categories       net
platforms        darwin
maintainers      nomaintainer

homepage         http://pureftpd.org/
description      A fast and standard-conformant FTP server

long_description "Pure-FTPd is a fast, production-quality, standard-conformant FTP server, \
                 based upon Troll-FTPd. \
                 Unlike other popular FTP servers, it's designed to be secure in default \
                 configuration, has no known buffer overflow, it is really trivial to set \
                 up and it is especially designed for modern kernels. \
                 Features include chroot()ed and/or virtual chroot()ed home directories, \
                 virtual domains, built-in 'ls', anti-warez system, bounded ports for \
                 passive downloads, FXP protocol, bandwidth throttling, ratios, \
                 LDAP / MySQL / PostgreSQL-based authentication, fortune files, Apache-like \
                 log files, fast standalone mode, text / HTML / XML real-time status report, \
                 virtual users, virtual quotas and more."

distfiles

pre-configure {
    return -code error "pureftpd has been renamed to pure-ftpd; please install pure-ftpd instead"
}
