| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.09
|
dougb  |
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. |
25 Nov 2010 11:58:25
1.09
|
sunpoet  |
- Update to 1.09
- Adjust options: add new option PYTHONC for python client
Changes:
- Add sample PHP client.
- Use mandoc manual formatter if available.
PR: ports/152286
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) |
21 Sep 2010 16:08:11
1.08_1
|
mm  |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
21 Apr 2010 13:55:50
1.08
|
wen  |
- Update to 1.08
PR: ports/145907
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) |
27 Mar 2010 00:15:24
1.07_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
02 Mar 2009 02:47:39
1.07_1
|
lwhsu  |
- Install a perl sample client and an option associated with it
- Bump PORTREVISION
PR: ports/132218
Submitted by: Hsin-Han You <hhyou AT cs.nctu.edu.tw>
Approved by: chifeng <chifeng AT gmail.com> (maintainer) |
19 Feb 2009 20:20:43
1.07
|
miwi  |
- Update to 1.0.7
PR: 131813
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) |
18 Feb 2009 14:49:28
1.06
|
tabthorpe  |
- Pass maintainership to submitter
Submitted by: chifeng via freebsd-ports@ |
03 Sep 2008 03:37:20
1.06
|
linimon  |
Reset r@robakdesign.com due to maintainer-timeouts and no response to email.
Hat: portmgr |
04 Oct 2007 02:16:18
1.06
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
23 Nov 2006 12:02:29
1.06
|
miwi  |
The pftabled daemon is a small helper to make your pf
tables reachable from other hosts. You can add/delete/flush
IP addresses to/from a remote table with a single UDP
datagram. A simple client program is included to do this
from the command line.
WWW: http://wolfermann.org/pftabled.html
PR: ports/105713
Submitted by: Bartlomiej Rutkowski <r at robakdesign.com> |