| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
20060109
|
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. |
24 Oct 2011 04:17:38
20060109
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
20 Aug 2011 19:57:39
20060109
|
ume  |
It doesn't work with Ruby 1.9. |
20 Mar 2011 12:54:45
20060109
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
20060109
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
20060109
|
dougb  |
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. |
20 Feb 2006 20:47:50
20060109
|
dougb  |
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. |
07 Feb 2006 15:40:15
20060109
|
ume  |
Update to 20060109. |
18 Dec 2005 02:57:11
20050521_1
|
ume  |
don't show obsolete message.
Reported by: mistral__at__imasy.or.jp (Yoshihiko Sarumaru) |
17 Dec 2005 16:48:00
20050521_1
|
ume  |
depend on qpopper only when WITH_QPOPAUTH is defined.
dtcp has dtcpauth for replacement of qpopauth. |
08 Nov 2005 16:19:56
20050521
|
ume  |
add SHA256. |
21 May 2005 09:31:12
20050521
|
ume  |
Update to 20050521. |
10 Feb 2005 19:12:56
20040611_1
|
ume  |
use new scheme of USE_RC_SUBR. |
04 Feb 2005 12:50:16
20040611_1
|
ume  |
use PLIST_FILES. |
11 Jun 2004 15:54:35
20040611_1
|
ume  |
use `command_args' instead of overriding `flags'. |
11 Jun 2004 15:49:48
20040611_1
|
ume  |
use `command_args' instead of overriding `flags'. |
10 Jun 2004 16:33:06
20040611
|
ume  |
Update to 20040611. |
08 Jun 2004 16:52:10
20040608
|
ume  |
provide homepage. |
07 Jun 2004 17:35:37
20040608
|
ume  |
Update to 20040608. |
19 Apr 2004 18:40:52
20030228_1
|
ume  |
Use USE_RC_SUBR. |
21 Feb 2004 22:05:47
20030228
|
ume  |
add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES. |
04 Feb 2004 13:57:19
20030228
|
ume  |
SIZEfy |
27 Sep 2003 03:28:50
20030228
|
ume  |
ECHO -> ECHO_MSG |
28 Feb 2003 22:53:02
20030228
|
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
28 Feb 2003 15:16:16
20030228
|
ume  |
Update to 20030228. |
20 Feb 2003 20:10:05
20030101
|
ume  |
De-pkg-comment. |
01 Jan 2003 19:53:08
20030101
|
ume  |
Update to 20030101. |
18 Nov 2002 17:37:04
20021119
|
ume  |
Update to dtcp-20021119. |
24 Oct 2002 12:58:17
20021022_1
|
ume  |
Make it PREFIX clean.
Submitted by: knu |
22 Oct 2002 18:30:58
20021022
|
ume  |
Add Dynamic Tunnel Configuration Protocol daemon and client
dtcpc and dtcps implement Dynamic Tunnel Configuration Protocol (DTCP
for short) proposed by Trumpet:
http://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm |