Commit graph

17 commits

Author SHA1 Message Date
Volker Stolz
10576bd72c Include bsd.port.pre.mk before testing the WITH_ variables.
PR:		ports/73458
Submitted by:	maintainer
2004-11-05 08:30:57 +00:00
Kirill Ponomarev
3d1872ff52 Update to 0.4.3 - security release which fixes some vulnerabilities
which may cause crash or DoS (see ChangeLog for details).

Perl module related changes (it's now possible to enable/disable it
in configure script)

PR:		ports/73287
Submitted by:	maintainer
2004-10-30 09:08:28 +00:00
Kirill Ponomarev
4073c2a829 Update to 0.4.2
PR:		ports/72635
Submitted by:	maintainer
2004-10-13 13:50:49 +00:00
Sergei Kolobov
ac1a8c4d9e - Unbreak the build by fixing a typo in Makefile:
s/USE_PERL/USE_PERL5/

PR:		ports/72281
Submitted by:	Roman Bogorodskiy (maintainer)
Approved by:	portmgr (marcus)
2004-10-04 07:58:42 +00:00
Kris Kennaway
825afd6dc3 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 06:00:57 +00:00
Sergey Matveychuk
6dfe7534a5 - Update to 0.4.0
- Use OPTIONS
- Install documentation in more correct way

PR:		ports/71021
Submitted by:	maintainer
2004-08-28 20:31:48 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Pav Lucistnik
2cd3ae76f0 - Update to 0.3.3
PR:		ports/68562
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-07-01 23:38:36 +00:00
Pav Lucistnik
f5c1ab781a - Add rc script
- Expand variables in pkg-message
- Move users.sample to better place

PR:		ports/68164
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-06-22 19:18:41 +00:00
Pav Lucistnik
0dc848abaa - Update to 0.3.2
- Add WITH_UTF8 and WITH_TCL knobs

PR:		ports/67121
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-05-24 21:31:32 +00:00
Kirill Ponomarev
af02e51412 - Add missing dependencies
PR:		ports/66427
Submitted by:	maintainer
2004-05-10 12:09:32 +00:00
Kirill Ponomarev
b6cd54a7ce - Update to version 0.3.1
PR:		ports/66255
Submitted by:	maintainer
2004-05-04 14:28:35 +00:00
Pav Lucistnik
8740b4534d - Update to 0.3
PR:		ports/65744
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-04-20 09:03:20 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Yen-Ming Lee
411cba7747 update to wzdftpd 0.2.3
PR:		63214
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-02-23 06:27:33 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Sergei Kolobov
d1a02bc3c7 Add wzdftpd 0.1, modular FTP server configurable online
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>
2003-12-18 16:31:09 +00:00