- update to 0.99.2a
- fix some whitespace problems (at EOL and multiple lines of whitespace) - install extra README - update pkg-descr with new features PR: 30643 Submitted by: maintainer
This commit is contained in:
parent
0dbc2a6bc0
commit
25165b91ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48403
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pure-ftpd-0.99.1b.tar.gz) = dfd34d5347c403108de296ea8e4a5858
|
||||
MD5 (pure-ftpd-0.99.2a.tar.gz) = 8022d030423940648ab6d73cffa3f051
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user