Commit graph

21 commits

Author SHA1 Message Date
Martin Wilke
1c8257ca6a - Update to 0.8.3
PR:		178152
Submitted by:	Ports Fury
2013-04-30 03:15:37 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Roman Bogorodskiy
a4c3447272 Update to 0.7.2.
PR:		98212 (based on)
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2006-05-31 15:19:27 +00:00
Roman Bogorodskiy
4cc6043899 - Add zeroconf support via howl or avahi [1]
- Prefer gnutls over openssl

Based on a patch by:	"Daniel S. Haischt" <me@daniel.stefan.haischt.name> [1]
2006-02-22 21:52:51 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Roman Bogorodskiy
d97de61de5 - Update to 0.6.0
- Depend on gnutls-devel
2005-12-28 07:54:44 +00:00
Roman Bogorodskiy
3fca075492 Update to 0.5.5. 2005-10-09 10:22:50 +00:00
Roman Bogorodskiy
ad0c936092 Fix insecure use of popen().
Obtained from:	wzdftpd-security maillist
2005-09-26 11:38:08 +00:00
Roman Bogorodskiy
a774e73753 Fix build with IPv6 support.
Reported by:	poinyhat via kris
2005-07-16 19:12:05 +00:00
Roman Bogorodskiy
70ee08a894 Update to 0.5.4. 2005-07-14 18:28:15 +00:00
Sergey Matveychuk
ae9aeed0d4 - Update to 0.5.0
PR:		ports/77994
Submitted by:	maintainer
2005-02-25 19:22:21 +00:00
Kirill Ponomarev
57b290538e Fix typo.
PR:		ports/75010
Submitted by:	maintainer
2004-12-13 10:03:32 +00:00
Kirill Ponomarev
4073c2a829 Update to 0.4.2
PR:		ports/72635
Submitted by:	maintainer
2004-10-13 13:50:49 +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
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
8740b4534d - Update to 0.3
PR:		ports/65744
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-04-20 09:03:20 +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
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