- don't change the in-place pkg-message; generate a temporary one
in ${WRKDIR}
- fix install of scripts to ${PREFIX}/sbin
- use EXAMPLSDIR and DOCSDIR
- fix pkg-plist rmdir ... 2>/dev/null's to always return true
- bump PORTREVISION
PR: 59083
Submitted by: Lars Thegler <lars@thegler.dk>
using SITE commands.
wzdftpd is a FTP server designed to be modular,
work under linux/win32/freebsd/openbsd,
and to be entirely configurable online using SITE commands.
wzdftpd offers the following features:
- Simple configuration file, supporting inclusions
- Online administration, using SITE commands
- Backends to store users/groups in different structures
- Modules: internal, using shared librairies, or external
(scripts/applications)
- Users are virtual: you do not need to create users in system
- SSL/TLS support
- Server is designed to run as a non-privileged user to enforce security
- Server can detect ip changes (dynamic ips)
- Cross devices operations (copy/move) (though can be slow)
- Logging support (compatible with the wu-ftpd standard)
- Designed for high performance: coded with C, multithreaded
WWW: http://www.wzdftpd.net/
PR: 59873
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
wput is a tiny program that looks like wget and does as the
name suggests exactly the opposite: it uploads files or
recursivly whole directories to a ftp-server and supports
resuming.
PR: 60032
Submitted by: Nosov Artem <chip-set@mail.ru>
This version introduces atomic uploads for better reliability
While I'm here:
- minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR
PR: 59653
Submitted by: maintainer
upgrade to 1.2.9
58415 Melvyn Sopacua <mdev@idg.nl>
add WITH_OPENSSL
57385 Martin Matuska <martin@tradex.sk>
adds rc_subr support
54783 Bruce M Simpson <bms@spc.org>
Ability to support multiple versions MYSQL and LDAP using the WITH_*
variables.
I ended up using the stuff provided in bsd.port.mk with his patches
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
o Fix a cross-scripting issue with the HTML output of the
pure-ftpwho command
o '--with-largefile' has been added by default
o Also on 5-x the server now listens on IPv4 and IPv6 by default
PR: 58257
Submitted by: maintainer