diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 15:41:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 15:41:09 +0000 |
commit | 25165b91eecfe3022be254756a2f56e1ac88c6af (patch) | |
tree | b073dc0fb9c8bf8a8014ca5e12dffd106f1204a4 | |
parent | 0dbc2a6bc0a53240a6134a921148b76d3607f7d4 (diff) | |
download | ports-25165b91eecfe3022be254756a2f56e1ac88c6af.tar.gz ports-25165b91eecfe3022be254756a2f56e1ac88c6af.zip |
Notes
-rw-r--r-- | ftp/pure-ftpd/Makefile | 11 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 2 | ||||
-rw-r--r-- | ftp/pure-ftpd/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/pure-ftpd/pkg-plist | 5 |
4 files changed, 11 insertions, 9 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 95637f085094..2ef2c65d84eb 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.99.1b +PORTVERSION= 0.99.2a CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd @@ -25,7 +25,6 @@ LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap2 LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client .endif - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-everything --with-paranoidmsg # language support requested? @@ -73,7 +72,7 @@ PAM_TARGET?= pure-ftpd DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ README README.Configuration-File README.Contrib README.LDAP \ - README.Netfilter README.MySQL \ + README.Netfilter README.MySQL README.Virtual-Users \ THANKS CONTRIB= xml_python_processors.txt @@ -81,10 +80,10 @@ CONTRIB= xml_python_processors.txt pre-fetch: @${ECHO} "You can use the following additional options:" @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;" - @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" - @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" + @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" + @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" - @${ECHO} " english, german, romanian, french, polish, spanish or danish." + @${ECHO} " english, german, romanian, french, polish, spanish, dutch or danish." @${ECHO} post-install: diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index db9e922355b1..13b8b59b875c 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1 +1 @@ -MD5 (pure-ftpd-0.99.1b.tar.gz) = dfd34d5347c403108de296ea8e4a5858 +MD5 (pure-ftpd-0.99.2a.tar.gz) = 8022d030423940648ab6d73cffa3f051 diff --git a/ftp/pure-ftpd/pkg-descr b/ftp/pure-ftpd/pkg-descr index fb0b47a9c6b7..98240cdc3fdd 100644 --- a/ftp/pure-ftpd/pkg-descr +++ b/ftp/pure-ftpd/pkg-descr @@ -9,6 +9,6 @@ Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', anti-warez system, bounded ports for passive downloads, FXP protocol, bandwidth throttling, ratios, LDAP, customizable SQL, fortune files, Apache-like log files, fast standalone mode, text / HTML -/ XML real-time status report, and more. +/ XML real-time status report, virtual users, virtual quotas and more. WWW: http://www.pureftpd.org diff --git a/ftp/pure-ftpd/pkg-plist b/ftp/pure-ftpd/pkg-plist index 6b83636b84e0..c2b511430594 100644 --- a/ftp/pure-ftpd/pkg-plist +++ b/ftp/pure-ftpd/pkg-plist @@ -2,7 +2,9 @@ sbin/pure-mrtginfo sbin/pure-ftpd sbin/pure-ftpwho sbin/pure-uploadscript -sbin/pure-statsdecode +bin/pure-statsdecode +bin/pure-pw +bin/pure-pwconvert sbin/pure-config.pl etc/pureftpd-ldap.conf.sample etc/pureftpd-mysql.conf.sample @@ -13,6 +15,7 @@ etc/pure-ftpd.conf.sample %%PORTDOCS%%share/doc/pure-ftpd/HISTORY %%PORTDOCS%%share/doc/pure-ftpd/NEWS %%PORTDOCS%%share/doc/pure-ftpd/README +%%PORTDOCS%%share/doc/pure-ftpd/README.Virtual-Users %%PORTDOCS%%share/doc/pure-ftpd/README.Configuration-File %%PORTDOCS%%share/doc/pure-ftpd/README.Contrib %%PORTDOCS%%share/doc/pure-ftpd/README.LDAP |