aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wzdftpd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Update to 0.3.3pav2004-07-021-2/+3
| | | | | PR: ports/68562 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Add rc scriptpav2004-06-231-2/+12
| | | | | | | | - Expand variables in pkg-message - Move users.sample to better place PR: ports/68164 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Update to 0.3.2pav2004-05-251-2/+27
| | | | | | | - Add WITH_UTF8 and WITH_TCL knobs PR: ports/67121 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Add missing dependencieskrion2004-05-101-0/+2
| | | | | PR: ports/66427 Submitted by: maintainer
* - Update to version 0.3.1krion2004-05-041-1/+1
| | | | | PR: ports/66255 Submitted by: maintainer
* - Update to 0.3pav2004-04-201-3/+3
| | | | | PR: ports/65744 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* update to wzdftpd 0.2.3leeym2004-02-231-3/+8
| | | | | PR: 63214 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add wzdftpd 0.1, modular FTP server configurable onlinesergei2003-12-191-0/+39
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>