| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Aug 2012 23:19:40
1.0.2
|
dougb  |
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 |
14 Jan 2012 08:57:23
1.0.2
|
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. |
15 May 2011 02:49:17
1.0.2
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
15 Jan 2011 18:23:53
1.0.2
|
dhn  |
- Update MASTER_SITES
- Remove MD5 Checksum
Reported by: pointyhat
Feature safe: yes |
27 Mar 2010 00:15:24
1.0.2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
28 Jun 2009 22:02:29
1.0.2
|
dhn  |
- Fix build with custom PREFIX/LOCALBASE
Reported by: QAT |
26 Mar 2009 22:54:50
1.0.2
|
trasz  |
Pass maintainership of net/wire, net/wired and net/wired-tracker
to Dennis Herrmann. |
11 Mar 2009 13:25:31
1.0.2
|
trasz  |
Update to 1.0.2. |
16 Dec 2007 13:59:51
1.0.1
|
trasz  |
- Update to 1.0.1 |
11 Jul 2007 22:06:17
1.0
|
trasz  |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
13 Apr 2007 13:03:49
1.0
|
trasz  |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
04 Dec 2006 21:58:43
1.0
|
miwi  |
Wired Tracker is the Wired tracker server. Wired servers can register
with the tracker with their name, URL and some other vitals, and
clients connecting to the tracker will be able to retrieve a listing
of all online servers.
WWW: http://www.zankasoftware.com/wired/tracker/
PR: ports/106169
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |